{% extends "base.html" %} {% load wiki_markup %} {% block title %}Logbook {{logbookentry.id}}{% endblock %} {% block editLink %}Edit logbook entry {{logbookentry|wiki_to_html_short}}{% endblock %} {% block content %}
{{logbookentry.expedition.name}}
place: {{logbookentry.place}}
{{logbookentry.place}}
{% if logbookentry.get_previous_by_date %} {{logbookentry.get_previous_by_date.date}} {% endif %} {% if logbookentry.get_next_by_date %} {{logbookentry.get_next_by_date.date}} {% endif %}