diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera index 53d45520..5f1fe457 100644 --- a/templates/includes/forms/log.html.tera +++ b/templates/includes/forms/log.html.tera @@ -162,25 +162,25 @@ {% endif %}
- {% if log.destination %} - {{ log.destination }} - {% endif %} + {% if log.destination %} + {{ log.destination }} + {% endif %} - {% for user in users %} - {% if user.id == log.shipmaster %} -

- {{ user.name }} -

- {% endif %} - {% endfor %} + {% for user in users %} + {% if user.id == log.shipmaster %} +

+ {{ user.name }} +

+ {% endif %} + {% endfor %} - {% for rower in log.rowers %} -

{{ rower.name }}

- {% endfor %} + {% for rower in log.rowers %} +

{{ rower.name }}

+ {% endfor %} - {% if allowed_to_close and state == "on_water" %} - LÖSCHEN - {% endif %} + {% if allowed_to_close and state == "on_water" %} + Löschen + {% endif %}