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