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