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

QM Number

{{qm.number}}

Grade

{{qm.grade}} {% if qm.block %}

Survexfile

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

Comment

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