{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %} {% trans "Republish CAP alert" %} {% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title=_("Republish CAP alert") icon="resubmit" %}
{% if guard_error %}

{{ guard_error }}

{% trans "Back" %}

{% else %}

{% blocktrans trimmed with alert=alert target=target target_verbose=target_verbose %} You are about to republish the alert {{ alert }} to the {{ target_verbose }} {{ target }}. {% endblocktrans %}

{% trans "This re-sends the CAP XML to the selected target. A new attempt will be recorded." %}

{% csrf_token %} {% trans "Cancel" %}
{% endif %}
{% endblock %}