mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 04:57:03 +00:00
add cave column to wallets report
This commit is contained in:
@@ -10,7 +10,7 @@ plans and elevations. It also contains scans of centre-line survex output on whi
|
|||||||
hand-drawn passage sections are drawn. These hand-drawn passages will eventually be
|
hand-drawn passage sections are drawn. These hand-drawn passages will eventually be
|
||||||
traced to produce Tunnel or Therion drawings and eventually the final complete cave survey.
|
traced to produce Tunnel or Therion drawings and eventually the final complete cave survey.
|
||||||
<table width=95%>
|
<table width=95%>
|
||||||
<tr><th>Scans folder</th><th>Files</th><th>Survex blocks</th></tr>
|
<tr><th>Scans folder</th><th>Files</th><th>Survex blocks</th><th>Cave</th></tr>
|
||||||
{% for scanswallet in manywallets %}
|
{% for scanswallet in manywallets %}
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding:2px"><a href="{{scanswallet.get_absolute_url}}">{{scanswallet.walletname}}</a></td>
|
<td style="padding:2px"><a href="{{scanswallet.get_absolute_url}}">{{scanswallet.walletname}}</a></td>
|
||||||
@@ -20,6 +20,14 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
|
|||||||
<a href="{% url "svx" survexblock.survexfile.path %}">{{survexblock}}</a>
|
<a href="{% url "svx" survexblock.survexfile.path %}">{{survexblock}}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</td>
|
</td>
|
||||||
|
<td style="padding:2px">
|
||||||
|
{% for survexblock in scanswallet.survexblock_set.all %}
|
||||||
|
{% ifchanged survexblock.survexfile.cave %}
|
||||||
|
<a href="{% url "cave" survexblock.survexfile.cave %}">{{survexblock.survexfile.cave}}</a>
|
||||||
|
{% endifchanged %}
|
||||||
|
|
||||||
|
{% endfor %}
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user