diff --git a/templates/index.html.tera b/templates/index.html.tera index 7f3cb21..372960e 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -50,7 +50,14 @@ {% endif %} Abfahrtszeit: {{ day.planned_starting_time }} Uhr -
{{ trips | length }} angemeldete Person{{ trips | length | pluralize(plural="en") }}: {{ cox | length }} Steuerperson{{ cox | length | pluralize(plural="en") }} ({% for c in cox %}{{ c.user.name }} {% endfor %}), {{ rowers | length }} Ruderer:
+
{{ trips | length }} angemeldete Person{{ trips | length | pluralize(plural="en") }}: {{ cox | length }} Steuerperson{{ cox | length | pluralize(plural="en") }} ({% for c in cox %}{{ c.user.name }} {% if c.user.name == user.name %} +
+ + + + +
+ {% endif %} {% endfor %}), {{ rowers | length }} Ruderer:
    {% for r in rowers %} @@ -62,7 +69,7 @@ - + {% endif %}