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

{{logbookentry.date|date:"D d M Y"}} {% if logbookentry.entry_type == "html" %}

{{logbookentry.text|safe}}

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