<%= association_name.titleize.humanize.pluralize %>
<%= add_new %>
<% if @items.any? -%>
<%= table %>
<%= paginate(@items, Typus.pagination.merge(:anchor => association_name)) %>
<% else %>
<%= Typus::I18n.t("No %{resources} found.", :resources => association_name.humanize.downcase.pluralize) %>
<% end %>