{% extends 'base.html.twig' %} {% block title %}Désabonnement effectué — Bubul{% endblock %} {% block show_sidebar %}false{% endblock %} {% block meta_robots %}noindex, nofollow{% endblock %} {% block body %}
{# Logo #} {% include '_molecules/feedback-card/feedback-card.html.twig' with { variant: 'success', title: 'Désabonnement effectué', tag: typeLabel, description: 'Vous ne recevrez plus ces notifications. Vous pouvez les réactiver à tout moment dans vos paramètres.', primaryLabel: 'Gérer mes notifications', primaryHref: path('app_settings_notifications'), secondaryLabel: 'Retour à l\'accueil', secondaryHref: path('app_landing') } only %}
{% endblock %}