<%= setup_context(:title => I18n.t("repository._plural")) %>
<% if user_can?('manage_repository') %>
<%= link_to I18n.t("repository._frontend.action.create"), {:controller => :repositories, :action => :new}, :class => "btn btn-sm btn-default" %>

<% end %>
<%= link_to_help :topic => "repository" %>

<%= I18n.t("repository._plural") %>

<%= render_aspace_partial :partial => "shared/flash_messages" %> <%= render_aspace_partial :partial => "search/listing" %>