{% extends 'base.html' %} {% from "macros.html" import render_selectable_table %} {% block title %}View Users{% endblock %} {% block content_title %}Select a user{% endblock %} {% block content_description %}Select the user you'd like to action upon{% endblock %} {% block content %}
{% endblock %} {% block scripts %} {% endblock %}