<%= setup_context :object => @location, :title => I18n.t("actions.defaults") %> <%= form_for @location, :as => "location", :url => {:action => :update_defaults}, :html => {:class => 'form-horizontal aspace-record-form'} do |f| %> <%= form_context :location, @location do |form| %>
<%= render_aspace_partial :partial => "locations/sidebar" %>
<%= link_to_help :topic => "location" %>

<%= I18n.t("default_values.form_title.location") %> <%= I18n.t("location._singular") %>


<%= render_aspace_partial :partial => "locations/form", :locals => {:form => form} %>
<%= link_to I18n.t("actions.cancel"), :back, :class => "btn btn-cancel btn-default" %>
<% end %> <% end %>