{% extends "layout.base.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans "Signin" %}{% endblock %} {% block content %}
{% csrf_token %}
{% trans "Signin" %} {{ form.non_field_errors }} {% for field in form %} {% include "partial/_form_field.html" with field=field %} {% endfor %}
{% if next %}{% endif %}

{% trans "Forgot your password?" %}

{% endblock %}