{% extends "base.html" %} {% load link %} {% block title %} QM: {{qm|safe}} {% endblock %} {% block contentheader %} {% endblock %} {% block related %} {% endblock %} {% block content %}
Previous QM QM   {{qm|safe}} Next QM
{% if qm.ticked %}

This QM is TICKED

{% if qm.resolution_station_name %} The survey station which record the continuation of the cave past this QM is {{qm.resolution_station_name}}.
{%endif %} Tick off comment: '{{qm.comment|safe}}'
Tick off completion description: '{{qm.completion_description|safe}}'
Tick off date: '{{qm.completion_date|date:'Y-m-d'}}' [For survex file ticks. not implemented yet]
{% endif %} QM page_ref: '{{qm.page_ref|safe}}'
{% if qm.cave %}

Cave: {{qm.cave|safe }}

{{ qm.cave|safe }}All QMs
{{ qm.cave|safe }} description
{{ qm.cave }} survexfiles
{% else %}

This QM is OPEN

Comment: '{{qm.comment}}'
{% endif %}

QM Number: {{qm.number}} Grade: {{qm.grade}}

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

Survexfile

{{qm.block.date|date:'Y-m-d'}} {{qm.block}}.svx {% endif %}

QM original closest survey station

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

QM original description

{{qm.location_description}} {% if qm.found_by %}

Creation

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

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.


{% endblock %}