mirror of
https://github.com/Ownercz/ssme-thesis.git
synced 2025-06-19 11:21:34 +02:00
5 lines
99 B
Django/Jinja
5 lines
99 B
Django/Jinja
{% if email is defined %}
|
|
{% for item in email %}
|
|
{{ item.relayhost }}
|
|
{% endfor %}
|
|
{% endif %} |