create_person_template.html.erb 251 Bytes
<% title = case @kind
  when 'person'

  when 'community'
    _('Create community template')
  when 'enterprise'
    _('Create enterprise template')
end %>

<h1><%= _('Create person template') %></h1>

<%= render :partial => 'create_template_form' %>