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.

12 lines
246 B
Plaintext

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