{% extends 'base.jinja' %} {% block title %}Formula 10 - Users{% endblock title %} {% set active_page = "/users" %} {% block body %}
Add User
{% if model.all_users() | length > 0 %}
Registered Users
Delete user
"Deleting" a user just hides it from the user interface without deleting any inputs, your "pERsoNaL DaTa" is not yours anyway.
Re-adding a user with the same name will "restore" it. That doesn't mean you're allowed to remove everyone though.
{% endif %} {#
#} {#
#} {#
Functions that should not be public
#} {#
(F you if you click this without knowing what it does)
#} {# Save all data#} {# Load all data#} {# Load static data#} {# Load dynamic data#} {#
#} {#
#} {% endblock body %}