Erreur de template

Impossible de trouver le template “_listing/_centreDeFormation”.

/var/www/vhosts/chu-nice.fr/corporate/prod_01/craft/templates/_content/_entry.twig(116)

104             {# ---------------------------------------- LISTING PAGES - ALL SECTIONS -----------------------------------------------#}
105         
106         {% case 'listingPage' %}
107             
108             {% if entry.section.handle == 'specialPage' %}
109                 {% set selectedSection = entry.sectionSelection is defined and entry.sectionSelection is not empty ? craft.sections.getSectionById( entry.sectionSelection ) %}
110             {% else %}
111                 {% set selectedSection = entry.section %}
112             {% endif %}
113             
114             {% if selectedSection is defined and selectedSection is not empty and selectedSection.handle is not empty %}
115                 {% set page_content %}
116                     {% include '_listing/_' ~ selectedSection.handle %}
117                 {% endset %}
118             {% endif %}
119         
120         {% default %}
121             
122             {# ---------------------------------------- ENTRY PAGES - ALL SECTIONS -----------------------------------------------#}
123             
124             {% set neoField = 'neoCustom1' %}
125             {% set allowedTextMarkup = '<strong><a><em><span><br>' %}
126             
127             
128             {% switch entry.section.handle %}
2024-03-19 06:38:25 Apache / Craft CMS 2.7.2