{% extends "base.html" %} {% set active_page = "users" %} {% block title %} User listing {% endblock %} {% block divs %}

All {% if not include_inactive %}active {% endif %}users

{% for user in users %} {% endfor %}
{% block paginate_tables_script %} {{ super() }} {% endblock %} {% endblock%}