<%= association_name.humanize %> <%= add_new %>

<% if @items.any? -%> <%= table %> <% else %>

<%= Typus::I18n.t("No %{resources} found.", :resources => association_name.humanize.downcase) %>

<% end %>