{# Réglage push : activer/désactiver les notifs sur CET appareil. Rendu
seulement si les clés VAPID sont configurées. Le controller Stimulus
gère le cas « non supporté » (grise le toggle + explique). #}
{% if webpush_enabled() %}
{% endif %}
{% if notifications|length > 0 %}
{% for notif in notifications %}
{% include 'components/_notification_card.html.twig' with { notif: notif } only %}
{% endfor %}