{% 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.title|safe}}

{{logbookentry.date}} {{logbookentry.text|wiki_to_html}}
{% endblock %}