summaryrefslogtreecommitdiffstats
path: root/templates/logbook2008style.txt
blob: 2725995259e2663061b13168ea3f8b68037f4401 (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 %}