{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Account Inactive" %}{% endblock %} {% block content %}
{% trans "Account Inactive" %} {% trans "This account is inactive. Please contact support if you believe this is an error." %} {% trans "Back to Sign In" %}
{% endblock %}