automation
5 months ago
deactivationPoll
2 years ago
emails
2 months ago
form
1 week ago
newsletter
1 month ago
segments
1 month ago
subscribers
1 week ago
subscription
2 months ago
upgrade
1 year ago
woocommerce
1 year ago
analytics.html
2 years ago
automation.html
2 years ago
blank.html
2 years ago
experimental-features.html
4 years ago
forms.html
1 month ago
help.html
2 months ago
homepage.html
1 month ago
index.php
3 years ago
landingpage.html
2 years ago
layout.html
2 months ago
logs.html
1 month ago
mss_pitch_translations.html
3 years ago
newsletters.html
1 month ago
parsley-translations.html
2 years ago
premium_key_validation_strings.html
3 years ago
settings.html
2 years ago
settings_translations.html
4 days ago
upgrade_tiers.html
1 year ago
welcome_wizard.html
1 year ago
woo_system_info.html
3 years ago
woocommerce_setup.html
1 year ago
automation.html
21 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | <div id="mailpoet_automation"></div> |
| 5 | |
| 6 | <script type="text/javascript"> |
| 7 | var mailpoet_locale_full = <%= json_encode(locale_full) %>; |
| 8 | var mailpoet_automation_api = <%= json_encode(api) %>; |
| 9 | var mailpoet_automation_count = <%= json_encode(automationCount) %>; |
| 10 | var mailpoet_legacy_automation_count = <%= json_encode(legacyAutomationCount) %>; |
| 11 | var mailpoet_automation_templates = <%= json_encode(templates) %>; |
| 12 | var mailpoet_automation_template_categories = <%= json_encode(template_categories) %>; |
| 13 | var mailpoet_automation_registry = <%= json_encode(registry) %>; |
| 14 | var mailpoet_automation_context = <%= json_encode(context) %>; |
| 15 | var mailpoet_segments = <%= json_encode(segments) %>; |
| 16 | var mailpoet_roles = <%= json_encode(roles) %>; |
| 17 | var mailpoet_woocommerce_automatic_emails = <%= json_encode(automatic_emails) %>; |
| 18 | var mailpoet_legacy_automations_notice_dismissed = <%= json_encode(legacy_automations_notice_dismissed) %>; |
| 19 | </script> |
| 20 | <% endblock %> |
| 21 |