{% 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" %}
{{ guard_error }}
{% 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." %}
{% endif %}