implement first draft of switching handoperatable boats
This commit is contained in:
@ -7,12 +7,12 @@
|
||||
<details>
|
||||
<summary class="font-bold cursor-pointer text-primary-900 dark:text-white border-t p-3 hover:bg-gray-100 dark:hover:bg-primary-950">
|
||||
<span>
|
||||
{% if grouped_boats[0].amount_seats < 9 or grouped_boats[0].amount_seats == 24 %}
|
||||
{{ amount_seats }}x
|
||||
{% elif grouped_boats[0].amount_seats == 9 %}
|
||||
{% if grouped_boats[0].external %}
|
||||
Vereinsfremde Boote
|
||||
{% elif grouped_boats[0].default_shipmaster_only_steering %}
|
||||
{{ grouped_boats[0].amount_seats - 1 }}+
|
||||
{% else %}
|
||||
Vereinsfremde Boote
|
||||
{{ amount_seats }}x
|
||||
{% endif %}
|
||||
</span>
|
||||
<small class="text-gray-500 dark:text-gray-100">({{ grouped_boats | length }})</small>
|
||||
|
Reference in New Issue
Block a user