{% extends 'base.html' %} {% load i18n %} {% load allauth %} {% block head_title %}{% trans "Account Inactive" %}{% endblock head_title %} {% block content %}

{% trans "Account Inactive" %}

{% trans "This account is inactive." %}

{% endblock content %}