{% extends "base.html" %} {% block title %}Logbook {{logbookentry.expedition.name}} {{logbookentry.title|safe}}{% endblock %} {% block content %} {% block related %}{% endblock %} {% block nav %}{% endblock %}

{{logbookentry.title|safe}}

{{logbookentry.date|date:"D d M Y"}} {% for personlogentry in logbookentry.personlogentry_set.all %}{% if personlogentry.is_logbook_entry_author %}
{{personlogentry.nickname_used}} {% endif %}{% endfor %}

{{logbookentry.text|safe}}

Edit this entry.

{% include 'onthisdate.html' %} {% endblock %}