group-reservations-in-log #426
@@ -18,7 +18,7 @@
 | 
				
			|||||||
                <div class="bg-white dark:bg-primary-900 rounded-md hidden lg:block shadow mt-3">
 | 
					                <div class="bg-white dark:bg-primary-900 rounded-md hidden lg:block shadow mt-3">
 | 
				
			||||||
                    <h2 class="h2">Schnellauswahl</h2>
 | 
					                    <h2 class="h2">Schnellauswahl</h2>
 | 
				
			||||||
                    <div>
 | 
					                    <div>
 | 
				
			||||||
                      {% for boat in boats %}
 | 
					                      {% for boat in boats | reverse %}
 | 
				
			||||||
                        {% if boat.id in [42, 36] %}
 | 
					                        {% if boat.id in [42, 36] %}
 | 
				
			||||||
                          <div class="p-3 boats-js text-black dark:text-white border-t {% if boat.damage != 'locked' and not boat.on_water %} cursor-pointer hover:text-primary-900 dark:hover:text-gray-100 hover:bg-gray-100 dark:hover:bg-primary-950 {% endif %}"
 | 
					                          <div class="p-3 boats-js text-black dark:text-white border-t {% if boat.damage != 'locked' and not boat.on_water %} cursor-pointer hover:text-primary-900 dark:hover:text-gray-100 hover:bg-gray-100 dark:hover:bg-primary-950 {% endif %}"
 | 
				
			||||||
                            {% if boat.damage != 'locked' and not boat.on_water %} data-seats="{{ boat.amount_seats }}" data-default_shipmaster_only_steering="{{ boat.default_shipmaster_only_steering }}" data-default-destination="{{ boat.default_destination }}" data-onclick="true" {% endif %}
 | 
					                            {% if boat.damage != 'locked' and not boat.on_water %} data-seats="{{ boat.amount_seats }}" data-default_shipmaster_only_steering="{{ boat.default_shipmaster_only_steering }}" data-default-destination="{{ boat.default_destination }}" data-onclick="true" {% endif %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user