You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{# Meaningful sequence for accessibility: any text belonging to a heading must be below the heading #}
24
-
{% include "components/StatusIndicator/StatusIndicator.html" with status_indicator=case.statustype_config.status_indicator status_indicator_text=case.statustype_config.status_indicator_text %}
21
+
<h2class="card__heading-2">{{ case.naam }}</h2>
22
+
{# Meaningful sequence for accessibility: any text belonging to a heading must be below the heading #}
23
+
{% include "components/StatusIndicator/StatusIndicator.html" with status_indicator=case.statustype_config.status_indicator status_indicator_text=case.statustype_config.status_indicator_text %}
25
24
26
-
{% render_list %}
27
-
<liclass="list-item list-item--compact">
28
-
{% with end_date=case.eind_datum_geldigheid|default:"Geen" %}
29
-
<pclass="card__caption card__text--small"><span>{% trans "Aanvraag verloopt op:" %}</span><spanclass="card__text--dark">{{ end_date|date }}</span></p>
{# Meaningful sequence for accessibility: any text belonging to a heading must be below the heading #}
49
-
{% include "components/StatusIndicator/StatusIndicator.html" with status_indicator=case.statustype_config.status_indicator status_indicator_text=case.statustype_config.status_indicator_text %}
{# Meaningful sequence for accessibility: any text belonging to a heading must be below the heading #}
46
+
{% include "components/StatusIndicator/StatusIndicator.html" with status_indicator=case.statustype_config.status_indicator status_indicator_text=case.statustype_config.status_indicator_text %}
50
47
51
-
{% render_list %}
52
-
<liclass="list-item list-item--compact">
53
-
<pclass="card__caption card__text--small"><span>{% trans "Aanvraag ingediend op:" %}</span><spanclass="card__text--dark">{{ case.start_date }}</span></p>
0 commit comments