{% extends "account/base.html" %} {% load static i18n %} {% block head_title %}{% trans "Account Inactive" %}{% endblock%} {% block auth_title %}{% trans "Account Inactive" %}{% endblock%} {% block auth_body %}
{% trans "This account is inactive." %}
{% endblock %}