feat: indicate family insurance eligibility
This commit is contained in:
@@ -51,7 +51,10 @@
|
||||
'index': loop.index0,
|
||||
'participantNumber': loop.index,
|
||||
'mode': 'create',
|
||||
'isSubmitted': bookingCreateContext.isSubmitted
|
||||
'isSubmitted': bookingCreateContext.isSubmitted,
|
||||
'hintLabel': loop.index0 == 0 and bookingCreateContext.familyInsuranceUpgradeAvailable
|
||||
? 'Familienversicherung möglich - jetzt wechseln'
|
||||
: null
|
||||
} %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user