{% extends "base.html" %} {% block content %} {% if role <= 1 %} {% set counter = 0 -%} {% for USER in users %} {% set counter = counter + loop.index0 %} {% if counter <= 2 %} {% for group in groups %} {% if USER.5 == group.0|string() %} {% endif %} {% endfor %} {% else %} {% for group in groups %} {% if group.0|string() == USER.5 %} {% endif %} {% endfor %} {% endif %} {% endfor %}
Login Email Group Role Show all
{{ USER.1 }} {{ USER.2 }}{{ group.1 }}{{ USER.4 }}
{% endif %}
Server HAproxy status Action Last edit restart
Server HAproxy info Server status Front/Back-ends restart
{% endblock %}