{% extends "base.html" %} {% load link %} {% block title %} QM: {{qm|safe}} {% endblock %} {% block contentheader %}

QMs available for these caves from CSV import

QMs are also loaded directly from the survex files, e.g. see

For full explanation of the current status of the QM system(s), see scriptsqms page.
Previous {{qm|safe}} Next
{% endblock %} {% block related %} {% endblock %} {% block content %}

Cave

{% if qm.cave %} {{ qm.cave|safe }} QMs
{% else %} {% if qm.cave %} {{ qm.cave|safe }} QMs
{% endif %} {% endif %} {{ qm.cave|safe }} cave description {% if qm.block %}

Survexfile

{{qm.block.date}} {{qm.block}}.svx {% endif %}

Location

{{qm.location_description}}
{{qm.blockname}}

QM Number

{{qm.number}}

Grade

{{qm.grade}} {% if qm.found_by %}

Creation

Found by {{qm.found_by}} on {{qm.found_by.date}}. {% endif %}

Completion

{% if qm.ticked %} Ticked off log entry: {{qm.ticked_off_by}}
Ticked off Description Page: {{qm.get_completion_url}} {% else %} No completion description yet- STILL EXTANT. {% endif %}

Comment

{{qm.comment}} {% endblock %}