summaryrefslogtreecommitdiffstats
path: root/templates/cave_qms.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cave_qms.html')
-rw-r--r--templates/cave_qms.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/cave_qms.html b/templates/cave_qms.html
index 47dcea5..8b042d3 100644
--- a/templates/cave_qms.html
+++ b/templates/cave_qms.html
@@ -40,6 +40,8 @@
{% for QM in cave.get_QMs %}
{% if QM.ticked %}
<li><a href="{{QM.get_absolute_url}}">{{QM}}</a>
+ {% if QM.nearest_station %}&vellip;<em>{{QM.nearest_station}}</em>&vellip;{% endif %}
+ {% if QM.nearest_station_name %}&vellip;<em>{{QM.nearest_station_name}}</em>&vellip;{% endif %}
{% if QM.nearest_station_description %}&vellip;<em>{{QM.nearest_station_description}}</em>&vellip;{% endif %} {{QM.location_description}} <b>{{QM.grade}}</b>
{% if QM.block %} <a href="/survexfile/{{QM.block.survexfile.path}}.svx">{{QM.block}}.svx</a> {{QM.block.date}} {% endif %}