<%= _('Edit Templates') %>
<% [[_('Edit Person Template'), environment.person_template],
[_('Edit Community Template'), environment.community_template],
[__('Edit Enterprise Template'), environment.enterprise_template],
[__('Edit Inactive Enterprise Template'), environment.inactive_enterprise_template]].select{|i| i[1]}.each do |row| %>
- <%= link_to row[0], :controller => 'profile_editor', :profile => row[1].identifier %>
<% end %>