diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cave_qms.html | 2 | ||||
-rw-r--r-- | templates/svxfile.html | 6 |
2 files changed, 6 insertions, 2 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 %}⋮<em>{{QM.nearest_station}}</em>⋮{% endif %} + {% if QM.nearest_station_name %}⋮<em>{{QM.nearest_station_name}}</em>⋮{% endif %} {% if QM.nearest_station_description %}⋮<em>{{QM.nearest_station_description}}</em>⋮{% 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 %} diff --git a/templates/svxfile.html b/templates/svxfile.html index ccd9749..97dcfe2 100644 --- a/templates/svxfile.html +++ b/templates/svxfile.html @@ -80,14 +80,16 @@ LOGMESSAGES --> {% endif %} </div> -undergound survey length: {{svxlength|floatformat:2}} metres -<span style="font-family: monospace; font-size: 130%; "> +underground survey length: {{svxlength|floatformat:2}} metres<br /> + {% for sb in svxblocks %} +block:({{sb}}) has parent block:<a href="{{sb.parent.path}}">({{sb.parent}})</a> {% empty %} Cannot find any <em>dated</em> survex blocks in this survex file (not looking at *include files). <br /> Report this to a nerd if you think this is incorrect. <hr /> {% endfor %} +<span style="font-family: monospace; font-size: 130%; "> {% for key, value in events.items %} {% with trips=value.0 svxothers=value.1 wallets=value.2 blocks=value.3 %} |