<%= gettext("Document notes about individual items or concepts") %>
<%= gettext("Provide context around a single topic and hotlink to your notes") %>
<%= gettext("Document your processes, attaching contexts to each step") %>
<%= gettext("Built with sharing and collaboration in mind") %>
<%= gettext("Privacy controls on a per-note, context or pipeline basis") %>
<%= gettext("Accessible from any internet-capable device") %>
<%= if @admins |> Enum.empty?() do %> <%= link(dgettext("prompts", "Register to setup %{name}", name: "Cannery"), class: "hover:underline", to: Routes.user_registration_path(CanneryWeb.Endpoint, :new) ) %> <% else %>
<%= Application.get_env(:cannery, CanneryWeb.Endpoint)[:registration] |> case do "public" -> gettext("Public Signups") _ -> gettext("Invite Only") end %>