diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-08-01 15:55:20 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-08-01 15:55:20 +0300 |
commit | eed35d01a86a365d464a6b1584d12b9cb40652f6 (patch) | |
tree | b2e8f036114c210e5860eeca9b042dd3a9b8b8cb /templates/cavewallets.html | |
parent | df42b1ccb3766beb5eaadb742bf905a593143c75 (diff) | |
download | troggle-eed35d01a86a365d464a6b1584d12b9cb40652f6.tar.gz troggle-eed35d01a86a365d464a6b1584d12b9cb40652f6.tar.bz2 troggle-eed35d01a86a365d464a6b1584d12b9cb40652f6.zip |
tick lists now on 3 wallets reports
Diffstat (limited to 'templates/cavewallets.html')
-rw-r--r-- | templates/cavewallets.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index 8fd5d83..8ce1da1 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -14,8 +14,9 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <ul> <li>per year, e.g. <a href="/wallets/year/2019">2019</a> <li>per person, e.g. <a href="/wallets/person/MichaelSargent">Michael Sargent</a> - </ul> +{% include 'wallet_table.html' %} +<br /> <table width=95%> <tr><th>Wallet</th><th width=8%>Wallet Date</th><th>Wallet Name</th><th>People</th><th>Scans</th><th>Survex blocks</th><th>Drawings using these scans</th></tr> {% for wallet in manywallets|dictsort:"walletname" %} @@ -33,7 +34,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% endfor %} </td> - <td style="padding:2px"> + <td style="padding:2px; font-size: 70%;"> {% for drawing in wallet.drawingfile_set.all %} <a href="{% url "dwgfilesingle" drawing.dwgpath %}">{{drawing.dwgpath}}</a><br> {% empty %} |