{% extends "base.html" %} {% block title %}Logbook {{logbookentry.expedition.name}} {{logbookentry.title|safe}}{% endblock %} {% block content %} {% block related %}{% endblock %} {% block nav %}{% endblock %}
{{logbookentry.expedition.year}} calendar page full logbook logbook report
place: {{logbookentry.place|safe}}
{{logbookentry.place|safe}}
{% if logbookentry.get_previous_by_date %} {{logbookentry.get_previous_by_date.date|date:"D d M Y"}} {% endif %} {% if logbookentry.get_next_by_date %} {{logbookentry.get_next_by_date.date|date:"D d M Y"}} {% endif %}
{{logbookentry.text|safe}}
Edit this entry.