{% extends "base.html" %} {% block title %}QR Code — {{ area.name }}{% endblock %} {% block content %}
Back to Facility
{% if current_user.role in ['admin', 'director', 'customer'] %}
{% endif %}
Scan for Area Status

{{ area.name }}

{{ facility.name }}
QR code for {{ area.name }}

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

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

Tip: print this and post it inside the area itself (e.g. on the restroom door).

{% endblock %}