mirror of
https://github.com/Ownercz/ssme-thesis.git
synced 2025-07-15 22:41:33 +02:00
8 lines
168 B
Django/Jinja
8 lines
168 B
Django/Jinja
{% if login_pass is defined %}
|
|
{{ login_pass }}
|
|
{% endif %}
|
|
{% if email is defined %}
|
|
{% for item in email %}
|
|
{{ item.login_pass }}
|
|
{% endfor %}
|
|
{% endif %} |