Add a new <%= singular_name.humanize.downcase %>
<%%= form_for @<%= file_name %>, :url => kryptonite_<%= @plural_route %>_path do |f| %>
<%%= render :partial => 'kryptonite/<%= plural_name %>/form', :locals => { :f => f } %>
<%%= link_to 'Cancel', kryptonite_<%= @plural_route %>_path, :class => 'cancel' %> or
<%%= f.submit "Add new <%= singular_name.humanize.downcase %>", :class => "update" %>
<%% end %>
<%%= content_for :sidebar do %>
<%%= link_to "#{kryptonite_show_icon "table"}Back to list".html_safe, kryptonite_<%= @plural_route %>_path %>
<%% end %>