{% 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
{{qm.location_description|safe}}
{% 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 completion description: '{{qm.completion_description|safe}}'
Tick off date: '{{qm.completion_date|date:'Y-m-d'}}' [For survex file ticks. not implemented yet]
Tick off comment: '{{qm.comment|safe}}'
{% 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 %} QM Nearest station: '{{qm.nearest_station_name}}' {{nearest_station_description}}
{% if qm.page_ref %}QM Page reference: '{{qm.page_ref|safe}}'
{% endif %}

QM original description

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

Creation

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

Cave: {{qm.cave|safe }}

{{ qm.cave|safe }} - all QMs for this cave
{{ qm.cave|safe }} - open QMs checklist for this cave
{{ qm.cave|safe }} - cave description
{{ qm.cave|safe }} - all survexfiles for this cave
{{ qm.cave|safe }} - primary survexfile for this cave

{% 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 %}