{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Sign In" %}{% endblock %} {% block content %}
{% csrf_token %}
{% trans "Log in to your account" %} {{ form|as_bootstrap }}
{% if next %}{% endif %}
{% trans "Forgot your password?" %}