{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}edit_method_form{% endblock %} {% block form_action %}{{ action_url }}{% endblock %} {% block modal-header %}{% trans "Edit Notification" %}{% endblock %} {% block modal-body %}

{% trans "Description" %}:

{% blocktrans %} The Name field is used to identify the notification method. {% endblocktrans %}

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