{% load i18n %}

{% trans "This message will be sent as:" %} {{ form.sender.value }} {{ form.sender }} {% if 'postorius' in INSTALLED_APPS %} {% comment %} Open a new window to Postorius. 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 %}