Declared incidents by priority
{% include "../layouts/partials/table.html" with table=incident_by_priority_table labelledby="table-by-priority" only %}
Active (unclosed) incident age by priority
{% include "../layouts/partials/table.html" with table=incident_age_by_priority_table labelledby="table-age-by-priority" only %}
Time to Fix (TTF) distribution
{% include "../layouts/partials/table.html" with table=incident_ttr_by_priority_table labelledby="table-ttf-distribution" only %}
Time to Fix (TTF) distribution percentage
{% include "../layouts/partials/table.html" with table=incident_ttr_by_priority_percentage_table labelledby="table-ttf-distribution-percentage" only %}