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