<%%= f.label :<%= attribute.name %> %>
<%%= f.<%= attribute.field_type %> :<%= attribute.name %> %>
<%%= f.submit translate(:create, :default => "Create", :scope => [:railties, :scaffold]) %>
<%% end %> <%%= link_to translate(:back, :default => 'Back', :scope => [:railties, :scaffold]), <%= plural_name %>_path %>