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

{% trans "Account Inactive" %}

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

{% include 'include/global-short-footer.html' %}
{% endblock %}