{% extends 'base.html' %} {% from "macros.html" import render_field %} {% 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 %}