<% # for modal dialogue setup and interaction see app/assets/javascripts/collection_types.es6 %> <% provide :page_header do %>

<%= t('.header') %>

<% end %>
<%= pluralize(@collection_types.size, 'collection type') %> in this repository <%= link_to hyrax.new_admin_collection_type_path, class: 'btn btn-primary' do %> <%= t('.create_new_button') %> <% end %>

<%= t('.description') %>

<%= t('.more_toggle_content_html') %>

<%= t('.header') %>

<% @collection_types.each do |collection_type| %> <% end %>
<%= t('.table.name') %> <%= t('.table.actions') %>
<%= collection_type.title %> <%= link_to hyrax.edit_admin_collection_type_path(collection_type), class: 'btn btn-primary btn-sm' do %> <%= t('helpers.action.edit') %> <% end %> <% unless collection_type.admin_set? || collection_type.user_collection? %> <% end %>