{% set page_title = (summary.project_name ~ ' ' if summary.project_name else '') ~ report_title ~ (' - ( ' ~ summary.env_name ~ ' )' if summary.env_name else '') %} {{ page_title }}
{{ page_title }}
{% include "components/summary-chart.html" %} {% if report_rows|selectattr('Center')|select|list|length > 0 %} {% include "components/center-chart.html" %} {% endif %} {% if report_rows|selectattr('Phase')|select|list|length > 0 %} {% include "components/phase-chart.html" %} {% endif %} {% if report_rows|selectattr('Request Category')|select|list|length > 0 %} {% include "components/category-chart.html" %} {% endif %} {% if report_rows|selectattr('Center')|select|list|length > 0 %} {% include "components/status-center-chart.html" %} {% endif %}
{% include "components/results-table.html" %}