{% extends "base.html" %} {% block title %}Expedition {{expedition.name}}{% endblock %} {% block related %} {% endblock %} {% block content %}
Other years: {% for otherexpedition in expeditions %} {% if otherexpedition == expedition %} | {{otherexpedition.year}} {% else %} | {{ otherexpedition.year }} {% endif %} {% endfor %}
See also the
Reparse and reload this year's logbook by clicking here: RELOAD {% endif %}
At a single glance: The table shows all expo cavers and their recorded trips. The columns are the date in the month (July, August or September), Sundays in blue, with a "T" for a logbook entry, and an "S" for a survey trip. The colours of the "T" and "S" are the same for people on the same trip.
Caver | {% for d in dates %}{{d.day}}/{{d.month}} | {% endfor %}||
---|---|---|---|
{{personexpoday.personexpedition.person|safe}} | {% for activities in personexpoday.personrow %} {% if activities.personentries or activities.survexblocks %}
{% for personentry in activities.personentries %}
T
{% endfor %}
{% for survexblock in activities.survexblocks %} S {% endfor %} |
{% else %}
{% if activities.sunday %}
{% else %} | {% endif %} | {% endif %} {% endfor %}
Date | Logged trips and diary entries | Surveys | Wallets |
---|---|---|---|
{{date.grouper|date:"D d M Y"}} | {% for item in date.list %}
{% if item.isLogbookEntry %}{{item.title|safe}} {% endif %} {% endfor %} |
{% for item in date.list %}
{% if item.isSurvexBlock %}{{item.name}} {% endif %} {% endfor %} |
{% for item in date.list %}
{% if item.isSurvexBlock %}
{{item.scanswallet.walletname}} {% endif %} {% endfor %} |