- 
      
        <%= gettext("Notes:") %>
      
      
        <%= gettext("Document notes about individual items or concepts") %>
      
     
    - 
      
        <%= gettext("Contexts:") %>
      
      
        <%= gettext("Provide context around a single topic and hotlink to your notes") %>
      
     
    - 
      
        <%= gettext("Pipelines:") %>
      
      
        <%= gettext("Document your processes, attaching contexts to each step") %>
      
     
  
  
    
      <%= gettext("Features") %>
    
    - 
      
        <%= gettext("Multi-user:") %>
      
      
        <%= gettext("Built with sharing and collaboration in mind") %>
      
     
    - 
      
        <%= gettext("Privacy:") %>
      
      
        <%= gettext("Privacy controls on a per-note, context or pipeline basis") %>
      
     
    - 
      
        <%= gettext("Convenient:") %>
      
      
        <%= gettext("Accessible from any internet-capable device") %>
      
     
  
  
    
      <%= gettext("Instance Information") %>
    
    - 
      
        <%= gettext("Admins:") %>
      
      
        <%= 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 %>
          
        <% end %>
      
     
    - 
      Registration:
      
        <%= Application.get_env(:cannery, CanneryWeb.Endpoint)[:registration]
        |> case do
          "public" -> gettext("Public Signups")
          _ -> gettext("Invite Only")
        end %>
      
     
    - 
      Version:
      <%= link class: "flex flex-row justify-center items-center space-x-2 hover:underline",
            to: "https://gitea.bubbletea.dev/shibao/memex/src/branch/stable/CHANGELOG.md",
            target: "_blank",
            rel: "noopener noreferrer" do %>
        
0.1.0
        
      <% end %>
     
  
  
    
      <%= gettext("Get involved!") %>
    
    - 
      <%= link class: "flex flex-row justify-center items-center space-x-2 hover:underline",
            to: "https://gitea.bubbletea.dev/shibao/memex",
            target: "_blank",
            rel: "noopener noreferrer" do %>
        
<%= gettext("View the source code") %>
        
      <% end %>
     
    - 
      <%= link class: "flex flex-row justify-center items-center space-x-2 hover:underline",
          to: "https://weblate.bubbletea.dev/engage/memex",
          target: "_blank",
          rel: "noopener noreferrer" do %>
        
<%= gettext("Help translate") %>
        
      <% end %>
     
    - 
      <%= link class: "flex flex-row justify-center items-center space-x-2 hover:underline",
          to: "https://gitea.bubbletea.dev/shibao/memex/issues/new",
          target: "_blank",
          rel: "noopener noreferrer" do %>
        
<%= gettext("Report bugs or request features") %>
        
      <% end %>