{% load i18n %} {% if form.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 %}