- {% if action_form %} - {% if action_form.errors %} -
- -
    - {% for field in action_form.errors %} - {% for error in action_form.errors[field] %} -
  • "{{ field }}" => {{ error }}
  • - {% endfor %} - {% endfor %} -
-
- {% endif %} - {% if action_form.message %} -
- - {{ action_form.message }} -
- {% endif %} - {% endif %} - - {% block body %}{% endblock %} -