From 91340694ad4ffd922b3f5290867f6dd9fd692c5f Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 28 May 2025 10:12:51 +0200 Subject: [PATCH] When using digital contracts, show signing time for pending sponsors --- template/confsponsor/admin_dashboard.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/template/confsponsor/admin_dashboard.html b/template/confsponsor/admin_dashboard.html index 32e47a60..8fa6f119 100644 --- a/template/confsponsor/admin_dashboard.html +++ b/template/confsponsor/admin_dashboard.html @@ -68,17 +68,19 @@ sponsor manually, you may want to confirm them manually as well... {%for level in regrouped_unconfirmed%} - + + {%for s in level.list%} +
{{level.grouper}}{{level.grouper}}
Sponsor Signed upContract signed Status
{{s}} {{s.signupat}}{%if s.contract and s.contract.firstsigned%}{{s.contract.firstsigned}}{%endif%} {%if s.invoice%} {%if s.invoice.isexpired%} @@ -90,7 +92,7 @@ sponsor manually, you may want to confirm them manually as well... Pending organizer verification {%else%} {%if s.signmethod == 0 and s.contract %} - {%if s.contract.completed %}{# this state can only be reached when automatic contract processing is disabled, but in this case it indicates it's time to confirm #} + {%if s.contract.completed %}{# this state can only be reached when automatic contract processing is disabled, but in this case it indicates it is time to confirm #} Contract signed and countersigned {%elif s.contract.firstsigned %} Pending with signed digital contract -- 2.39.5