<div class="col-12 mb-1 no-padding-x-md"> <table class="table table_col_droite_buzz"> <tbody> <th colspan="2" style="padding-bottom:8px;"> <span style="display:inline-flex;align-items:center;white-space:nowrap;"> <i class="fa-light fa-bullhorn gris_999 fa-xl"></i> <span style="margin-left:10px;">LES DERNIÈRES PRESTATIONS</span> </span> </th> {% for presta in prestations %} <tr> <td> <span class="small_buzz">{{ presta.date_mise_en_ligne|slice(6,2) }}/{{ presta.date_mise_en_ligne|slice(4,2) }}</span> </td> <td> {% if presta.ville %} <em>{{ presta.ville| abv_nom_localisation|raw }}</em><br> {% endif %} <a href="/annuaire_experts/a4{{ presta.id_service_prestataire }},{{ presta.titre_service|default('')|slugify }}" target="_blank" rel="noopener">{{ presta.titre_service }}</a> </td> </tr> {% endfor %} </tbody> </table></div><div class="col-12 mb-1 no-padding-x-md"> <table class="table table_col_droite_buzz"> <tbody> <th colspan="2"> <i class="fa-light fa-user-graduate gris_999 fa-xl"></i> FORMATIONS FUSACQ </th> {% for formation in formations %} <tr> <td class="pt-3 pl-4 pr-1"> {% if formation.type_lieu_session == 'distanciel' %} <i class="fa-solid fa-house-laptop rouge fa-lg" aria-label="En distanciel" title="En distanciel"></i> {% else %} <i class="fas fa-chalkboard-teacher gris_999 fa-lg" aria-label="En présentiel" title="En présentiel"></i> {% endif %} </td> <td> {{ formation.dates }}<br> {% set lien = path('formation_detail', { 'idformation': formation.id_formation, 'titreslug': formation.titre|default('')|slugify, 'date': formation.date_formation ? formation.date_formation : '', 'codePays': codePaysWithUnderScore }) %} <a href="{{ lien }}" title="{{ formation.titre }}" target="_blank"> {{ formation.titre }} </a> </td> </tr> {% endfor %} </tbody> </table></div>{% set acceptPubCib = true %}{% if app.request.cookies.get('acceptPubCib') == "non" %} {% set acceptPubCib = false %}{% endif %}{% set adIdPave = 'div-gpt-ad-1770657008603-0' %}<div class="col-12 mb-3 text-center pub-sidebar-container"> {% if acceptPubCib %} <div id="{{ adIdPave }}" class="" style="border: 1px solid #dfdfdf; background: #dfdfdf;"> </div> <a class="pub-horizontal d-none d-xl-inline-block" href="{{ path('publicite',{'codePays': codePaysWithUnderScore|default('_fr_')}) }}">Publicité </a> <script> document.querySelector('a.pub-horizontal').style.visibility = 'hidden'; googletag.cmd.push(function () { googletag.display('{{ adIdPave }}'); document.querySelector('a.pub-horizontal').style.visibility = 'visible'; }); </script> {% endif %}</div>{% if juridique is not empty %} <div class="col-12 no-padding-x-md"> <table class="table table_col_droite_buzz"> <tbody> <th colspan="2"> <a href="{{ path('buzz_juridique_liste', {'codePays': codePays|default('_fr_')}) }}" style="text-decoration: none; color: inherit;"> <i class="fa-sharp fa-light fa-scale-balanced fa-xl gris_999"></i> L'ACTUALITÉ JURIDIQUE </a> {% for actu in juridique %} <tr> <td> <span class="small_buzz">{{ actu.date }}</span> </td> <td> <a href="/buzz/{{ actu.titre|default('')|slugify }}-a{{ actu.id_actualite }}" target="_self">{{ actu.titre }}</a> {% if actu.is_locked %} <i class="fa-solid fa-user-lock" style="color:#872828"></i> {% endif %} </td> </tr> {% endfor %} </tbody> </table> </div>{% endif %}