feat: indicate family insurance eligibility

This commit is contained in:
Björn Fromme
2026-08-05 15:11:58 +02:00
parent 0b642dcfe4
commit 2cfa87f44b
12 changed files with 327 additions and 234 deletions
@@ -4,6 +4,7 @@
{% set isSubmitted = isSubmitted|default(false) %}
{% set needsAttention = needsAttention|default(false) %}
{% set attentionLabels = attentionLabels|default([]) %}
{% set hintLabel = hintLabel|default(null) %}
{% set mode = mode|default('create') %}
{# Determine display states #}
@@ -75,6 +76,13 @@
{% endif %}
</div>
{% endif %}
{# Additive informational hint - unlike attentionLabels this does not replace the
room/price line and is not styled as something the participant got wrong #}
{% if hintLabel and not isCanceled %}
<div class="mt-2 text-sm font-medium text-primary-light" {{ qa_attribute('participant-hint', index) }}>
{{ hintLabel }}
</div>
{% endif %}
</div>
<div class="flex flex-col justify-center">
{% if not isCanceled %}