{% 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 are only loaded for 1623-161, 1623-204 and 1623-234 as these are the only CSV files loaded by the import parser. No QMs are loaded directly from the survex files (yet, as of July 2022).

{% endblock %} {% block content %}

Extant

{% if cave.get_QMs %}

Ticked off

{% endif %}

{% endblock %}