JQC Enrollment Form

{{ tenant_branding.display_name if tenant_branding else 'Janitorial QC' }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{# Honeypot — must stay empty. #} {# ── Header ─────────────────────────────────────────────────────── #} {# The printed sheet carried a blank "for office use" block here. It is not rendered on the web form — a customer cannot fill it in. Those fields still exist and are filled by staff on the admin detail page. #}
Project Name
Request by:
Requester email:
Date Requested:
We send your confirmation, with a copy of everything below, to the requester email.
{# ── Step 1 — the people ────────────────────────────────────────── #}
Step 1: Please list everyone who needs access. Each person will receive an email invitation at the address you provide.
No. Role First and last name Job Title Email Address
{# ── Step 2 — the task matrix, built from Step 1 ────────────────── #}
Step 2: Please check the task/function for each user, or apply our recommended selection and adjust it.
Our recommendation keeps administrators and directors from receiving an overwhelming number of email notifications. You can change any box afterwards.
{# Rows that come WITH the role rather than being switched on per person. Ticking them records what you expect; it does not change access. #}
Rows {% for ref in schema.ROLE_IMPLIED_TASKS | sort %}{% if not loop.first %}{{ ', ' if not loop.last else ' and ' }}{% endif %}{{ ref }}{% endfor %} ({% for ref in schema.ROLE_IMPLIED_TASKS | sort %}{{ schema.TASK_LABELS[ref] }}{{ '; ' if not loop.last }}{% endfor %}) are included with the user's role where their access allows it — tick them to record what you expect. The remaining rows control which email and in-app notifications each user receives.
{# ── Step 3 — mobile app ────────────────────────────────────────── #}
Step 3: Please check the box next to the user who will receive the app for smart devices.
{# ── Notes ──────────────────────────────────────────────────────── #}
Anything else we should know? (optional)
Note:
    {% for note in schema.NOTES %}
  1. {{ note }}
  2. {% endfor %}