{{ start.strftime('%b %d, %Y') }} — {{ end.strftime('%b %d, %Y') }} {% if facility %} · {{ facility.name }}{% endif %}
|
{{ total_inspections }}
Inspections
|
{{ completed }}
Completed
|
{{ open_issues }}
Open Issues
|
{{ '%.1f'|format(avg_score) ~ '%' if avg_score else '—' }}
Avg Score
|
| Facility | Inspections | Avg Score |
|---|---|---|
| {{ row.name }} | {{ row.count }} | {{ '%.1f'|format(row.avg) }}% |
| Issue | Severity | Facility / Area | Reported |
|---|---|---|---|
| #{{ i.id }} — {{ i.description[:60] }}{% if i.description|length > 60 %}…{% endif %} | {{ i.severity|title }} | {{ i.area.facility.name }} / {{ i.area.name }} | {{ i.reported_at.strftime('%b %d') }} |
| # | Severity | Facility / Area | Description | Status | Reported |
|---|---|---|---|---|---|
| #{{ i.id }} | {{ i.severity|title }} | {{ i.area.facility.name }} / {{ i.area.name }} | {{ i.description[:80] }}{% if i.description|length > 80 %}…{% endif %} | {{ i.status|replace('_',' ')|title }} | {{ i.reported_at.strftime('%b %d') }} |
No open issues in this period.
{% endif %} {% endif %}
Janitorial QC System — scheduled report. Do not reply to this email.
View full reports dashboard