{% csrf_token %}

{{ _("Sign in") }}

{{ form.non_field_errors() }}
{{ form['login'].errors }} {{ form['login'].label_tag() }} {{ form['login'].as_widget() }} {% if form['login'].help_text %}

{{ form['login'].help_text }}

{% endif %}
{{ form['password'].label_tag() }} {{ form['password'].as_widget() }} {% if form['password'].help_text %}

{{ form['password'].help_text }}

{% endif %}
{% if redirect_field_value %} {% endif %}

{{ _('New user?') }} {{ _('Create your account') }}