{%- extends 'root.html' -%} {% block pagetitle %}User List{% endblock %} {% block pagetype %}settings2{% endblock %} {% block body_attributes %}class="has_header"{% endblock %} {% block body %} {% include "header.html" %} {% block subNav %} {% if not request.path.startswith('/h/') %}
{% endif %} {% endblock %}
{% block content %}{% endblock %}
Link copied to clipboard
Unable to copy link
Action successful!
Error, please try again later.
{% block mobilenavbar %}{% include "mobile_navigation_bar.html" %}{% endblock %} {% block scripts %}{% endblock %} {% endblock %}