You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
288 B
Plaintext

# Liste d'association alias:addresse des users
{% for user in data -%}
{%- for alias in user.email_address -%}
{%- if user.local_email_redirect -%}
{{ alias.local_part }}:{{ user.email }}
{%- else -%}
{{ alias.local_part }}:{{ alias.user }}
{% endif %}
{%- endfor -%}
{%- endfor -%}