From ba9f44093fb7f0140e5236bca6255bd7507578e0 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Wed, 23 Nov 2022 18:01:02 +0200 Subject: [PATCH] fix: Say when no IRSG ballots exist (#4788) Fixes #4749 --- ietf/templates/doc/irsg_ballot_status.html | 40 ++++++++++++---------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/ietf/templates/doc/irsg_ballot_status.html b/ietf/templates/doc/irsg_ballot_status.html index 017866eb2..f295b968c 100644 --- a/ietf/templates/doc/irsg_ballot_status.html +++ b/ietf/templates/doc/irsg_ballot_status.html @@ -10,24 +10,28 @@ {% block content %} {% origin %}

IRSG ballot status

- - - - - - - - {% if docs %} - - {% for doc in docs %} - - - {% include "doc/search/status_columns.html" %} - - {% endfor %} - - {% endif %} -
DocumentStatus
{{ doc.displayname_with_link }}
+ {% if docs %} + + + + + + + + + {% for doc in docs %} + + + {% include "doc/search/status_columns.html" %} + + {% endfor %} + +
DocumentStatus
{{ doc.displayname_with_link }}
+ {% else %} +

+ No open IRSG ballots. +

+ {% endif %} {% endblock %} {% block js %}