{% 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 %} {% block related %}{% endblock %} {% block nav %}{% endblock %}

{{logbookentry.title}}

{{logbookentry.date}} {{logbookentry.text|wiki_to_html}}
{% if logbookentry.filename %}Edit Delete{%endif%} {% endblock %}