{% 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 %} {% endblock body %}