{{ 'Campaign Snapshot'|t('sprout-email') }}
| {{ 'Overview'|t('sprout-email') }} |
| {{ "Subject"|t('sprout-email') }} |
{{ email.title }} |
| {{ "From Name"|t('sprout-email') }} |
{{ email.fromName }} |
| {{ "From Email"|t('sprout-email') }} |
{{ email.fromEmail }} |
| {{ "Reply To"|t('sprout-email') }} |
{{ email.replyToEmail }} |
{% set emailUrl = cpUrl('sprout-email/preview/campaign/' ~ email.id) %}
| {{ 'Recipients'|t('sprout-email') }} |
{% if lists|length %}
{% for list in lists %}
|
{{ list.name }} ({{ list.members_count }}
)
|
{% endfor %}
{% else %}
{{ "No recipients defined."|t('sprout-email') }} {{ "Add Recipients"|t('sprout-email') }}
|
{% endif %}