{% extends "base.html" %} {% block title %}Log Report {{year}} for {{expedition.name}}{% endblock %} {% block related %} {% endblock %} {% block content %}
Other years: {% for otherexpedition in expeditions %} {% if otherexpedition == expedition %} | {{otherexpedition.year}} {% else %} | {{ otherexpedition.year }} {% endif %} {% endfor %}
(Hover mouse over the date to see the slug for the entry.) {% if logged_in %}Logged in as expoadmin{% endif %}
Date | Logged trips and diary entries | Cave | Text.. | Words | Author | Who else | {% if logged_in %}Admin | {% endif %}
---|---|---|---|---|---|---|---|
{{date.grouper|date:"D d M Y"}} | {{entry.title|truncatechars:30|safe|striptags}} |
{% if entry.cave %}
{{entry.cave|safe}} {% else %} {% endif %} |
{{entry.text|striptags|safe|truncatechars:30}} |
{{entry.text|wordcount}}
|
{{entry.author.nickname_used}} | {% if entry.who %} {% for w in entry.who %} {{w.nickname_used}}, {% endfor %} {% endif %} | {% if logged_in %} {% endif %}
See also: