{% extends "commerce/_layouts/settings" %} {% block content %}
{{ "No emails exist yet."|t('commerce') }}
{{ "Name"|t('commerce') }} | {{ "Subject"|t('commerce') }} | {{ "To"|t('commerce') }} | {{ "Bcc"|t('commerce') }} | {{ "Template Path"|t('commerce') }} | ||
---|---|---|---|---|---|---|
{% if email.enabled %} {% else %} {% endif %} {{ email.name }} | {{ email.subject }} | {% if email.recipientType == 'custom' %}{{ email.to }} | {% else %}{{ 'Customer' }} | {% endif %}{{ email.bcc }} | {{ email.templatePath }} |