{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Murano Statistics" %}{% endblock %} {% block page_header %} {% include "stats/_page_header.html" with title=_("Murano Server Stats") %} {% endblock page_header %} {% block main %}
{{ tab_group.render }}
{% endblock %}