{% extends 'base.html' %} {% from "macros.html" import render_selectable_table %} {% block title %}Tenant Selection{% endblock %} {% block content_title %}Select a Tenant{% endblock %} {% block content_description %}Select the active tenant for the current session{% endblock %} {% block content %}
{% endblock %} {% block scripts %} {% endblock %}