{% extends "allauth/layouts/entrance.html" %} {% load i18n %} {% load allauth %} {% block head_title %} {% trans "Account Inactive" %} {% endblock head_title %} {% block content %} {% element h1 %} {% trans "Account Inactive" %} {% endelement %}
{% trans "This account is inactive." %}
{% endblock content %}