{% extends 'unfold/layouts/unauthenticated.html' %} {% load i18n static unfold %} {% block extrastyle %} {{ block.super }} {{ form.media }} {% endblock %} {% block title %} {{ title }} | {{ site_title }} {% endblock %} {% block content %} {% include "unfold/helpers/unauthenticated_title.html" with title=site_title|default:_('Django site admin') subtitle=_('Welcome back to') %} {% include "unfold/helpers/messages.html" %} {% if form.errors or form.non_field_errors %}