{% extends 'tionix/base.html' %} {% load i18n %} {% block title %}{% trans "Audit Details" %}{% endblock %} {% block page_header %} {% include "horizon/common/_detail_header.html" %} {% endblock %} {% block main %}
{% include "balancing/aggregates/_audit_detail_overview.html" %}
{% endblock %}