%= render :partial => 'spree/admin/shared/product_sub_menu' %>
<% content_for :page_title do %>
<%= t(:editing_property) %>
<% end %>
<% content_for :page_actions do %>
<%= button_link_to t(:back_to_properties_list), admin_properties_url, :icon => 'icon-arrow-left'%>
<% end %>
<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @property } %>
<%= form_for [:admin, @property] do |f| %>
<% end %>