<%= _('Categories') %>
<%= render :partial => 'category', :collection => @categories %>
<%= link_to _('New category'), :action => 'new' %>
<%= _('Product Categories') %>
<%= render :partial => 'category', :collection => @product_categories %>
<%= link_to _('New category'), :action => 'new', :type => 'ProductCategory' %>
<%= _('Regions') %>
<%= render :partial => 'category', :collection => @regions %>
<%= link_to _('New category'), :action => 'new', :type => 'Region' %>