summaryrefslogtreecommitdiffstats
path: root/templates/wallet_table.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wallet_table.html')
-rw-r--r--templates/wallet_table.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/wallet_table.html b/templates/wallet_table.html
index bad144a..a7114d1 100644
--- a/templates/wallet_table.html
+++ b/templates/wallet_table.html
@@ -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}}">&nbsp;</td>
<td style="padding:1px; background-color:{{wallet.ticks.C}}">&nbsp;</td>
@@ -38,3 +38,4 @@
</tr>
{% endfor %}
</table>
+<p>Note that names in italics are copied from the related survex file block name.