show boats on water

This commit is contained in:
philipp 2023-07-30 14:02:53 +02:00
parent c414164b82
commit c6d19d276c

View File

@ -19,11 +19,11 @@
</div> </div>
<div style="background-color: green;"> <div style="background-color: green;">
{# <h2 style="font-size: 100px">Am Wasser</h2> <h2 style="font-size: 100px">Am Wasser</h2>
{% for log in on_water %} {% for log in on_water %}
{{ log::show(log=log, state="on_water", allowed_to_close=true, only_ones=false) }} {{ log::show(log=log, state="on_water", allowed_to_close=true, only_ones=false) }}
<hr /> <hr />
{% endfor %} #} {% endfor %}
</div> </div>
</div> </div>