{% 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 or August), with a "T" for a logbook entry, and an "S" for a survey trip. The colours are the same for people on the same trip.
Caver | {% for expeditionday in expedition.expeditionday_set.all %}{{expeditionday.date.day}} | {% endfor %}|
---|---|---|
{{personexpeditionday.personexpedition.person|safe}} | {% for persondayactivities in personexpeditionday.personrow %} {% if persondayactivities.persontrips or persondayactivities.survexblocks %}
{% for persontrip in persondayactivities.persontrips %}
T
{% endfor %}
{% for survexblock in persondayactivities.survexblocks %} S {% endfor %} |
{% else %}
{% 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 %} |