<%= association_title %> <%= add_new %>

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

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

<% end %>