{% extends 'dlux/list_base.html' %} {% load django_tables2 %} {% load static %} {% load crispy_forms_tags %} {% block title %}{{ DLUX_STRINGS.manage_users }}{% endblock %} {% block extra_head %} {% include "dlux/forms/assets_head.html" %} {{ block.super }} {% endblock %} {% block content %}

{{ DLUX_STRINGS.manage_users }}

{% crispy filter.form %}
{% render_table table %}
{% if scope_enabled and request.user.is_superuser %} {% endif %} {% if request.user.is_superuser %}
{% if scope_enabled %}
{% endif %}
{% endif %}
{% csrf_token %}
{% endblock %} {% block scripts %} {% endblock %}