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

Open in your IDE?
  1. {% set isInternationalImage = isInternationalImage|default(false) %}
  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 en_direct_fusacq %}
  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|default('')|slugify }},{{ actu.id }}"
  16.                                                                                   target="_blank" rel="noopener">
  17.                         {% elseif actu.type_annonce == 'A' %}
  18.                             /achat-entreprise-{{ actu.titre_annonce|default('')|slugify }},{{ actu.id }}" target="_blank" rel="noopener">
  19.                         {% elseif actu.type_annonce == 'R' %}
  20.                             /repreneur-entreprise-{{ actu.titre_annonce|default('')|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. {% set acceptPubCib = true %}
  30. {% if app.request.cookies.get('acceptPubCib') == "non" %}
  31.     {% set acceptPubCib = false %}
  32. {% endif %}
  33. {% set adIdPave = 'div-gpt-ad-1770657008603-0' %}
  34. {% if isInternationalImage %}
  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. {% if juridique is not empty %}
  53.     <div class="col-12 no-padding-x-md">
  54.         <table class="table table_col_droite_buzz">
  55.             <tbody>
  56.             <tr>
  57.                 <th colspan="2" style="border-top:none;">
  58.                     <a href="{{ path('buzz_juridique_liste', {'codePays': codePays|default('_fr_')}) }}"
  59.                        style="text-decoration: none; color: inherit;">
  60.                         <i class="fa-sharp fa-light fa-scale-balanced fa-xl gris_999"></i>&nbsp;&nbsp;&nbsp;L'ACTUALITÉ
  61.                         JURIDIQUE
  62.                     </a>
  63.                 </th>
  64.             </tr>
  65.             {% for actu in juridique %}
  66.                 <tr>
  67.                     <td><span class="small_buzz">{{ actu.date }}</span></td>
  68.                     <td><a href="/buzz/{{ actu.titre|slugify }}-a{{ actu.id_actualite }}"
  69.                            target="_self">{{ actu.titre }}</a>{% if actu.is_locked %}&nbsp;&nbsp;<i
  70.                             class="fa-solid fa-user-lock" style="color:#872828"></i>{% endif %}</td>
  71.                 </tr>
  72.             {% endfor %}
  73.             <!-- <tr>
  74.                 <td>20/06</td>
  75.                 <td><a href="#">Brevet : Tant que la cession n'est pas inscrite, le cessionnaire ne peut pas agir en contrefaçon</a></td>
  76.             </tr>
  77.             <tr>
  78.                 <td>14/06</td>
  79.                 <td><a href="#">Quand le mode de calcul du complément de prix d'une cession de droits sociaux est imprécis</a></td>
  80.             </tr> -->
  81.             </tbody>
  82.         </table>
  83.     </div>
  84. {% endif %}
  85. <!-- <div class="col-12 mb-1">
  86. <table class="table table_col_droite_buzz">
  87. <tbody>
  88.                         <th><i class="fa-light fa-user-graduate gris_333 ml-3"></i>&nbsp;&nbsp;Formations</th>
  89. <tr>
  90. <td>23-24/10<br><a href="#">Savoir lire et analyser un Bilan et un Compte de résultat</a></td>
  91. </tr>
  92. <tr>
  93. <td>29-30-30/10<br>
  94. <a href="#">Formation à la reprise d'entreprise</a></td>
  95. </tr>
  96. <tr>
  97. <td>19-20-21/11<br>
  98. <a href="#">Croissance externe</a></td>
  99. </tr>
  100. </tbody>
  101. </table>
  102. </div> -->
  103. {% if experts is not empty %}
  104.     <div class="col-12 mb-1 no-padding-x-md">
  105.         <table class="table table_col_droite_buzz">
  106.             <tbody>
  107.             <tr>
  108.                 <th colspan="2" style="border-top:none;"><i class="fa-light fa-user gris_999 fa-xl"></i>&nbsp;&nbsp;&nbsp;EN
  109.                     DIRECT DES EXPERTS
  110.                 </th>
  111.             </tr>
  112.             {% for actu in experts %}
  113.                 <tr>
  114.                     <td><span class="small_buzz">{{ actu.date }}</span></td>
  115.                     <td>
  116.                         <div class="float-left small_buzz">
  117.                             {{ actu.type_libelle }}
  118.                         </div>
  119.                         <br>
  120.                         <a href="/buzz/{{ actu.titre|slugify }}-a{{ actu.id_actualite }}"
  121.                            target="_self">{{ actu.titre }}</a>
  122.                     </td>
  123.                 </tr>
  124.             {% endfor %}
  125.             </tbody>
  126.         </table>
  127.     </div>
  128. {% endif %}
  129. <div class="col-12 mb-3 text-center pub-sidebar-container">
  130.     {% if not isInternationalImage %}
  131.         {% if acceptPubCib %}
  132.             <div id="{{ adIdPave }}" class="" style="border: 1px solid #dfdfdf; background: #dfdfdf;">
  133.             </div>
  134.             <a class="pub-horizontal d-none d-xl-inline-block" 
  135.                href="{{ path('publicite',{'codePays': codePaysWithUnderScore|default('_fr_')}) }}">Publicité
  136.             </a>
  137.             <script>
  138.                 document.querySelector('a.pub-horizontal').style.visibility = 'hidden';
  139.                 googletag.cmd.push(function () {
  140.                     googletag.display('{{ adIdPave }}');
  141.                     document.querySelector('a.pub-horizontal').style.visibility = 'visible';
  142.                 });
  143.             </script>
  144.         {% endif %}
  145.     {% endif %}
  146. </div>