fix tests (proper timezone), proper spacing

This commit is contained in:
2024-04-15 21:32:16 +02:00
parent d070c7731a
commit 8315a27ea8
3 changed files with 5 additions and 5 deletions

View File

@ -223,10 +223,10 @@
Ruderer:
{% for rower in log.rowers -%}
{{ rower.name }}
{% if rower.id == log.steering_user.id and rower.id != log.shipmaster_user.id %}
{%- if rower.id == log.steering_user.id and rower.id != log.shipmaster_user.id %}
(Steuerperson){%- endif -%}
{%- if not loop.last or amount_guests > 0 and log.boat.name != 'Externes Boot' %},{% endif %}
{% endfor %}
{% endfor -%}
{% if amount_guests > 0 and log.boat.name != 'Externes Boot' %}
Gäste
<small class="text-gray-600 dark:text-gray-100">(ohne Account)</small>: