{% extends 'base.html.twig' %} {% block title %}Notifications · LivreComment{% endblock %} {% block body_class %}page-wide{% endblock %} {% block body %}

Notifications

{# 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 %} {% else %}

Rien pour l'instant. Reviens plus tard.

{% endif %} {% endblock %}