{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_alarm_form{% endblock %} {% block form_action %}{{ action_url }}{% endblock %} {% block modal-header %}{% trans "Create Alarm Definition" %}{% endblock %} {% block modal-body %}
{% blocktrans %} The Name field is used to identify the alarm definition. {% endblocktrans %}
{% blocktrans %} The Expression field which if true, triggers a notification to be sent. {% endblocktrans %}
{% blocktrans %} The Notifications field contains the list of Notifications that should be sent when transitioning to another ALARM state. {% endblocktrans %}
{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}