-
{{ log.boat.name }} ({{ log.shipmaster_user.name }}{% if log.shipmaster_only_steering %} - handgesteuer {% endif %})
+
{{ log.boat.name }} ({{ log.shipmaster_user.name }}{% if log.shipmaster_only_steering %} - handgesteuert {% endif %})
{{ log.departure | date(format='%d.%m.%Y - %H:%M') }} {% if state == "completed" %}- {{ log.arrival | date(format='%d.%m.%Y - %H:%M') }}{% endif %}
{% set amount_rowers = log.rowers | length %}
{% set amount_guests = log.boat.amount_seats - amount_rowers -1 %}
@@ -209,18 +209,22 @@
{% endif %}
{% if amount_guests > 0 %}
{{ amount_guests }}
- Gäste (ohne Account)
+ Gäste (ohne Account),
{% endif %}
{% for rower in log.rowers %}
- {{ rower.name }}
+ {{ rower.name }},
{% endfor %}
{% if log.comments %}
- Kommentare:
- {{ log.comments }}
+
+ Kommentare:
+ {{ log.comments }}
+
{% endif %}
{% if log.logtype %}
- Logtype:
- {{ log.logtype }}
+
+ Logtype:
+ {{ log.logtype }}
+
{% endif %}
{% endif %}
diff --git a/templates/stat.html.tera b/templates/stat.html.tera
index 6152ae6..50fcb48 100644
--- a/templates/stat.html.tera
+++ b/templates/stat.html.tera
@@ -11,7 +11,7 @@
{% for s in stat %}