diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera
index ca71edd..42fbbca 100644
--- a/templates/includes/forms/log.html.tera
+++ b/templates/includes/forms/log.html.tera
@@ -14,28 +14,25 @@
{% else %}
Vereinsfremde Boote
{% endif %}
-
-
- ({{ grouped_boats | length }})
-
+
+ ({{ grouped_boats | length }})
- {% for boat in grouped_boats | sort(attribute="name") %}
-
-
- {{ boat.name }}
- {% if boat.owner %}(privat){% endif %}
-
-
- {% endfor %}
+ {% for boat in grouped_boats | sort(attribute="name") %}
+
+
+ {{ boat.name }}
+ {% if boat.owner %}(privat){% endif %}
+
+
+ {% endfor %}
-
+
{% endfor %}
{% endmacro show_boats %}
-
{# Shows the form for creating a new logbook entry. #}
{% macro new(shipmaster) %}