From 303ff70e641dfdb8b8f9a313f1f7978dd92af030 Mon Sep 17 00:00:00 2001
From: Lars Eggert {{ to|join:', '|linkify }}
- {{ cc|join:', '|linkify }}
+
+ {% for addr in to %}
+ {{ addr|linkify }}{% if not forloop.last %}, {% endif %}
+ {% endfor %}
+
+
+ {% for addr in cc %}
+ {{ addr|linkify }}{% if not forloop.last %}, {% endif %}
+ {% endfor %}
+
{% endfor %}
diff --git a/ietf/templates/doc/review/complete_review.html b/ietf/templates/doc/review/complete_review.html
index 40f8913ac..c6306c022 100644
--- a/ietf/templates/doc/review/complete_review.html
+++ b/ietf/templates/doc/review/complete_review.html
@@ -66,9 +66,7 @@
If you enter the review below, the review will be sent - to {{ review_to|join:", "|linkify }} - {% if review_cc %}, with a CC to {{ review_cc|join:", "|linkify }}{% endif %} - . + to {% for addr in to %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% if review_cc %}, with a CC to {% for addr in cc %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}.
{% elif assignment %}diff --git a/ietf/templates/group/email.html b/ietf/templates/group/email.html index 5dace7291..4a1f4b6de 100644 --- a/ietf/templates/group/email.html +++ b/ietf/templates/group/email.html @@ -47,8 +47,16 @@ {{ trigger }} -