{% spaceless %}

Hello leader of {{ activity }}!

{% if communitymember_list|length > 1 %}

we just want to inform you that the following people have been {% if added %}added to{% else %}removed from{% endif %} {{ activity }}:

{% else %} {% with member=communitymember_list|first %}

we just want to inform you that the following community member has been {% if added %}added to{% else %}removed from{% endif %} {{ activity }}: {{ member }}

{% endwith %} {% endif %} {% with mailinglists=activity.sympamailinglist_set.all %} {% if mailinglists %}

The {{ mailinglists|safeseq|join:", " }} mailinglist{{ mailinglists|pluralize }} {{ mailinglists|pluralize:"has,have" }} been updated accordingly.

{% endif %} {% endwith %} You can review the list of members at {{ root_url }}{{ activity.get_absolute_url }} {% endspaceless %}