<%= fa_icon("folder-open") %> <%= Archangel.t(:index_resource, resource: @collections.model_name.human.titleize) %>

<%= render "buttons" %>
<% if @collections.present? %> <%= paginate @collections %>
<%= render partial: "collection", collection: @collections %>
<%= Archangel.t(:name) %> <%= Archangel.t(:slug) %> <%= Archangel.t(:actions) %>
<%= paginate @collections %> <% else %>

<%= Archangel.t(:no_resources, resources: @collections.model_name.human.pluralize.downcase) %>

<% end %>