{% 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 QM   {{qm|safe}} Next QM
{% 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

QM Number

{{qm.number}}

Grade

{{qm.grade}}

Explanation of Grade letters: Handbook - QM grades {% if qm.block %}

Survexfile

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

Ticked

This QM is TICKED {% endif %} {% if qm.resolution_station_name %}

resolution_station_name

{{qm.resolution_station_name}} {% endif %}

Location

{% if qm.block %} Survex block: {{qm.blockname}}
{% endif %} Nearest station: '{{qm.nearest_station_name}}' {{nearest_station_description}}

QM Description

{{qm.location_description}} {% 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 date: {{qm.get_completion_url}} WRONG
Tick off date: [For survex file ticks. not implemented yet, needs model change]
Tick off completion description: {{qm.completion_description}} {% else %} No completion description yet- STILL EXTANT. {% endif %}

Comment

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