Sum |
+ {% if dt.type.1 == "Internet-Draft" %}
+
+
+ |
+ {% endif %}
{% for state, state_name in dt.states %}
@@ -87,37 +111,151 @@ {{ dt.type.1 }} State Counts
{{ data|json_script:"data" }}
+
+
+
+
{% endblock %}
\ No newline at end of file
diff --git a/ietf/templates/doc/charter/issue_ballot_mail.txt b/ietf/templates/doc/charter/issue_ballot_mail.txt
index 12fc44bbbc..914935bb12 100644
--- a/ietf/templates/doc/charter/issue_ballot_mail.txt
+++ b/ietf/templates/doc/charter/issue_ballot_mail.txt
@@ -1,6 +1,6 @@
-{% load ietf_filters %}{% autoescape off %}To: {{ to }} {% if cc %}
-Cc: {{ cc }}
-{% endif %}From: IESG Secretary
+{% load ietf_filters %}{% autoescape off %}To: {{ to }}{% if cc %}
+Cc: {{ cc }}{% endif %}
+From: IESG Secretary
Reply-To: IESG Secretary
Subject: Evaluation: {{ doc.name }}
diff --git a/ietf/templates/iesg/agenda_documents.html b/ietf/templates/iesg/agenda_documents.html
index 80dd9956fa..f732672df0 100644
--- a/ietf/templates/iesg/agenda_documents.html
+++ b/ietf/templates/iesg/agenda_documents.html
@@ -21,7 +21,12 @@ Documents on future IESG telechat agendas
IESG telechat {{ t.date }}
- {{ t.pages }} page{{ t.pages|pluralize }}
+
+ {{ t.pages }} page{{ t.pages|pluralize }}
+ {% if t.ad_pages_left_to_ballot_on %}
+ ({{ t.ad_pages_left_to_ballot_on }} pages left to ballot on)
+ {% endif %}
+
|
- {% for doc in docs %}
+ {% for d in docs %}