automation
4 months ago
deactivationPoll
2 years ago
emails
2 months ago
form
8 months ago
newsletter
2 months ago
segments
1 year ago
subscribers
10 months ago
subscription
2 months ago
upgrade
1 year ago
woocommerce
1 year ago
analytics.html
1 year ago
automation.html
2 years ago
blank.html
2 years ago
experimental-features.html
4 years ago
forms.html
1 year ago
help.html
1 year ago
homepage.html
2 years ago
index.php
3 years ago
landingpage.html
2 years ago
layout.html
8 months ago
logs.html
1 year ago
mss_pitch_translations.html
3 years ago
newsletters.html
1 year ago
parsley-translations.html
2 years ago
premium_key_validation_strings.html
3 years ago
settings.html
2 years ago
settings_translations.html
1 month ago
upgrade_tiers.html
1 year ago
welcome_wizard.html
1 year ago
woo_system_info.html
2 years ago
woocommerce_setup.html
1 year ago
experimental-features.html
25 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | |
| 5 | <div class="wrap"> |
| 6 | <h1 class="mailpoet-h1">Experimental features</h1> |
| 7 | |
| 8 | <div class="mailpoet_notice notice notice-error"> |
| 9 | <p> |
| 10 | <strong>These features are not finished, they are not meant to be used yet.</strong> |
| 11 | </p> |
| 12 | <p> |
| 13 | If you enable them anything can happen: your website may go down, |
| 14 | all your data can be deleted. |
| 15 | </p> |
| 16 | <p> |
| 17 | We are not liable. |
| 18 | </p> |
| 19 | </div> |
| 20 | |
| 21 | <div id="experimental_features_container"></div> |
| 22 | </div> |
| 23 | |
| 24 | <% endblock %> |
| 25 |