{% set isInternationalImage = isInternationalImage|default(false) %}<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 en_direct_fusacq %} <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|default('')|slugify }},{{ actu.id }}" target="_blank" rel="noopener"> {% elseif actu.type_annonce == 'A' %} /achat-entreprise-{{ actu.titre_annonce|default('')|slugify }},{{ actu.id }}" target="_blank" rel="noopener"> {% elseif actu.type_annonce == 'R' %} /repreneur-entreprise-{{ actu.titre_annonce|default('')|slugify }},{{ actu.id }}" target="_blank" rel="noopener"> {% endif %} {{ actu.titre_annonce }} </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' %}{% if isInternationalImage %} <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 %}{% if juridique is not empty %} <div class="col-12 no-padding-x-md"> <table class="table table_col_droite_buzz"> <tbody> <tr> <th colspan="2" style="border-top:none;"> <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> </th> </tr> {% for actu in juridique %} <tr> <td><span class="small_buzz">{{ actu.date }}</span></td> <td><a href="/buzz/{{ actu.titre|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 %} <!-- <tr> <td>20/06</td> <td><a href="#">Brevet : Tant que la cession n'est pas inscrite, le cessionnaire ne peut pas agir en contrefaçon</a></td> </tr> <tr> <td>14/06</td> <td><a href="#">Quand le mode de calcul du complément de prix d'une cession de droits sociaux est imprécis</a></td> </tr> --> </tbody> </table> </div>{% endif %}<!-- <div class="col-12 mb-1"><table class="table table_col_droite_buzz"><tbody> <th><i class="fa-light fa-user-graduate gris_333 ml-3"></i> Formations</th><tr><td>23-24/10<br><a href="#">Savoir lire et analyser un Bilan et un Compte de résultat</a></td></tr><tr><td>29-30-30/10<br><a href="#">Formation à la reprise d'entreprise</a></td></tr><tr><td>19-20-21/11<br><a href="#">Croissance externe</a></td></tr></tbody></table></div> -->{% if experts is not empty %} <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 experts %} <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 %}<div class="col-12 mb-3 text-center pub-sidebar-container"> {% if not isInternationalImage %} {% 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 %} {% endif %}</div>