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