mirror of
https://github.com/Ownercz/ssme-thesis.git
synced 2024-12-03 23:13:21 +01: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 %} |