<% if @error %>

<%= _('The template could not be saved') %>

<%= _('There were problems with the following fields:') %>

<% end %> <%= form_tag do %> <%= labelled_text_field(_('Name')+': ', :name)%> <% button_bar do %> <%= submit_button('save', _('Save'))%> <%= button('cancel', _('Cancel'), {:action => 'index'})%> <% end %> <% end %>