<% content_for :sidebar do %> <% if 'products' == @current_controller && @taxon %> <%= render partial: 'spree/shared/filters' %> <% elsif !(@taxonomies.nil?) %> <%= render partial: 'spree/shared/taxonomies' %> <% end %> <% end %>

<%= t('spree.contact_us_title') %>

<%= render 'spree/shared/error_messages', target: @contact %> <%= form_for @contact, url: contacts_path, html: { id: 'new_contact_us_contact', novalidate: '' } do |f| %>
<%= render partial: 'form', locals: { f: f } %>
<%= f.submit t('spree.submit'), alt: t('spree.submit'), id: 'contact_us_contact_submit', title: t('spree.submit') %>
<% end %>