mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-13 20:18:12 +00:00
Better display of wallet names copied from svx files
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
<td style="padding:2px">{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td>
|
||||
<td style="padding:2px">{% if wallet.cave %}{{wallet.cave}}{% else %} {% endif %}</td>
|
||||
<td style="padding:2px">{% if wallet.name %}{{wallet.name}}{% else %} {% endif %}</td>
|
||||
<td style="padding:2px">{% if wallet.name %}{{wallet.name}}{% else %}<em>{% if wallet.displaynames %} {% for dn in wallet.displaynames %}{{dn}}{%if not forloop.last %}, {% endif %} {% endfor %}{% else %} {% endif %}</em>{% endif %}</td>
|
||||
|
||||
<td style="padding:1px; background-color:{{wallet.ticks.S}}"> </td>
|
||||
<td style="padding:1px; background-color:{{wallet.ticks.C}}"> </td>
|
||||
@@ -38,3 +38,4 @@
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
<p>Note that names in italics are copied from the related survex file block name.
|
||||
|
||||
Reference in New Issue
Block a user