{% extends "base.html" %} {% load wiki_markup %} {% block title %}Expedition {{expedition.name}}{% endblock %} {% block content %}
| {% if expedition_prev %}< < {{expedition_prev.year}}{% endif %} | {% if expedition_next %}> > {{expedition_next.year}}{% endif %} |
| Caver | From | To |
|---|---|---|
| {{personexpedition.person}} | {{personexpedition.date_from}} | {{personexpedition.date_to}} |
debug message: {{message}}
| Date | Title | Author | Place | |
|---|---|---|---|---|
| {{logbookentry.date}} | {{logbookentry.title|safe}} | {{logbookentry.author.name}} | {% if logbookentry.cave %}{{logbookentry.place}} | {% else %}{{logbookentry.place}} | {% endif %}