<%= setup_context(:title => I18n.t("subject._plural")) %> <% @show_multiselect_column = user_can?("delete_subject_record") title_column_header(I18n.t("subject.terms")) %>
<% if user_can?('update_subject_record') %>
<% if user_can?('manage_repository') %> <%= link_to I18n.t("actions.edit_default_values"), {:controller => :subjects, :action => :defaults}, :class => "btn btn-sm btn-default" %> <% end %> <%= link_to I18n.t("subject._frontend.action.create"), {:controller => :subjects, :action => :new}, :class => "btn btn-sm btn-default" %> <% if user_can?('delete_subject_record') %> <%= button_delete_multiple_action(:subjects) %> <% end %>

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

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

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