{% extends 'base.html.twig' %}{% block googletag %} {{ googleTag.getCiblageLocalisationFusacq | raw }} {{ googleTag.getCiblageSecteurActiviteFusacq | raw }}{% endblock %}{% block canonical %} <link rel="canonical" href="{{ canonical }}" />{% endblock %}{% block stylesheets %} {{ parent() }} <link rel="stylesheet" href="{{ asset('build/css/reprendre_entreprise/reprendre_entreprise.css') }}"> <link rel="stylesheet" href="{{ asset('build/css/annonces/details-annonce/custom.css') }}">{% endblock %}{% block body %} {% include 'assets/assets_vuejs.html.twig' %} <!-- Menu --> {{ render_esi(controller( 'App\\Controller\\CoreController::menu', { "lang": lang, "currentRoute": "reprendre_entreprise_details_annonce_vendeur", "codePays": codePaysWithUnderScore } )) | spaceless }} <!-- Menu --> <!-- Publicité --> {% include 'includes/publicite.html.twig' %} <!-- Publicité --> <div class="container" id="app"> <div class="row"> <!-- COLONNE GAUCHE --> {% include 'includes/colonne_gauche_details_annonce.html.twig' %} <!-- FIN COLONNE GAUCHE --> <!-- COLONNE DROITE --> <div class="col-12 col-lg-9 bkg_blanc"> <!-- ARIANE --> <nav aria-label="breadcrumb" class="d-none d-sm-block"> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="{{ path('index', {'codePays': codePays}) }}"> {{ translate("accueil", lang, "", "M") | raw }} </a> </li> <li class="breadcrumb-item"> <a href="{{ path('reprendre_entreprise_annonces_cession_entreprise', {'codePays': codePaysWithUnderScore}) }}"> {{ translate("reprendre une entreprise", lang, "", "M") | raw }} </a> </li> {% if type_annonce == "entreprise" %} <li class="breadcrumb-item"> <a href="{{ path('reprendre_entreprise_resultats_annonces_cession_entreprise', {'codePays': codePaysWithUnderScore}) }}"> {{ translate("cessions d'entreprise", lang, "", "M") | raw }} </a> </li> {% else %} <li class="breadcrumb-item"> <a href="{{ path('reprendre_entreprise_resultats_cession_actif', {'codePays': codePaysWithUnderScore}) }}"> {{ translate("cessions d'actif", lang, "", "M") | raw }} </a> </li> {% endif %} {% for element in annonce.tab_fil_ariane %} <li class="breadcrumb-item"> <a href="{{ element.lien }}" title="{{ typeCession }} {% if element.secteur_activite is not defined %}{{ element.nom }}{% else %}{{ element.secteur_activite }}, {{ element.nom }}{% endif %}"> {{ element.nom }} </a> </li> {% endfor %} </ol> </nav> <!-- FIN ARIANE --> {% if app.session.flashbag.peek('error')|length > 0 %} <div class="alert alert-danger" role="alert"> {% for message in app.flashes('error') %} - {{ message }}<br> {% endfor %} </div> {% endif %} {% if app.session.flashbag.peek('success')|length > 0 %} <div class="alert alert-success" role="alert"> {% for message in app.flashes('success') %} - {{ message }}<br> {% endfor %} </div> {% endif %} <!-- 3 BOUTONS --> {% if elite_result is not defined or elite_result == false or elite_result is null %} <div class="row my-3"> <div class="col-4"> {% if previousAnnonce and fromAlaUne is null and dernieresAnnonces is null %} {% set lienPrevious = path('reprendre_entreprise_details_annonce_vendeur', { 'slug': previousAnnonce.titre_annonce|slugify, 'nomLocalisation': previousAnnonce.nom_localisation_slug, 'idAnnonce': previousAnnonce.id_annonce_vendeur, 'codePays': codePaysWithUnderScore }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexPrevious %} <a href="{{ lienPrevious }}" title="{{ translate("precedente", lang, "", "M") | raw }}" class="deco_none bleu"> <div class="float-left"> <i class="fa fa-chevron-circle-left fa-2x"></i> </div> <div class="d-none d-xl-block lh20"> {{ translate("precedente", lang, "", "M") | raw }} </div> </a> {% endif %} </div> <div class="col-4 text-center align-content-center" style="text-align: center"> <div class="bloc_140 contenu_centre"> {% if urlRetourList %} <a href="{{ urlRetourList }}" class="deco_none bleu d-inline-block d-xl-inline" title="{{ translate("retour liste", lang, "", "M") | raw }}" class="deco_none bleu"> <div class="float-left"> <i class="fa fa-chevron-circle-up fa-2x"></i> </div> <div class="d-none d-xl-block lh20" style="background-color: #FFF; vertical-align: middle;"> {{ translate("retour liste", lang, "", "M") | raw }} </div> </a> {% endif %} </div> </div> <div class="col-4 text-right" style="text-align: right"> {% if nextAnnonce and fromAlaUne is null and dernieresAnnonces is null %} {% set lienNext = path('reprendre_entreprise_details_annonce_vendeur', { 'slug': nextAnnonce.titre_annonce|slugify, 'nomLocalisation': nextAnnonce.nom_localisation_slug, 'idAnnonce': nextAnnonce.id_annonce_vendeur, 'codePays': codePaysWithUnderScore }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexNext %} <a href="{{ lienNext }}" style="text-decoration: none;" title="{{ translate("suivante", lang, "", "M") | raw }}" class="deco_none bleu"> <div class="float-right"> <i class="fa fa-chevron-circle-right fa-2x"></i> </div> <div class="d-none d-xl-block lh20" style="vertical-align: middle;"> {{ translate("suivante", lang, "", "M") | raw }} </div> </a> {% endif %} </div> </div> {% else %} {% include 'reprendre_entreprise/fragments/elite/navigation.html.twig' with { } %} {% endif %} <!-- FIN 3 BOUTONS --> <!-- CARD --> <div class="card no_shadow"> {% if annonce.mode_annonce=='publique_elite' %} <div class="card-header text-left pl-4" style="background-color:#e7c236; color: #e7c236; border-bottom: none;"> <span style="color: #003366;"> Accès anticipé</span> <a href="fusacq_elite.html" title="Annonce FUSACQ Elite"><img src="/images/fusacq_elite_bleu3.png"></a> </div> {% endif %} <div class="card-body"> <div class="row"> <div class="col-12 mb-3 ml-lg-3"> <h2 class="titre_annonce"> {{ annonce.titre_annonce }} </h2> {% if ordered %} {#<span class="orange"> <small> {{ translate("un acheteur (au moins) a pris contact au cours des trois derniers jours.", lang, "", "M") | raw }} </small> </span>#} {% endif %} </div> {% set fakeObj = { 'id_annonce': annonce.id_annonce_vendeur , 'type_annonce': 'vendeur' } %} {% if is_granted('ANNONCE_COMMANDE', fakeObj) %} <div class="col-12 mt-2 col-sm-8 ml-lg-5 alert alert-warning" role="alert"> <span class="orange font_600"> <i aria-hidden="true" class="fa-solid fa-circle-check"></i> Déjà commandée</span> <a href="javascript:void(0)" tabindex="-1" data-toggle="modal" data-target="#{{ "ModalCoordonnees"~annonce.id_annonce_vendeur }}" href="" class="fullsouligne">Coordonnées</a> </div> {% if coordonnesAnnonceCommandee|default %} {% if grillePostMer|default %} {% include 'reprendre_entreprise/fragments/feuille_route_repreneur/resume.html.twig' with {'coordonnes':coordonnesAnnonceCommandee ,"grille": grillePostMer ,"id_annonce":annonce.id_annonce_vendeur,"titre_annonce":annonce.titre_annonce } %} {% else %} {% include 'reprendre_entreprise/fragments/feuille_route_repreneur/resume.html.twig' with {'coordonnes':coordonnesAnnonceCommandee,"id_annonce":annonce.id_annonce_vendeur ,"titre_annonce":annonce.titre_annonce} %} {% endif %} {% endif %} {% endif %} {% if app.session.flashbag.peek('error_annonce_commande_retiree')|length > 0 %} <div class="col-12 col-sm-7 offset-sm-1 alert alert-danger" role="alert"> {% for message in app.flashes('error_annonce_commande_retiree') %} {{ message }}<br> {% endfor %} </div> {% endif %} <div class="col-12 mt-2 col-sm-8 ml-lg-5"> <ul class="cat_regions"> <li> {{ translate("ref.", lang, "", "M") | raw }} : <strong>V{{ annonce.id_annonce_vendeur }}</strong> </li> <li> {{ translate("secteur", lang, "", "M") | raw }} : {% if typeCession == "Cession d'actif" %} {% set route_secteur = "reprendre_entreprise_cession_actif_secteur_activite" %} {% else %} {% set route_secteur = "reprendre_entreprise_annonce_cession_entreprise_secteur_activite" %} {% endif %} {% set lien_secteur = path(route_secteur, {'slug':secteurActivite.nomSecteurActivite | slugify, 'idSecteurActivite' : secteurActivite.idSecteurActivite ,'codePays': codePaysWithUnderScore}) %} <a title="{{ typeCession }} {{ secteurActivite.nomSecteurActivite }}" href="{{ lien_secteur }}"> {{ secteurActivite.nomSecteurActivite }} </a> </li> {% 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 %} <li> {#<a title="L'actualité du secteur avec Fusacq Buzz" href="{{ lienInfoSectorielle }}"> <img src="https://www.fusacq.com/FUSACQ2020/images/actu_Buzz.gif"> </a>#} <a title="{{ translate("L'actualité du secteur", lang, "", "M") | raw }}" href="{{ lienInfoSectorielle }}" class="fullsouligne">{{ translate("L'actualité du secteur", lang, "", "M") | raw }}</a> avec <a title="{{ translate("L'actualité du secteur avec Fusacq Buzz", lang, "", "M") | raw }}" href="{{ lienInfoSectorielle }}"> <img src="https://www.fusacq.com/FUSACQ2020/images/actu_Buzz2.gif"></a> </li> <li> {% if annonce.mode_annonce=='publique_elite' %} {{ translate("Exclusivité jusqu'au", lang, "", "M") | raw }} <strong>{{ donneDateFormatAffichage(annonce.date_fin_publique_elite) }}</strong> {% else %} {% if annonce.date_parution > annonce.date_parution_initiale %} {{ translate("mise à jour le", lang, "", "M") | raw }} {% else %} {{ translate("poste le", lang, "", "M") | raw }} {% endif %} <strong>{{ annonce.date_parution_formated }}</strong> {% endif %} </li> <li> {% if typeCession == "Cession d'actif" %} {% set lien_localisation = "reprendre_entreprise_cession_actif_localisation" %} {% else %} {% set lien_localisation = "reprendre_entreprise_annonce_cession_entreprise_localisation" %} {% endif %} {{ translate("localisation", lang, "", "M") | raw }} : {% if annonce.nom_localisation_niveau_2 and annonce.nom_localisation_niveau_2 != "Confidentiel" %} <a title="{{ typeCession }}, {{ annonce.nom_localisation_niveau_2 }}" 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>, {% endif %} {% if annonce.nom_localisation_niveau_1 and annonce.nom_localisation_niveau_1 != "Confidentiel" %} <a title="{{ typeCession }}, {{ annonce.nom_localisation_niveau_1 }}" 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>, {% elseif annonce.nom_zone_geographique %} {{ annonce.nom_zone_geographique }}, {% endif %} {% if annonce.nom_localisation_niveau_0 and annonce.nom_localisation_niveau_0 != "Confidentiel" %} <a title="{{ typeCession }}, {{ annonce.nom_localisation_niveau_0 }}" href="{{ path(lien_localisation, {'slug': annonce.nom_localisation_niveau_0 | slugify, 'type': 'p', 'idLocalisation': annonce.id_localisation_niveau_0, 'codePays': codePaysWithUnderScore }) }}"> {{ annonce.nom_localisation_niveau_0 }} </a> {% endif %} </li> {% if typeCession == "Cession d'actif" and annonce.ca_n == 0 %} {% else %} <li> {{ translate("CA", lang, "", "M") | raw }} : <strong>{{ annonce.ca_n | number_format(0, "", " ") ~ ' k€' }}</strong> </li> {% endif %} <li> <div class="mb-3"> <span class="badge3 badge_cession">{{ typeCession | upper }}</span> {% if annonce.mode_annonce=='publique_elite' %} <span data-toggle="tooltip" title="" class="badge3 badge_ann_anticipe mb-1" data-original-title="{{ translate("Accès anticipé",lang,"","M") | raw }}"> {{ translate("Accès anticipé",lang,"","M") | raw }}</span> {% endif %} {% if annonce.is_rare %} <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> {% endif %} {% if annonce.is_recherche %} <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> {% endif %} {% if annonce.contact_recent %} {#<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> #} {% endif %} {% if annonce.annonce_recente and annonce.mode_annonce!='publique_elite' %} <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> {% endif %} {% if annonce.sous_radar %} <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> {% endif %} </div> </li> </ul> </div> <div class="col-6 col-sm-3 mt-2"> <img class="img-fluid" src="{{ annonce.carte }}" alt="{{ annonce.nom_localisation }}"> </div> </div> <!-- FAVORIS - ENVOYER A UN AMI - IMPRIMER PAGE --> <div class="row mt-3"> {% if annonce.mode_annonce!='publique_elite' %} <div class="col-2 col-sm-2 ml-lg-5 pt-1"> {{ render_esi(controller( 'App\\Controller\\AnnoncesController::partager', { "lang": lang, "codePays": codePaysWithUnderScore, "idAnnonce": annonce.id_annonce_vendeur, "typeAnnonce": "V", "from": 1 } )) }} </div> {% endif %} <div class="col-2 col-sm-2 text-center pt-1"> <a href="{{ path('imprimer_annonce_vendeur', { 'codePays': codePaysWithUnderScore, 'lang' : lang, 'idAnnonce': annonce.id_annonce_vendeur }) }}" title="{{ translate("imprimer la page", lang, "", "M") | raw }}" class="gris text-center" target="_blank"> <div class="float-left"> <i class="fa fa-print bleu"></i> </div> <div class="float-left pl-1 pb-1 d-none d-lg-block bleu"> <small> {{ translate("imprimer", lang, "", "M") | raw }}</small> </div> </a> </div> <div class="col-2 col-sm-2 text-center pt-1"> {% if annonce.is_favoris %} <div class="float-left"> <i class="fa-sharp fa-solid fa-heart bleu"></i> </div> <a href="{{ path('compte_favoris', {'codePays': codePaysWithUnderScore}) }}" title="{{ translate("favoris", lang, '', 'M', '') }}"> <small>{{ translate("appartient à : mes favoris", lang, '', 'M', '') }}</small> </a> {% else %} <a href="javascript:void(0)" title="{{ translate("favoris", lang, "", "M") | raw }}" class="lien-annonce-fav gris text-center btn-favoris favoris-{{ annonce.id_annonce_vendeur }}" data-id-annonce="{{ annonce.id_annonce_vendeur }}" data-type-annonce="V"> <div class="float-left"> <i class="fa-light fa-heart bleu"></i> </div> <div class="float-left pl-1 pb-1 d-none d-lg-block bleu"> <small> {{ translate("favoris", lang, "", "M") | raw }}</small> </div> </a> {% endif %} </div> {% if fromAlaUne %} {% set complementUrl = "&urlList=" ~ urlList ~ "&fromAlaUne=1&" ~ string_params %} {% else %} {% set complementUrl = "&urlList=" ~ urlList ~ "&" ~ string_params ~ '&index=' ~ index %} {% endif %} <div class="col-6 col-sm-4 col-md-5 col-lg-4 offset-sm-1 text-md-right"> {% if annonce.etat is defined and (annonce.etat == "information_transmise" or annonce.etat == "facture_envoyee" or annonce.etat == "cmde_valide" ) %} {% if grillePostMer|default %} <a href="javascript:void(0)" class="buttongold" data-id="deja_commande" role="button" aria-pressed="true" title=""> {{ translate("Feuille de route stratégique", lang, "", "M") | raw }} </a> {% else %} <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 }}" title="{{ translate("déjà commandé", lang, "", "M") | raw }}" class="toggle-onglet" data-onglet="7"> <button type="button" class="btn btn-bleu-annonce"> {{ translate("déjà commandé", lang, "", "M") | raw }} </button> </a> {% endif %} {% else %} <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 }}" title="{{ translate("contacter le deposant", lang, "", "M") | raw }}" class=""> <button type="button" class="btn btn-bleu-annonce"> {{ translate("contacter le deposant", lang, "", "M") | raw }} </button> </a> {% endif %} </div> </div> <!-- FIN FAVORIS - ENVOYER A UN AMI - IMPRIMER PAGE --> </div> </div> <!-- FIN CARD --> <div class="row mt-3"> <div class="onglet6 col-12 mb-3"> <nav> <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist"> <div class="col no-padding-x bl_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="1"> <a class="nav-item nav-link disabled active" href="javascript:void(0)"> {{ translate("description <span class='d-none d-lg-block'><br></span>generale", lang, "", "M") | raw }} </a> </div> <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="2"> <a class="nav-item nav-link disabled" href="javascript:void(0)"> {{ translate("elements <span class='d-none d-none d-lg-block'><br></span>chiffres", lang, "", "M") | raw }} </a> </div> <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="3"> <a class="nav-item nav-link disabled" href="javascript:void(0)"> {{ translate("points forts / <span class='d-none d-none d-lg-block'><br></span>concurrence", lang, "", "M") | raw }} </a> </div> <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="4"> <a class="nav-item nav-link disabled" href="javascript:void(0)"> {{ translate("infos sur <span class='d-none d-none d-lg-block'><br></span>la cession", lang, "", "M") | raw }} </a> </div> {% if valorisations %} <div class="col no-padding-x bl_m_gris br_gris comparables d-none d-lg-block lh09 toggle-onglet" data-onglet="6"> <a class="nav-item nav-link disabled" href="javascript:void(0)"> {{ translate("transactions <span class='d-none d-none d-lg-block'><br></span>comparables", lang, "", "M") | raw }} </a> </div> {% endif %} <!-- syntheseElite --> {% if syntheseElite is defined %} {# version web #} {% if syntheseElite is null %}{# pas de synthese #} {% else %} {# version web #} <div class="col no-padding-x bl_m_gris br_gris atouts d-none d-lg-block lh09 toggle-onglet" data-onglet="30"> <a class="nav-item nav-link " href="javascript:void(0)"> {{ translate("atouts et leviers <span class='d-none d-none d-lg-block'><br></span>stratégiques", lang, "", "M") | raw }} </a> </div> {% endif %} {% endif %} {# version web #} <!-- syntheseElite --> {% if grillePostMer is defined and grillePostMer|default %} {#<div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 toggle-onglet" data-onglet="15"> <a class="nav-item nav-link disabled" href="javascript:void(0)"> Feuille de route <span class="d-none d-lg-block"><br></span>stratégique </a> </div>#} {% endif %} </div> </nav> </div> </div> <div class="row d-lg-none" id="top-nav"> <div class="onglet6 col-12"> <nav> <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist"> <div class="col no-padding-x bl_gris br_gris lh09 toggle-onglet" data-onglet="1"> <a class="nav-item nav-link active" href="#top-nav"> {{ translate("description <span class='d-none d-lg-block'><br></span>generale", lang, "", "M") | raw }} </a> </div> </div> </nav> </div> </div> <!-- DESCRIPTION GENERALE --> <div class="card my-3 no_shadow onglet toggle-onglet-1"> <div class="card-body"> <div class="row"> <div class="col-12 mt-3 mb-3"> <h5 class="annonce ml-sm-3"> {{ translate("fiche d'identite de la societe", lang, "", "M") | raw }} </h5> <div class="ml-sm-5 mb-5"> {{ nom_type_cession }} : <strong>{{ nomStatut }}</strong><br> {% if indication_anciennete %} {{ translate("anciennete de la societe", lang, "", "M") | raw }} : <strong>{{ indication_anciennete }}</strong><br> {% endif %} {{ translate("localisation du siege", lang, "", "M") | raw }} : <strong> {% if annonce.nom_localisation_niveau_2 and annonce.nom_localisation_niveau_2 != "Confidentiel" %} {{ annonce.nom_localisation_niveau_2 }}, {% endif %} {% if annonce.nom_localisation_niveau_1 and annonce.nom_localisation_niveau_1 != "Confidentiel" %} {{ annonce.nom_localisation_niveau_1 }}, {% endif %} {% if annonce.nom_localisation_niveau_0 and annonce.nom_localisation_niveau_0 != "Confidentiel" %} {{ annonce.nom_localisation_niveau_0 }} {% endif %} </strong><br> {% if precision_localisation_complementaire %} {{ precision_localisation_complementaire }} : <strong>{{ translate("confidentiel", lang, "", "M") | raw }}</strong><br> {% endif %} </div> <h5 class="annonce ml-sm-3"> {{ translate("resume general de l'activite", lang, "", "M") | raw }} </h5> <div class="ml-sm-5 mb-5"> {{ annonce.description_activite | nl2br }}<br> </div> {% if annonce.possession_brevets == "oui" or annonce.possession_marques == "oui" or annonce.travail_export == 'oui' %} <h5 class="annonce ml-sm-3"> {{ translate("en plus", lang, "", "M") | raw }} </h5> <div class="ml-sm-5 mb-5"> {% if annonce.possession_brevets == "oui" %} {{ translate("la societe possede un ou plusieurs", lang, "", "M") | raw }} <b>{{ translate("brevets", lang, "", "m") | raw }}</b><br> {% endif %} {% if annonce.possession_marques == "oui" %} {{ translate("la societe possede une ou plusieurs marques deposees à l'inpi", lang, "", "M") | raw }}<br> {% endif %} {% if annonce.travail_export == "oui" %} {{ translate("la societe travaille a l'export", lang, "", "M") | raw }}<br> {% endif %} </div> {% endif %} {% if annonce.id_raison_cession != 3 %} <h5 class="annonce ml-sm-3"> {{ translate("a propos de la cession", lang, "", "M") | raw }} </h5> {% else %} <h5 class="annonce ml-sm-3"> {{ translate("a propos de levee de fonds", lang, "", "M") | raw }} </h5> {% endif %} <div class="ml-sm-5 mb-5"> {% if annonce.id_raison_cession != 3 %} {% if type_cession_precise %} {{ translate("type de cession envisagee", lang, "", "M") | raw }} : {{ type_cession }}<br> {% endif %} {% else %} {{ translate("type d'operation", lang, "", "M") | raw }} : <strong>{{ translate("renforcement des fonds propres", lang, "", "M") | raw }}</strong><br> {% if annonce.raison_cession != "" %} {{ translate("explication de la levee de fonds", lang, "", "M") | raw }} : <strong>{{ annonce.raison_cession }}</strong><br> {% endif %} {% if annonce.apport_fp_min != null and annonce.apport_fp_min != "" and annonce.apport_fp_min != 0 %} {{ translate("montant recherche", lang, "", "M") | raw }} : <strong>{{ annonce.apport_fp_min }} k€</strong><br> {% endif %} {{ translate("participation proposee", lang, "", "M") | raw }} : <strong>{{ type_cession }}</strong><br> {% endif %} {% if annonce.id_raison_cession != "" and annonce.id_raison_cession != 7 and annonce.id_raison_cession != 3 %} {{ translate("raison principale de la cession", lang, "", "M") | raw }} : {{ nom_raison_cession }}<br> {% endif %} {% if annonce.raison_cession != "" %} {% if annonce.id_raison_cession != 3 %} {% if annonce.id_raison_cession != "" and annonce.id_raison_cession != 7 %} {{ translate("complements", lang, "", "M") | raw }} : {{ annonce.raison_cession }}<br> {% else %} {{ translate("raison de la cession", lang, "", "M") | raw }} : {{ annonce.raison_cession }}<br> {% endif %} {% endif %} {% endif %} </div> </div> </div> </div> </div> <!-- FIN DESCRIPTION GENERALE --> <div class="row d-lg-none"> <div class="onglet6 col-12"> <nav> <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist"> <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="2"> <a class="nav-item nav-link" href="#top-nav"> {{ translate("elements <span class='d-none d-none d-lg-block'><br></span>chiffres", lang, "", "M") | raw }} </a> </div> </div> </nav> </div> </div> <!-- ELEMENTS CHIFFRES --> <div class="card my-3 no_shadow onglet toggle-onglet-2 d-none"> <div class="card-body"> <div class="row"> <div class="col-12 mt-3 mb-3"> <h5 class="annonce ml-sm-3"> {{ translate("elements chiffres", lang, "", "M") | raw }} <span class="d-lg-none">*</span> </h5> <div class="ml-lg-5 mb-5"> <!-- MOBILE --> <table class="table table-hover d-table d-lg-none"> <thead> <tr> <th scope="col" class="text-left d-none d-lg-table-cell"> {{ translate("en", lang, "", "M") | raw }} k€/{{ translate("annee", lang, "", "m") | raw }} </th> <th scope="col" class="text-left d-table-cell d-lg-none"> {{ translate("en", lang, "", "M") | raw }} k€ </th> <th scope="col" class="text-right">{{ annee_un_mobile }}</th> <th scope="col" class="text-right">{{ annee_deux_mobile }}</th> <th scope="col" class="text-right">{{ annee_trois_mobile }}</th> </tr> </thead> <tbody> <tr> <th scope="row" class="text-left d-none d-lg-table-cell">{{ translate("ca", lang, "", "M") | raw }}</th> <th scope="row" class="text-left d-table-cell d-lg-nonel">{{ translate("ca", lang, "", "M") | raw }}</th> <td class="text-right"> {% if ca_un_mobile != "" %} {{ ca_un_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if ca_deux_mobile != "" %} {{ ca_deux_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if ca_trois_mobile != "" %} {{ ca_trois_mobile | number_format(0, "", " ") }} {% endif %} </td> </tr> <tr> <th scope="row" class="text-left d-none d-lg-table-cell">{{ translate("marge brute", lang, "", "M") | raw }}</th> <th scope="row" class="text-left d-table-cell d-lg-none">{{ translate("marge", lang, "", "M") | raw }}</th> <td class="text-right"> {% if marge_un_mobile != "" %} {{ marge_un_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if marge_deux_mobile != "" %} {{ marge_deux_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if marge_trois_mobile != "" %} {{ marge_trois_mobile | number_format(0, "", " ") }} {% endif %} </td> </tr> <tr> <th scope="row" class="text-left d-none d-lg-table-cell"> {{ translate("EBE", lang, "", "M") | raw }} <a href="javascript:void(0)" data-toggle="popover" data-trigger="focus" data-placement="right" data-content="{{ translate("excedent brut d'exploitation", lang, "", "M") | raw }}" title="{{ translate("excedent brut d'exploitation", lang, "", "M") | raw }}"> <i class="fa fa-question-circle"></i> </a> </th> <th scope="row" class="text-left d-table-cell d-lg-none">{{ translate("EBE", lang, "", "M") | raw }}</th> <td class="text-right"> {% if ebe_un_mobile != "" %} {{ ebe_un_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if ebe_deux_mobile != "" %} {{ ebe_deux_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if ebe_trois_mobile != "" %} {{ ebe_trois_mobile | number_format(0, "", " ") }} {% endif %} </td> </tr> <tr> <th scope="row" class="text-left d-none d-lg-table-cell">{{ translate("resultat exploitation", lang, "", "M") | raw }}</th> <th scope="row" class="text-left d-table-cell d-lg-none">{{ translate("REX", lang, "", "M") | raw }}</th> <td class="text-right"> {% if resultat_un_mobile != "" %} {{ resultat_un_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if resultat_deux_mobile != "" %} {{ resultat_deux_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if resultat_trois_mobile != "" %} {{ resultat_trois_mobile | number_format(0, "", " ") }} {% endif %} </td> </tr> <tr> <th scope="row" class="text-left d-none d-lg-table-cell">{{ translate("resultat net", lang, "", "M") | raw }}</th> <th scope="row" class="text-left d-table-cell d-lg-none">{{ translate("RN", lang, "", "M") | raw }}</th> <td class="text-right"> {% if resultat_net_un_mobile != "" %} {{ resultat_net_un_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if resultat_net_deux_mobile != "" %} {{ resultat_net_deux_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if resultat_net_trois_mobile != "" %} {{ resultat_net_trois_mobile | number_format(0, "", " ") }} {% endif %} </td> </tr> <tr> <th scope="row" class="text-left d-none d-lg-table-cell">{{ translate("nb de personnes", lang, "", "M") | raw }}</th> <th scope="row" class="text-left d-table-cell d-lg-none">{{ translate("nb", lang, "", "M") | raw }}</th> <td class="text-right"> {% if nb_personne_un_mobile != "" %} {{ nb_personne_un_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if nb_personne_deux_mobile != "" %} {{ nb_personne_deux_mobile | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if nb_personne_trois_mobile != "" %} {{ nb_personne_trois_mobile | number_format(0, "", " ") }} {% endif %} </td> </tr> </tbody> </table> <span class="d-inline d-lg-none"> * {{ translate("<b>CA</b> = Chiffres d'Affaires", lang, "", "M") | raw }}, {{ translate("<b>Marge</b> = Marge brute", lang, "", "M") | raw }}, {{ translate("<b>EBE</b> = Excédent Brut d'Exploitation", lang, "", "M") | raw }}, {{ translate("<b>REX</b> = Résultat d'Exploitation", lang, "", "M") | raw }}, {{ translate("<b>RN</b> = Résultat Net", lang, "", "M") | raw }}, {{ translate("<b>Nb</b> = Nombre de collaborateurs", lang, "", "M") | raw }} </span> <!-- FIN MOBILE --> <!-- TOUT SAUF MOBILE --> <table class="table table-hover d-none d-lg-table"> <thead> <tr> <th scope="col" class="text-left"> {{ translate("en", lang, "", "M") | raw }} k€/{{ translate("annee", lang, "", "m") | raw }} </th> <th scope="col" class="text-right">{{ annee_nmoins2_aff }}</th> <th scope="col" class="text-right">{{ annee_nmoins1_aff }}</th> <th scope="col" class="text-right">{{ annee_n_aff }}</th> <th scope="col" class="text-right">{{ annee_nplus1_aff }}</th> </tr> </thead> <tbody> <tr> <th scope="row" class="text-left">{{ translate("ca", lang, "", "M") | raw }}</th> <td class="text-right"> {% if ca_nmoinsdeux != "" %} {{ ca_nmoinsdeux | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if ca_nmoinsun != "" %} {{ ca_nmoinsun | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if ca_n != "" %} {{ ca_n | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if ca_nplusun != "" %} {{ ca_nplusun | number_format(0, "", " ") }} {% endif %} </td> </tr> <tr> <th scope="row" class="text-left">{{ translate("marge brute", lang, "", "M") | raw }}</th> <td class="text-right"> {% if marge_brute_nmoinsdeux != "" %} {{ marge_brute_nmoinsdeux | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if marge_brute_nmoinsun != "" %} {{ marge_brute_nmoinsun | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if marge_brute_n != "" %} {{ marge_brute_n | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if marge_brute_nplusun != "" %} {{ marge_brute_nplusun | number_format(0, "", " ") }} {% endif %} </td> </tr> <tr> <th scope="row" class="text-left"> {{ translate("EBE", lang, "", "M") | raw }} <a href="javascript:void(0)" data-toggle="popover" data-trigger="focus" data-placement="right" data-content="{{ translate("excedent brut d'exploitation", lang, "", "M") | raw }}" title="{{ translate("excedent brut d'exploitation", lang, "", "M") | raw }}"> <i class="fa fa-question-circle"></i> </a> </th> <td class="text-right"> {% if EBE_nmoinsdeux != "" %} {{ EBE_nmoinsdeux | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if EBE_nmoinsun != "" %} {{ EBE_nmoinsun | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if EBE_n != "" %} {{ EBE_n | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if EBE_nplusun != "" %} {{ EBE_nplusun | number_format(0, "", " ") }} {% endif %} </td> </tr> <tr> <th scope="row" class="text-left">{{ translate("resultat exploitation", lang, "", "M") | raw }}</th> <td class="text-right"> {% if resultat_exploitation_nmoinsdeux != "" %} {{ resultat_exploitation_nmoinsdeux | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if resultat_exploitation_nmoinsun != "" %} {{ resultat_exploitation_nmoinsun | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if resultat_exploitation_n != "" %} {{ resultat_exploitation_n | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if resultat_exploitation_nplusun != "" %} {{ resultat_exploitation_nplusun | number_format(0, "", " ") }} {% endif %} </td> </tr> <tr> <th scope="row" class="text-left">{{ translate("resultat net", lang, "", "M") | raw }}</th> <td class="text-right"> {% if resultat_net_nmoinsdeux != "" %} {{ resultat_net_nmoinsdeux | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if resultat_net_nmoinsun != "" %} {{ resultat_net_nmoinsun | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if resultat_net_n != "" %} {{ resultat_net_n | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if resultat_net_nplusun != "" %} {{ resultat_net_nplusun | number_format(0, "", " ") }} {% endif %} </td> </tr> <tr> <th scope="row" class="text-left">{{ translate("nb de personnes", lang, "", "M") | raw }}</th> <td class="text-right"> {% if nb_personnes_nmoinsdeux != "" %} {{ nb_personnes_nmoinsdeux | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if nb_personnes_nmoinsun != "" %} {{ nb_personnes_nmoinsun | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if nb_personnes_n != "" %} {{ nb_personnes_n | number_format(0, "", " ") }} {% endif %} </td> <td class="text-right"> {% if nb_personnes_nplusun != "" %} {{ nb_personnes_nplusun | number_format(0, "", " ") }} {% endif %} </td> </tr> </tbody> </table> <!-- FIN TOUT SAUF MOBILE --> </div> {% if fonds_propres or dettes or tresorerie %} <h5 class="annonce ml-sm-3"> {{ translate("autres chiffres", lang, "", "M") | raw }} </h5> <div class="ml-lg-5 mb-5"> {% if fonds_propres %} {{ translate("fonds propres", lang, "", "M") | raw }} : <strong>{{ fonds_propres }} k€</strong><br> {% endif %} {% if dettes %} {{ intitule_dettes }} : <strong>{{ dettes }} k€</strong><br> {% endif %} {% if tresorerie %} {{ translate("tresorerie nette", lang, "", "M") | raw }} : <strong>{{ tresorerie }} k€</strong><br> {% endif %} </div> {% endif %} </div> </div> </div> </div> <!-- FIN ELEMENTS CHIFFRES --> <div class="row d-lg-none"> <div class="onglet6 col-12"> <nav> <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist"> <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="3"> <a class="nav-item nav-link" href="#top-nav"> {{ translate("points forts / <span class='d-none d-none d-lg-block'><br></span>concurrence", lang, "", "M") | raw }} </a> </div> </div> </nav> </div> </div> <!-- POINTS FORTS CONCURRENCE --> <div class="card my-3 no_shadow onglet toggle-onglet-3 d-none"> <div class="card-body"> <div class="row"> <div class="col-12 mt-3 mb-3"> {% if points_forts != "" %} <h5 class="annonce ml-sm-3"> {{ translate("points forts", lang, "", "M") | raw }} </h5> <div class="ml-sm-5 mb-5"> {{ points_forts | nl2br }} </div> {% endif %} {% if points_faibles != "" %} <h5 class="annonce ml-sm-3"> {{ translate("points faibles", lang, "", "M") | raw }} </h5> <div class="ml-sm-5 mb-5"> {{ points_faibles | nl2br }} </div> {% endif %} <h5 class="annonce ml-sm-3"> {{ translate("positionnement par rapport au marche", lang, "", "M") | raw }} </h5> <div class="ml-sm-5 mb-5"> {{ positionnement_marche | nl2br }} </div> {% if concurrence != "" %} <h5 class="annonce ml-sm-3"> {{ translate("concurrence", lang, "", "M") | raw }} </h5> <div class="ml-sm-5 mb-5"> {{ concurrence | nl2br }} </div> {% endif %} </div> </div> </div> </div> <!-- FIN POINTS FORTS CONCURRENCE --> <div class="row d-lg-none"> <div class="onglet6 col-12"> <nav> <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist"> <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="4"> <a class="nav-item nav-link" href="#top-nav"> {{ translate("infos sur <span class='d-none d-none d-lg-block'><br></span>la cession", lang, "", "M") | raw }} </a> </div> </div> </nav> </div> </div> <!-- INFOS CESSION --> <div class="card my-3 no_shadow onglet toggle-onglet-4 d-none"> <div class="card-body"> <div class="row"> <div class="col-12 mt-3 mb-3"> <h5 class="annonce ml-sm-3"> {{ translate("elements complementaires", lang, "", "M") | raw }} </h5> <div class="ml-sm-5 mb-5"> {% if annonce.id_raison_cession != 3 %} {% if prix_cession == 0 %} <p> {{ translate("prix de cession souhaite", lang, "", "M") | raw }} : <span class="gras">{{ translate("le vendeur n'a pas souhaite preciser le prix de cession", lang, "", "M") | raw }}.</span> </p> {% if annonce.immobilier_dans_prix_cession == "oui" %} <p>{{ translate("l'immobilier est compris dans la cession", lang, "", "M") | raw }}.</p> {% endif %} {% else %} {% if prix_cession != 0 %} <p> {{ translate("prix de cession souhaite", lang, "", "M") | raw }} : <strong> {{ prix_cession }} k€ {% if annonce.immobilier_dans_prix_cession == "oui" %} {{ translate("l'immobilier est compris dans le prix de cession", lang, "", "m") | raw }}. {% endif %} </strong> </p> {% endif %} {% endif %} {% endif %} {% if annonce.id_raison_cession != 3 %} {% if apport_fp_min != null and apport_fp_min != "" %} <p> {{ translate("apport en fonds propres minimum pour se positionner sur le dossier", lang, "", "M") | raw }} : <strong>{{ apport_fp_min }} k€</strong> </p> {% endif %} {% endif %} {% if annonce.redressement_judiciaire == "oui" %} <p> <strong>{{ translate("cette societe est en redressement judiciaire", lang, "", "M") | raw }}</strong> </p> {% endif %} </div> {% if prix_cession != 0 and hasServiceSimuElite and annonce.nom_localisation_niveau_0=='France'%} <div class="my-5 mx-sm-3" style="background-color: #F7E7CE;"> <div class="row" style="margin-left:0; margin-right:0;"> <div class="col-12 col-sm-7 pt-3 pl-4 pb-sm-3" style="background-color: #003366; color: #FFFFFF;"> Cette entreprise est-elle finançable pour vous ? </div> <div class="col-12 col-sm-5 pt-2 text-right" style="background-color: #003366; color: #FFFFFF;"> <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> </div> </div> <div class="col-12 py-3"> Grâce à notre simulateur de reprise, évaluez immédiatement votre capacité financière à racheter cette société. <br>Un outil simple (votre apport suffit pour un premier aperçu), rapide et 100 % confidentiel. </div> <div class="col-12 text-center"> <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> </div> </div> {% endif %} {% if annonce.elements_complementaires != "" %} <h5 class="annonce ml-sm-3"> {{ translate("complements, specificites", lang, "", "M") | raw }} </h5> <div class="ml-sm-5 mb-5"> <p>{{ annonce.elements_complementaires | nl2br }}</p> </div> {% endif %} {% if annonce.profil_repreneur_checkbox != null and annonce.profil_repreneur_checkbox != "" %} {% if annonce.id_raison_cession != 3 %} <h5 class="annonce ml-sm-3"> {{ translate("profil de repreneur recherche", lang, "", "M") | raw }} </h5> {% else %} <h5 class="annonce ml-sm-3"> {{ translate("profil d'investisseur", lang, "", "M") | raw }} </h5> {% endif %} <div class="ml-sm-5 mb-5"> {% if annonce.profil_repreneur_checkbox == "physique" %} <p>{{ translate("personne physique", lang, "", "M") | raw }}</p> {% elseif annonce.profil_repreneur_checkbox == "morale" %} <p>{{ translate("personne morale", lang, "", "M") | raw }}</p> {% elseif annonce.profil_repreneur_checkbox == "investissement" %} <p>{{ translate("fonds d'investissement", lang, "", "M") | raw }}</p> {% elseif annonce.profil_repreneur_checkbox == "physique,morale" %} <p>{{ translate("personne physique ou morale", lang, "", "M") | raw }}</p> {% elseif annonce.profil_repreneur_checkbox == "physique,investissement" %} <p> {{ translate("personne physique", lang, "", "M") | raw }} {{ translate("ou", lang, "", "m") | raw }} {{ translate("fonds d'investissement", lang, "", "M") | raw }} </p> {% elseif annonce.profil_repreneur_checkbox == "morale,investissement" %} <p> {{ translate("personne morale", lang, "", "M") | raw }} {{ translate("ou", lang, "", "m") | raw }} {{ translate("fonds d'investissement", lang, "", "M") | raw }} </p> {% elseif annonce.profil_repreneur_checkbox == "physique,morale,investissement" %} <p> {{ translate("personne physique", lang, "", "M") | raw }} {{ translate("ou", lang, "", "m") | raw }} {{ translate("personne morale", lang, "", "M") | raw }} {{ translate("ou", lang, "", "m") | raw }} {{ translate("fonds d'investissement", lang, "", "M") | raw }} </p> {% endif %} </div> {% endif %} {% if annonce.profil_repreneur_recherche != "" %} {% if annonce.id_raison_cession != 3 %} <h5 class="annonce ml-sm-3"> {{ translate("complement sur le profil de repreneur recherche", lang, "", "M") | raw }} </h5> {% else %} <h5 class="annonce ml-sm-3"> {{ translate("complement sur l'investisseur", lang, "", "M") | raw }} </h5> {% endif %} <div class="ml-sm-5 mb-5"> <p>{{ annonce.profil_repreneur_recherche | nl2br }}</p> </div> {% endif %} </div> <div class="col-12 col-sm-10 mt-3 mb-3 offset-sm-1 d-none d-lg-block"> <h5 class="annonce ml-sm-3"> {{ translate("FUSACQ vous aide a", lang, "", "M") | raw }} </h5> </div> <div class="r-tabs col-12 text-center d-none d-lg-block"> <ul class="r-tabs-nav input-group"> <li class="col-12 col-lg-4 r-tabs-boite-outils mb-3"> <a href="{{ path('simuler_votre_pret', {'codePays': codePaysWithUnderScore }) }}" class="r-tabs-anchor5" target="_blank"> <div style="margin: 0 auto; text-align: center; padding: 10px;"> <i class="fa fa-calculator fa-3x" aria-hidden="true"></i><br><br> <p style="line-height: 1.04; padding-bottom: 10px; font-size: 22px;"> {{ translate("simuler", lang, "", "M") | raw }}<br> {{ translate("votre pret", lang, "", "m") | raw }} </p> <span>{{ translate("calculez les annuites de remboursement", lang, "", "M") | raw }}</span> </div> </a> </li> <li class="col-12 col-lg-4 r-tabs-boite-outils mb-3"> <a href="{{ path('simulateur_reprise_index', {'codePays': codePaysWithUnderScore }) }}" target="_blank" class="r-tabs-anchor5"> <div style="margin: 0 auto; text-align: center; padding: 10px;"> <i class="fa fa-cogs fa-3x" aria-hidden="true"></i><br><br> <p style="line-height: 1.04; padding-bottom: 10px; font-size: 22px;"> {{ translate("simuler", lang, "", "M") | raw }}<br> {{ translate("votre reprise", lang, "", "m") | raw }} </p> <span>{{ translate("validez vos ratios de financement", lang, "", "M") | raw }}</span> </div> </a> </li> <li class="col-12 col-lg-4 r-tabs-boite-outils mb-3"> <a href="{{ path('faire_une_demande_de_financement', {'codePays': codePaysWithUnderScore }) }}" class="r-tabs-anchor5" target="_blank"> <div style="margin: 0 auto; text-align: center; padding: 10px;"> <i class="fas fa-euro-sign fa-3x" aria-hidden="true"></i><br><br> <p style="line-height: 1.04; padding-bottom: 10px; font-size: 22px;"> {{ translate("faire une demande de financement", lang, "", "M") | raw }} </p> <span>{{ translate("obtenez une reponse en 48h", lang, "", "M") | raw }}</span> </div> </a> </li> </ul> </div> </div> </div> </div> <!-- FIN INFOS CESSION --> {% if valorisations %} <div class="row d-lg-none"> <div class="onglet6 col-12"> <nav> <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist"> <div class="col no-padding-x bl_m_gris br_gris comparables lh09 toggle-onglet" data-onglet="6"> <a class="nav-item nav-link" href="#top-nav"> {{ translate("transactions <span class='d-none d-none d-lg-block'><br></span>comparables", lang, "", "M") | raw }} </a> </div> </div> </nav> </div> </div> {% endif %} {% if valorisations %} <!-- TRANSACTIONS COMPARABLES --> <div class="card my-3 no_shadow onglet toggle-onglet-6 d-none"> <div class="card-body"> <div class="row"> <div class="col-12 mt-3 mb-3"> <h5 class="annonce ml-sm-3"> {{ translate("transactions comparables du secteur", lang, "", "M") | raw }} </h5> </div> {% for valorisation in valorisations %} <div class="card mb-3 card-ie filet_gris no_shadow w-100"> <div class="card-body"> <div class="row"> <div class="col-12"> <div> <h5 class="titre_comparables"> <a href="{{ path('base_valorisations_detail_valorisation', {'idValorisation' : valorisation.id_valorisation, 'slug' : valorisation.titre_valorisation | slugify, 'codePays' : codePaysWithUnderScore }) }}" title="{{ valorisation.titre_valorisation }}"> {{ valorisation.titre_valorisation }} {% if valorisation.commande %} ({{ translate("déjà commandé", lang, "", "m") | raw }}) {% endif %} </a> </h5> </div> <div> <span>{{ valorisation.description_publique }}</span> </div> <div class="mb-1"> <span class="nowrap_custom"> {{ translate("ref", lang, "", "M") | raw }} : <strong>CR{{ valorisation.id_valorisation }}</strong> </span> <span class="nowrap_custom"> {{ translate("ca", lang, "", "M") | raw }} : <strong>{{ valorisation.approx }}</strong> </span> {#<span class="nowrap_custom"> {{ translate("date", lang, "", "M") | raw }} : <strong>{{ valorisation.date_approx }}</strong> </span> #} <span class="nowrap_custom">{{ translate("acquereur", lang, "", "M") | raw }} : </span> {% if valorisation.type_acquereur == "personne" %} <i class="fas fa-user gris_666"></i> {% else %} <i class="fas fa-building gris_666"></i> {% endif %} <span class="nowrap_custom">{{ translate("situation", lang, "", "M") | raw }} : </span> {% if valorisation.societe_difficulte == "oui" %} <i class="fas fa-long-arrow-alt-down gris_666"></i> {% else %} <i class="fas fa-long-arrow-alt-up gris_666"></i> {% endif %} <span class="nowrap_custom">{{ translate("type", lang, "", "M") | raw }} : </span> {% if valorisation.type_rachat == "fonds" %} <i class="fas fa-store gris_666"></i> {% else %} <i class="fas fa-percentage gris_666"></i> {% endif %} </div> </div> </div> </div> </div> {% endfor %} <div class="col-12 text-center my-3"> {{ translate("Consulter la", lang, "", "M") | raw }} <a href="{{ path('base_valorisations_index', {'codePays': codePaysWithUnderScore}) }}" class="underlined" target="_blank"> {{ translate("base de valorisations", lang, "", "M") | raw }} </a> </div> <div class="col-12 my-3"> <i class="fas fa-user gris_666"></i> - <small>{{ translate("personne physique", lang, "", "m") | raw }}</small><br> <i class="fas fa-building gris_666"></i> - <small>{{ translate("societe", lang, "", "m") | raw }}</small><br> <i class="fas fa-long-arrow-alt-up gris_666"></i> - <small>{{ translate("societe in bonis", lang, "", "m") | raw }}</small><br> <i class="fas fa-long-arrow-alt-down gris_666"></i> - <small>{{ translate("societe en difficulte", lang, "", "m") | raw }}</small><br> <i class="fas fa-percentage gris_666"></i> - <small>{{ translate("achat de titres", lang, "", "m") | raw }}</small><br> <i class="fas fa-store gris_666"></i> - <small>{{ translate("achat fonds de commerce", lang, "", "m") | raw }}</small> </div> </div> </div> </div> <!-- FIN TRANSACTIONS COMPARABLES --> {% endif %} <!-- syntheseElite --> {% if syntheseElite is defined %} {# version mobile #} {% if syntheseElite is null %}{# pas de synthese #} {% else %} {# version mobile #} <div class="row d-lg-none"> <div class="onglet6 mb-3 col-12"> <nav> <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist"> <div class="col no-padding-x bl_m_gris br_gris atouts lh09 toggle-onglet" data-onglet="30"> <a class="nav-item nav-link" href="#top-nav"> {{ translate("atouts et leviers <span class='d-none d-none d-lg-block'><br></span>stratégiques", lang, "", "M") | raw }} </a> </div> </div> </nav> </div> </div> {% endif %} {% endif %} <!-- syntheseElite --> <!-- syntheseElite --> {% if syntheseElite is defined %} {% if syntheseElite is not null %} {# null si synthese non generé #} <div class="card my-3 no_shadow onglet toggle-onglet-30 d-none" style="border: none;"> {% if app.user|default %} {% include 'reprendre_entreprise/fragments/detail_annonce_elite/elite_auth.html.twig' with {'syntheseElite': syntheseElite} %} {% else %} {% include 'reprendre_entreprise/fragments/detail_annonce_elite/elite_non_auth.html.twig' %} {% endif %} </div> {% endif %} {% endif %} <!-- syntheseElite --> <!-- feuille_route_repreneur --> {% if grillePostMer is defined and grillePostMer|default %} <div class="row d-lg-none"> <div class="onglet6 col-12"> <nav> <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist"> <div class="col no-padding-x bl_m_gris br_gris lh09 toggle-onglet" data-onglet="15"> <a class="nav-item nav-link" href="#top-nav"> Feuille de route stratégique </a> </div> </div> </nav> </div> </div> {% endif %} {% if grillePostMer is defined and grillePostMer|default %} {% include 'reprendre_entreprise/fragments/feuille_route_repreneur/main.html.twig' with {'grillePostMer': grillePostMer} %} {% endif %} <!-- feuille_route_repreneur --> <!-- FIN DETAILS ANNONCES --> </div> <!-- FIN COLONNE DROITE --> </div> <!-- FIN ROW CONTAINER --> </div> <!-- FIN CONTAINER -->{% endblock %}{% block javascripts %} {{ parent() }} <script type="text/javascript"> $(document).ready(function () { $('[data-toggle="tooltip"]').tooltip(); }); </script> <script src="https://www.google.com/recaptcha/api.js?hl=fr"></script> <script type="module" src="{{ asset('build/js/annonces/details_annonce.js') }}"></script> <script type="module" src="{{ asset('build/js/annonces/partager_annonce.js') }}"></script> <script type="application/javascript" data-name="{{ codePaysWithUnderScore }}" id="codePaysParam" src="{{ asset('build/js/annonces/favoris.js') }}"></script> {% include 'annonces/fragments/modal_favoris.html.twig' %} <script> function afficheAlert() { alert("Merci de vous authentifier (ou de vous créer un compte) pour pouvoir commander."); } </script> {% if not app.user|default %} <script> $(document).ready(function () { if (window.location.hash === '#feuille_route_repreneur') { const currentUrl = window.location.href; if (currentUrl) { $("form#login").eq(0).find("input#fromAuthModal").val(currentUrl); $('a.link-compte').trigger("click"); } } }); </script> {% endif %}{% endblock %}