<% param_name = "#{association_name}_page" %>

<%= @model_to_relate.model_name.human.pluralize %> <%= add_new %>

<% if @items.any? -%> <%= table %> <%= paginate(@items, Typus.pagination.merge(:anchor => association_name, :param_name => param_name)) %> <% else %>

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

<% end %>