{% 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 (possibly buggy, July 2022), 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 %}

Related items

Parent cave: {{qm.found_by.cave|link}} {% block content %}

Location

{{qm.location_description}}

Grade

{{qm.grade}}

Creation

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

Completion

{% if ticked_off_by %} {{qm.completion_description}} Ticked off by: {{qm.ticked_off_by}}
Description: {{qm.completion_description}} {% else %} None yet- STILL EXTANT. {% endif %}

Comment

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