<!-- EN DIRECT DE FUSACQ --><div class="col-12 mb-1 no-padding-x-md"> <table class="table table_col_droite_buzz"> <tbody> <tr> <th colspan="2" style="border-top:none;"><i class="fa-light fa-bullhorn gris_999 fa-xl"></i> EN DIRECT DE FUSACQ </th> </tr> {% for actu in enDirectFusacq %} <tr> <td><span class="small_buzz">{{ actu.heure }}</span></td> <td><span class="small_buzz">{{ actu.type_libelle }}</span><br><a href=" {% if actu.type_annonce == 'V' %} /vente-entreprise-{{ actu.titre_annonce|slugify }},{{ actu.id }}" target="_blank" rel="noopener"> {% elseif actu.type_annonce == 'A' %} /achat-entreprise-{{ actu.titre_annonce|slugify }},{{ actu.id }}" target="_blank" rel="noopener"> {% elseif actu.type_annonce == 'R' %} /repreneur-entreprise-{{ actu.titre_annonce|slugify }},{{ actu.id }}" target="_blank" rel="noopener"> {% endif %} {{ actu.titre_annonce }} </a></td> </tr> {% endfor %} </tbody> </table></div>{% if statusAuth is not defined or statusAuth != 2 %}{% 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>{% endif %}<div class="col-12 mb-1"> <table class="table table_col_droite_buzz"> <tbody> <tr> <th colspan="2" style="border-top:none;"> <i class="fa-regular fa-book gris_999 fa-xl" aria-hidden="true"></i> SÉLECTION D'OUVRAGES </th> </tr> <tr> <td class="pt-3"> <a href="https://boutique.efl.fr/memento-fusions-acquisitions.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq" title="MEMENTO FUSIONS & ACQUISITIONS" target="_blank"> <img width="32px" src="https://www.fusacq.com/FUSACQ2020/images/livre1.jpg" alt="MEMENTO FUSIONS & ACQUISITIONS"> </a> </td> <td class="pt-3"> <a href="https://boutique.efl.fr/memento-fusions-acquisitions.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq" target="_blank">MEMENTO FUSIONS & ACQUISITIONS</a><br> <span class="small_buzz">Toutes les règles et la pratique PwC liées aux fusions et acquisitions</span> </td> </tr> <tr> <td class="pt-3"> <a href="https://boutique.efl.fr/lbo-capital-transmission.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq" title="LBO - CAPITAL TRANSMISSION" target="_blank"> <img width="32px" src="https://www.fusacq.com/FUSACQ2020/images/livre2.jpg" alt="LBO - CAPITAL TRANSMISSION"> </a> </td> <td class="pt-3"> <a href="https://boutique.efl.fr/lbo-capital-transmission.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq" target="_blank">LBO - CAPITAL TRANSMISSION</a><br> <span class="small_buzz">Guide pratique pour réaliser une opération de LBO : montage à effet de levier</span> </td> </tr> <tr> <td class="pt-3"> <a href="https://boutique.efl.fr/memento-cessions-de-parts-et-actions.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq" title="MEMENTO CESSIONS DE PARTS ET ACTIONS 2023-2024" target="_blank"> <img width="32px" src="https://www.fusacq.com/FUSACQ2020/images/livre3.jpg" alt="MEMENTO CESSIONS DE PARTS ET ACTIONS 2023-2024"> </a> </td> <td class="pt-3"> <a href="https://boutique.efl.fr/memento-cessions-de-parts-et-actions.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq" target="_blank">MEMENTO CESSIONS DE PARTS ET ACTIONS 2023-2024</a><br> <span class="small_buzz">Avec cet ouvrage unique sur le marché, vous transférez ou achetez des titres de société commerciale en toute sécurité.</span> </td> </tr> <tr> <td colspan="2" class="text-center"> <img src="https://content.fusacq.com/static/help-fusacq/buzz/images/EFL_big.gif" width="80px" alt="Les Editions Francis Lefebvre"> <br> <span class="small_buzz">EFL.fr : actualités, documentations, outils et services juridiques pour les entreprises et leurs conseils</span> </td> </tr> </tbody> </table></div><!-- EN DIRECT DES EXPERTS -->{% if enDirectDesExperts is not empty and (statusAuth is not defined or statusAuth != 2) %} <div class="col-12 mb-1 no-padding-x-md"> <table class="table table_col_droite_buzz"> <tbody> <tr> <th colspan="2" style="border-top:none;"><i class="fa-light fa-user gris_999 fa-xl"></i> EN DIRECT DES EXPERTS </th> </tr> {% for actu in enDirectDesExperts %} <tr> <td><span class="small_buzz">{{ actu.date }}</span></td> <td> <div class="float-left small_buzz"> {{ actu.type_libelle }} </div> <br> <a href="/buzz/{{ actu.titre|slugify }}-a{{ actu.id_actualite }}" target="_self">{{ actu.titre }}</a> </td> </tr> {% endfor %} </tbody> </table> </div>{% endif %}