<%%= pat(:edit) %> <%% mt(:<%= @orm.name_singular %>) %>

<%% form_for :<%= @orm.name_singular %>, url(:<%= @orm.name_plural %>, :update, :id => @<%= @orm.name_singular %>.id), :method => :put, :class => :form do |f| %> <%%= partial "<%= @orm.name_plural %>/form", :locals => { :f => f } %> <%% end %>
<%% content_for :sidebar, partial("base/sidebar") %>