{%extends 'base.html'%} {% load static i18n custom_tags %} {% block head_title %}{% trans "Users List" %}{% endblock %} {%block content%}
{%trans 'Users List'%} {%if 'users.add_user' in perms%} {%endif%}
{%include 'account/partials/users-list.html'%}
{%endblock%}