{% extends "layout.html" %} {% block page_title %}Admin Dashboard{% endblock %} {% block body %} {{ super() }} {% if id_is_duplicated %}
Warning! The account name already exists.
{% endif %}

Add Account



Manage Existing Accounts

{% for number, id, act in users %} {% endfor %}
# ID Action
{{ number }} {{ id }} Delete
{% endblock %}