{% load wagtailadmin_tags %}
{% if error_message %}
{% icon name="warning" %} {{ error_message }}
{% endif %}
{% icon name="help" %} These actions will save a new page revision.

{% dialog icon_name="mail" id="wn-test-dialog" title="Test email" %}

{% include "wagtailadmin/shared/field.html" with field=test_form.email %}
{% enddialog %}

{% if campaign %}

{% icon name="link-external" classname="w-w-4 w-h-4" %} Open campaign in {{ backend_name }}

{% endif %}