{% extends "base.html" %} {% block title %}Форма{% endblock %} {% block content %}

Форма

{# Widget, Виджет, Controls, Элементы управления #} {% if errors %} {% for err in errors %}

{{ err }}

{% endfor %} {% endif %}
{% endblock %}