{% extends "accounts/accounts.html" %}{% load i18n l10n widget_tweaks %} {% block menu_signin %} {% endblock %} {% block body_class %}{{ block.super }} signup{% endblock %} {% block title %}{% trans "Sign in" %}{% endblock %} {% block page_title %}{% trans "Sign in" %} — {{ block.super }}{% endblock %} {% block panel %} {% block signin_form %}
{% csrf_token %} {% include "_includes/form-errors.html" %} {% block signin_fields %} {% include "_includes/vertical-placeholder-big-field.html" with field=form.username|attr:"autofocus" %} {% include "_includes/vertical-placeholder-big-password.html" with field=form.password %} {% endblock %}
{% trans "Forgot password?" %}
{% trans "Don't have an account?" %} {% trans "Sign up" %}.
{% endblock %} {% endblock %}