{% extends "base.html" %} {% block title %}Вход — ERP WaterSurf{% endblock %} {% block content %}

Вход

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.errors %}{{ field.errors.0 }}{% endif %}
{% endfor %}
{% endblock %}