{% extends "base.html" %} {% block content %}

Формирование заявки

{% if errors %}
{% for error in errors %}
{{ error }}
{% endfor %}
{% endif %}
{% endblock %}