<%= _('Edit Templates') %>

<%= _('Manage the templates used on creation of profiles') %> <% list_of_templates = [[_('Person') , Person.templates(environment) , 'person' ], [_('Community') , Community.templates(environment) , 'community' ], [_('Enterprise'), Enterprise.templates(environment), 'enterprise']] %> <% list_of_templates.each do |title, templates, kind|%>

<%= title %>

<%= button :add, _('New...'), {:action => "create_#{kind}_template"}, :title => _("Create a new template for %s") % title.downcase %>
<% end %> <% button_bar do %> <%= button :back, _('Back to admin panel'), :controller => 'admin_panel' %> <% end %>