Page {{ index }} of {{ total_pages }}
{% if current_page.status == 'known' %}
Known
  • paper: {{ current_page.info.paper_number }}
  • page: {{ current_page.info.page_number }}
  • version: {{ current_page.info.version }}
{% elif current_page.status == 'extra' %}
Extra
  • paper: {{ current_page.info.paper_number }}
  • questions: {{ current_page.info.question_list_html | safe }}

rotation: {{ current_page.rotation }}

{% elif current_page.status == 'unknown' %}
Unknown
{% elif current_page.status == 'discard' %}
Discard
{{ current_page.info.reason }}
{% elif current_page.status == 'error' %}
Error
{{ current_page.info.reason }} {% if current_page.info.reason_enum == "Collision" %} Why are collisions a problem, and what are my options? {% endif %}
{% elif current_page.status == 'unread' %}
Unread
  • Have not read qr-codes yet
{% endif %} {% if current_page.qr_codes %}
{{ current_page.qr_codes|length }} QR code{{ current_page.qr_codes|length|pluralize }} {% for crn, code in current_page.qr_codes.items %}
{{ crn }}: {{ code.tpv }}

{% for k, v in code.items %} {{ k }}: {{ v }}
{% endfor %}

{% endfor %}
{% else %}

No QR code information

{% endif %}

rotation: {{ current_page.rotation }}

Log {{ current_page.history }}
{% if is_push_locked %}
Bundle is locked
{% endif %} {% if not is_pushed and not is_push_locked %}
{% if current_page.status == 'known' or current_page.status == 'error' or current_page.status == 'extra' or current_page.status == 'unknown' %} {% endif %} {% if current_page.status == 'error' or current_page.status == 'discard' or current_page.status == 'unknown' %} {% endif %} {% if current_page.status == 'error' or current_page.status == 'discard' or current_page.status == 'unknown' %} {% endif %} {% if current_page.status == 'known' %} {% elif current_page.status == 'error' %} {% elif current_page.status == 'unread' %} {% elif current_page.status == 'discard' %} {% elif current_page.status == 'unknown' %} {% elif current_page.status == 'extra' %} {% if current_page.info.paper_number %} {% else %}
Set extra page information

Paper:

{% if prev_paper_number %}
{% endif %} {% if next_paper_number %}
{% endif %}

Question(s):

{% for qidx, qlabel, qlabel_html in question_labels_html %}
{% endfor %}
{% endif %} {% endif %} {% endif %}