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

{% blocktrans trimmed %} For more information, you may contact an admin. If you think you've received this message in error, try to log in again. {% endblocktrans %}

{% trans 'Log In' %}

{% endblock %}