templates/reprendre_entreprise/details_annonce.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block googletag %}
  3.     {{ googleTag.getCiblageLocalisationFusacq | raw }}
  4.     {{ googleTag.getCiblageSecteurActiviteFusacq | raw }}
  5. {% endblock %}
  6. {% block canonical %}
  7.     <link rel="canonical" href="{{ canonical }}" />
  8. {% endblock %}
  9. {% block stylesheets %}
  10.     {{ parent() }}
  11.     <link rel="stylesheet" href="{{ asset('build/css/reprendre_entreprise/reprendre_entreprise.css') }}">
  12.     <link rel="stylesheet" href="{{ asset('build/css/annonces/details-annonce/custom.css') }}">
  13. {% endblock %}
  14. {% block body %}
  15.     {% include 'assets/assets_vuejs.html.twig' %}
  16.     <!-- Menu -->
  17.     {{ render_esi(controller(
  18.         'App\\Controller\\CoreController::menu',
  19.         {
  20.             "lang": lang,
  21.             "currentRoute": "reprendre_entreprise_details_annonce_vendeur",
  22.             "codePays": codePaysWithUnderScore
  23.         }
  24.     )) | spaceless }}
  25.     <!-- Menu -->
  26.     <!-- Publicité -->
  27.     {% include 'includes/publicite.html.twig' %}
  28.     <!-- Publicité -->
  29.     <div class="container" id="app">
  30.         <div class="row">
  31.             <!-- COLONNE GAUCHE -->
  32.             {% include 'includes/colonne_gauche_details_annonce.html.twig' %}
  33.             <!-- FIN COLONNE GAUCHE -->
  34.             <!-- COLONNE DROITE -->
  35.             <div class="col-12 col-lg-9 bkg_blanc">
  36.                 <!-- ARIANE -->
  37.                 <nav aria-label="breadcrumb" class="d-none d-sm-block">
  38.                     <ol class="breadcrumb">
  39.                         <li class="breadcrumb-item">
  40.                             <a href="{{ path('index', {'codePays': codePays}) }}">
  41.                                 {{ translate("accueil", lang, "", "M") | raw }}
  42.                             </a>
  43.                         </li>
  44.                         <li class="breadcrumb-item">
  45.                             <a href="{{ path('reprendre_entreprise_annonces_cession_entreprise', {'codePays': codePaysWithUnderScore}) }}">
  46.                                 {{ translate("reprendre une entreprise", lang, "", "M") | raw }}
  47.                             </a>
  48.                         </li>
  49.                         {% if type_annonce == "entreprise" %}
  50.                             <li class="breadcrumb-item">
  51.                                 <a href="{{ path('reprendre_entreprise_resultats_annonces_cession_entreprise', {'codePays': codePaysWithUnderScore}) }}">
  52.                                     {{ translate("cessions d'entreprise", lang, "", "M") | raw }}
  53.                                 </a>
  54.                             </li>
  55.                         {% else %}
  56.                             <li class="breadcrumb-item">
  57.                                 <a href="{{ path('reprendre_entreprise_resultats_cession_actif', {'codePays': codePaysWithUnderScore}) }}">
  58.                                     {{ translate("cessions d'actif", lang, "", "M") | raw }}
  59.                                 </a>
  60.                             </li>
  61.                         {% endif %}
  62.                         {% for element in annonce.tab_fil_ariane %}
  63.                             <li class="breadcrumb-item">
  64.                                 <a href="{{ element.lien }}"
  65.                                    title="{{ typeCession }} {% if element.secteur_activite is not defined %}{{ element.nom }}{% else %}{{ element.secteur_activite }}, {{ element.nom }}{% endif %}">
  66.                                     &nbsp;{{ element.nom }}
  67.                                 </a>
  68.                             </li>
  69.                         {% endfor %}
  70.                     </ol>
  71.                 </nav>
  72.                 <!-- FIN ARIANE -->
  73.                 {% if app.session.flashbag.peek('error')|length > 0 %}
  74.                     <div class="alert alert-danger" role="alert">
  75.                         {% for message in app.flashes('error') %}
  76.                             - {{ message }}<br>
  77.                         {% endfor %}
  78.                     </div>
  79.                 {% endif %}
  80.                 {% if app.session.flashbag.peek('success')|length > 0 %}
  81.                     <div class="alert alert-success" role="alert">
  82.                         {% for message in app.flashes('success') %}
  83.                             - {{ message }}<br>
  84.                         {% endfor %}
  85.                     </div>
  86.                 {% endif %}
  87.                 <!-- 3 BOUTONS -->
  88.                 {% if elite_result is not defined or elite_result == false  or elite_result  is null %} 
  89.                     <div class="row my-3">
  90.                         <div class="col-4">
  91.                             {% if previousAnnonce and fromAlaUne is null and dernieresAnnonces is null %}
  92.                                 {% set lienPrevious = path('reprendre_entreprise_details_annonce_vendeur', {
  93.                                 'slug': previousAnnonce.titre_annonce|slugify,
  94.                                 'nomLocalisation': previousAnnonce.nom_localisation_slug,
  95.                                 'idAnnonce': previousAnnonce.id_annonce_vendeur,
  96.                                 'codePays': codePaysWithUnderScore
  97.                             }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexPrevious %}
  98.                                 <a href="{{ lienPrevious }}"
  99.                                    title="{{ translate("precedente", lang, "", "M") | raw }}"
  100.                                    class="deco_none bleu">
  101.                                     <div class="float-left">
  102.                                         <i class="fa fa-chevron-circle-left fa-2x"></i>
  103.                                     </div>
  104.                                     <div class="d-none d-xl-block lh20">
  105.                                         &nbsp;&nbsp;
  106.                                         {{ translate("precedente", lang, "", "M") | raw }}
  107.                                     </div>
  108.                                 </a>
  109.                             {% endif %}
  110.                         </div>
  111.                         <div class="col-4 text-center align-content-center" style="text-align: center">
  112.                             <div class="bloc_140 contenu_centre">
  113.                                 {% if urlRetourList %}
  114.                                     <a href="{{ urlRetourList }}"
  115.                                        class="deco_none bleu d-inline-block d-xl-inline"
  116.                                        title="{{ translate("retour liste", lang, "", "M") | raw }}"
  117.                                        class="deco_none bleu">
  118.                                         <div class="float-left">
  119.                                             <i class="fa fa-chevron-circle-up fa-2x"></i>
  120.                                         </div>
  121.                                         <div class="d-none d-xl-block lh20" style="background-color: #FFF; vertical-align: middle;">
  122.                                             &nbsp;&nbsp;
  123.                                             {{ translate("retour liste", lang, "", "M") | raw }}
  124.                                         </div>
  125.                                     </a>
  126.                                 {% endif %}
  127.                             </div>
  128.                         </div>
  129.                         <div class="col-4 text-right" style="text-align: right">
  130.                             {% if nextAnnonce and fromAlaUne is null and dernieresAnnonces is null %}
  131.                                 {% set lienNext = path('reprendre_entreprise_details_annonce_vendeur', {
  132.                                 'slug': nextAnnonce.titre_annonce|slugify,
  133.                                 'nomLocalisation': nextAnnonce.nom_localisation_slug,
  134.                                 'idAnnonce': nextAnnonce.id_annonce_vendeur,
  135.                                 'codePays': codePaysWithUnderScore
  136.                             }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexNext %}
  137.                                 <a href="{{ lienNext }}"
  138.                                    style="text-decoration: none;"
  139.                                    title="{{ translate("suivante", lang, "", "M") | raw }}"
  140.                                    class="deco_none bleu">
  141.                                     <div class="float-right">
  142.                                         <i class="fa fa-chevron-circle-right fa-2x"></i>
  143.                                     </div>
  144.                                     <div class="d-none d-xl-block lh20" style="vertical-align: middle;">
  145.                                         {{ translate("suivante", lang, "", "M") | raw }}
  146.                                         &nbsp;&nbsp;
  147.                                     </div>
  148.                                 </a>
  149.                             {% endif %}
  150.                         </div>
  151.                     </div>
  152.                 {% else %}
  153.                     {% include 'reprendre_entreprise/fragments/elite/navigation.html.twig'  with {  }   %}
  154.                 {% endif %}
  155.                 <!-- FIN 3 BOUTONS -->
  156.                 <!-- CARD -->
  157.                 <div class="card no_shadow">
  158.                     {% if annonce.mode_annonce=='publique_elite' %}
  159.                         <div class="card-header text-left pl-4" style="background-color:#e7c236; color: #e7c236; border-bottom: none;">
  160.                             <span style="color: #003366;">&nbsp;&nbsp;&nbsp;Accès anticipé</span>&nbsp;&nbsp;&nbsp;<a href="fusacq_elite.html" title="Annonce FUSACQ Elite"><img src="/images/fusacq_elite_bleu3.png"></a>
  161.                         </div>
  162.                     {% endif %}
  163.                     <div class="card-body">
  164.                         <div class="row">
  165.                             <div class="col-12 mb-3 ml-lg-3">
  166.                                 <h2 class="titre_annonce">
  167.                                     {{ annonce.titre_annonce }}
  168.                                 </h2>
  169.                                 {% if ordered %}
  170.                                     {#<span class="orange">
  171.                                         <small>
  172.                                             {{ translate("un acheteur (au moins) a pris contact au cours des trois derniers jours.", lang, "", "M") | raw }}
  173.                                         </small>
  174.                                     </span>#}
  175.                                 {% endif %}
  176.                             </div>
  177.                             {% set fakeObj  = { 'id_annonce':  annonce.id_annonce_vendeur , 'type_annonce': 'vendeur' } %}
  178.                             {% if is_granted('ANNONCE_COMMANDE', fakeObj) %}
  179.                                 <div class="col-12 mt-2 col-sm-8 ml-lg-5 alert alert-warning" role="alert">
  180.                                     <span class="orange font_600">
  181.                                         <i aria-hidden="true" class="fa-solid fa-circle-check"></i>
  182.                                         &nbsp;&nbsp;Déjà commandée</span>&nbsp;&nbsp;&nbsp;&nbsp;
  183.                                     <a href="javascript:void(0)" 
  184.                                        tabindex="-1" data-toggle="modal"
  185.                                        data-target="#{{ "ModalCoordonnees"~annonce.id_annonce_vendeur  }}" href=""
  186.                                        class="fullsouligne">Coordonnées</a>
  187.                                 </div>
  188.                                 {% if   coordonnesAnnonceCommandee|default  %} 
  189.                                     {% if   grillePostMer|default  %}  
  190.                                         {% include 'reprendre_entreprise/fragments/feuille_route_repreneur/resume.html.twig' 
  191.                                        with {'coordonnes':coordonnesAnnonceCommandee ,"grille": grillePostMer ,"id_annonce":annonce.id_annonce_vendeur,"titre_annonce":annonce.titre_annonce  }  %}
  192.                                     {% else %}  
  193.                                         {% include 'reprendre_entreprise/fragments/feuille_route_repreneur/resume.html.twig' 
  194.                                         with {'coordonnes':coordonnesAnnonceCommandee,"id_annonce":annonce.id_annonce_vendeur ,"titre_annonce":annonce.titre_annonce}  %}
  195.                                     {% endif %}  
  196.                                 {% endif %} 
  197.                             {% endif %}
  198.                             {% if app.session.flashbag.peek('error_annonce_commande_retiree')|length > 0 %}        
  199.                                 <div class="col-12 col-sm-7 offset-sm-1 alert alert-danger" role="alert">
  200.                                     {% for message in app.flashes('error_annonce_commande_retiree') %}
  201.                                         {{ message }}<br>
  202.                                     {% endfor %}
  203.                                 </div>
  204.                             {% endif %} 
  205.                             <div class="col-12 mt-2 col-sm-8 ml-lg-5">
  206.                                 <ul class="cat_regions">
  207.                                     <li>
  208.                                         {{ translate("ref.", lang, "", "M") | raw }} : <strong>V{{ annonce.id_annonce_vendeur }}</strong>
  209.                                     </li>
  210.                                     <li>
  211.                                         {{ translate("secteur", lang, "", "M") | raw }} : 
  212.                                         {% if typeCession == "Cession d'actif" %} 
  213.                                             {% set route_secteur = "reprendre_entreprise_cession_actif_secteur_activite" %}
  214.                                         {% else %} 
  215.                                             {% set route_secteur = "reprendre_entreprise_annonce_cession_entreprise_secteur_activite" %}
  216.                                         {% endif %} 
  217.                                         {% set lien_secteur = path(route_secteur, {'slug':secteurActivite.nomSecteurActivite | slugify, 'idSecteurActivite' : secteurActivite.idSecteurActivite ,'codePays': codePaysWithUnderScore}) %}
  218.                                         <a title="{{ typeCession }} {{ secteurActivite.nomSecteurActivite }}"
  219.                                            href="{{ lien_secteur }}">
  220.                                             {{ secteurActivite.nomSecteurActivite }}
  221.                                         </a>
  222.                                     </li>
  223.                                     {% set lienInfoSectorielle = path('reprendre_entreprise_actualite_sectorielle_annonce_vendeur', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_vendeur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index %} 
  224.                                     <li>
  225.                                         {#<a title="L'actualité du secteur avec Fusacq Buzz" href="{{ lienInfoSectorielle }}">
  226.                                             <img src="https://www.fusacq.com/FUSACQ2020/images/actu_Buzz.gif">
  227.                                         </a>#}
  228.                                         <a title="{{ translate("L'actualité du secteur", lang, "", "M") | raw }}"
  229.                                            href="{{ lienInfoSectorielle }}" class="fullsouligne">{{ translate("L'actualité du secteur", lang, "", "M") | raw }}</a>
  230.                                         &nbsp;avec&nbsp;
  231.                                         <a title="{{ translate("L'actualité du secteur avec Fusacq Buzz", lang, "", "M") | raw }}" href="{{ lienInfoSectorielle }}">
  232.                                             <img src="https://www.fusacq.com/FUSACQ2020/images/actu_Buzz2.gif"></a>
  233.                                     </li>
  234.                                     <li>
  235.                                         {% if annonce.mode_annonce=='publique_elite' %}
  236.                                             {{ translate("Exclusivité jusqu'au", lang, "", "M") | raw }} 
  237.                                             <strong>{{ donneDateFormatAffichage(annonce.date_fin_publique_elite) }}</strong>
  238.                                         {% else %}
  239.                                             {% if annonce.date_parution > annonce.date_parution_initiale %}
  240.                                                 {{ translate("mise à jour le", lang, "", "M") | raw }} 
  241.                                             {% else %}
  242.                                                 {{ translate("poste le", lang, "", "M") | raw }} 
  243.                                             {% endif %} 
  244.                                             <strong>{{ annonce.date_parution_formated }}</strong>
  245.                                         {% endif %}
  246.                                     </li>
  247.                                     <li>
  248.                                         {% if typeCession == "Cession d'actif" %} 
  249.                                             {% set lien_localisation = "reprendre_entreprise_cession_actif_localisation" %}
  250.                                         {% else %} 
  251.                                             {% set lien_localisation = "reprendre_entreprise_annonce_cession_entreprise_localisation" %}
  252.                                         {% endif %} 
  253.                                         {{ translate("localisation", lang, "", "M") | raw }} :
  254.                                         {% if annonce.nom_localisation_niveau_2 and annonce.nom_localisation_niveau_2 != "Confidentiel" %}
  255.                                             <a title="{{ typeCession }}, {{ annonce.nom_localisation_niveau_2 }}"
  256.                                                href="{{ path(lien_localisation, {'slug': annonce.nom_localisation_niveau_2 | slugify, 'type': 'd', 'idLocalisation': annonce.id_localisation_niveau_2, 'codePays': codePaysWithUnderScore }) }}">{{ annonce.nom_localisation_niveau_2 }}</a>,
  257.                                         {% endif %}
  258.                                         {% if annonce.nom_localisation_niveau_1 and annonce.nom_localisation_niveau_1 != "Confidentiel" %}
  259.                                             <a title="{{ typeCession }}, {{ annonce.nom_localisation_niveau_1 }}"
  260.                                                href="{{ path(lien_localisation, {'slug': annonce.nom_localisation_niveau_1 | slugify, 'type': 'r', 'idLocalisation': annonce.id_localisation_niveau_1, 'codePays': codePaysWithUnderScore }) }}">{{ annonce.nom_localisation_niveau_1 }}</a>,
  261.                                         {% elseif annonce.nom_zone_geographique %}
  262.                                             {{ annonce.nom_zone_geographique }},
  263.                                         {% endif %}
  264.                                         {% if annonce.nom_localisation_niveau_0 and annonce.nom_localisation_niveau_0 != "Confidentiel" %}
  265.                                             <a title="{{ typeCession }}, {{ annonce.nom_localisation_niveau_0 }}"
  266.                                                href="{{ path(lien_localisation, {'slug': annonce.nom_localisation_niveau_0 | slugify, 'type': 'p', 'idLocalisation': annonce.id_localisation_niveau_0, 'codePays': codePaysWithUnderScore }) }}">
  267.                                                 {{ annonce.nom_localisation_niveau_0 }}
  268.                                             </a>
  269.                                         {% endif %}
  270.                                     </li>
  271.                                     {% if typeCession == "Cession d'actif" and annonce.ca_n == 0 %}
  272.                                     {% else %}
  273.                                         <li>
  274.                                             {{ translate("CA", lang, "", "M") | raw }} : 
  275.                                             <strong>{{   annonce.ca_n | number_format(0, "", " ") ~ ' k€' }}</strong>
  276.                                         </li>
  277.                                     {% endif %}
  278.                                     <li>
  279.                                         <div class="mb-3">
  280.                                             <span class="badge3 badge_cession">{{ typeCession | upper }}</span>&nbsp;
  281.                                             {% if annonce.mode_annonce=='publique_elite' %}
  282.                                                 <span data-toggle="tooltip" title="" class="badge3 badge_ann_anticipe mb-1" data-original-title="{{ translate("Accès anticipé",lang,"","M") | raw }}">
  283.                                                     {{ translate("Accès anticipé",lang,"","M") | raw }}</span>&nbsp;                                        
  284.                                                 {% endif %}
  285.                                                 {% if annonce.is_rare %}
  286.                                                 <span class="badge3 badge_secteur_rare mb-1" data-toggle="tooltip" title="{{ translate("Très peu d'offres sont déposées dans ce secteur",lang,"","M") | raw }}">{{ translate("Secteur rare",lang,"","M") | raw }}</span>&nbsp;
  287.                                             {% endif %}
  288.                                             {% if annonce.is_recherche %}
  289.                                                 <span class="badge3 badge_secteur_recherche mb-1" data-toggle="tooltip" title="{{ translate("Secteur généralement apprécié par les repreneurs",lang,"","M") | raw }}">{{ translate("Secteur en vogue",lang,"","M") | raw }}</span>&nbsp;
  290.                                             {% endif %}
  291.                                             {% if annonce.contact_recent %}
  292.                                                 {#<span class="badge3 badge_contact_recent mb-1" data-toggle="tooltip" title="{{ translate("Au moins un acheteur a pris contact au cours des 15 derniers jours",lang,"","M") | raw }}">{{ translate("Contact récent",lang,"","M") | raw }}</span>&nbsp;#}
  293.                                             {% endif %}
  294.                                             {% if annonce.annonce_recente and annonce.mode_annonce!='publique_elite' %}
  295.                                                 <span class="badge3 badge_annonce_recente mb-1" data-toggle="tooltip" title="{{ translate("Annonce déposée il y a moins de 2 semaines",lang,"","M") | raw }}">{{ translate("Annonce récente",lang,"","M") | raw }}</span>&nbsp;
  296.                                             {% endif %}
  297.                                             {% if annonce.sous_radar %}
  298.                                                 <span class="badge3 badge_contact_recent mb-1" data-toggle="tooltip" title="{{ translate("Annonce discrète, peu approchée à ce jour",lang,"","M") | raw }}">{{ translate("Sous les radars",lang,"","M") | raw }}</span>&nbsp;
  299.                                             {% endif %}
  300.                                         </div>
  301.                                     </li>
  302.                                 </ul>
  303.                             </div>
  304.                             <div class="col-6 col-sm-3 mt-2">
  305.                                 <img class="img-fluid" src="{{ annonce.carte }}" alt="{{ annonce.nom_localisation }}">
  306.                             </div>
  307.                         </div>
  308.                         <!-- FAVORIS - ENVOYER A UN AMI - IMPRIMER PAGE -->
  309.                         <div class="row mt-3">
  310.                             {% if annonce.mode_annonce!='publique_elite' %}
  311.                                 <div class="col-2 col-sm-2 ml-lg-5 pt-1">
  312.                                     {{ render_esi(controller(
  313.                                     'App\\Controller\\AnnoncesController::partager',
  314.                                     {
  315.                                         "lang": lang,
  316.                                         "codePays": codePaysWithUnderScore,
  317.                                         "idAnnonce": annonce.id_annonce_vendeur,
  318.                                         "typeAnnonce": "V",
  319.                                         "from": 1
  320.                                     }
  321.                                 )) }}
  322.                                 </div>
  323.                             {% endif %}
  324.                             <div class="col-2 col-sm-2 text-center pt-1">
  325.                                 <a href="{{ path('imprimer_annonce_vendeur', { 'codePays': codePaysWithUnderScore, 'lang' : lang, 'idAnnonce': annonce.id_annonce_vendeur }) }}"
  326.                                    title="{{ translate("imprimer la page", lang, "", "M") | raw }}"
  327.                                    class="gris text-center" target="_blank">
  328.                                     <div class="float-left">
  329.                                         <i class="fa fa-print bleu"></i>
  330.                                     </div>
  331.                                     <div class="float-left pl-1 pb-1 d-none d-lg-block bleu">
  332.                                         <small>&nbsp;&nbsp;{{ translate("imprimer", lang, "", "M") | raw }}</small>
  333.                                     </div>
  334.                                 </a>
  335.                             </div>
  336.                             <div class="col-2 col-sm-2 text-center pt-1">
  337.                                 {% if annonce.is_favoris %}
  338.                                     <div class="float-left">
  339.                                         <i class="fa-sharp fa-solid fa-heart bleu"></i>
  340.                                     </div>
  341.                                     <a href="{{ path('compte_favoris', {'codePays': codePaysWithUnderScore}) }}"
  342.                                        title="{{ translate("favoris", lang, '', 'M', '') }}">
  343.                                         <small>{{ translate("appartient à : mes favoris", lang, '', 'M', '') }}</small>
  344.                                     </a>
  345.                                 {% else %}
  346.                                     <a href="javascript:void(0)"
  347.                                        title="{{ translate("favoris", lang, "", "M") | raw }}"
  348.                                        class="lien-annonce-fav gris text-center btn-favoris favoris-{{ annonce.id_annonce_vendeur }}"
  349.                                        data-id-annonce="{{ annonce.id_annonce_vendeur }}"
  350.                                        data-type-annonce="V">
  351.                                         <div class="float-left">
  352.                                             <i class="fa-light fa-heart bleu"></i>
  353.                                         </div>
  354.                                         <div class="float-left pl-1 pb-1 d-none d-lg-block bleu">
  355.                                             <small>&nbsp;&nbsp;{{ translate("favoris", lang, "", "M") | raw }}</small>
  356.                                         </div>
  357.                                     </a>
  358.                                 {% endif %}
  359.                             </div>
  360.                             {% if fromAlaUne %}
  361.                                 {% set complementUrl = "&urlList=" ~ urlList ~ "&fromAlaUne=1&" ~ string_params %}
  362.                             {% else %}
  363.                                 {% set complementUrl = "&urlList=" ~ urlList ~ "&" ~ string_params ~ '&index=' ~ index %}
  364.                             {% endif %}
  365.                             <div class="col-6 col-sm-4 col-md-5 col-lg-4 offset-sm-1 text-md-right">
  366.                                 {% if annonce.etat is defined and (annonce.etat == "information_transmise" or annonce.etat == "facture_envoyee" or annonce.etat == "cmde_valide"    ) %}
  367.                                     {% if   grillePostMer|default   %}
  368.                                         <a href="javascript:void(0)" class="buttongold"  data-id="deja_commande" role="button" aria-pressed="true" title="">
  369.                                             {{ translate("Feuille de route stratégique", lang, "", "M") | raw }}
  370.                                         </a>
  371.                                     {% else %}   
  372.                                         <a href="{{ path('reprendre_entreprise_contacter_annonce_vendeur', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_vendeur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}"
  373.                                            title="{{ translate("déjà commandé", lang, "", "M") | raw }}"
  374.                                            class="toggle-onglet" data-onglet="7">
  375.                                             <button type="button" class="btn btn-bleu-annonce">
  376.                                                 {{ translate("déjà commandé", lang, "", "M") | raw }}
  377.                                             </button>
  378.                                         </a>
  379.                                     {% endif %}     
  380.                                 {% else %} 
  381.                                     <a href="{{ path('reprendre_entreprise_contacter_annonce_vendeur', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_vendeur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}"
  382.                                        title="{{ translate("contacter le deposant", lang, "", "M") | raw }}"
  383.                                        class="">
  384.                                         <button type="button" class="btn btn-bleu-annonce">
  385.                                             {{ translate("contacter le deposant", lang, "", "M") | raw }}
  386.                                         </button>
  387.                                     </a>
  388.                                 {% endif %}
  389.                             </div>
  390.                         </div>
  391.                         <!-- FIN FAVORIS - ENVOYER A UN AMI - IMPRIMER PAGE -->
  392.                     </div>
  393.                 </div>
  394.                 <!-- FIN CARD -->
  395.                 <div class="row mt-3">
  396.                     <div class="onglet6 col-12 mb-3">
  397.                         <nav>
  398.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  399.                                 <div class="col no-padding-x bl_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="1">
  400.                                     <a class="nav-item nav-link disabled active" href="javascript:void(0)"> 
  401.                                         {{ translate("description <span class='d-none d-lg-block'><br></span>generale", lang, "", "M") | raw }}
  402.                                     </a>
  403.                                 </div> 
  404.                                 <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="2">
  405.                                     <a class="nav-item nav-link disabled" href="javascript:void(0)">
  406.                                         {{ translate("elements <span class='d-none d-none d-lg-block'><br></span>chiffres", lang, "", "M") | raw }}
  407.                                     </a>
  408.                                 </div> 
  409.                                 <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="3">
  410.                                     <a class="nav-item nav-link disabled" href="javascript:void(0)"> 
  411.                                         {{ translate("points forts / <span class='d-none d-none d-lg-block'><br></span>concurrence", lang, "", "M") | raw }}
  412.                                     </a>
  413.                                 </div>
  414.                                 <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="4">
  415.                                     <a class="nav-item nav-link disabled" href="javascript:void(0)">
  416.                                         {{ translate("infos sur <span class='d-none d-none d-lg-block'><br></span>la cession", lang, "", "M") | raw }}
  417.                                     </a>
  418.                                 </div>
  419.                                 {% if valorisations %}
  420.                                     <div class="col no-padding-x bl_m_gris br_gris comparables d-none d-lg-block lh09 toggle-onglet" data-onglet="6">
  421.                                         <a class="nav-item nav-link disabled" href="javascript:void(0)"> 
  422.                                             {{ translate("transactions <span class='d-none d-none d-lg-block'><br></span>comparables", lang, "", "M") | raw }}
  423.                                         </a>
  424.                                     </div>
  425.                                 {% endif %}
  426.                                 <!-- syntheseElite --> 
  427.                                 {% if syntheseElite is defined %}  {# version web  #}
  428.                                     {% if syntheseElite is null  %}{# pas de synthese #}
  429.                                     {% else  %} {# version web  #}
  430.                                         <div class="col no-padding-x bl_m_gris br_gris atouts d-none d-lg-block lh09 toggle-onglet" data-onglet="30">
  431.                                             <a class="nav-item nav-link " href="javascript:void(0)">  
  432.                                                 {{ translate("atouts et leviers <span class='d-none d-none d-lg-block'><br></span>stratégiques", lang, "", "M") | raw }}
  433.                                             </a>
  434.                                         </div>
  435.                                     {% endif  %}
  436.                                 {% endif %}  {# version web  #}
  437.                                 <!-- syntheseElite -->
  438.                                 {% if grillePostMer is defined and grillePostMer|default %}
  439.                                     {#<div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="15">
  440.                                         <a class="nav-item nav-link disabled" href="javascript:void(0)">
  441.                                             Feuille de route <span class="d-none d-lg-block"><br></span>stratégique
  442.                                         </a>
  443.                                     </div>#}
  444.                                 {% endif %}
  445.                             </div>
  446.                         </nav>
  447.                     </div>
  448.                 </div>
  449.                 <div class="row d-lg-none" id="top-nav">
  450.                     <div class="onglet6 col-12">
  451.                         <nav>
  452.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  453.                                 <div class="col no-padding-x bl_gris br_gris lh09 toggle-onglet" data-onglet="1">
  454.                                     <a class="nav-item nav-link active" href="#top-nav">
  455.                                         {{ translate("description <span class='d-none d-lg-block'><br></span>generale", lang, "", "M") | raw }}
  456.                                     </a>
  457.                                 </div>
  458.                             </div>
  459.                         </nav>
  460.                     </div>
  461.                 </div>
  462.                 <!-- DESCRIPTION GENERALE -->
  463.                 <div class="card my-3 no_shadow onglet toggle-onglet-1">
  464.                     <div class="card-body">
  465.                         <div class="row">
  466.                             <div class="col-12 mt-3 mb-3">
  467.                                 <h5 class="annonce ml-sm-3">
  468.                                     {{ translate("fiche d'identite de la societe", lang, "", "M") | raw }}
  469.                                 </h5>
  470.                                 <div class="ml-sm-5 mb-5">
  471.                                     {{ nom_type_cession }} : <strong>{{ nomStatut }}</strong><br>
  472.                                     {% if indication_anciennete %}
  473.                                         {{ translate("anciennete de la societe", lang, "", "M") | raw }} : 
  474.                                         <strong>{{ indication_anciennete }}</strong><br>
  475.                                     {% endif %}
  476.                                     {{ translate("localisation du siege", lang, "", "M") | raw }} : 
  477.                                     <strong>
  478.                                         {% if annonce.nom_localisation_niveau_2 and annonce.nom_localisation_niveau_2 != "Confidentiel" %}
  479.                                             {{ annonce.nom_localisation_niveau_2 }}, 
  480.                                         {% endif %}
  481.                                         {% if annonce.nom_localisation_niveau_1 and annonce.nom_localisation_niveau_1 != "Confidentiel" %}
  482.                                             {{ annonce.nom_localisation_niveau_1 }}, 
  483.                                         {% endif %}
  484.                                         {% if annonce.nom_localisation_niveau_0 and annonce.nom_localisation_niveau_0 != "Confidentiel" %}
  485.                                             {{ annonce.nom_localisation_niveau_0 }} 
  486.                                         {% endif %}
  487.                                     </strong><br>
  488.                                     {% if precision_localisation_complementaire %}
  489.                                         {{ precision_localisation_complementaire }} : 
  490.                                         <strong>{{ translate("confidentiel", lang, "", "M") | raw }}</strong><br>
  491.                                     {% endif %}
  492.                                 </div>
  493.                                 <h5 class="annonce ml-sm-3">
  494.                                     {{ translate("resume general de l'activite", lang, "", "M") | raw }}
  495.                                 </h5>
  496.                                 <div class="ml-sm-5 mb-5">
  497.                                     {{ annonce.description_activite | nl2br }}<br>
  498.                                 </div>
  499.                                 {% if annonce.possession_brevets == "oui" or annonce.possession_marques == "oui" or annonce.travail_export == 'oui' %}
  500.                                     <h5 class="annonce ml-sm-3">
  501.                                         {{ translate("en plus", lang, "", "M") | raw }}
  502.                                     </h5>
  503.                                     <div class="ml-sm-5 mb-5">
  504.                                         {% if annonce.possession_brevets == "oui" %}
  505.                                             {{ translate("la societe possede un ou plusieurs", lang, "", "M") | raw }}
  506.                                             <b>{{ translate("brevets", lang, "", "m") | raw }}</b><br>
  507.                                         {% endif %}
  508.                                         {% if annonce.possession_marques == "oui" %}
  509.                                             {{ translate("la societe possede une ou plusieurs marques deposees à l'inpi", lang, "", "M") | raw }}<br>
  510.                                         {% endif %}
  511.                                         {% if annonce.travail_export == "oui" %}
  512.                                             {{ translate("la societe travaille a l'export", lang, "", "M") | raw }}<br>
  513.                                         {% endif %}
  514.                                     </div>
  515.                                 {% endif %}
  516.                                 {% if annonce.id_raison_cession != 3 %}
  517.                                     <h5 class="annonce ml-sm-3">
  518.                                         {{ translate("a propos de la cession", lang, "", "M") | raw }}
  519.                                     </h5>
  520.                                 {% else %}
  521.                                     <h5 class="annonce ml-sm-3">
  522.                                         {{ translate("a propos de levee de fonds", lang, "", "M") | raw }}
  523.                                     </h5>
  524.                                 {% endif %}
  525.                                 <div class="ml-sm-5 mb-5">
  526.                                     {% if annonce.id_raison_cession != 3 %}
  527.                                         {% if type_cession_precise %}
  528.                                             {{ translate("type de cession envisagee", lang, "", "M") | raw }} : 
  529.                                             {{ type_cession }}<br>
  530.                                         {% endif %}
  531.                                     {% else %}
  532.                                         {{ translate("type d'operation", lang, "", "M") | raw }} : 
  533.                                         <strong>{{ translate("renforcement des fonds propres", lang, "", "M") | raw }}</strong><br>
  534.                                         {% if annonce.raison_cession != "" %}
  535.                                             {{ translate("explication de la levee de fonds", lang, "", "M") | raw }} : 
  536.                                             <strong>{{ annonce.raison_cession }}</strong><br>
  537.                                         {% endif %}
  538.                                         {% if annonce.apport_fp_min != null and annonce.apport_fp_min != "" and annonce.apport_fp_min != 0 %}
  539.                                             {{ translate("montant recherche", lang, "", "M") | raw }} : 
  540.                                             <strong>{{ annonce.apport_fp_min }} k€</strong><br>
  541.                                         {% endif %}
  542.                                         {{ translate("participation proposee", lang, "", "M") | raw }} : 
  543.                                         <strong>{{ type_cession }}</strong><br>
  544.                                     {% endif %}
  545.                                     {% if annonce.id_raison_cession != "" and annonce.id_raison_cession != 7 and annonce.id_raison_cession != 3 %}
  546.                                         {{ translate("raison principale de la cession", lang, "", "M") | raw }} : 
  547.                                         {{ nom_raison_cession }}<br>
  548.                                     {% endif %}
  549.                                     {% if annonce.raison_cession != "" %}
  550.                                         {% if annonce.id_raison_cession != 3 %}
  551.                                             {% if annonce.id_raison_cession != "" and annonce.id_raison_cession != 7 %}
  552.                                                 {{ translate("complements", lang, "", "M") | raw }} : 
  553.                                                 {{ annonce.raison_cession }}<br>
  554.                                             {% else %}
  555.                                                 {{ translate("raison de la cession", lang, "", "M") | raw }} : 
  556.                                                 {{ annonce.raison_cession }}<br>
  557.                                             {% endif %}
  558.                                         {% endif %}
  559.                                     {% endif %}
  560.                                 </div>
  561.                             </div>
  562.                         </div>
  563.                     </div>
  564.                 </div>
  565.                 <!-- FIN DESCRIPTION GENERALE -->
  566.                 <div class="row d-lg-none">
  567.                     <div class="onglet6 col-12">
  568.                         <nav>
  569.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  570.                                 <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="2">
  571.                                     <a class="nav-item nav-link" href="#top-nav">
  572.                                         {{ translate("elements <span class='d-none d-none d-lg-block'><br></span>chiffres", lang, "", "M") | raw }}
  573.                                     </a>
  574.                                 </div>
  575.                             </div>
  576.                         </nav>
  577.                     </div>
  578.                 </div>
  579.                 <!-- ELEMENTS CHIFFRES -->
  580.                 <div class="card my-3 no_shadow onglet toggle-onglet-2 d-none">
  581.                     <div class="card-body">
  582.                         <div class="row">
  583.                             <div class="col-12 mt-3 mb-3">
  584.                                 <h5 class="annonce ml-sm-3">
  585.                                     {{ translate("elements chiffres", lang, "", "M") | raw }}
  586.                                     <span class="d-lg-none">*</span>
  587.                                 </h5>
  588.                                 <div class="ml-lg-5 mb-5">
  589.                                     <!-- MOBILE -->
  590.                                     <table class="table table-hover d-table d-lg-none">
  591.                                         <thead>
  592.                                             <tr>
  593.                                                 <th scope="col" class="text-left d-none d-lg-table-cell">
  594.                                                     {{ translate("en", lang, "", "M") | raw }} k€/{{ translate("annee", lang, "", "m") | raw }}
  595.                                                 </th>
  596.                                                 <th scope="col" class="text-left d-table-cell d-lg-none">
  597.                                                     {{ translate("en", lang, "", "M") | raw }} k€
  598.                                                 </th>
  599.                                                 <th scope="col" class="text-right">{{ annee_un_mobile }}</th>
  600.                                                 <th scope="col" class="text-right">{{ annee_deux_mobile }}</th>
  601.                                                 <th scope="col" class="text-right">{{ annee_trois_mobile }}</th>
  602.                                             </tr>
  603.                                         </thead>
  604.                                         <tbody>
  605.                                             <tr>
  606.                                                 <th scope="row" class="text-left d-none d-lg-table-cell">{{ translate("ca", lang, "", "M") | raw }}</th>
  607.                                                 <th scope="row" class="text-left d-table-cell d-lg-nonel">{{ translate("ca", lang, "", "M") | raw }}</th>
  608.                                                 <td class="text-right">
  609.                                                     {% if ca_un_mobile != "" %}
  610.                                                         {{ ca_un_mobile | number_format(0, "", " ") }}
  611.                                                     {% endif %}
  612.                                                 </td>
  613.                                                 <td class="text-right">
  614.                                                     {% if ca_deux_mobile != "" %}
  615.                                                         {{ ca_deux_mobile | number_format(0, "", " ") }}
  616.                                                     {% endif %}
  617.                                                 </td>
  618.                                                 <td class="text-right">
  619.                                                     {% if ca_trois_mobile != "" %}
  620.                                                         {{ ca_trois_mobile | number_format(0, "", " ") }}
  621.                                                     {% endif %}
  622.                                                 </td>
  623.                                             </tr>
  624.                                             <tr>
  625.                                                 <th scope="row" class="text-left d-none d-lg-table-cell">{{ translate("marge brute", lang, "", "M") | raw }}</th>
  626.                                                 <th scope="row" class="text-left d-table-cell d-lg-none">{{ translate("marge", lang, "", "M") | raw }}</th>
  627.                                                 <td class="text-right">
  628.                                                     {% if marge_un_mobile != "" %}
  629.                                                         {{ marge_un_mobile | number_format(0, "", " ") }}
  630.                                                     {% endif %}
  631.                                                 </td>
  632.                                                 <td class="text-right">
  633.                                                     {% if marge_deux_mobile != "" %}
  634.                                                         {{ marge_deux_mobile | number_format(0, "", " ") }}
  635.                                                     {% endif %}
  636.                                                 </td>
  637.                                                 <td class="text-right">
  638.                                                     {% if marge_trois_mobile != "" %}
  639.                                                         {{ marge_trois_mobile | number_format(0, "", " ") }}
  640.                                                     {% endif %}
  641.                                                 </td>
  642.                                             </tr>
  643.                                             <tr>
  644.                                                 <th scope="row" class="text-left d-none d-lg-table-cell">
  645.                                                     {{ translate("EBE", lang, "", "M") | raw }}
  646.                                                     <a href="javascript:void(0)" data-toggle="popover" data-trigger="focus"
  647.                                                        data-placement="right"
  648.                                                        data-content="{{ translate("excedent brut d'exploitation", lang, "", "M") | raw }}"
  649.                                                        title="{{ translate("excedent brut d'exploitation", lang, "", "M") | raw }}">
  650.                                                         <i class="fa fa-question-circle"></i>
  651.                                                     </a>
  652.                                                 </th>
  653.                                                 <th scope="row" class="text-left d-table-cell d-lg-none">{{ translate("EBE", lang, "", "M") | raw }}</th>
  654.                                                 <td class="text-right">
  655.                                                     {% if ebe_un_mobile != "" %}
  656.                                                         {{ ebe_un_mobile | number_format(0, "", " ") }}
  657.                                                     {% endif %}
  658.                                                 </td>
  659.                                                 <td class="text-right">
  660.                                                     {% if ebe_deux_mobile != "" %}
  661.                                                         {{ ebe_deux_mobile | number_format(0, "", " ") }}
  662.                                                     {% endif %}
  663.                                                 </td>
  664.                                                 <td class="text-right">
  665.                                                     {% if ebe_trois_mobile != "" %}
  666.                                                         {{ ebe_trois_mobile | number_format(0, "", " ") }}
  667.                                                     {% endif %}
  668.                                                 </td>
  669.                                             </tr>
  670.                                             <tr>
  671.                                                 <th scope="row" class="text-left d-none d-lg-table-cell">{{ translate("resultat exploitation", lang, "", "M") | raw }}</th>
  672.                                                 <th scope="row" class="text-left d-table-cell d-lg-none">{{ translate("REX", lang, "", "M") | raw }}</th>
  673.                                                 <td class="text-right">
  674.                                                     {% if resultat_un_mobile != "" %}
  675.                                                         {{ resultat_un_mobile | number_format(0, "", " ") }}
  676.                                                     {% endif %}
  677.                                                 </td>
  678.                                                 <td class="text-right">
  679.                                                     {% if resultat_deux_mobile != "" %}
  680.                                                         {{ resultat_deux_mobile | number_format(0, "", " ") }}
  681.                                                     {% endif %}
  682.                                                 </td>
  683.                                                 <td class="text-right">
  684.                                                     {% if resultat_trois_mobile != "" %}
  685.                                                         {{ resultat_trois_mobile | number_format(0, "", " ") }}
  686.                                                     {% endif %}
  687.                                                 </td>
  688.                                             </tr>
  689.                                             <tr>
  690.                                                 <th scope="row" class="text-left d-none d-lg-table-cell">{{ translate("resultat net", lang, "", "M") | raw }}</th>
  691.                                                 <th scope="row" class="text-left d-table-cell d-lg-none">{{ translate("RN", lang, "", "M") | raw }}</th>
  692.                                                 <td class="text-right">
  693.                                                     {% if resultat_net_un_mobile != "" %}
  694.                                                         {{ resultat_net_un_mobile | number_format(0, "", " ") }}
  695.                                                     {% endif %}
  696.                                                 </td>
  697.                                                 <td class="text-right">
  698.                                                     {% if resultat_net_deux_mobile != "" %}
  699.                                                         {{ resultat_net_deux_mobile | number_format(0, "", " ") }}
  700.                                                     {% endif %}
  701.                                                 </td>
  702.                                                 <td class="text-right">
  703.                                                     {% if resultat_net_trois_mobile != "" %}
  704.                                                         {{ resultat_net_trois_mobile | number_format(0, "", " ") }}
  705.                                                     {% endif %}
  706.                                                 </td>
  707.                                             </tr>
  708.                                             <tr>
  709.                                                 <th scope="row" class="text-left d-none d-lg-table-cell">{{ translate("nb de personnes", lang, "", "M") | raw }}</th>
  710.                                                 <th scope="row" class="text-left d-table-cell d-lg-none">{{ translate("nb", lang, "", "M") | raw }}</th>
  711.                                                 <td class="text-right">
  712.                                                     {% if nb_personne_un_mobile != "" %}
  713.                                                         {{ nb_personne_un_mobile | number_format(0, "", " ") }}
  714.                                                     {% endif %}
  715.                                                 </td>
  716.                                                 <td class="text-right">
  717.                                                     {% if nb_personne_deux_mobile != "" %}
  718.                                                         {{ nb_personne_deux_mobile | number_format(0, "", " ") }}
  719.                                                     {% endif %}
  720.                                                 </td>
  721.                                                 <td class="text-right">
  722.                                                     {% if nb_personne_trois_mobile != "" %}
  723.                                                         {{ nb_personne_trois_mobile | number_format(0, "", " ") }}
  724.                                                     {% endif %}
  725.                                                 </td>
  726.                                             </tr>
  727.                                         </tbody>
  728.                                     </table>
  729.                                     <span class="d-inline d-lg-none">
  730.                                         * {{ translate("<b>CA</b> = Chiffres d'Affaires", lang, "", "M") | raw }},
  731.                                         {{ translate("<b>Marge</b> = Marge brute", lang, "", "M") | raw }},
  732.                                         {{ translate("<b>EBE</b> = Excédent Brut d'Exploitation", lang, "", "M") | raw }},
  733.                                         {{ translate("<b>REX</b> = Résultat d'Exploitation", lang, "", "M") | raw }},
  734.                                         {{ translate("<b>RN</b> = Résultat Net", lang, "", "M") | raw }},
  735.                                         {{ translate("<b>Nb</b> = Nombre de collaborateurs", lang, "", "M") | raw }}
  736.                                     </span>
  737.                                     <!-- FIN MOBILE -->
  738.                                     <!-- TOUT SAUF MOBILE -->
  739.                                     <table class="table table-hover d-none d-lg-table">
  740.                                         <thead>
  741.                                             <tr>
  742.                                                 <th scope="col" class="text-left">
  743.                                                     {{ translate("en", lang, "", "M") | raw }} k€/{{ translate("annee", lang, "", "m") | raw }}
  744.                                                 </th>
  745.                                                 <th scope="col" class="text-right">{{ annee_nmoins2_aff }}</th>
  746.                                                 <th scope="col" class="text-right">{{ annee_nmoins1_aff }}</th>
  747.                                                 <th scope="col" class="text-right">{{ annee_n_aff }}</th>
  748.                                                 <th scope="col" class="text-right">{{ annee_nplus1_aff }}</th>
  749.                                             </tr>
  750.                                         </thead>
  751.                                         <tbody>
  752.                                             <tr>
  753.                                                 <th scope="row" class="text-left">{{ translate("ca", lang, "", "M") | raw }}</th>
  754.                                                 <td class="text-right">
  755.                                                     {% if ca_nmoinsdeux != "" %}
  756.                                                         {{ ca_nmoinsdeux | number_format(0, "", " ") }}
  757.                                                     {% endif %}
  758.                                                 </td>
  759.                                                 <td class="text-right">
  760.                                                     {% if ca_nmoinsun != "" %}
  761.                                                         {{ ca_nmoinsun | number_format(0, "", " ") }}
  762.                                                     {% endif %}
  763.                                                 </td>
  764.                                                 <td class="text-right">
  765.                                                     {% if ca_n != "" %}
  766.                                                         {{ ca_n | number_format(0, "", " ") }}
  767.                                                     {% endif %}
  768.                                                 </td>
  769.                                                 <td class="text-right">
  770.                                                     {% if ca_nplusun != "" %}
  771.                                                         {{ ca_nplusun | number_format(0, "", " ") }}
  772.                                                     {% endif %}
  773.                                                 </td>
  774.                                             </tr>
  775.                                             <tr>
  776.                                                 <th scope="row" class="text-left">{{ translate("marge brute", lang, "", "M") | raw }}</th>
  777.                                                 <td class="text-right">
  778.                                                     {% if marge_brute_nmoinsdeux != "" %}
  779.                                                         {{ marge_brute_nmoinsdeux | number_format(0, "", " ") }}
  780.                                                     {% endif %}
  781.                                                 </td>
  782.                                                 <td class="text-right">
  783.                                                     {% if marge_brute_nmoinsun != "" %}
  784.                                                         {{ marge_brute_nmoinsun | number_format(0, "", " ") }}
  785.                                                     {% endif %}
  786.                                                 </td>
  787.                                                 <td class="text-right">
  788.                                                     {% if marge_brute_n != "" %}
  789.                                                         {{ marge_brute_n | number_format(0, "", " ") }}
  790.                                                     {% endif %}
  791.                                                 </td>
  792.                                                 <td class="text-right">
  793.                                                     {% if marge_brute_nplusun != "" %}
  794.                                                         {{ marge_brute_nplusun | number_format(0, "", " ") }}
  795.                                                     {% endif %}
  796.                                                 </td>
  797.                                             </tr>
  798.                                             <tr>
  799.                                                 <th scope="row" class="text-left">
  800.                                                     {{ translate("EBE", lang, "", "M") | raw }}
  801.                                                     <a href="javascript:void(0)" data-toggle="popover" data-trigger="focus"
  802.                                                        data-placement="right"
  803.                                                        data-content="{{ translate("excedent brut d'exploitation", lang, "", "M") | raw }}"
  804.                                                        title="{{ translate("excedent brut d'exploitation", lang, "", "M") | raw }}">
  805.                                                         <i class="fa fa-question-circle"></i>
  806.                                                     </a>
  807.                                                 </th>
  808.                                                 <td class="text-right">
  809.                                                     {% if EBE_nmoinsdeux != "" %}
  810.                                                         {{ EBE_nmoinsdeux | number_format(0, "", " ") }}
  811.                                                     {% endif %}
  812.                                                 </td>
  813.                                                 <td class="text-right">
  814.                                                     {% if EBE_nmoinsun != "" %}
  815.                                                         {{ EBE_nmoinsun | number_format(0, "", " ") }}
  816.                                                     {% endif %}
  817.                                                 </td>
  818.                                                 <td class="text-right">
  819.                                                     {% if EBE_n != "" %}
  820.                                                         {{ EBE_n | number_format(0, "", " ") }}
  821.                                                     {% endif %}
  822.                                                 </td>
  823.                                                 <td class="text-right">
  824.                                                     {% if EBE_nplusun != "" %}
  825.                                                         {{ EBE_nplusun | number_format(0, "", " ") }}
  826.                                                     {% endif %}
  827.                                                 </td>
  828.                                             </tr>
  829.                                             <tr>
  830.                                                 <th scope="row" class="text-left">{{ translate("resultat exploitation", lang, "", "M") | raw }}</th>
  831.                                                 <td class="text-right">
  832.                                                     {% if resultat_exploitation_nmoinsdeux != "" %}
  833.                                                         {{ resultat_exploitation_nmoinsdeux | number_format(0, "", " ") }}
  834.                                                     {% endif %}
  835.                                                 </td>
  836.                                                 <td class="text-right">
  837.                                                     {% if resultat_exploitation_nmoinsun != "" %}
  838.                                                         {{ resultat_exploitation_nmoinsun | number_format(0, "", " ") }}
  839.                                                     {% endif %}
  840.                                                 </td>
  841.                                                 <td class="text-right">
  842.                                                     {% if resultat_exploitation_n != "" %}
  843.                                                         {{ resultat_exploitation_n | number_format(0, "", " ") }}
  844.                                                     {% endif %}
  845.                                                 </td>
  846.                                                 <td class="text-right">
  847.                                                     {% if resultat_exploitation_nplusun != "" %}
  848.                                                         {{ resultat_exploitation_nplusun | number_format(0, "", " ") }}
  849.                                                     {% endif %}
  850.                                                 </td>
  851.                                             </tr>
  852.                                             <tr>
  853.                                                 <th scope="row" class="text-left">{{ translate("resultat net", lang, "", "M") | raw }}</th>
  854.                                                 <td class="text-right">
  855.                                                     {% if resultat_net_nmoinsdeux != "" %}
  856.                                                         {{ resultat_net_nmoinsdeux | number_format(0, "", " ") }}
  857.                                                     {% endif %}
  858.                                                 </td>
  859.                                                 <td class="text-right">
  860.                                                     {% if resultat_net_nmoinsun != "" %}
  861.                                                         {{ resultat_net_nmoinsun | number_format(0, "", " ") }}
  862.                                                     {% endif %}
  863.                                                 </td>
  864.                                                 <td class="text-right">
  865.                                                     {% if resultat_net_n != "" %}
  866.                                                         {{ resultat_net_n | number_format(0, "", " ") }}
  867.                                                     {% endif %}
  868.                                                 </td>
  869.                                                 <td class="text-right">
  870.                                                     {% if resultat_net_nplusun != "" %}
  871.                                                         {{ resultat_net_nplusun | number_format(0, "", " ") }}
  872.                                                     {% endif %}
  873.                                                 </td>
  874.                                             </tr>
  875.                                             <tr>
  876.                                                 <th scope="row" class="text-left">{{ translate("nb de personnes", lang, "", "M") | raw }}</th>
  877.                                                 <td class="text-right">
  878.                                                     {% if nb_personnes_nmoinsdeux != "" %}
  879.                                                         {{ nb_personnes_nmoinsdeux | number_format(0, "", " ") }}
  880.                                                     {% endif %}
  881.                                                 </td>
  882.                                                 <td class="text-right">
  883.                                                     {% if nb_personnes_nmoinsun != "" %}
  884.                                                         {{ nb_personnes_nmoinsun | number_format(0, "", " ") }}
  885.                                                     {% endif %}
  886.                                                 </td>
  887.                                                 <td class="text-right">
  888.                                                     {% if nb_personnes_n != "" %}
  889.                                                         {{ nb_personnes_n | number_format(0, "", " ") }}
  890.                                                     {% endif %}
  891.                                                 </td>
  892.                                                 <td class="text-right">
  893.                                                     {% if nb_personnes_nplusun != "" %}
  894.                                                         {{ nb_personnes_nplusun | number_format(0, "", " ") }}
  895.                                                     {% endif %}
  896.                                                 </td>
  897.                                             </tr>
  898.                                         </tbody>
  899.                                     </table>
  900.                                     <!-- FIN TOUT SAUF MOBILE -->
  901.                                 </div>
  902.                                 {% if fonds_propres or dettes or tresorerie %}
  903.                                     <h5 class="annonce ml-sm-3">
  904.                                         {{ translate("autres chiffres", lang, "", "M") | raw }}
  905.                                     </h5>
  906.                                     <div class="ml-lg-5 mb-5">
  907.                                         {% if fonds_propres %}
  908.                                             {{ translate("fonds propres", lang, "", "M") | raw }} : 
  909.                                             <strong>{{ fonds_propres }} k€</strong><br>
  910.                                         {% endif %}
  911.                                         {% if dettes %}
  912.                                             {{ intitule_dettes }} : <strong>{{ dettes }} k€</strong><br>
  913.                                         {% endif %}
  914.                                         {% if tresorerie %}
  915.                                             {{ translate("tresorerie nette", lang, "", "M") | raw }} : 
  916.                                             <strong>{{ tresorerie }} k€</strong><br>
  917.                                         {% endif %}
  918.                                     </div>
  919.                                 {% endif %}
  920.                             </div>
  921.                         </div>
  922.                     </div>
  923.                 </div>
  924.                 <!-- FIN ELEMENTS CHIFFRES -->
  925.                 <div class="row d-lg-none">
  926.                     <div class="onglet6 col-12">
  927.                         <nav>
  928.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  929.                                 <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="3">
  930.                                     <a class="nav-item nav-link" href="#top-nav">
  931.                                         {{ translate("points forts / <span class='d-none d-none d-lg-block'><br></span>concurrence", lang, "", "M") | raw }}
  932.                                     </a>
  933.                                 </div>
  934.                             </div>
  935.                         </nav>
  936.                     </div>
  937.                 </div>
  938.                 <!-- POINTS FORTS CONCURRENCE -->
  939.                 <div class="card my-3 no_shadow onglet toggle-onglet-3 d-none">
  940.                     <div class="card-body">
  941.                         <div class="row">
  942.                             <div class="col-12 mt-3 mb-3">
  943.                                 {% if points_forts != "" %}
  944.                                     <h5 class="annonce ml-sm-3">
  945.                                         {{ translate("points forts", lang, "", "M") | raw }}
  946.                                     </h5>
  947.                                     <div class="ml-sm-5 mb-5">
  948.                                         {{ points_forts | nl2br }}
  949.                                     </div>
  950.                                 {% endif %}
  951.                                 {% if points_faibles != "" %}
  952.                                     <h5 class="annonce ml-sm-3">
  953.                                         {{ translate("points faibles", lang, "", "M") | raw }}
  954.                                     </h5>
  955.                                     <div class="ml-sm-5 mb-5">
  956.                                         {{ points_faibles | nl2br }}
  957.                                     </div>
  958.                                 {% endif %}
  959.                                 <h5 class="annonce ml-sm-3">
  960.                                     {{ translate("positionnement par rapport au marche", lang, "", "M") | raw }}
  961.                                 </h5>
  962.                                 <div class="ml-sm-5 mb-5">
  963.                                     {{ positionnement_marche | nl2br }}
  964.                                 </div>
  965.                                 {% if concurrence != "" %}
  966.                                     <h5 class="annonce ml-sm-3">
  967.                                         {{ translate("concurrence", lang, "", "M") | raw }}
  968.                                     </h5>
  969.                                     <div class="ml-sm-5 mb-5">
  970.                                         {{ concurrence | nl2br }}
  971.                                     </div>
  972.                                 {% endif %}
  973.                             </div>
  974.                         </div>
  975.                     </div>
  976.                 </div>
  977.                 <!-- FIN POINTS FORTS CONCURRENCE -->
  978.                 <div class="row d-lg-none">
  979.                     <div class="onglet6 col-12">
  980.                         <nav>
  981.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  982.                                 <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="4">
  983.                                     <a class="nav-item nav-link" href="#top-nav">
  984.                                         {{ translate("infos sur <span class='d-none d-none d-lg-block'><br></span>la cession", lang, "", "M") | raw }}
  985.                                     </a>
  986.                                 </div>
  987.                             </div>
  988.                         </nav>
  989.                     </div>
  990.                 </div>
  991.                 <!-- INFOS CESSION -->
  992.                 <div class="card my-3 no_shadow onglet toggle-onglet-4 d-none">
  993.                     <div class="card-body">
  994.                         <div class="row">
  995.                             <div class="col-12 mt-3 mb-3">
  996.                                 <h5 class="annonce ml-sm-3">
  997.                                     {{ translate("elements complementaires", lang, "", "M") | raw }}
  998.                                 </h5>
  999.                                 <div class="ml-sm-5 mb-5">
  1000.                                     {% if annonce.id_raison_cession != 3 %}
  1001.                                         {% if prix_cession == 0 %}
  1002.                                             <p>
  1003.                                                 {{ translate("prix de cession souhaite", lang, "", "M") | raw }} : 
  1004.                                                 <span class="gras">{{ translate("le vendeur n'a pas souhaite preciser le prix de cession", lang, "", "M") | raw }}.</span>
  1005.                                             </p>
  1006.                                             {% if annonce.immobilier_dans_prix_cession == "oui" %}
  1007.                                                 <p>{{ translate("l'immobilier est compris dans la cession", lang, "", "M") | raw }}.</p>
  1008.                                             {% endif %}
  1009.                                         {% else %}
  1010.                                             {% if prix_cession != 0 %}
  1011.                                                 <p>
  1012.                                                     {{ translate("prix de cession souhaite", lang, "", "M") | raw }} : 
  1013.                                                     <strong>
  1014.                                                         {{ prix_cession }} k€ 
  1015.                                                         {% if annonce.immobilier_dans_prix_cession == "oui" %}
  1016.                                                             {{ translate("l'immobilier est compris dans le prix de cession", lang, "", "m") | raw }}.
  1017.                                                         {% endif %}
  1018.                                                     </strong>
  1019.                                                 </p>
  1020.                                             {% endif %}
  1021.                                         {% endif %}
  1022.                                     {% endif %}
  1023.                                     {% if annonce.id_raison_cession != 3 %}
  1024.                                         {% if apport_fp_min != null and apport_fp_min != "" %}
  1025.                                             <p>
  1026.                                                 {{ translate("apport en fonds propres minimum pour se positionner sur le dossier", lang, "", "M") | raw }} : 
  1027.                                                 <strong>{{ apport_fp_min }} k€</strong>
  1028.                                             </p>
  1029.                                         {% endif %}
  1030.                                     {% endif %}
  1031.                                     {% if annonce.redressement_judiciaire == "oui" %}
  1032.                                         <p>
  1033.                                             <strong>{{ translate("cette societe est en redressement judiciaire", lang, "", "M") | raw }}</strong>
  1034.                                         </p>
  1035.                                     {% endif %}
  1036.                                 </div>
  1037.                                 {% if prix_cession != 0 and hasServiceSimuElite and annonce.nom_localisation_niveau_0=='France'%}
  1038.                                     <div class="my-5 mx-sm-3" style="background-color: #F7E7CE;">
  1039.                                         <div class="row" style="margin-left:0; margin-right:0;">
  1040.                                             <div class="col-12 col-sm-7 pt-3 pl-4 pb-sm-3" style="background-color: #003366; color: #FFFFFF;">
  1041.                                                 Cette entreprise est-elle finançable pour vous ?
  1042.                                             </div> 
  1043.                                             <div class="col-12 col-sm-5 pt-2 text-right" style="background-color: #003366; color: #FFFFFF;">
  1044.                                                 <a href="/elite/presentation" target="_blank" title="FUSACQ Elite"><img src="https://help-fusacq.com/fr/css/images/newsletters/logo_f_elite_inline2.png" alt="FUSACQ Elite"></a>
  1045.                                             </div> 
  1046.                                         </div>
  1047.                                         <div class="col-12 py-3">
  1048.                                             Grâce à notre simulateur de reprise, évaluez immédiatement votre capacité financière à racheter cette société. 
  1049.                                             <br>Un outil simple (votre apport suffit pour un premier aperçu), rapide et 100 % confidentiel.
  1050.                                         </div>
  1051.                                         <div class="col-12 text-center">
  1052.                                             <a href="/simulateur-reprise-entreprise?id_annonce_vendeur={{ annonce.id_annonce_vendeur }}" class="button-rond" role="button" aria-pressed="true" title="Simulateur de reprise" target="_blank">Simuler votre financement en 1 clic</a>
  1053.                                         </div>
  1054.                                     </div>
  1055.                                 {% endif %}
  1056.                                 {% if annonce.elements_complementaires != "" %}
  1057.                                     <h5 class="annonce ml-sm-3">
  1058.                                         {{ translate("complements, specificites", lang, "", "M") | raw }}
  1059.                                     </h5>
  1060.                                     <div class="ml-sm-5 mb-5">
  1061.                                         <p>{{ annonce.elements_complementaires | nl2br }}</p>
  1062.                                     </div>
  1063.                                 {% endif %}
  1064.                                 {% if annonce.profil_repreneur_checkbox != null and annonce.profil_repreneur_checkbox != "" %}
  1065.                                     {% if annonce.id_raison_cession != 3 %}
  1066.                                         <h5 class="annonce ml-sm-3">
  1067.                                             {{ translate("profil de repreneur recherche", lang, "", "M") | raw }}
  1068.                                         </h5>
  1069.                                     {% else %}
  1070.                                         <h5 class="annonce ml-sm-3">
  1071.                                             {{ translate("profil d'investisseur", lang, "", "M") | raw }}
  1072.                                         </h5>
  1073.                                     {% endif %}
  1074.                                     <div class="ml-sm-5 mb-5">
  1075.                                         {% if annonce.profil_repreneur_checkbox == "physique" %}
  1076.                                             <p>{{ translate("personne physique", lang, "", "M") | raw }}</p>
  1077.                                         {% elseif annonce.profil_repreneur_checkbox == "morale" %}
  1078.                                             <p>{{ translate("personne morale", lang, "", "M") | raw }}</p>
  1079.                                         {% elseif annonce.profil_repreneur_checkbox == "investissement" %}
  1080.                                             <p>{{ translate("fonds d'investissement", lang, "", "M") | raw }}</p>
  1081.                                         {% elseif annonce.profil_repreneur_checkbox == "physique,morale" %}
  1082.                                             <p>{{ translate("personne physique ou morale", lang, "", "M") | raw }}</p>
  1083.                                         {% elseif annonce.profil_repreneur_checkbox == "physique,investissement" %}
  1084.                                             <p>
  1085.                                                 {{ translate("personne physique", lang, "", "M") | raw }}
  1086.                                                 {{ translate("ou", lang, "", "m") | raw }}
  1087.                                                 {{ translate("fonds d'investissement", lang, "", "M") | raw }}
  1088.                                             </p>
  1089.                                         {% elseif annonce.profil_repreneur_checkbox == "morale,investissement" %}
  1090.                                             <p>
  1091.                                                 {{ translate("personne morale", lang, "", "M") | raw }}
  1092.                                                 {{ translate("ou", lang, "", "m") | raw }}
  1093.                                                 {{ translate("fonds d'investissement", lang, "", "M") | raw }}
  1094.                                             </p>
  1095.                                         {% elseif annonce.profil_repreneur_checkbox == "physique,morale,investissement" %}
  1096.                                             <p>
  1097.                                                 {{ translate("personne physique", lang, "", "M") | raw }}
  1098.                                                 {{ translate("ou", lang, "", "m") | raw }}
  1099.                                                 {{ translate("personne morale", lang, "", "M") | raw }}
  1100.                                                 {{ translate("ou", lang, "", "m") | raw }}
  1101.                                                 {{ translate("fonds d'investissement", lang, "", "M") | raw }}
  1102.                                             </p>
  1103.                                         {% endif %}
  1104.                                     </div>
  1105.                                 {% endif %}
  1106.                                 {% if annonce.profil_repreneur_recherche != "" %}
  1107.                                     {% if annonce.id_raison_cession != 3 %}
  1108.                                         <h5 class="annonce ml-sm-3">
  1109.                                             {{ translate("complement sur le profil de repreneur recherche", lang, "", "M") | raw }}
  1110.                                         </h5>
  1111.                                     {% else %}
  1112.                                         <h5 class="annonce ml-sm-3">
  1113.                                             {{ translate("complement sur l'investisseur", lang, "", "M") | raw }}
  1114.                                         </h5>
  1115.                                     {% endif %}
  1116.                                     <div class="ml-sm-5 mb-5">
  1117.                                         <p>{{ annonce.profil_repreneur_recherche | nl2br }}</p>
  1118.                                     </div>
  1119.                                 {% endif %}
  1120.                             </div>
  1121.                             <div class="col-12 col-sm-10 mt-3 mb-3 offset-sm-1 d-none d-lg-block">
  1122.                                 <h5 class="annonce ml-sm-3">
  1123.                                     {{ translate("FUSACQ vous aide a", lang, "", "M") | raw }}
  1124.                                 </h5>
  1125.                             </div>
  1126.                             <div class="r-tabs col-12 text-center d-none d-lg-block">
  1127.                                 <ul class="r-tabs-nav input-group">
  1128.                                     <li class="col-12 col-lg-4 r-tabs-boite-outils mb-3">
  1129.                                         <a href="{{ path('simuler_votre_pret', {'codePays': codePaysWithUnderScore }) }}" 
  1130.                                            class="r-tabs-anchor5" target="_blank">
  1131.                                             <div style="margin: 0 auto; text-align: center; padding: 10px;">
  1132.                                                 <i class="fa fa-calculator fa-3x" aria-hidden="true"></i><br><br>
  1133.                                                 <p style="line-height: 1.04; padding-bottom: 10px; font-size: 22px;">
  1134.                                                     {{ translate("simuler", lang, "", "M") | raw }}<br>
  1135.                                                     {{ translate("votre pret", lang, "", "m") | raw }}
  1136.                                                 </p>
  1137.                                                 <span>{{ translate("calculez les annuites de remboursement", lang, "", "M") | raw }}</span>
  1138.                                             </div>
  1139.                                         </a>
  1140.                                     </li>
  1141.                                     <li class="col-12 col-lg-4 r-tabs-boite-outils mb-3">
  1142.                                         <a href="{{ path('simulateur_reprise_index', {'codePays': codePaysWithUnderScore }) }}" 
  1143.                                            target="_blank" class="r-tabs-anchor5">
  1144.                                             <div style="margin: 0 auto; text-align: center; padding: 10px;">
  1145.                                                 <i class="fa fa-cogs fa-3x" aria-hidden="true"></i><br><br>
  1146.                                                 <p style="line-height: 1.04; padding-bottom: 10px; font-size: 22px;">
  1147.                                                     {{ translate("simuler", lang, "", "M") | raw }}<br>
  1148.                                                     {{ translate("votre reprise", lang, "", "m") | raw }}
  1149.                                                 </p>
  1150.                                                 <span>{{ translate("validez vos ratios de financement", lang, "", "M") | raw }}</span>
  1151.                                             </div>
  1152.                                         </a>
  1153.                                     </li>
  1154.                                     <li class="col-12 col-lg-4 r-tabs-boite-outils mb-3">
  1155.                                         <a href="{{ path('faire_une_demande_de_financement', {'codePays': codePaysWithUnderScore }) }}" 
  1156.                                            class="r-tabs-anchor5" target="_blank">
  1157.                                             <div style="margin: 0 auto; text-align: center; padding: 10px;">
  1158.                                                 <i class="fas fa-euro-sign fa-3x" aria-hidden="true"></i><br><br>
  1159.                                                 <p style="line-height: 1.04; padding-bottom: 10px; font-size: 22px;">
  1160.                                                     {{ translate("faire une demande de financement", lang, "", "M") | raw }}
  1161.                                                 </p>
  1162.                                                 <span>{{ translate("obtenez une reponse en 48h", lang, "", "M") | raw }}</span>
  1163.                                             </div>
  1164.                                         </a>
  1165.                                     </li>
  1166.                                 </ul>
  1167.                             </div>
  1168.                         </div>
  1169.                     </div>
  1170.                 </div>
  1171.                 <!-- FIN INFOS CESSION -->
  1172.                 {% if valorisations %} 
  1173.                     <div class="row d-lg-none">
  1174.                         <div class="onglet6 col-12">
  1175.                             <nav>
  1176.                                 <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  1177.                                     <div class="col no-padding-x bl_m_gris br_gris comparables lh09 toggle-onglet" data-onglet="6">
  1178.                                         <a class="nav-item nav-link" href="#top-nav">
  1179.                                             {{ translate("transactions <span class='d-none d-none d-lg-block'><br></span>comparables", lang, "", "M") | raw }}
  1180.                                         </a>
  1181.                                     </div>
  1182.                                 </div>
  1183.                             </nav>
  1184.                         </div>
  1185.                     </div>
  1186.                 {% endif %}
  1187.                 {% if valorisations %}
  1188.                     <!-- TRANSACTIONS COMPARABLES -->
  1189.                     <div class="card my-3 no_shadow onglet toggle-onglet-6 d-none">
  1190.                         <div class="card-body">
  1191.                             <div class="row">
  1192.                                 <div class="col-12 mt-3 mb-3">
  1193.                                     <h5 class="annonce ml-sm-3">
  1194.                                         {{ translate("transactions comparables du secteur", lang, "", "M") | raw }}
  1195.                                     </h5>
  1196.                                 </div>
  1197.                                 {% for valorisation in valorisations %}
  1198.                                     <div class="card mb-3 card-ie filet_gris no_shadow w-100">
  1199.                                         <div class="card-body">
  1200.                                             <div class="row">
  1201.                                                 <div class="col-12">
  1202.                                                     <div>
  1203.                                                         <h5 class="titre_comparables">
  1204.                                                             <a href="{{ path('base_valorisations_detail_valorisation', {'idValorisation' : valorisation.id_valorisation, 'slug' : valorisation.titre_valorisation | slugify, 'codePays' : codePaysWithUnderScore }) }}"
  1205.                                                                title="{{ valorisation.titre_valorisation }}">
  1206.                                                                 {{ valorisation.titre_valorisation }} 
  1207.                                                                 {% if valorisation.commande %}
  1208.                                                                     ({{ translate("déjà commandé", lang, "", "m") | raw }})
  1209.                                                                 {% endif %}
  1210.                                                             </a>
  1211.                                                         </h5>
  1212.                                                     </div>
  1213.                                                     <div>
  1214.                                                         <span>{{ valorisation.description_publique }}</span>
  1215.                                                     </div>
  1216.                                                     <div class="mb-1">
  1217.                                                         <span class="nowrap_custom">
  1218.                                                             {{ translate("ref", lang, "", "M") | raw }} : 
  1219.                                                             <strong>CR{{ valorisation.id_valorisation }}</strong>
  1220.                                                         </span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  1221.                                                         <span class="nowrap_custom">
  1222.                                                             {{ translate("ca", lang, "", "M") | raw }} : 
  1223.                                                             <strong>{{ valorisation.approx }}</strong>
  1224.                                                         </span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  1225.                                                         {#<span class="nowrap_custom">
  1226.                                                             {{ translate("date", lang, "", "M") | raw }} : 
  1227.                                                             <strong>{{ valorisation.date_approx }}</strong>
  1228.                                                         </span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#}
  1229.                                                         <span class="nowrap_custom">{{ translate("acquereur", lang, "", "M") | raw }} : </span>
  1230.                                                         {% if valorisation.type_acquereur == "personne" %}
  1231.                                                             <i class="fas fa-user gris_666"></i>
  1232.                                                         {% else %}
  1233.                                                             <i class="fas fa-building gris_666"></i>
  1234.                                                         {% endif %}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  1235.                                                         <span class="nowrap_custom">{{ translate("situation", lang, "", "M") | raw }} : </span>
  1236.                                                         {% if valorisation.societe_difficulte == "oui" %}
  1237.                                                             <i class="fas fa-long-arrow-alt-down gris_666"></i>
  1238.                                                         {% else %}
  1239.                                                             <i class="fas fa-long-arrow-alt-up gris_666"></i>
  1240.                                                         {% endif %}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  1241.                                                         <span class="nowrap_custom">{{ translate("type", lang, "", "M") | raw }} : </span>
  1242.                                                         {% if valorisation.type_rachat == "fonds" %}
  1243.                                                             <i class="fas fa-store gris_666"></i>
  1244.                                                         {% else %}
  1245.                                                             <i class="fas fa-percentage gris_666"></i>
  1246.                                                         {% endif %}
  1247.                                                     </div>
  1248.                                                 </div>
  1249.                                             </div>
  1250.                                         </div>
  1251.                                     </div>
  1252.                                 {% endfor %}
  1253.                                 <div class="col-12 text-center my-3">
  1254.                                     {{ translate("Consulter la", lang, "", "M") | raw }}
  1255.                                     <a href="{{ path('base_valorisations_index', {'codePays': codePaysWithUnderScore}) }}" 
  1256.                                        class="underlined" target="_blank">
  1257.                                         {{ translate("base de valorisations", lang, "", "M") | raw }}
  1258.                                     </a>
  1259.                                 </div>
  1260.                                 <div class="col-12 my-3">
  1261.                                     <i class="fas fa-user gris_666"></i>&nbsp;&nbsp;-&nbsp;
  1262.                                     <small>{{ translate("personne physique", lang, "", "m") | raw }}</small><br>
  1263.                                     <i class="fas fa-building gris_666"></i>&nbsp;&nbsp;-&nbsp;
  1264.                                     <small>{{ translate("societe", lang, "", "m") | raw }}</small><br>
  1265.                                     <i class="fas fa-long-arrow-alt-up gris_666"></i>&nbsp;&nbsp;-&nbsp;
  1266.                                     <small>{{ translate("societe in bonis", lang, "", "m") | raw }}</small><br>
  1267.                                     <i class="fas fa-long-arrow-alt-down gris_666"></i>&nbsp;&nbsp;-&nbsp;
  1268.                                     <small>{{ translate("societe en difficulte", lang, "", "m") | raw }}</small><br>
  1269.                                     <i class="fas fa-percentage gris_666"></i>&nbsp;&nbsp;-&nbsp;
  1270.                                     <small>{{ translate("achat de titres", lang, "", "m") | raw }}</small><br>
  1271.                                     <i class="fas fa-store gris_666"></i>&nbsp;&nbsp;-&nbsp;
  1272.                                     <small>{{ translate("achat fonds de commerce", lang, "", "m") | raw }}</small>
  1273.                                 </div>
  1274.                             </div>
  1275.                         </div>
  1276.                     </div>
  1277.                     <!-- FIN TRANSACTIONS COMPARABLES -->
  1278.                 {% endif %}
  1279.                 <!-- syntheseElite -->
  1280.                 {% if syntheseElite is defined %}  {# version mobile #}
  1281.                     {% if syntheseElite is null  %}{# pas de synthese #}
  1282.                     {% else  %}  {# version mobile #}
  1283.                         <div class="row d-lg-none">
  1284.                             <div class="onglet6 mb-3 col-12">
  1285.                                 <nav>
  1286.                                     <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  1287.                                         <div class="col no-padding-x bl_m_gris br_gris atouts lh09 toggle-onglet" data-onglet="30">
  1288.                                             <a class="nav-item nav-link" href="#top-nav">  
  1289.                                                 {{ translate("atouts et leviers <span class='d-none d-none d-lg-block'><br></span>stratégiques", lang, "", "M") | raw }}
  1290.                                             </a>
  1291.                                         </div>
  1292.                                     </div>
  1293.                                 </nav>
  1294.                             </div>
  1295.                         </div>
  1296.                     {% endif  %}
  1297.                 {% endif %}
  1298.                 <!-- syntheseElite -->
  1299.                 <!-- syntheseElite -->
  1300.                 {% if syntheseElite is defined %}  
  1301.                     {% if syntheseElite is not null %}  {# null si synthese non generé #}
  1302.                         <div class="card my-3 no_shadow onglet toggle-onglet-30 d-none" style="border: none;">
  1303.                             {% if app.user|default %} 
  1304.                                 {% include 'reprendre_entreprise/fragments/detail_annonce_elite/elite_auth.html.twig' with {'syntheseElite': syntheseElite} %}
  1305.                             {% else %}
  1306.                                 {% include 'reprendre_entreprise/fragments/detail_annonce_elite/elite_non_auth.html.twig' %}
  1307.                             {% endif %}
  1308.                         </div>
  1309.                     {% endif %}
  1310.                 {% endif %}
  1311.                 <!-- syntheseElite -->
  1312.                 <!-- feuille_route_repreneur -->
  1313.                 {% if grillePostMer is defined and grillePostMer|default %}
  1314.                     <div class="row d-lg-none">
  1315.                         <div class="onglet6 col-12">
  1316.                             <nav>
  1317.                                 <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  1318.                                     <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="15">
  1319.                                         <a class="nav-item nav-link" href="#top-nav">
  1320.                                             Feuille de route stratégique
  1321.                                         </a>
  1322.                                     </div>
  1323.                                 </div>
  1324.                             </nav>
  1325.                         </div>
  1326.                     </div>
  1327.                 {% endif %}
  1328.                 {% if grillePostMer is defined and grillePostMer|default %} 
  1329.                     {% include 'reprendre_entreprise/fragments/feuille_route_repreneur/main.html.twig' with {'grillePostMer': grillePostMer} %}            
  1330.                 {% endif  %}
  1331.                 <!-- feuille_route_repreneur -->
  1332.                 <!-- FIN DETAILS ANNONCES -->
  1333.             </div>
  1334.             <!-- FIN COLONNE DROITE -->
  1335.         </div>
  1336.         <!-- FIN ROW CONTAINER -->
  1337.     </div>
  1338.     <!-- FIN CONTAINER -->
  1339. {% endblock %}
  1340. {% block javascripts %}
  1341.     {{ parent() }}
  1342.     <script type="text/javascript">
  1343.         $(document).ready(function () {
  1344.             $('[data-toggle="tooltip"]').tooltip();
  1345.         });
  1346.     </script>
  1347.     <script src="https://www.google.com/recaptcha/api.js?hl=fr"></script>
  1348.     <script type="module" src="{{ asset('build/js/annonces/details_annonce.js') }}"></script>
  1349.     <script type="module" src="{{ asset('build/js/annonces/partager_annonce.js') }}"></script>
  1350.     <script type="application/javascript" 
  1351.             data-name="{{ codePaysWithUnderScore }}" 
  1352.             id="codePaysParam"
  1353.     src="{{ asset('build/js/annonces/favoris.js') }}"></script>
  1354.     {% include 'annonces/fragments/modal_favoris.html.twig' %}
  1355.     <script>
  1356.         function afficheAlert() {
  1357.             alert("Merci de vous authentifier (ou de vous créer un compte) pour pouvoir commander.");
  1358.         }
  1359.     </script>
  1360.     {% if not  app.user|default   %}  
  1361.         <script>
  1362.             $(document).ready(function () {
  1363.                 if (window.location.hash === '#feuille_route_repreneur') {
  1364.                     const currentUrl = window.location.href;
  1365.                     if (currentUrl) {
  1366.                         $("form#login").eq(0).find("input#fromAuthModal").val(currentUrl);
  1367.                         $('a.link-compte').trigger("click");
  1368.                     }
  1369.                 }
  1370.             });
  1371.         </script>
  1372.     {% endif %}
  1373. {% endblock %}