{% 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 %}

{% trans "Description" %}:

{% 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 expression is true. {% endblocktrans %}

{% include "horizon/common/_form_fields.html" %}
{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}