{% extends "metronic/account/base.html" %} {% load i18n %} {% block title %}{% trans "Account Inactive" %}{% endblock %} {% block content %}

{% trans "Account Inactive" %}

{% trans "For security reasons your account has been deactivated, if you believe that it is an error, please contact our administration team" %}
{% trans "Go to homepage" %}
{% endblock %}