{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags i18n %} {% block titletag %}{% trans "Create an A/B Test" %} - {{ page.title }}{% endblock %} {% block content %} {% trans "Create an A/B Test" as title %} {% include "wagtailadmin/shared/header.html" with title=title subtitle=page.title icon='people-arrows' tabbed=1 merged=1 %}

{% trans "This will create an A/B test comparing the published version of this page and the draft with the following differences:" %}

{% if differences %} {% include "./includes/comparison.html" %} {% trans "Create this test" %} {% else %}

{% trans "There are no differences, please go back and make some changes to set up a new test" %}

{% endif %}
{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %}