{% extends "spirit/_base.html" %} {% load i18n %} {% block title %}{% trans "Unactive Users" %}{% endblock %} {% block content %} {% include "spirit/admin/_side_menu.html" with active="users" %}

{% trans "Unactive Users" %}

{% include "spirit/user/admin/_list.html" with active_tab="unactive" %} {% endblock %}