{% extends "base.html" %} {% load link %} {% block title %} QM: {{qm|safe}} {% endblock %} {% block contentheader %}

Question marks for {{cave.kataster_number}} - {{cave.official_name|safe}} - {{cave.unofficial_number}}

Note that QMs loaded for 1623-161, 1623-204 and 1623-234 are imported from CSV files .

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

Extant

{% if cave.get_QMs %}

Ticked off

{% endif %}

{% endblock %}