{% comment %} Использование: {% include 'accounts/password_input.html' with field_name='password1' field_label='Пароль' required=True %} {% endcomment %}
{% if field_errors %}
{{ field_errors }}
{% endif %}