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

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

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