{% if email_account_footer %}
{{ email_account_footer }}
{% endif %} {% if sender_address %}
{% for line in sender_address.splitlines(True) %}
{{ line }}
{% endfor %}
{% endif %}
{% if default_mail_footer %}
{% for line in default_mail_footer %}
{{ line }}
{% endfor %}
{% endif %}