{% include 'header.html' %} {% include 'wrapper.html' %}

Users



{% for name in data %} {% for info in data[name] %} {% endfor %} {% endfor %}
Username Password Permissions Found on User Type Action
{{ name }} {{ info[0] }} {{ info[1] }} {{ info[2] }} {{ info[3] }}
{% if allUserTypes|length %} {% else %} {% endif %}
{% include 'user.html' %} {% include 'wrapper_end.html' %} {% include 'footer.html' %}