{% extends 'django_spire/page/full_page.html' %} {% load variable_types %} {% block full_page_sub_navigation_title %} Reports {% endblock %} {% block full_page_sub_navigation %} {% if not report.is_ready %} {% include 'django_spire/metric/report/element/report_sub_navigation_element.html' with depth=0 sub_nav_value=registry.report_names_classes %} {% endif %} {% endblock %} {% block full_page_content %} {% if report %} {% if report.is_ready %} {% include 'django_spire/metric/report/print/report_print.html' %} {% else %} {% include 'django_spire/metric/report/form/report_form.html' %} {% endif %} {% else %}