ref: master
app/views/templates/create_person_template.html.erb
<% title = case @kind when 'person' when 'community' _('Create community template') when 'enterprise' _('Create enterprise template') end %><%= _('Create person template') %>
<%= render :partial => 'create_template_form' %>