{% 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 %}