2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-22 23:52:20 +00:00

logbooks correct numberss of entries expected

This commit is contained in:
2022-12-23 22:13:43 +00:00
parent a71c616afd
commit 194470841e
3 changed files with 2 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
=Expo {{logbook_entries.0.expedition}} logbook ==
{%for logbook_entry in logbook_entries%}
==={{logbook_entry.date}} | {{logbook_entry.place}} - {{logbook_entry.title}} | {% for persontrip in logbook_entry.persontrip_set.all %}{{ persontrip.person_expedition.person }} {{ persontrip.person_expedition.time_underground }}, {% endfor %}===
{{logbook_entry.text|safe}}
{% endfor %}