% param_name = "#{association_name}_page" %>
<%= render :partial => 'admin/templates/modals/has_many' %>
<%= @resource.human_attribute_name(association_name) %>
<%= " (#{@data.count})" if @resource.typus_options_for(:counters) %>
<%= add_new %>
<% if @items.any? -%>
<%= table %>
<%= admin_paginate %>
<% else %>
<%= Typus::I18n.t("No entries found.") %>
<% end %>