{% extends 'userena/base_userena.html' %} {% load i18n %} {% block title %}{% trans "Disabled account" %}{% endblock %} {% block content_title %}

{% trans "You're account has been disabled" %}

{% endblock %} {% block content %}

{% trans "It seems you're account has been disabled." %}

{% trans "If you feel that injustice has been done to you, feel free to contact the administrators to find out why" %}

{% endblock %}