{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags i18n %} {% block titletag %}{% trans "Compare A/B test versions" %} - {{ page.title }}{% endblock %} {% block content %} {% trans "Compare A/B test versions" as title %} {% include "wagtailadmin/shared/header.html" with title=title subtitle=page.title tabbed=1 merged=1 %}
{% include "./includes/comparison.html" %}
{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %}