{% load i18n %} {% if form.fields.sender.choices|length > 1 %}

{% trans "This message will be sent as:" %} {{ form.sender.value }} {{ form.sender }} {% comment %} Open a new window. I know it's bad behavior but there's a big risk of a user loosing the message they are composing. {% endcomment %} {% trans "Link another address" %}

{% endif %}

{% trans "If you aren't a current list member, sending this message will subscribe you." %}