{# Panneau d'aide contextuelle — inclus dans le layout EasyAdmin #} {% if admin_help is defined and admin_help is not null %}

{{ admin_help.title }}

{% for section in admin_help.sections %}

{{ section.title }}

{{ section.content|raw }} {% endfor %} {% if admin_help.tips is defined and admin_help.tips|length > 0 %} {% for tip in admin_help.tips %}
{{ tip }}
{% endfor %} {% endif %}
Consulter le guide complet
{% endif %}