mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
8 lines
190 B
HTML
8 lines
190 B
HTML
<div class="content">
|
|
{% for x, y in access %}
|
|
{% if y %}
|
|
<span class="label {% if y %}success{% else %}important{% endif %}">{{ x }}</span><br/>
|
|
{% endif %}
|
|
{% endfor %}
|
|
</div>
|