{% import "_includes/forms" as forms %} {% set campaignTypes = craft.sproutEmail.getCampaignTypes() %} {% if campaignTypes|length %} {% for campaignType in campaignTypes %} {% if loop.first %}
|
{{ "Campaign Type"|t('sprout-email') }}
{{ "Create multiple Campaign Types with unique fields, layouts, and email service provider integrations."|t('sprout-email') }} |
{{ "Handle"|t('sprout-email') }} | {{ "Mailer"|t('sprout-email') }} | {% endif %} | ||
|---|---|---|---|---|---|
| {{ campaignType.name }} |
{{ campaignType.handle }}
|
{{ campaignType.getMailer().getName() }} | |||
{{ "Campaigns are a great way to leverage the power of Craft to manage your content and the benefits of a dedicated email program to manage your email."|t('sprout-email') }}