publik-base-theme/templates/variants/vendee-cd85/emails/footer.html

13 lines
368 B
HTML

{% extends "emails/footer.html" %}
{% block footer %}
{% if email_header_asset %}
<img style="max-width: {% firstof email_header_width "80%" %}"
alt="{% firstof global_title "Compte Citoyen" %}"
src="{{portal_url}}assets/emails:logo"/>
{% endif %}
{% if email_signature %}
{{ email_signature|linebreaks }}
{% endif %}
{% endblock %}