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. #}
Website
{# ── Header ─────────────────────────────────────────────────────── #}
Project Name
Request by:
Date Requested:
{% for key, label in schema.OFFICE_FIELDS %}
{{ label }}
For office use
{% endfor %}
{# ── Step 1 ─────────────────────────────────────────────────────── #}
Step 1:
Please check the task/function for each user. Refer to our recommendations at the bottom of this page.
Ref
Role Descriptions: Tasks and Functions
{% for col_key, col_label in schema.COLUMNS %}
{{ col_label.replace('\n', ' ') }}
{% endfor %}
{% for ref, label, scope in schema.TASKS %}
{{ ref }}
{{ label }}
{% 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 %}
{# ── 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.
No.
Role Descriptions Register
First and last name
Job Title
Email Address
{% for key, label in schema.REGISTRANTS %} {% set reg = (submitted.registrants[loop.index0] if submitted else none) %}
{{ loop.index }}
{{ label }}
{% endfor %}
{# ── Step 3 ─────────────────────────────────────────────────────── #}
Step 3:
Please check the box next to the user who will receive the app for smart devices.
No.
Mobile App
{% for col_key, col_label in schema.COLUMNS %}
{{ '' if col_key == 'admin' else col_label.replace('\n',' ') }}
{% endfor %}
7
{{ schema.MOBILE_APP_LABEL }}
{% for col_key, col_label in schema.COLUMNS %}
{% endfor %}
{# ── Notes from the customer ────────────────────────────────────── #}
Anything else we should know?
(optional)
{{ submitted.notes if submitted else '' }}
{# ── Recommendation (reference only) ────────────────────────────── #}
RECOMMENDATION
{{ schema.RECOMMENDATION_INTRO }}
Ref
Role Descriptions: Tasks and Functions
Admin / Director
User / Inspectors
{% for ref, label, scope in schema.TASKS %} {% set rec = schema.RECOMMENDATION[ref] %}
{{ ref }}
{{ label }}
{% if rec[0] %}
{% else %}
{% endif %}
{% if rec[1] is none %}— {% elif rec[1] %}
{% else %}
{% endif %}
{% endfor %}
Note:
{% for note in schema.NOTES %}
{{ note }}
{% endfor %}
Submit Enrollment
Print