1 2 3 4 5 6 7 8 9 10 11 12
{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Account Inactive" %}{% endblock %} {% block inner %} <h1>{% trans "Account Inactive" %}</h1> <p>{% trans "This account is inactive." %}</p> {% endblock %}