{% extends 'base.html' %} {% from "macros.html" import render_selectable_table, render_pagination %} {% 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 %}
{{ render_selectable_table(headers=["Tenant ID", "Tenant Name", "Website"], rows=rows, selectable=True, id="tenantsTable") }}
{% endblock %} {% block content_footer %} {{ render_pagination(pagination, 'user_bp.select_tenant') }} {% endblock %} {#{% block scripts %}#} {##} {#{% endblock %}#}