<%= Spree.t(:email).pluralize %>
<%= f.field_container :mail_from_address do %> <%= f.label :mail_from_address, raw(Spree.t(:mail_from_address) + required_span_tag) %> <%= f.text_field :mail_from_address, class: 'form-control', required: true %> <%= f.error_message_on :mail_from_address %> <%= Spree.t('admin.store_form.mail_from_address_help') %> <% end %> <% if @store.persisted? %> <%= f.field_container :customer_support_email do %> <%= f.label :customer_support_email, Spree.t(:customer_support_email) %> <%= f.text_field :customer_support_email, class: 'form-control' %> <%= f.error_message_on :customer_support_email %> <%= Spree.t('admin.store_form.customer_support_email_help') %> <% end %> <%= f.field_container :new_order_notifications_email do %> <%= f.label :new_order_notifications_email, Spree.t(:new_order_notifications_email) %> <%= f.text_field :new_order_notifications_email, class: 'form-control' %> <%= f.error_message_on :new_order_notifications_email %> <%= Spree.t('admin.store_form.new_order_notifications_email_help') %> <% end %> <% end %>