{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}rebuild_instance_form{% endblock %} {% block form_action %} {% if check and client %} {% url "horizon:monitoring:events:silence_client_check" client check %} {% else %} {% url "horizon:monitoring:events:silence_client" client %} {% endif %} {% endblock %} {% block modal_id %}rebuild_instance_modal{% endblock %} {% block modal-header %}{% trans "Silence Check" %} {{ check.name }}{% endblock %} {% block modal-body %}
{% trans "Silence." %}