{% extends "base.html" %} {% block title %}QR Code — {{ facility.name }}{% endblock %} {% block content %}
Back to Facility
Scan for Facility Status

{{ facility.name }}

QR code for {{ facility.name }}

Scan this code with your phone camera to see this facility's recent cleaning quality and to report a problem.

{% if public_url %}
Or visit:
{{ public_url }}
{% endif %}

Tip: print this and post it at the facility entrance or in each restroom.

{% endblock %}