{% extends "base.html" %} {% load link %} {% block title %} Open Leads - un-ticked QMs {{qm|safe}} {% endblock %} {% block contentheader %}

Open Leads for {{cave.kataster_number}} {% if cave.official_name %}- {{cave.official_name|safe}}{% endif %}{% if cave.unofficial_number %} - ({{cave.unofficial_number|safe}}){% endif %}

{% endblock %} {% block content %} {{cave.slug}} - All QMs
{{cave.slug}} - all Survexfiles
{{cave.slug}} - Primary survexfile

§ QM.nearest_station_name
☉ QM.page_ref
  QM.comment

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 how to set up your own QMs, see Adding QMs .

For full explanation of the current status of the QM system(s), see scriptsqms page.


{% endblock %}