{% import "_includes/forms" as forms %} {% set campaignTypes = craft.sproutEmail.getCampaignTypes() %} {% if campaignTypes|length %} {% for campaignType in campaignTypes %} {% if loop.first %} {% endif %} {% if loop.last %}
{{ "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') }}
{{ campaignType.name }} {{ campaignType.handle }} {{ campaignType.getMailer().getName() }}
{% endif %} {% endfor %}
{{ "New Campaign"|t('sprout-email') }}
{% else %}

{{ "Create your first Campaign"|t('sprout-email') }}

{{ "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') }}

{{ "Create a Campaign"|t('sprout-email') }} »
{% endif %} {% js %} new Craft.AdminTable({ tableSelector: '#campaigntypes', noObjectsSelector: '#nocampaigntypes', deleteAction: 'sprout-email/campaign-type/delete-campaign-type' }); {% endjs %}