{% extends '__layout__.html' %} {% block title %}Admin{% endblock %} {% block head %} {% endblock %} {% block content %}
Back to Admin Panel

User Manager

{% for user in returnList: %} {%endfor%}
ID Username Created Last Online Robux Tickets Action
{{user.id}} {{user.username}} {{user.creation}} {{user.lastonline}} {{user.robux}} {{user.tix}} View
{% if len(returnList) == 0: %}

No results found

{%endif%}
{% endblock %}