Facility QR Codes ({{ cards|length }})

Cut along the dashed borders and post each code at its facility. Scanning shows recent inspection scores, open-issue counts, and the quality trend.

{% for c in cards %}
{{ c.svg | safe }}
{{ c.facility.name }}
{% if c.facility.project %}{{ c.facility.project.name }}
{% endif %} Scan for the latest inspection results
{% endfor %}
{% if not cards %}
No active facilities to print.
{% endif %}