From 6a1caf87383b52a3614138b056ab08b3512ba642 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Sat, 12 Nov 2011 05:42:03 +0000 Subject: [PATCH] Marked area directors who are not on the current IESG with square brackets on the discuss summary page. Fixes bug 666 - Legacy-Id: 3601 --- ietf/templates/iesg/discusses.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/templates/iesg/discusses.html b/ietf/templates/iesg/discusses.html index 15fec4080..49b4439f8 100644 --- a/ietf/templates/iesg/discusses.html +++ b/ietf/templates/iesg/discusses.html @@ -61,8 +61,8 @@ Show: {{ doc.ad_name|default:"" }} -{% for po in doc.ietf_process.iesg_ballot.get_discuss %} -{{po.ad_name}} ({% if po.discuss_date %}{{po.discuss_date|timesince_days}}{%endif%} days ago{% if doc.is_id_wrapper %}{% ifnotequal po.discuss_revision doc.latest_revision %} for -{{po.discuss_revision}}{% endifnotequal %}{% endif %})
+{% for po in doc.ietf_process.iesg_ballot.get_discuss|dictsort:"is_old_ad" %} +{%if po.is_old_ad %}[{%endif%}{{po.ad_name}}{%if po.is_old_ad %}]{%endif%} ({% if po.discuss_date %}{{po.discuss_date|timesince_days}}{%endif%} days ago{% if doc.is_id_wrapper %}{% ifnotequal po.discuss_revision doc.latest_revision %} for -{{po.discuss_revision}}{% endifnotequal %}{% endif %})
{% endfor %}