2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-26 03:25:20 +00:00

Trial QM tick mechanism in survex files

This commit is contained in:
Philip Sargent
2022-07-20 20:47:29 +03:00
parent de37eea167
commit 0a158db97d
4 changed files with 47 additions and 23 deletions

View File

@@ -42,6 +42,11 @@
{% endif %}
<a href="/{{ qm.cave.url }}">{{ qm.cave|safe }} cave description</a>
<h3>QM Number</h3>
{{qm.number}}
<h3>Grade</h3>
{{qm.grade}}
{% if qm.block %}
<h3>Survexfile</h3>
@@ -49,15 +54,13 @@
{% endif %}
<h3>Location</h3>
{{qm.location_description}}
{% if qm.block %}
Survex block: {{qm.blockname}}
<br>
{{qm.blockname}}
<h3>QM Number</h3>
{{qm.number}}
<h3>Grade</h3>
{{qm.grade}}
{% endif %}
Nearest station: '{{qm.nearest_station_name}}' {{nearest_station_description}}
<h3>QM Description</h3>
{{qm.location_description}}
{% if qm.found_by %}
<h3>Creation</h3>
@@ -67,7 +70,9 @@ Found by <a href="{{qm.found_by.get_absolute_url}}">{{qm.found_by}}</a> on {{qm.
<h3>Completion</h3>
{% if qm.ticked %}
Ticked off log entry: <a href="{{qm.ticked_off_by.get_absolute_url}}">{{qm.ticked_off_by}}</a><br />
Ticked off Description Page: <a href="/{{qm.get_completion_url}}">{{qm.get_completion_url}}</a>
Ticked off Description Page: <a href="/{{qm.get_completion_url}}">{{qm.get_completion_url}}</a> <br />
Tick off date: [For survex file ticks. not implemented yet, needs model change]</a> <br />
Tick off comment: [For survex file ticks. not implemented yet, needs model change]</a>
{% else %}
No completion description yet- STILL EXTANT.