templates/vendre_entreprise/details_annonce.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block googletag %}{{ googleTag.getCiblageLocalisationFusacq | raw }}{{ googleTag.getCiblageSecteurActiviteFusacq | raw }}{% endblock %}
  3. {% block stylesheets %}  {{ parent() }}
  4.     <link rel="stylesheet" href="{{ asset('build/css/vendre_entreprise/vendre_entreprise.css') }}">
  5.     <link rel="stylesheet" href="{{ asset('build/css/annuaires/repreneurs/repreneurs_recherche.css') }}">
  6. {% endblock %}
  7. {% block body %}
  8.     {% include 'assets/assets_vuejs.html.twig' %}
  9.     <!-- Menu  -->
  10.     {{ render_esi(controller(
  11.       'App\\Controller\\CoreController::menu',
  12.       {   "lang": lang,
  13.           "currentRoute":"vendre_entreprise_annonce_acquisition_details",
  14.           "codePays": codePaysWithUnderScore }
  15.     )) | spaceless }}
  16.     <!-- Menu  -->
  17.     <!-- Publicité  -->
  18.     {% include 'includes/publicite.html.twig' %}
  19.     <!-- Publicité  -->
  20.     <div class="container" id="app">
  21.         <div class="row">
  22.             <!--COLONNE GAUCHE -->
  23.             {% include 'includes/colonne_gauche_details_annonce.html.twig' %}
  24.             <!--FIN COLONNE GAUCHE -->
  25.             <!--COLONNE DROITE -->
  26.             <div class="col-12 col-lg-9 bkg_blanc">
  27.                 <!-- ARIANE -->
  28.                 <nav aria-label="breadcrumb" class="d-none d-sm-block">
  29.                     <ol class="breadcrumb">
  30.                         {% if from == "ouvrir-capital" %}
  31.                         <li class="breadcrumb-item"><a href="{{ path('index',{'codePays':codePays}) }}">{{ translate("accueil",lang,"","M") | raw }}</a></li>
  32.                         <li class="breadcrumb-item"><a href="{{ path('ouvrir_capital_business_angel',{'codePays':codePaysWithUnderScore}) }}">{{ translate("ouvrir mon capital",lang,"","M") | raw }}</a></li>
  33.                         <li class="breadcrumb-item"><a href="{{ path('ouvrir_capital_resultats_annonces_acquisition',{'codePays':codePaysWithUnderScore}) }}">{{ translate("acheteurs prêts à investir",lang,"","M") | raw }} - {{ translate("annonces d'acquisition",lang,"","M") | raw }}</a></li>
  34.                         {% for element in annonce.tab_fil_ariane %}
  35.                         <li class="breadcrumb-item">
  36.                             <a href="{{ element.lien }}"
  37.                                title="{{ translate("annonces d'acquisition",lang,"","M") | raw }} {% if element.secteur_activite is not defined %}{{ element.nom }}{% else %}{{ element.secteur_activite }}, {{ element.nom }}{% endif %}">&nbsp;{{ element.nom }}
  38.                             </a>
  39.                         </li>
  40.                         {% endfor %}
  41.                         {% else %}
  42.                         <li class="breadcrumb-item"><a href="{{ path('index',{'codePays':codePays}) }}">{{ translate("accueil",lang,"","M") | raw }}</a></li>
  43.                         <li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}">{{ translate("vendre une entreprise",lang,"","M") | raw }}</a></li>
  44.                         <li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_resultats_annonces_acquisition',{'codePays':codePaysWithUnderScore}) }}">{{ translate("annonces d'acquisition",lang,"","M") | raw }}</a></li>
  45.                         {% for element in annonce.tab_fil_ariane %}
  46.                         <li class="breadcrumb-item">
  47.                             <a href="{{ element.lien }}"
  48.                                title="{{ translate("acquisition d'entreprise",lang,"","M") | raw }} {% if element.secteur_activite is not defined %}{{ element.nom }}{% else %}{{ element.secteur_activite }}, {{ element.nom }}{% endif %}">&nbsp;{{ element.nom }}
  49.                             </a>
  50.                         </li>
  51.                         {% endfor %}
  52.                         {% endif %}
  53.                     </ol>
  54.                 </nav>
  55.                 <!-- FIN ARIANE -->
  56.                 {% if app.session.flashbag.peek('error')|length > 0 %}
  57.                     <div class="alert alert-danger" role="alert">
  58.                         <p>{{ translate("veuillez corriger les erreurs suivantes",lang,"","M","") | raw }} :</p>
  59.                         {% for message in app.flashes('error') %}
  60.                             - {{ message }}<br>
  61.                         {% endfor %}
  62.                     </div>
  63.                 {% endif %}
  64.                 {% if app.session.flashbag.peek('success')|length > 0 %}
  65.                     <div class="alert alert-success" role="alert">
  66.                         {% for message in app.flashes('success') %}
  67.                             - {{ message }}<br>
  68.                         {% endfor %}
  69.                     </div>
  70.                 {% endif %}
  71.                 <!--3 BOUTONS-->
  72.                 <div class="row my-3">
  73.                     <div class="col-4">
  74.                         {% if previousAnnonce and fromAlaUne is null and dernieresAnnonces is null %}
  75.                             {% set lienPrevious = path('vendre_entreprise_annonce_acquisition_details', {
  76.                         'slug': previousAnnonce.titre_annonce|slugify,
  77.                         'nomLocalisation': previousAnnonce.nom_localisation_slug,
  78.                         'idAnnonce': previousAnnonce.id_annonce_acheteur,
  79.                         'codePays': codePaysWithUnderScore
  80.                         }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexPrevious %}
  81.                             <a href="{{ lienPrevious }}" title="{{ translate("precedente",lang,"","M") | raw }}" class="deco_none {{ colorClass }}">
  82.                                 <div class="float-left"><i class="fa fa-chevron-circle-left fa-2x"></i></div>
  83.                                 <div class="d-none d-xl-block lh20">&nbsp;&nbsp;{{ translate("precedente",lang,"","M") | raw }}</div>
  84.                             </a>
  85.                         {% endif %}
  86.                     </div>
  87.                     <div class="col-4 text-center align-content-center" style="text-align:center">
  88.                         <div class="bloc_140 contenu_centre">
  89.                             {% if urlRetourList %}
  90.                                 <a href="{{ urlRetourList }}" class="deco_none {{ colorClass }} d-inline-block d-xl-inline" title="{{ translate("retour liste",lang,"","M") | raw }}" class="deco_none {{ colorClass }}">
  91.                                     <div class="float-left"><i class="fa fa-chevron-circle-up fa-2x"></i></div>
  92.                                     <div class="d-none d-xl-block lh20" style="background-color: #FFF; vertical-align: middle;">&nbsp;&nbsp;{{ translate("retour liste",lang,"","M") | raw }}</div>
  93.                                 </a>
  94.                             {% endif %}
  95.                         </div>
  96.                     </div>
  97.                     <div class="col-4 text-right" style=" text-align: right">
  98.                         {% if nextAnnonce and fromAlaUne is null and dernieresAnnonces is null %}
  99.                             {% set lienNext = path('vendre_entreprise_annonce_acquisition_details', {
  100.                         'slug': nextAnnonce.titre_annonce|slugify,
  101.                         'nomLocalisation': nextAnnonce.nom_localisation_slug,
  102.                         'idAnnonce': nextAnnonce.id_annonce_acheteur,
  103.                         'codePays': codePaysWithUnderScore
  104.                         }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexNext %}
  105.                             <a href="{{ lienNext }}" style="text-decoration:none;" title="{{ translate("suivante",lang,"","M") | raw }}" class="deco_none {{ colorClass }}">
  106.                                 <div class="float-right"><i class="fa fa-chevron-circle-right fa-2x"></i></div>
  107.                                 <div class="d-none d-xl-block lh20" style="vertical-align:middle;">{{ translate("suivante",lang,"","M") | raw }}&nbsp;&nbsp;</div>
  108.                             </a>
  109.                         {% endif %}
  110.                     </div>
  111.                 </div>
  112.                 <!--FIN 3 BOUTONS-->
  113.                 <!-- CARD -->
  114.                 <div class="card no_shadow">
  115.                     <div class="card-body">
  116.                         <div class="row">
  117.                             <div class="col-12 mb-2 ml-lg-3">
  118.                                 <h2 class="{{ titreClass }}">
  119.                                     {{ annonce.titre_annonce }}
  120.                                 </h2>
  121.                             </div>
  122.                         
  123.                                 
  124.                         {% if app.session.flashbag.peek('error_annonce_commande_retiree')|length > 0 %}        
  125.                         <div class="col-12 col-sm-7 offset-sm-1 alert alert-danger" role="alert">
  126.                   {% for message in app.flashes('error_annonce_commande_retiree') %}
  127.                                  {{ message }}<br>
  128.                               {% endfor %}
  129.             </div>
  130.                        {% endif %}  
  131.                        
  132.                             <div class="col-12 col-sm-8 ml-lg-5">
  133.                                 <ul class="cat_regions">
  134.                                     <li>{{ translate("ref.",lang,"","M") | raw }} : <strong>A{{ annonce.id_annonce_acheteur }}</strong></li>
  135.                                         {% if from and from == 'ouvrir-capital' %}
  136.                                         <li>{{ translate("secteur",lang,"","M") | raw }} : <a title="{{ translate("acquéreur prêt à investir",lang,"","M") | raw }} {{ secteurActivite.nomSecteurActivite }}" href="{{ path('ouvrir_capital_annonce_acquisition_secteur_activite', {'slug': secteurActivite.nomSecteurActivite | slugify, 'idSecteurActivite': secteurActivite.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}">{{ secteurActivite.nomSecteurActivite }}</a></li>
  137.                                         {% else %}
  138.                                         <li>{{ translate("secteur",lang,"","M") | raw }} : <a title="{{ translate("acquisition d'entreprise",lang,"","M") | raw }} {{ secteurActivite.nomSecteurActivite }}" href="{{ path('vendre_entreprise_annonces_acquisition_secteur_activite', {'slug': secteurActivite.nomSecteurActivite | slugify, 'idSecteurActivite': secteurActivite.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}">{{ secteurActivite.nomSecteurActivite }}</a></li>
  139.                                         {% endif %}
  140.                                     <li>
  141.                                         {{ translate(terme_pour_la_date,lang,"","M") | raw }} <strong>{{ annonce.date_parution_object | date('d/m/Y') }}</strong>
  142.                                     </li>
  143.                                     <li>
  144.                                         {{ translate("localisations souhaitees",lang,"","M") | raw }} :
  145.                                         {% for localisation in annonce.localisations %}
  146.                                             <a title="{{ translate("acquéreur prêt à investir",lang,"","M") | raw }}, {{ localisation.nom_localisation }}" href="{{ localisation.lien_localisation }}">{{ localisation.nom_localisation }}</a>{% if localisation != annonce.localisations|last %},&nbsp;{% endif %}
  147.                                         {% endfor %}
  148.                                     </li>
  149.                                     {% if from and from == 'ouvrir-capital' %}
  150.                                         {% if annonce.apport_perso_repreneur > 0 %}
  151.                                         <li>{{ translate("investissement possible : jusqu'à",lang,"","M") | raw }}  <strong>{{ annonce.apport_perso_repreneur | number_format(0, ',', ' ')  }} k€</strong></li>
  152.                                         {% endif %}
  153.                                     {% else %}
  154.                                         {% if annonce.type_raprochement != "partenaire" %}
  155.                                             {% if annonce.ca_max > 0 %}
  156.                                             <li>{{ translate("CA max recherché :",lang,"","M") | raw }}  <strong>{{ annonce.ca_max | number_format(0, ',', ' ')  }} k€</strong></li>
  157.                                             {% endif %}
  158.                                         {% endif %}
  159.                                     {% endif %}
  160.                                     <li>
  161.                                         <div class="mb-3">
  162.                                             <span class="badge3 {{ badgeClass }}">{{ type_acquisition | upper }}</span>&nbsp;
  163.                                         </div>
  164.                                     </li>
  165.                                 </ul>
  166.                             </div>
  167.                             <div class="col-6 col-sm-3 mt-2" style="height: 183px;">
  168.                                 {% if  annonce.cartes.id_localisation_by_country|length == 1 %}
  169.                                     {% if annonce.cartes.id_localisation_by_country|keys |first == "33" %}
  170.                                         <img class="img-fluid"
  171.                                              id='absolute_index_1'
  172.                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png"
  173.                                              alt="France">
  174.                                         {% for k, carte  in annonce.cartes.id_localisation_by_country.33 %}
  175.                                             <img class="img-fluid"
  176.                                                  id='absolute_index_2'
  177.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png"
  178.                                                  alt="France">
  179.                                         {% endfor %}
  180.                                     {% endif %}
  181.                                     {% if annonce.cartes.id_localisation_by_country|keys |first == "41" %}
  182.                                         {% if annonce.cartes.id_localisation_by_country.41 |length == 1 %}
  183.                                             <img class="img-fluid"
  184.                                                  id='absolute_index_2'
  185.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/{{ annonce.cartes.id_localisation_by_country.41|first }}.png"
  186.                                                  alt="Suisse">
  187.                                         {% else %}
  188.                                             <img class="img-fluid"
  189.                                                  id='absolute_index_2'
  190.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/41_transparent.png"
  191.                                                  alt="Suisse">
  192.                                         {% endif %}
  193.                                     {% endif %}
  194.                                     {% if annonce.cartes.id_localisation_by_country|keys |first == "01" %}
  195.                                         {% if annonce.cartes.id_localisation_by_country['01'] |length == 1 %}
  196.                                             <img class="img-fluid"
  197.                                                  id='absolute_index_2'
  198.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/{{ annonce.cartes.id_localisation_by_country['01']|first }}.png"
  199.                                                  alt="Canada">
  200.                                         {% else %}
  201.                                             <img class="img-fluid"
  202.                                                  id='absolute_index_2'
  203.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/01_transparent.png"
  204.                                                  alt="Canada">
  205.                                         {% endif %}
  206.                                     {% endif %}
  207.                                     {% if annonce.cartes.id_localisation_by_country|keys |first == "32" %}
  208.                                         {% if annonce.cartes.id_localisation_by_country.32 |length == 1 %}
  209.                                             <img class="img-fluid"
  210.                                                  id='absolute_index_2'
  211.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/{{ annonce.cartes.id_localisation_by_country.32|first }}.png"
  212.                                                  alt="Belgique">
  213.                                         {% else %}
  214.                                             <img class="img-fluid"
  215.                                                  id='absolute_index_2'
  216.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/32_transparent.png"
  217.                                                  alt="Belgique">
  218.                                         {% endif %}
  219.                                     {% endif %}
  220.                                 {% endif %}
  221.                                 {% if  annonce.cartes.id_localisation_by_country|length  > 1 %}
  222.                                     {% if 33 in annonce.cartes.id_localisation_by_country|keys %}
  223.                                         <img class="img-fluid"
  224.                                              id='absolute_index_1'
  225.                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png"
  226.                                              alt="France">
  227.                                         {% for k, carte  in annonce.cartes.id_localisation_by_country.33 %}
  228.                                             <img class="img-fluid"
  229.                                                  id='absolute_index_2'
  230.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png"
  231.                                                  alt="France">
  232.                                         {% endfor %}
  233.                                         <img class="img-fluid"
  234.                                              id='absolute_index_2'
  235.                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/monde.png"
  236.                                              alt="Monde">
  237.                                     {% endif %}
  238.                                     {% if 33 not in annonce.cartes.id_localisation_by_country|keys %}
  239.                                         <img class="img-fluid"
  240.                                              id='absolute_index_2'
  241.                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/monde_transparent.png"
  242.                                              alt="Monde">
  243.                                     {% endif %}
  244.                                 {% endif %}
  245.                             </div>
  246.                         </div>
  247.                         <!-- FAVORIS - ENVOYER A UN AMI - IMPRIMER PAGE -->
  248.                         <div class="row mt-3">
  249.                             <div class="col-2 col-sm-2 ml-lg-5 pt-1">
  250.                                 {{ render_esi(controller(
  251.                                     'App\\Controller\\AnnoncesController::partager',
  252.                                     {
  253.                                         "lang": lang,
  254.                                         "codePays": codePaysWithUnderScore,
  255.                                         "idAnnonce": annonce.id_annonce_acheteur,
  256.                                         "typeAnnonce":"A",
  257.                                         "from" : fromOnglet
  258.                                     }
  259.                                     ))
  260.                                 }}
  261.                             </div>
  262.                             <div class="col-2 col-sm-2 text-center pt-1">
  263.                                 <a href="{{ path('imprimer_annonce_acheteur', { 'codePays': codePaysWithUnderScore, 'lang' : lang, 'idAnnonce': annonce.id_annonce_acheteur  }) }}" title="{{ translate("imprimer la page",lang,"","M") | raw }}" title="{{ translate("imprimer la page",lang,"","M") | raw }}" title="{{ translate("imprimer la page",lang,"","M") | raw }}"  class="gris text-center" target="_blank">
  264.                                     <div class="float-left">
  265.                                         <i class="fa fa-print {{ colorClass }}"></i>
  266.                                     </div>
  267.                                     <div class="float-left pl-1 pb-1 d-none d-lg-block {{ colorClass }}">
  268.                                         <small>&nbsp;&nbsp;{{ translate("imprimer",lang,"","M") | raw }}</small>
  269.                                     </div>
  270.                                 </a>
  271.                             </div>
  272.                             <div class="col-2 col-sm-2 text-center pt-1 {{ colorImportant }}">
  273.                                 {% if annonce.is_favoris %}
  274.                                       <div class="float-left">
  275.        <i class="fa-sharp fa-solid fa-heart vert"></i>
  276.    </div>
  277.                                     <a href="{{ path('compte_favoris' ,{'codePays':codePaysWithUnderScore  }) }}" title="{{ translate("favoris", lang, '', 'M', '') }}">
  278.                                         <small>{{ translate("appartient à : mes favoris", lang, '', 'M', '') }}</small>
  279.                                     </a>
  280.                                 {% else %}
  281.                                     <a href="javascript:void(0)" title="{{ translate("favoris",lang,"","M") | raw }}" class="lien-annonce-fav gris text-center btn-favoris favoris-{{ annonce.id_annonce_acheteur }}" data-id-annonce="{{ annonce.id_annonce_acheteur }}" data-type-annonce="A">
  282.                                         <div class="float-left">
  283.                                             <i class="fa-light fa-heart vert"></i>
  284.                                         </div>
  285.                                         <div class="float-left pl-1 pb-1 d-none d-lg-block vert">
  286.                                             <small>&nbsp;&nbsp;{{ translate("favoris",lang,"","M") | raw }}</small>
  287.                                         </div>
  288.                                     </a>
  289.                                 {% endif %}
  290.                             </div>
  291.                             <div class="col-6 col-sm-4 col-md-5 col-lg-4 offset-sm-1 text-md-right">
  292.                                 {% if annonce.etat is defined and (annonce.etat == "information_transmise" or annonce.etat == "facture_envoyee" or annonce.etat == "cmde_valide") %}
  293.                                     <a href="{{ path('vendre_entreprise_contacter_annonce_acheteur', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}"><button type="button" class="btn {{ btnContactClass }}">{{ translate("déjà commandé",lang,"","M") | raw }}</button></a>
  294.                                 {% else %}
  295.                                     <a href="{{ path('vendre_entreprise_contacter_annonce_acheteur', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("contacter le deposant",lang,"","M") | raw }}"><button type="button" class="btn {{ btnContactClass }}">{{ translate("contacter le deposant",lang,"","M") | raw }}</button></a>
  296.                                 {% endif %}  
  297.                             </div>
  298.                         </div>
  299.                         <!-- FIN FAVORIS - ENVOYER A UN AMI - IMPRIMER PAGE -->
  300.                     </div>
  301.                 </div>
  302.                 <!-- FIN CARD -->
  303.                 <div class="row mt-3 detail">
  304.                     <div class="{{ ongletClass }} col-12 mb-3">
  305.                         <nav>
  306.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  307.                                 <div class="col no-padding-x bl_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="1">
  308.                                     <a class="nav-item nav-link disabled active" href="#">
  309.                                         {{ translate("description <span class='d-none d-lg-block'><br></span>generale",lang,"","M") | raw }}
  310.                                     </a>
  311.                                 </div>
  312.                                 <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="2">
  313.                                     <a class="nav-item nav-link disabled" href="#">
  314.                                         {{ translate("elements <span class='d-none d-lg-block'><br></span>chiffres",lang,"","M") | raw }}
  315.                                     </a>
  316.                                 </div>
  317.                                 <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="3">
  318.                                     <a class="nav-item nav-link disabled" href="#">
  319.                                         {{ translate("infos sur<span class='d-none d-lg-block'><br></span> l'acquereur",lang,"","M") | raw }}
  320.                                     </a>
  321.                                 </div>
  322.                                 <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="4">
  323.                                     <a class="nav-item nav-link disabled" href="#">
  324.                                         {{ translate("complement <span class='d-none d-lg-block'><br></span>d'information",lang,"","M") | raw }}
  325.                                     </a>
  326.                                 </div>
  327.                                 <div class="col no-padding-x bl_m_gris br_gris sectorielles d-none d-lg-block lh09 toggle-onglet" data-onglet="5">
  328.                                     <a class="nav-item nav-link disabled" href="#">
  329.                                         {{ translate("infos <span class='d-none d-lg-block'><br></span>sectorielles",lang,"","M") | raw }}
  330.                                     </a>
  331.                                 </div>
  332.                                 {% if valorisations %}
  333.                                 <div class="col no-padding-x bl_m_gris br_gris comparables d-none d-lg-block lh09 toggle-onglet" data-onglet="6">
  334.                                     <a class="nav-item nav-link disabled" href="#">
  335.                                         {{ translate("transactions <span class='d-none d-lg-block'><br></span>comparables",lang,"","M") | raw }}
  336.                                     </a>
  337.                                 </div>
  338.                                 {% endif %}
  339.                             </div>
  340.                         </nav>
  341.                     </div>
  342.                 </div>
  343.                 
  344.                 <div class="row d-lg-none" id="top-nav">
  345.                     <div class="{{ ongletClass }} col-12">
  346.                         <nav>
  347.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  348.                                 <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="1">
  349.                                     <a class="nav-item nav-link active" href="#top-nav">
  350.                                         {{ translate("description <span class='d-none d-lg-block'><br></span>generale",lang,"","M") | raw }}
  351.                                     </a>
  352.                                 </div>
  353.                             </div>
  354.                         </nav>
  355.                     </div>
  356.                 </div>
  357.                 
  358.                 <!-- DESCRIPTION GENERALE -->
  359.                 <div class="card my-3 no_shadow onglet toggle-onglet-1">
  360.                     <div class="card-body">
  361.                         <div class="row">
  362.                             <div class="col-12 mt-3 mb-3">
  363.                                 <h5 class="{{ titreClass }} ml-sm-3">{{ translate("description de l'activite recherchee",lang,"","M") | raw }}</h5>
  364.                                 <div class="ml-sm-5 mb-5">
  365.                                     {% if annonce.description_activite  %}
  366.                                         {{ annonce.description_activite | nl2br }}<br>
  367.                                     {% else %}
  368.                                         {{ translate("non precise",lang,"","M") | raw }}
  369.                                     {% endif %}
  370.                                 </div>
  371.                                 {% if annonce.type_raprochement != "partenaire" %}
  372.                                 <h5 class="{{ titreClass }} ml-sm-3">{{ translate("raison de l'acquisition",lang,"","M") | raw }}</h5>
  373.                                 {% else %}
  374.                                 <h5 class="{{ titreClass }} ml-sm-3">{{ translate("raison du partenariat",lang,"","M") | raw }}</h5>
  375.                                 {% endif %}
  376.                                 <div class="ml-sm-5 mb-5">
  377.                                     {% if annonce.raison_achat  %}
  378.                                         {{ annonce.raison_achat | nl2br }}<br>
  379.                                     {% else %}
  380.                                         {{ translate("non precise",lang,"","M") | raw }}
  381.                                     {% endif %}
  382.                                 </div>
  383.                                 {% if annonce.recherche_entreprise_difficulte  %}
  384.                                     <h5 class="{{ titreClass }} ml-sm-3">{{ translate("type de societe recherche",lang,"","M") | raw }}</h5>
  385.                                     <div class="ml-sm-5 mb-5">
  386.                                         {% if annonce.recherche_entreprise_difficulte == "oui" %}
  387.                                             {{ translate("societe ayant des difficultes financieres",lang,"","M") | raw }}
  388.                                         {% elseif annonce.recherche_entreprise_difficulte == "non" %}
  389.                                             {{ translate("societe in bonis",lang,"","M") | raw }}
  390.                                         {% elseif annonce.recherche_entreprise_difficulte == "indifferent" %}
  391.                                             {{ translate("societe in bonis ou ayant des difficultes financieres",lang,"","M") | raw }}
  392.                                         {% endif %}
  393.                                     </div>
  394.                                 {% endif %}
  395.                             </div>
  396.                         </div>
  397.                     </div>
  398.                 </div>
  399.                 <!-- FIN DESCRIPTION GENERALE -->
  400.                 
  401.                 <div class="row d-lg-none">
  402.                     <div class="{{ ongletClass }} col-12">
  403.                         <nav>
  404.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  405.                                 <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="2">
  406.                                     <a class="nav-item nav-link" href="#top-nav">
  407.                                         {{ translate("elements <span class='d-none d-lg-block'><br></span>chiffres",lang,"","M") | raw }}
  408.                                     </a>
  409.                                 </div>
  410.                             </div>
  411.                         </nav>
  412.                     </div>
  413.                 </div>
  414.                 
  415.                 <!-- ELEMENTS CHIFFRES -->
  416.                 <div class="card my-3 no_shadow onglet toggle-onglet-2 d-none">
  417.                     <div class="card-body">
  418.                         <div class="row">
  419.                             <div class="col-12 mt-3 mb-3">
  420.                                 <h5 class="{{ titreClass }} ml-sm-3">{{ translate("taille et rentabilite de la structure recherchee",lang,"","M") | raw }}</h5>
  421.                                 <div class="ml-sm-5 mb-5">
  422.                                     <p>
  423.                                         {{ translate("nombre de collaborateurs recherches",lang,"","M") | raw }} :
  424.                                         {% if annonce.nb_personnes_min != "" and annonce.nb_personnes_max != "" %}
  425.                                             {% if annonce.nb_personnes_max > 1000 %}
  426.                                                 <b>{{ annonce.nb_personnes_min }} < nb </b>
  427.                                             {% else %}
  428.                                                 <b>{{ annonce.nb_personnes_min }} < nb < {{ annonce.nb_personnes_max }} </b>
  429.                                             {% endif %}
  430.                                         {% elseif annonce.nb_personnes_min == "" and annonce.nb_personnes_max != "" %}
  431.                                             <b>nb < {{ annonce.nb_personnes_max }} </b>
  432.                                         {% elseif annonce.nb_personnes_min != "" and annonce.nb_personnes_max == "" %}
  433.                                             <b>nb > {{ annonce.nb_personnes_min }} </b>
  434.                                         {% else %}
  435.                                             <b>{{ translate("non precise",lang,"","M") | raw }}</b>
  436.                                         {% endif %}
  437.                                     </p>
  438.                                     <p>
  439.                                         {{ translate("chiffre d'affaires",lang,"","M") | raw }} :
  440.                                         {% if annonce.ca_min_formated == annonce.ca_max_formated %}
  441.                                             <b>{{ translate("aux alentours de",lang,"","M") | raw }} {{ annonce.ca_min }} k€</b>
  442.                                         {% else %}
  443.                                             {% if annonce.ca_max_formated > 100000 %}
  444.                                                 <b>{{ annonce.ca_min_formated| number_format(0, ',', ' ') }} k€ < {{ translate("CA",lang,"","M") | raw }}</b>
  445.                                             {% else %}
  446.                                                 <b>{{ annonce.ca_min_formated| number_format(0, ',', ' ') }} k€ < {{ translate("CA",lang,"","M") | raw }} < {{ annonce.ca_max_formated| number_format(0, ',', ' ') }} k€</b>
  447.                                             {% endif %}
  448.                                         {% endif %}
  449.                                     </p>
  450.                                 </div>
  451.                             </div>
  452.                         </div>
  453.                     </div>
  454.                 </div>
  455.                 <!-- FIN ELEMENTS CHIFFRES -->
  456.                 
  457.                 <div class="row d-lg-none">
  458.                     <div class="{{ ongletClass }} col-12">
  459.                         <nav>
  460.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  461.                                 <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="3">
  462.                                     <a class="nav-item nav-link" href="#top-nav">
  463.                                         {{ translate("infos sur<span class='d-none d-lg-block'><br></span> l'acquereur",lang,"","M") | raw }}
  464.                                     </a>
  465.                                 </div>
  466.                             </div>
  467.                         </nav>
  468.                     </div>
  469.                 </div>
  470.                 
  471.                 <!-- INFORMATIONS ACQUEREURS -->
  472.                 <div class="card my-3 no_shadow onglet toggle-onglet-3 d-none">
  473.                     <div class="card-body">
  474.                         <div class="row">
  475.                             <div class="col-12 mt-3 mb-3">
  476.                                 {% if annonce.type_acquereur == "personne" %}
  477.                                     <h5 class="{{ titreClass }} ml-sm-3">{{ translate("informations sur le repreneur",lang,"","M") | raw }}</h5>
  478.                                     <div class="ml-sm-5 mb-5">
  479.                                         <p class="mb-0">
  480.                                             {{ translate("age du repreneur",lang,"","M") | raw }} :
  481.                                             {% if annonce.age_repreneur %}
  482.                                                 {{ annonce.age_repreneur }} {{ translate("ans",lang,"","m") | raw }}
  483.                                             {% else %}
  484.                                                 {{ translate("non renseigné",lang,"","M") | raw }}
  485.                                             {% endif %}
  486.                                         </p>
  487.                                         <p class="mb-0">
  488.                                             {{ translate("montant de son apport personnel",lang,"","M") | raw }} :
  489.                                             <b>{{ annonce.apport_perso_repreneur | number_format(0, ',', ' ') }} k€</b>
  490.                                         </p>
  491.                                     </div>
  492.                                     <h5 class="{{ titreClass }} ml-sm-3">{{ translate("formation",lang,"","M") | raw }}</h5>
  493.                                     <div class="ml-sm-5 mb-5">
  494.                                         <p class="mb-0 text-justify">
  495.                                             {% if annonce.formation_repreneur == "" %}
  496.                                                 {{ translate("non renseigne",lang,"","M") | raw }}
  497.                                             {% else %}
  498.                                                 {{ annonce.formation_repreneur | nl2br }}
  499.                                             {% endif %}
  500.                                         </p>
  501.                                     </div>
  502.                                     <h5 class="{{ titreClass }} ml-sm-3">{{ translate("parcours profesionnel",lang,"","M") | raw }}</h5>
  503.                                     <div class="ml-sm-5 mb-5">
  504.                                         <p class="mb-0 text-justify">
  505.                                             {% if annonce.parcours_pro_repreneur == "" %}
  506.                                                 {{ translate("non renseigne",lang,"","M") | raw }}
  507.                                             {% else %}
  508.                                                 {{ annonce.parcours_pro_repreneur | nl2br }}
  509.                                             {% endif %}
  510.                                         </p>
  511.                                     </div>
  512.                                 {% elseif annonce.type_acquereur == "societe" %}
  513.                                     <h5 class="{{ titreClass }} ml-sm-3">{{ translate("informations sur l'acquereur",lang,"","M") | raw }}</h5>
  514.                                     <div class="ml-sm-5 mb-5">
  515.                                         <p class="mb-0">
  516.                                             {{ translate("anciennete de la societe",lang,"","M") | raw }} :
  517.                                             {% if annonce.date_creation_societe == "" %}
  518.                                                 <b>{{ translate("non renseigne",lang,"","M") | raw }}</b>
  519.                                             {% else %}
  520.                                                 {% set diff = current_year - annonce.date_creation_societe %}
  521.                                                 {% if diff < 5 %}
  522.                                                     <b>{{ translate("moins de 5 ans",lang,"","M") | raw }}</b>
  523.                                                 {% elseif diff >= 5 and diff <= 10 %}
  524.                                                     <b>{{ translate("entre 5 et 10 ans",lang,"","M") | raw }}</b>
  525.                                                 {% elseif diff > 10 %}
  526.                                                     <b>{{ translate("plus de 10 ans",lang,"","M") | raw }}</b>
  527.                                                 {% endif %}
  528.                                             {% endif %}
  529.                                         </p>
  530.                                         <p class="mb-0">
  531.                                             {{ translate("CA societe",lang,"","M") | raw }} :
  532.                                             {% if annonce.ca_societe_formated == "" %}
  533.                                                 <b>{{ translate("non renseigne",lang,"","M") | raw }}</b>
  534.                                             {% else %}
  535.                                                 <b>{{ annonce.ca_societe_formated | number_format(0, ',', ' ') }} k€</b>
  536.                                             {% endif %}
  537.                                         </p>
  538.                                         <p class="mb-0">
  539.                                             {{ translate("nb personnes",lang,"","M") | raw }} :
  540.                                             {% if annonce.nb_personnes_societe == "" %}
  541.                                                 <b>{{ translate("non renseigne",lang,"","M") | raw }}</b>
  542.                                             {% else %}
  543.                                                 {% if annonce.nb_personnes_societe > 10000 %}
  544.                                                     <b>1 000 < nb</b>
  545.                                                 {% else %}
  546.                                                     <b>{{ annonce.nb_personnes_societe }}</b>
  547.                                                 {% endif %}
  548.                                             {% endif %}
  549.                                         </p>
  550.                                         <p class="mb-0">
  551.                                             {{ translate("resultat net",lang,"","M") | raw }} :
  552.                                             {% if annonce.res_net_societe_formated == "" %}
  553.                                                 <b>{{ translate("non renseigne",lang,"","M") | raw }}</b>
  554.                                             {% else %}
  555.                                                 <b>{{ annonce.res_net_societe_formated | number_format(0, ',', ' ') }} k€</b>
  556.                                             {% endif %}
  557.                                         </p>
  558.                                     </div>
  559.                                     <h5 class="{{ titreClass }} ml-sm-3">{{ translate("description generale de l’activite de l'acquereur",lang,"","M") | raw }}</h5>
  560.                                     <div class="ml-sm-5 mb-5">
  561.                                         <p class="mb-0 text-justify">
  562.                                             {% if annonce.description_activite_societe == "" %}
  563.                                                 {{ translate("non renseigne",lang,"","M") | raw }}
  564.                                             {% else %}
  565.                                                 {{ annonce.description_activite_societe | nl2br }}
  566.                                             {% endif %}
  567.                                         </p>
  568.                                     </div>
  569.                                 {% endif %}
  570.                             </div>
  571.                         </div>
  572.                     </div>
  573.                 </div>
  574.                 <!-- FIN INFORMATIONS ACQUEREURS -->
  575.                 
  576.                 <div class="row d-lg-none">
  577.                     <div class="{{ ongletClass }} col-12">
  578.                         <nav>
  579.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  580.                                 <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="4">
  581.                                     <a class="nav-item nav-link" href="#top-nav">
  582.                                         {{ translate("complement <span class='d-none d-lg-block'><br></span>d'information",lang,"","M") | raw }}
  583.                                     </a>
  584.                                 </div>
  585.                             </div>
  586.                         </nav>
  587.                     </div>
  588.                 </div>
  589.                 
  590.                 <!-- COMPLEMENTS D'INFORMATION -->
  591.                 <div class="card my-3 no_shadow onglet toggle-onglet-4 d-none">
  592.                     <div class="card-body">
  593.                         <div class="row">
  594.                             <div class="col-12 mt-3 mb-3">
  595.                                 <h5 class="{{ titreClass }} ml-sm-3">{{ translate("remarques, elements complementaires",lang,"","M") | raw }}</h5>
  596.                                 <div class="ml-sm-5 mb-5 text-justify">
  597.                                     {% if annonce.elements_complementaires == "" %}
  598.                                         {{ translate("il n'y a pas d'elements complementaires concernant cette annonce",lang,"","M") | raw }}.
  599.                                     {% else %}
  600.                                         {{ annonce.elements_complementaires | nl2br }}
  601.                                     {% endif %}
  602.                                     <br><br>
  603.                                     {% if annonce.type_raprochement == "partenaire" %}
  604.                                         {% set type = "ce partenariat" %}
  605.                                         {% set sujet = "la societe" %}
  606.                                     {% else  %}
  607.                                         {% set type = "cette acquisition" %}
  608.                                         {% set sujet = "l'acquereur" %}
  609.                                     {% endif %}
  610.                                     {% if annonce.recherche_active == "oui" %}
  611.                                         {{ translate("concernant "~type~", "~sujet~" est en recherche active",lang,"","M") | raw }}.
  612.                                     {% else %}
  613.                                         {{ translate("concernant "~type~", "~sujet~" est a l'ecoute des opportunites",lang,"","M") | raw }}.
  614.                                     {% endif %}
  615.                                 </div>
  616.                                 {% if annonce.type_raprochement != "partenaire" %}
  617.                                     {% if annonce.demarche != "" %}
  618.                                         <h5 class="{{ titreClass }} ml-sm-3">{{ translate("la demarche de l'acquereur",lang,"","M") | raw }}</h5>
  619.                                         <div class="ml-sm-5 mb-5 text-justify">
  620.                                             <span>{{ translate("l'acquereur souhaite",lang,"","M") | raw }} :</span><br>
  621.                                             {% if 'reprise_totale' in annonce.demarche %}
  622.                                                 - <b>{{ translate("une reprise totale, le cedant quittant l'entreprise",lang,"","M") | raw }}</b><br>
  623.                                             {% endif %}
  624.                                             {% if 'reprise_majoritaire' in annonce.demarche %}
  625.                                                 - <b>{{ translate("une reprise majoritaire, le cedant restant en minoritaire",lang,"","M") | raw }}</b><br>
  626.                                             {% endif %}
  627.                                             {% if 'association_minoritaire' in annonce.demarche %}
  628.                                                 - <b>{{ translate("une association minoritaire avec le chef d'entreprise actuel",lang,"","M") | raw }}</b><br>
  629.                                             {% endif %}
  630.                                         </div>
  631.                                     {% endif %}
  632.                                 {% endif %}
  633.                             </div>
  634.                         </div>
  635.                     </div>
  636.                 </div>
  637.                 <!-- FIN COMPLEMENTS D'INFORMATION -->
  638.                 
  639.                 <div class="row d-lg-none">
  640.                     <div class="{{ ongletClass }} col-12">
  641.                         <nav>
  642.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  643.                                 <div class="col no-padding-x bl_m_gris br_gris sectorielles lh09 toggle-onglet" data-onglet="5">
  644.                                     <a class="nav-item nav-link" href="#top-nav">
  645.                                         {{ translate("infos <span class='d-none d-lg-block'><br></span>sectorielles",lang,"","M") | raw }}
  646.                                     </a>
  647.                                 </div>
  648.                             </div>
  649.                         </nav>
  650.                     </div>
  651.                 </div>
  652.                 
  653.                 <!-- INFOS SECTORIELLES -->
  654.                 <div class="card my-3 no_shadow onglet toggle-onglet-5 d-none">
  655.                     <div class="card-body">
  656.                         <div class="row">
  657.                             <div class="col-12 mt-3 mb-3">
  658.                                 <h5 class="{{ titreClass }} ml-sm-3">{{ translate("informations sectorielles",lang,"","M") | raw }}</h5>
  659.                                 <div class="ml-sm-5 mb-5">
  660.                                     <table class="table table-striped table-hover">
  661.                                         <thead>
  662.                                             <tr>
  663.                                                 <th class="text-left" colspan="2" style="border-top:1px solid FFFFFF!important;">{{ translate("les dernieres actualites du secteur avec",lang,"","M") | raw }}&nbsp;&nbsp;&nbsp;<img src="https://content.fusacq.com/static/help-fusacq/buzz/images/logo_petit.gif" alt="Fusacq Buzz"></th>
  664.                                             </tr>
  665.                                         </thead>
  666.                                         <tbody>
  667.                                             {% for actualite in dernieresActualitesSecteur %}
  668.                                                 <tr>
  669.                                                     <td>{{ actualite.date_mise_en_ligne_format | date('d/m/Y') }}</td>
  670.                                                     <td><a  target="_blank" href="/buzz/{{ actualite.titre_actualite | slugify }}-a{{ actualite.id_actualite_principale }}">{{ actualite.titre_actualite }}</a><br>
  671.                                                         {{ actualite.sous_titre }}
  672.                                                     </td>
  673.                                                 </tr>
  674.                                             {% endfor %}
  675.                                         </tbody>
  676.                                     </table>
  677.                                 </div>
  678.                             </div>
  679.                         </div>
  680.                     </div>
  681.                 </div>
  682.                 <!-- FIN INFOS SECTORIELLES -->
  683.                 
  684.                 {% if valorisations %}
  685.                 <div class="row d-lg-none">
  686.                     <div class="{{ ongletClass }} mb-3 col-12">
  687.                         <nav>
  688.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  689.                                 <div class="col no-padding-x bl_m_gris br_gris comparables lh09 toggle-onglet" data-onglet="6">
  690.                                     <a class="nav-item nav-link" href="#top-nav">
  691.                                         {{ translate("transactions <span class='d-none d-lg-block'><br></span>comparables",lang,"","M") | raw }}
  692.                                     </a>
  693.                                 </div>
  694.                             </div>
  695.                         </nav>
  696.                     </div>
  697.                 </div>
  698.                 
  699.                 <!-- TRANSACTIONS COMPARABLES -->
  700.                 <div class="card my-3 no_shadow onglet toggle-onglet-6 d-none">
  701.                     <div class="card-body">
  702.                         <div class="row">
  703.                             <div class="col-12 mt-3 mb-3">
  704.                                 <h5 class="{{ titreClass }} ml-sm-3">{{ translate("transactions comparables du secteur",lang,"","M") | raw }}</h5>
  705.                             </div>
  706.                             {% for valorisation in valorisations %}
  707.                                 <div class="card my-3 card-ie filet_gris no_shadow w-100">
  708.                                     <div class="card-body">
  709.                                         <div class="row">
  710.                                             <div class="col-12">
  711.                                                 <div>
  712.                                                     <h5 class="titre_comparables">
  713.                                                         <a
  714.                                                             href="{{ path('base_valorisations_detail_valorisation', {'idValorisation' : valorisation.id_valorisation, 'slug' : valorisation.titre_valorisation | slugify, 'codePays' : codePaysWithUnderScore }) }}"
  715.                                                             title="{{ valorisation.titre_valorisation }}">{{ valorisation.titre_valorisation }} {% if valorisation.commande %}({{ translate("déjà commandé",lang,"","m") | raw }}){% endif %}</a>
  716.                                                     </h5>
  717.                                                 </div>
  718.                                                 <div>
  719.                                                     <span>{{ valorisation.description_publique }}</span>
  720.                                                 </div>
  721.                                                 <div class="mb-1">
  722.                                                     <span class="nowrap_custom">{{ translate("ref",lang,"","M") | raw }}
  723.                                                         : <strong>CR{{ valorisation.id_valorisation }}
  724.                                                     </strong></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span
  725.                                                         class="nowrap_custom">{{ translate("ca",lang,"","M") | raw }}
  726.                                                         : <strong>{{ valorisation.approx }} </strong></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  727.                                                     <span class="nowrap_custom">{{ translate("date",lang,"","M") | raw }}
  728.                                                         : <strong>{{ valorisation.date_approx }}</strong></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  729.                                                     <span class="nowrap_custom">{{ translate("acquereur",lang,"","M") | raw }}
  730.                                                         : </span>
  731.                                                     {% if valorisation.type_acquereur == "personne" %}
  732.                                                     <i class="fas fa-user gris_666">{% else %}<i
  733.                                                         class="fas fa-building gris_666">{% endif %}</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  734.                                                         <span class="nowrap_custom">{{ translate("situation",lang,"","M") | raw }}
  735.                                                             : </span>
  736.                                                     {% if valorisation.societe_difficulte == "oui" %}<i
  737.                                                         class="fas fa-long-arrow-alt-down gris_666">{% else %}<i
  738.                                                             class="fas fa-long-arrow-alt-up gris_666">{% endif %}</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  739.                                                             <span class="nowrap_custom">{{ translate("type",lang,"","M") | raw }}
  740.                                                                 : </span>
  741.                                                         {% if valorisation.type_rachat == "fonds" %}<i
  742.                                                             class="fas fa-store gris_666">{% else %}<i
  743.                                                                 class="fas fa-percentage gris_666">{% endif %}</i>
  744.                                                 </div>
  745.                                             </div>
  746.                                         </div>
  747.                                     </div>
  748.                                 </div>
  749.                             {% endfor %}
  750.                             <div class="col-12 text-center my-3">
  751.                                 {{ translate("Consulter la",lang,"","M") | raw }}
  752.                                 <a href="{{ path('base_valorisations_index', {'codePays': codePaysWithUnderScore}) }}" class="underlined" target="_blank">{{ translate("base de valorisations",lang,"","M") | raw }}</a>
  753.                             </div>
  754.                             {#<div class="col-12 text-center my-3">
  755.                                 <a href="/evaluation-entreprise-obtenir-un-cr-gratuit"><img src="https://content.fusacq.com/static/help-fusacq/fr/images/bandeau_valo.gif" class="img-fluid"></a>
  756.                             </div>#}
  757.                             <div class="col-12 my-3">
  758.                                 <i class="fas fa-user gris_666"></i>&nbsp;&nbsp;-&nbsp;<small>{{ translate("personne physique",lang,"","m") | raw }}</small><br>
  759.                                 <i class="fas fa-building gris_666"></i>&nbsp;&nbsp;-&nbsp;<small>{{ translate("societe",lang,"","m") | raw }}</small><br>
  760.                                 <i class="fas fa-long-arrow-alt-up gris_666"></i>&nbsp;&nbsp;-&nbsp;<small>{{ translate("societe in bonis",lang,"","m") | raw }}</small><br>
  761.                                 <i class="fas fa-long-arrow-alt-down gris_666"></i>&nbsp;&nbsp;-&nbsp;<small>{{ translate("societe en difficulte",lang,"","m") | raw }}</small><br>
  762.                                 <i class="fas fa-percentage gris_666"></i>&nbsp;&nbsp;-&nbsp;<small>{{ translate("achat de titres",lang,"","m") | raw }}</small><br>
  763.                                 <i class="fas fa-store gris_666"></i>&nbsp;&nbsp;-&nbsp;<small>{{ translate("achat fonds de commerce",lang,"","m") | raw }}</small>
  764.                             </div>
  765.                         </div>
  766.                     </div>
  767.                 </div>
  768.                 <!-- FIN TRANSACTIONS COMPARABLES -->
  769.                 {% endif %}
  770.                 
  771.                 <!-- FIN DETAILS ANNONCES -->
  772.             </div><!--FIN COLONNE DROITE -->
  773.         </div> <!--FIN ROW CONTAINER -->
  774.     </div>  <!--FIN CONTAINER -->
  775. {% endblock %}
  776. {% block javascripts %}
  777.     {{ parent() }}
  778.     <script src="https://www.google.com/recaptcha/api.js?hl=fr"></script>
  779.     <script type="module" src="{{ asset('build/js/annonces/partager_annonce.js') }}"></script>
  780.     <script type="module" src="{{ asset('build/js/annonces/details_annonce.js') }}"></script>
  781.     <script type="application/javascript" data-name="{{ codePaysWithUnderScore }}" id="codePaysParam" src="{{ asset('build/js/annonces/favoris.js') }}"></script>
  782.       {% include 'annonces/fragments/modal_favoris.html.twig' %}
  783.               <script>
  784.             function afficheAlert(){
  785.                 alert("Merci de vous authentifier (ou de vous créer un compte) pour pouvoir commander.");
  786.             }
  787.         </script>
  788. {% endblock %}