app-MAIL-temp/templates/emails/base.html
Adrià Casajús faae37b6bc
Use partner emails when the user has used alias from a partner (#2136)
* Update base templates based on the parter user

* Update template

* Fix missing check

* Check if the user is set

* Hide flag usage
2024-06-28 13:34:16 +00:00

9 lines
123 B
HTML

{% if USE_PARTNER_TEMPLATE %}
{% extends "base_partner.html" %}
{% else %}
{% extends "base_sl.html" %}
{% endif %}