JQC Enrollment Form

by L.T Services, Inc
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{# Honeypot — must stay empty. #} {# ── Header ─────────────────────────────────────────────────────── #}
Project Name
Request by:
Date Requested:
{% for key, label in schema.OFFICE_FIELDS %} {% endfor %}
{{ label }} For office use
{# ── Step 1 ─────────────────────────────────────────────────────── #}
Step 1: Please check the task/function for each user. Refer to our recommendations at the bottom of this page.
{% for col_key, col_label in schema.COLUMNS %} {% endfor %} {% for ref, label, scope in schema.TASKS %} {% for col_key, _col_label in schema.COLUMNS %} {% if scope == 'all' or col_key == 'admin' %} {% else %} {# Ref 10 is Admin/Director only on the printed form. #} {% endif %} {% endfor %} {% endfor %}
Ref Role Descriptions: Tasks and Functions{{ col_label.replace('\n', ' ') }}
{{ ref }} {{ label }}
{# ── Step 2 ─────────────────────────────────────────────────────── #}
Step 2: Please provide the following information for setup. Each user will receive a notification at the email provided below to sign in.
{% for key, label in schema.REGISTRANTS %} {% set reg = (submitted.registrants[loop.index0] if submitted else none) %} {% endfor %}
No. Role Descriptions Register First and last name Job Title Email Address
{{ loop.index }} {{ label }}
{# ── Step 3 ─────────────────────────────────────────────────────── #}
Step 3: Please check the box next to the user who will receive the app for smart devices.
{% for col_key, col_label in schema.COLUMNS %} {% endfor %} {% for col_key, col_label in schema.COLUMNS %} {% endfor %}
No. Mobile App{{ '' if col_key == 'admin' else col_label.replace('\n',' ') }}
7 {{ schema.MOBILE_APP_LABEL }}
{# ── Notes from the customer ────────────────────────────────────── #}
Anything else we should know? (optional)
{# ── Recommendation (reference only) ────────────────────────────── #}
RECOMMENDATION

{{ schema.RECOMMENDATION_INTRO }}

{% for ref, label, scope in schema.TASKS %} {% set rec = schema.RECOMMENDATION[ref] %} {% endfor %}
Ref Role Descriptions: Tasks and Functions Admin / Director User / Inspectors
{{ ref }} {{ label }} {% if rec[0] %} {% else %}{% endif %} {% if rec[1] is none %}— {% elif rec[1] %} {% else %}{% endif %}
Note:
    {% for note in schema.NOTES %}
  1. {{ note }}
  2. {% endfor %}