diff --git a/ietf/templates/mailinglists/list_summary.html b/ietf/templates/mailinglists/list_summary.html
index 64c81679f..330e75b96 100644
--- a/ietf/templates/mailinglists/list_summary.html
+++ b/ietf/templates/mailinglists/list_summary.html
@@ -10,7 +10,7 @@
Administrator(s): | {{ list.admins|escape }} |
Email address(es) of initial subscriber(s) (optional): | {{ list.initial_members|escape }} |
Welcome message for initial subscriber(s) (optional): | {{ list.welcome_message|linebreaksbr }} |
- Welcome message for new subscriber(s) (optional): | {{ list.welcome_new|linebreaksbr }} |
+ Welcome message for new subscriber(s) (optional): | {% filter linebreaksbr %}{% firstof list.welcome_new "" %}{% endfilter %} |
Required steps for subscription: | {{ list.get_subscription_display }} |
Messages to this list can be posted by: | {{ list.get_post_who_display }} |
Administrator approval required for posts: | {{ list.post_admin|yesno:"YES,NO" }} |
diff --git a/ietf/templates/mailinglists/list_summary.txt b/ietf/templates/mailinglists/list_summary.txt
index 9f7d10f91..270548fd2 100644
--- a/ietf/templates/mailinglists/list_summary.txt
+++ b/ietf/templates/mailinglists/list_summary.txt
@@ -23,7 +23,7 @@ Welcome message for initial subscriber(s) (optional):
{{ list.welcome_message }}
Welcome message for new subscriber(s) (optional):
-{{ list.welcome_new }}
+{% firstof list.welcome_new "" %}
Required steps for subscription: {{ list.get_subscription_display }}