{% extends 'base.jinja' %} {% block title %}Formula 10 - Users{% endblock title %} {% set active_page = "/users" %} {% set active_user = none %} {% 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" belongs to ME now.
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 %}