diff --git a/templates/admin/schnupper/index.html.tera b/templates/admin/schnupper/index.html.tera index 9821a5a..1b17856 100644 --- a/templates/admin/schnupper/index.html.tera +++ b/templates/admin/schnupper/index.html.tera @@ -8,17 +8,20 @@ role="alert">

Angemeldete Personen: {{ schnupperanten | length }}

-
    +
      {% for user in schnupperanten %} -
    1. - {{ user.name }} ({{ user.mail }} - {%- if user.notes %} | {{ user.notes }} - {% endif -%} - ) - Zu Scheckbuch umwandeln +
    2. + + +  {{ user.name }} ({{ user.mail }} + {%- if user.notes %} | {{ user.notes }} + {% endif -%} + ) + + Zu Scheckbuch umwandeln +
    3. {% endfor %}