From 425b534c30a8e2ce5b581e9cf7506c98c9f66f11 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 1 May 2021 00:18:39 +0100 Subject: [PATCH] add wallet column to expo report --- templates/expedition.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/expedition.html b/templates/expedition.html index 2f10326..4dd2a45 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -68,7 +68,7 @@ an "S" for a survey trip. The colours are the same for people on the same trip.

Logbooks and survey trips per day

- + {% regroup dateditems|dictsort:"date" by date as dates %} {% for date in dates %} @@ -79,7 +79,11 @@ an "S" for a survey trip. The colours are the same for people on the same trip. - + {% endfor %}
DateLogged tripsSurveys
DateLogged tripsSurveysWallets
{% 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 %}