wip: insurance booking
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
}
|
||||
}) }}
|
||||
{% else %}
|
||||
<div></div>{# Empty div to maintain grid layout when skipass not available #}
|
||||
<div></div>{# Empty div to maintain grid layout when not available #}
|
||||
{% endif %}
|
||||
{% if participant.courses is defined %}
|
||||
{{ form_row(participant.courses, {
|
||||
@@ -105,6 +105,8 @@
|
||||
'hx-swap': 'none'
|
||||
}
|
||||
}) }}
|
||||
{% else %}
|
||||
<div></div>{# Empty div to maintain grid layout when not available #}
|
||||
{% endif %}
|
||||
{% if participant.additionalServices is defined %}
|
||||
{{ form_row(participant.additionalServices, {
|
||||
@@ -114,6 +116,8 @@
|
||||
'hx-swap': 'none'
|
||||
}
|
||||
}) }}
|
||||
{% else %}
|
||||
<div></div>{# Empty div to maintain grid layout when not available #}
|
||||
{% endif %}
|
||||
{% if participant.rentals is defined %}
|
||||
{{ form_row(participant.rentals, {
|
||||
@@ -123,6 +127,8 @@
|
||||
'hx-swap': 'none'
|
||||
}
|
||||
}) }}
|
||||
{% else %}
|
||||
<div></div>{# Empty div to maintain grid layout when not available #}
|
||||
{% endif %}
|
||||
{% if participant.rentalInsurance is defined %}
|
||||
{{ form_row(participant.rentalInsurance, {
|
||||
@@ -132,6 +138,8 @@
|
||||
'hx-swap': 'none'
|
||||
}
|
||||
}) }}
|
||||
{% else %}
|
||||
<div></div>{# Empty div to maintain grid layout when not available #}
|
||||
{% endif %}
|
||||
{% if participant.board is defined %}
|
||||
{{ form_row(participant.board, {
|
||||
@@ -141,6 +149,8 @@
|
||||
'hx-swap': 'none'
|
||||
}
|
||||
}) }}
|
||||
{% else %}
|
||||
<div></div>{# Empty div to maintain grid layout when not available #}
|
||||
{% endif %}
|
||||
{% if participant.insurance is defined %}
|
||||
{{ form_row(participant.insurance, {
|
||||
@@ -150,6 +160,8 @@
|
||||
'hx-swap': 'none'
|
||||
}
|
||||
}) }}
|
||||
{% else %}
|
||||
<div></div>{# Empty div to maintain grid layout when not available #}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user