{% extends 'stackdio/page.html' %} {% block title %}Users{% endblock %} {% block user-class %}active{% endblock %} {% block page-content %}

Users

Manage all of your users here.

{% if not ldap_enabled and has_admin %} Permissions {% endif %} {% if not ldap_enabled and has_create %} New User {% endif %}
{% include 'stackdio/stubs/pager.html' with object_type='users' search=True %}
{% endblock %}