{% extends '@App/base.html.twig' %} {% block title %}Erreur{% endblock %} {% block body %}
{% include '@App/partials/ui/_empty_state.html.twig' with { icon: 'solar:danger-triangle-line-duotone', title: 'Erreur inattendue', message: 'Une erreur est survenue pendant le traitement de votre demande.', action_label: 'Retour au dashboard', action_href: path('app_dashboard') } only %}
{% endblock %}