summaryrefslogtreecommitdiffstats
path: root/templates/personwallets.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/personwallets.html')
-rw-r--r--templates/personwallets.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/personwallets.html b/templates/personwallets.html
index 251ded6..55a0e0e 100644
--- a/templates/personwallets.html
+++ b/templates/personwallets.html
@@ -30,7 +30,13 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
<td style="padding:2px" >{% if wallet.walletdate %}{{wallet.walletdate}}{% else %} {% endif %}</td>
<td style="padding:2px">{% if wallet.name %}{{wallet.name|truncatechars:20}}{% 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:2px">{% if wallet.slugpeople %}<em>{%for p in wallet.slugpeople%}<a href="/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}{% endfor %}</em>{% else %}{{wallet.persons }}{% endif %}</td>
+ <td style="padding:2px">
+ {% if wallet.slugpeople %}
+ <em>{%for p in wallet.slugpeople%}<a href="/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}{% endfor %}</em>
+ {% endif %}
+ {%for p in wallet.persons%}
+ <a href="/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}
+ {% endfor %}</td>
<td style="padding:2px">
{% if wallet.cave %}
{% if wallet.caveobj.slug %}
@@ -58,6 +64,6 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
</tr>
{% endfor %}
</table>
-
+<br />Names in italics are taken from the associated survex file blocks, names not in italics are listed explicitly on the wallet.
{% endblock %} \ No newline at end of file