{% extends "layout.html" %} {% set active_page = "user" %} {% block title %}User list{% endblock title %} {% block body %}
This page is unlocked because there are no admin accounts
{% endif %}User | Admin | Actions |
---|---|---|
{% if session["username"] == user %}{{ user }}{% else %}{{ user }}{% endif %} | Manage |