{% import '@LcShop/backend/default/block/macros.html.twig' as macros %}
{{ macros.card_start('Merchant.email','light') }}
{{ form_row(form.merchantConfigs['email-subject-prefix']) }}
{{ form_row(form.merchantConfigs['email-from']) }}
{{ form_row(form.merchantConfigs['email-from-name']) }}
{{ form_row(form.merchantConfigs['email-subject-prefix']) }}
{{ form_row(form.merchantConfigs['email-contact']) }}
{% if form.merchantConfigs['email-from-purchase-order'] is defined %}
{{ form_row(form.merchantConfigs['email-from-purchase-order']) }}
{% endif %} {% if form.merchantConfigs['purchase-order-email-content'] is defined %}
{{ form_row(form.merchantConfigs['purchase-order-email-content']) }}
{% endif %} {{ macros.card_end() }}