diff --git a/templates/race.jinja b/templates/race.jinja index f6bd238..b145df1 100644 --- a/templates/race.jinja +++ b/templates/race.jinja @@ -6,12 +6,15 @@ {% block navbar_center %} -
-
-
Registered Users
+ {% if users | length > 0 %} +
+
+
Registered Users
-
    - {% for user in users %} -
  • {{ user.name }}
  • - {% endfor %} -
+
    + {% for user in users %} +
  • {{ user.name }}
  • + {% endfor %} +
+
-
-
-
-
Delete User
+
+
+
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. -
- +
+ "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 %} {% endblock body %}