{% extends "base.html" %} {% block content %} {% if status %} {% endif %} {% for user in users %} {% if status %} {% endif %} {% endfor %}
List of {% if not status %}active {% else %}all {% endif %}users
# LoginStatus
{{ user.id }} {{ user.login }}{% if user.status %} Active {% else %} Disabled {% endif %}
{% endblock content %}