{{ form.label.label }} | {{ form.label }} | {{ form.label.errors }} |
{{ form.description.label }} | {{ form.description }} | {{ form.description.errors }} |
{{ form.reason.label }} | {{ form.reason }} | {{ form.reason.errors }} |
{% if result == "updated" %} SUCCESS: {{message}} {% else %} {% if result == "error" %} ERROR: {{message}} {% endif %} {% endif %}
{% endif %}