{% extends "userena/base_userena.html" %} {% load i18n %} {% load url from future %} {% block content %} {% trans "Signin" %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error }} {% endfor %}
{% endif %}
{% csrf_token %} {% include "two.bootstrap/bootstrap-form.html" %}
{% trans "Forgot your password?" %} {% if next %}{% endif %}
{% endblock %}