summaryrefslogtreecommitdiffstats
path: root/templates/logbook2008style.txt
blob: a7fbea7c8f87d75836ed22b77fa6aab156fb390d (plain)
1
2
3
4
5
6
=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 %}