templates/buzz/fragments/aside_juridique_fiscale.html.twig line 1

Open in your IDE?
  1. <!-- EN DIRECT DE FUSACQ -->
  2. <div class="col-12 mb-1 no-padding-x-md">
  3.     <table class="table table_col_droite_buzz">
  4.         <tbody>
  5.         <tr>
  6.             <th colspan="2" style="border-top:none;"><i class="fa-light fa-bullhorn gris_999 fa-xl"></i>&nbsp;&nbsp;&nbsp;EN
  7.                 DIRECT DE FUSACQ
  8.             </th>
  9.         </tr>
  10.         {% for actu in enDirectFusacq %}
  11.             <tr>
  12.                 <td><span class="small_buzz">{{ actu.heure }}</span></td>
  13.                 <td><span class="small_buzz">{{ actu.type_libelle }}</span><br><a href="
  14.                                                                                   {% if actu.type_annonce == 'V' %}
  15.                                                                                       /vente-entreprise-{{ actu.titre_annonce|slugify }},{{ actu.id }}"
  16.                                                                                   target="_blank" rel="noopener">
  17.                         {% elseif actu.type_annonce == 'A' %}
  18.                             /achat-entreprise-{{ actu.titre_annonce|slugify }},{{ actu.id }}" target="_blank" rel="noopener">
  19.                         {% elseif actu.type_annonce == 'R' %}
  20.                             /repreneur-entreprise-{{ actu.titre_annonce|slugify }},{{ actu.id }}" target="_blank" rel="noopener">
  21.                         {% endif %}
  22.                         {{ actu.titre_annonce }}
  23.                     </a></td>
  24.             </tr>
  25.         {% endfor %}
  26.         </tbody>
  27.     </table>
  28. </div>
  29. {% if statusAuth is not defined or statusAuth != 2 %}
  30. {% set acceptPubCib = true %}
  31. {% if app.request.cookies.get('acceptPubCib') == "non" %}
  32.     {% set acceptPubCib = false %}
  33. {% endif %}
  34. {% set adIdPave = 'div-gpt-ad-1770657008603-0' %}
  35.     <div class="col-12 mb-3 text-center pub-sidebar-container">
  36.         {% if acceptPubCib %}
  37.             <div id="{{ adIdPave }}" class="" style="border: 1px solid #dfdfdf; background: #dfdfdf;">
  38.             </div>
  39.             <a class="pub-horizontal d-none d-xl-inline-block" 
  40.                href="{{ path('publicite',{'codePays': codePaysWithUnderScore|default('_fr_')}) }}">Publicité
  41.             </a>
  42.             <script>
  43.                 document.querySelector('a.pub-horizontal').style.visibility = 'hidden';
  44.                 googletag.cmd.push(function () {
  45.                     googletag.display('{{ adIdPave }}');
  46.                     document.querySelector('a.pub-horizontal').style.visibility = 'visible';
  47.                 });
  48.             </script>
  49.         {% endif %}
  50.     </div>
  51. {% endif %}
  52. <div class="col-12 mb-1">
  53.     <table class="table table_col_droite_buzz">
  54.         <tbody>
  55.         <tr>
  56.             <th colspan="2" style="border-top:none;">
  57.                 <i class="fa-regular fa-book gris_999 fa-xl" aria-hidden="true"></i>&nbsp;&nbsp;&nbsp;SÉLECTION D'OUVRAGES
  58.             </th>
  59.         </tr>
  60.         <tr>
  61.             <td class="pt-3">
  62.                 <a href="https://boutique.efl.fr/memento-fusions-acquisitions.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq"
  63.                    title="MEMENTO FUSIONS & ACQUISITIONS" target="_blank">
  64.                     <img width="32px" src="https://www.fusacq.com/FUSACQ2020/images/livre1.jpg"
  65.                          alt="MEMENTO FUSIONS & ACQUISITIONS">
  66.                 </a>
  67.             </td>
  68.             <td class="pt-3">
  69.                 <a href="https://boutique.efl.fr/memento-fusions-acquisitions.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq"
  70.                    target="_blank">MEMENTO FUSIONS & ACQUISITIONS</a><br>
  71.                 <span class="small_buzz">Toutes les règles et la pratique PwC liées aux fusions et acquisitions</span>
  72.             </td>
  73.         </tr>
  74.         <tr>
  75.             <td class="pt-3">
  76.                 <a href="https://boutique.efl.fr/lbo-capital-transmission.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq"
  77.                    title="LBO - CAPITAL TRANSMISSION" target="_blank">
  78.                     <img width="32px" src="https://www.fusacq.com/FUSACQ2020/images/livre2.jpg"
  79.                          alt="LBO - CAPITAL TRANSMISSION">
  80.                 </a>
  81.             </td>
  82.             <td class="pt-3">
  83.                 <a href="https://boutique.efl.fr/lbo-capital-transmission.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq"
  84.                    target="_blank">LBO - CAPITAL TRANSMISSION</a><br>
  85.                 <span class="small_buzz">Guide pratique pour réaliser une opération de LBO : montage à effet de levier</span>
  86.             </td>
  87.         </tr>
  88.         <tr>
  89.             <td class="pt-3">
  90.                 <a href="https://boutique.efl.fr/memento-cessions-de-parts-et-actions.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq"
  91.                    title="MEMENTO CESSIONS DE PARTS ET ACTIONS 2023-2024" target="_blank">
  92.                     <img width="32px" src="https://www.fusacq.com/FUSACQ2020/images/livre3.jpg"
  93.                          alt="MEMENTO CESSIONS DE PARTS ET ACTIONS 2023-2024">
  94.                 </a>
  95.             </td>
  96.             <td class="pt-3">
  97.                 <a href="https://boutique.efl.fr/memento-cessions-de-parts-et-actions.html?utm_campaign=3FUSAP1&utm_medium=Actualites&utm_source=Fusacq"
  98.                    target="_blank">MEMENTO CESSIONS DE PARTS ET ACTIONS 2023-2024</a><br>
  99.                 <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>
  100.             </td>
  101.         </tr>
  102.         <tr>
  103.             <td colspan="2" class="text-center">
  104.                 <img src="https://content.fusacq.com/static/help-fusacq/buzz/images/EFL_big.gif" width="80px"
  105.                      alt="Les Editions Francis Lefebvre">
  106.                 <br>
  107.                 <span class="small_buzz">EFL.fr : actualités, documentations, outils et services juridiques pour les entreprises et leurs conseils</span>
  108.             </td>
  109.         </tr>
  110.         </tbody>
  111.     </table>
  112. </div>
  113. <!-- EN DIRECT DES EXPERTS -->
  114. {% if enDirectDesExperts is not empty and (statusAuth is not defined or statusAuth != 2) %}
  115.     <div class="col-12 mb-1 no-padding-x-md">
  116.         <table class="table table_col_droite_buzz">
  117.             <tbody>
  118.             <tr>
  119.                 <th colspan="2" style="border-top:none;"><i class="fa-light fa-user gris_999 fa-xl"></i>&nbsp;&nbsp;&nbsp;EN
  120.                     DIRECT DES EXPERTS
  121.                 </th>
  122.             </tr>
  123.             {% for actu in enDirectDesExperts %}
  124.                 <tr>
  125.                     <td><span class="small_buzz">{{ actu.date }}</span></td>
  126.                     <td>
  127.                         <div class="float-left small_buzz">
  128.                             {{ actu.type_libelle }}
  129.                         </div>
  130.                         <br>
  131.                         <a href="/buzz/{{ actu.titre|slugify }}-a{{ actu.id_actualite }}"
  132.                            target="_self">{{ actu.titre }}</a>
  133.                     </td>
  134.                 </tr>
  135.             {% endfor %}
  136.             </tbody>
  137.         </table>
  138.     </div>
  139. {% endif %}