<%= Archangel.t(:show_resource, resource: @collection.model_name.human.titleize) %>

<%= render "buttons" %>

<%= Archangel.t(:name) %>: <%= @collection.name %>

<%= Archangel.t(:slug) %>: <%= @collection.slug %>

        
{% collectionfor item in "<%= @collection.slug %>" %}
  {{ forloop.index }}: {{ item.id }}
{% endcollectionfor %}

{% collection items = "<%= @collection.slug %>" %}
{% for item in items %}
  {{ forloop.index }}: {{ item.id }}
{% endfor %}