<%= title %>
<%= button :add, _('New...'), {:action => "create_#{kind}_template"}, :title => _("Create a new template for %s") % title.downcase %>
<% templates.each do |template| %>
-
<%= image_tag "icons-app/#{kind}-icon.png" %>
<%= link_to(template.name, {:controller => 'profile_editor', :profile => template.identifier}, :title => _('Edit template "%s"') % template.name ) %>
<% end %>
<% end %>
<% button_bar do %>
<%= button :back, _('Back to admin panel'), :controller => 'admin_panel' %>
<% end %>