{% extends "base.html" %} {% load wiki_markup %} {% block title %}Logbook {{logbookentry.id}}{% endblock %} {% block editLink %}edit {% endblock %} {% block content %}

{{logbookentry.title}} - {{logbookentry.date}}

place (to be a link to cave shaped object): {{logbookentry.place}}

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