{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}rebuild_instance_form{% endblock %} {% block form_action %}{% url "horizon:monitoring:events:recheck" check client %}{% endblock %} {% block modal_id %}rebuild_instance_modal{% endblock %} {% block modal-header %}{% trans "Recheck Event" %} {{ check.name }}{% endblock %} {% block modal-body %}
{% trans "Recheck events will reappear if root cause of problem is not fixed." %}