{% extends 'base.html' %} {% from "macros.html" import render_field, render_included_field, debug_to_console %} {% block title %}Tenant Overview{% endblock %} {% block content_title %}Tenant Overview{% endblock %} {% block content_description %}Tenant information{% endblock %} {% block content %}
{% endblock %} {% block content_footer %} {% endblock %}