{% extends 'base.html.twig' %}
{% block canonical %}
<link rel="canonical" href="{{ canonical }}" />
{% endblock %}
{% block stylesheets %} {{ parent() }}
<link rel="stylesheet" href="{{ asset('build/css/reprendre_entreprise/reprendre_entreprise.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">
<p>
{{ translate("veuillez corriger les erreurs suivantes",lang,"","M","") | raw }}
:
</p>
{% 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-->
<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>
<!--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>
<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 }} : <a
title="{{ typeCession }} {{ secteurActivite.nomSecteurActivite }}"
href="cession-entreprise-{{ secteurActivite.nomSecteurActivite | slugify }},{{ secteurActivite.idSecteurActivite }}">{{ 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.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>
</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 < 300 ? '<300k€' : 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") %}
<a href="#"
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>
{% else %}
<a href="#onglet-7"
title="{{ translate("contacter le deposant",lang,"","M") | raw }}"><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"
data-onglet="1">
<a class="nav-item nav-link" href="{{ path('reprendre_entreprise_details_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 }}">
{{ 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"
data-onglet="2">
<a class="nav-item nav-link" href="{{ path('reprendre_entreprise_details_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 }}"> {{ 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"
data-onglet="3">
<a class="nav-item nav-link" href="{{ path('reprendre_entreprise_details_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 }}"> {{ 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"
data-onglet="4">
<a class="nav-item nav-link" href="{{ path('reprendre_entreprise_details_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 }}"> {{ 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"
data-onglet="6">
<a class="nav-item nav-link" href="{{ path('reprendre_entreprise_details_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 }}"> {{ 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 #}
{#<div class="col no-padding-x bl_m_gris br_gris atouts d-none d-lg-block lh09 toggle-onglet-off ongletSyntheseNull" data-onglet="30">
<a class="nav-item nav-link ongletSyntheseNull "
title="Pas encore disponible pour cette annonce"
href="javascript:void(0)" onclick="return false;">
{{ translate("atouts et leviers <span class='d-none d-none d-lg-block'><br></span>stratégiques", lang, "", "M") | raw }}
</a>
</div>
<script>
// Attendre que le DOM soit chargé
document.addEventListener('DOMContentLoaded', function () {
const ongletDesactive = document.querySelector('.ongletSyntheseNull');
if (ongletDesactive) {
ongletDesactive.addEventListener('click', function (e) {
e.preventDefault();
e.stopPropagation();
return false;
}, true);
}
});
</script>#}
{% else %} {# version web #}
<div class="col no-padding-x bl_m_gris br_gris atouts d-none d-lg-block lh09" data-onglet="30">
<a class="nav-item nav-link " href="{{ path('reprendre_entreprise_details_annonce_vendeur', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_vendeur, 'codePays' : codePaysWithUnderScore}) ~ '#atouts?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}">
{{ translate("atouts et leviers <span class='d-none d-none d-lg-block'><br></span>stratégiques", lang, "", "M") | raw }}
</a>
</div>
<!--3 BOUTONS-->
{% if elite_result is not defined or elite_result == false or elite_result is null %}
{% else %}
{% include 'reprendre_entreprise/fragments/elite/navigation.html.twig' with { } %}
{% endif %}
<!--FIN 3 BOUTONS-->
{% endif %}
{% endif %} {# version web #}
<!-- syntheseElite -->
</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"
data-onglet="1">
<a
class="nav-item nav-link"
href="{{ path('reprendre_entreprise_details_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 }}#top-nav"> {{ translate("description <span class='d-none d-lg-block'><br></span>generale",lang,"","M") | raw }}
</a>
</div>
</div>
</nav>
</div>
</div>
<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"
data-onglet="2">
<a class="nav-item nav-link" href="{{ path('reprendre_entreprise_details_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 }}#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>
<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"
data-onglet="3">
<a class="nav-item nav-link" href="{{ path('reprendre_entreprise_details_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 }}#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>
<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"
data-onglet="4">
<a class="nav-item nav-link" href="{{ path('reprendre_entreprise_details_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 }}#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>
{% if valorisations %}
<div class="row mb-3 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 comparables lh09"
data-onglet="6">
<a class="nav-item nav-link" href="{{ path('reprendre_entreprise_details_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 }}#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 %}
<!-- syntheseElite -->
{% if syntheseElite is defined %} {# version mobile #}
{% if syntheseElite is null %}{# pas de synthese #}
{#<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 atouts lh09 toggle-onglet-ff" data-onglet="30">
<a class="nav-item nav-link ongletSyntheseNull"
title="Pas encore disponible pour cette annonce"
href="javascript:void(0)" onclick="return false;">
{{ 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>
<script>
// Attendre que le DOM soit chargé
document.addEventListener('DOMContentLoaded', function () {
const ongletDesactive = document.querySelector('.ongletSyntheseNull');
if (ongletDesactive) {
ongletDesactive.addEventListener('click', function (e) {
e.preventDefault();
e.stopPropagation();
return false;
}, true);
}
});
</script>#}
{% else %} {# version mobile #}
<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 atouts lh09" data-onglet="30">
<a class="nav-item nav-link" href="{{ path('reprendre_entreprise_details_annonce_vendeur', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_vendeur, 'codePays' : codePaysWithUnderScore}) ~ '#atouts?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}">
{{ 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 -->
<!-- CONTACTER DEPOSANT -->
<div id="onglet-7"
class="card my-3 no_shadow onglet-7">
<div class="card-body">
<div class="row">
<div class="r-tabs col-12">
<div class="r-tabs-nav input-group">
{% if dejaCommande %}
<div class="col-12 alert alert-warning fs12 text-center my-5"
role="alert">
{{ translate("vous avez deja commande cette annonce",lang,"","M") | raw }}
- V
{{ annonce.id_annonce_vendeur }}
!
</div>
<table
class="table table-striped col-12 col-md-6 offset-md-3 mb-5">
<tbody>
<tr>
<td>{{ translate("nom contact",lang,"","M") | raw }}</td>
<td><strong>{{ annonce.nom_contact }}</strong></td>
</tr>
<tr>
<td>{{ translate("telephone",lang,"","M") | raw }}</td>
<td><strong>{{ annonce.telephone }}</strong></td>
</tr>
<tr>
<td>{{ translate("e-mail",lang,"","M") | raw }}</td>
<td><strong>{{ annonce.email }}</strong></td>
</tr>
<tr>
<td>{{ translate("commentaire",lang,"","M") | raw }}</td>
<td><strong>{{ annonce.commentaires }}</strong></td>
</tr>
</tbody>
</table>
<div class="col-12 text-center">
{{ translate('vous pouvez aussi retrouver l\'ensemble de <a href="/compte/commandes"> vos commandes </a>',lang,"","M") | raw }}
</div>
<br>
<br>
<br>
<br>
<br>
<br>
{% elseif lignePanier %}
<div class="col-12 alert alert-success fs12 text-center my-5"
role="alert">
{{ translate("l'annonce a ete ajoutee dans votre panier",lang,"","M") | raw }}
</div>
<div class="col-12 col-lg-6 text-center text-lg-right">
<div class="col-sm-12 my-3">
<a href="#" class="button-rond" role="button"
aria-pressed="true">
<div class="icon-btn-vous">
<i class="fas fa-chevron-circle-left fa-2x white"></i>
</div>
<div class="float-right pt-1">
{{ translate("continuer la recherche",lang,"","M") | raw }}
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-6 text-center text-lg-left">
<div class="col-sm-12 my-3">
<a href="/panier" class="button-rond-vert" role="button"
aria-pressed="true">
<div class="icon-btn-vous">
<i class="fas fa-shopping-cart fa-2x white"></i>
</div>
<div class="float-right pt-1">
{{ translate("consulter le panier",lang,"","M") | raw }}
</div>
</a>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
{% elseif hasForfait %}
<div class="col-12 alert alert-success fs12 text-center my-5"
role="alert">
{% if forfaitAUtiliser.code_service[0:3] == "abo" and forfaitAUtiliser.code_service[0:6]!="abo_fe" %}
{% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
{% if forfaitAUtiliser.code_service[4:2]==10 %}
{% set itemAbo = { 'nb': 10,'date':date} %}
{% elseif forfaitAUtiliser.code_service[4:2]==20 %}
{% set itemAbo = { 'nb': 20,'date':date} %}
{% elseif forfaitAUtiliser.code_service[4:2]==30 %}
{% set itemAbo = { 'nb': 30,'date':date} %}
{% endif %}
{{ translate("vous beneficiez dun abonnement annuel %$nb%$ MER / mois valable jusqu'au %$date%$",lang,"","M","s",itemAbo) | raw }}
{% elseif forfaitAUtiliser.code_service[0:6]=="abo_fe" %}
{% if forfaitAUtiliser.code_service[7:2]==10 %}
{% set itemAbo = { 'nb': 10} %}
{% elseif forfaitAUtiliser.code_service[7:2]==20 %}
{% set itemAbo = { 'nb': 20} %}
{% elseif forfaitAUtiliser.code_service[7:2]==30 %}
{% set itemAbo = { 'nb': 30} %}
{% elseif forfaitAUtiliser.code_service[7:2]==40 %}
{% set itemAbo = { 'nb': 40} %}
{% endif %}
{{ translate("vous beneficiez dun abonnement %$nb%$ MER / mois",lang,"","M","s",itemAbo) | raw }}
{% else %}
{% if forfaitAUtiliser.code_service == "pack_5" %}
{% set nom=translate('5 MER',lang) %}
{% elseif forfaitAUtiliser.code_service == "pack_10" %}
{% set nom=translate('10 MER',lang) %}
{% elseif forfaitAUtiliser.code_service == "pack_20" %}
{% set nom=translate('20 MER',lang) %}
{% elseif forfaitAUtiliser.code_service == "consultation_pm_promotionnelle" %}
{% set nom=translate('consultation promotionnelle',lang) %}
{% else %}
{% set nom=forfaitAUtiliser.code_service %}
{% endif %}
{% if forfaitAUtiliser.date_fin_acces is defined and forfaitAUtiliser.date_fin_acces and forfaitAUtiliser.nb_utilisations_restantes is defined and forfaitAUtiliser.nb_utilisations_restantes %}
{% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
{% set itemAbo = { 'nom':nom,'nb': forfaitAUtiliser.nb_utilisations_restantes,'date':date} %}
{{ translate('vous beneficiez d\'un service "%$nom%$" pour lequel il vous reste %$nb%$ mises en relation a utiliser jusqu\'au %$date%$',lang,"","M","s",itemAbo) | raw }}
*
{% elseif forfaitAUtiliser.date_fin_acces is defined and forfaitAUtiliser.date_fin_acces %}
{% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
{% set itemAbo = { 'nom':nom,'date':date} %}
{{ translate('vous beneficiez d\'un service "%$nom%$" jusqu\'au %$date%$',lang,"","M","s",itemAbo) | raw }}
*
{% elseif forfaitAUtiliser.nb_utilisations_restantes is defined and forfaitAUtiliser.nb_utilisations_restantes %}
{% set itemAbo = { 'nom':nom,'nb':forfaitAUtiliser.nb_utilisations_restantes} %}
{{ translate('vous beneficiez d\'un service "%$nom%$" pour lequel il vous reste %$nb%$ mises en relation a utiliser',lang,"","M","s",itemAbo) | raw }}
*
{% else %}
{% set itemAbo = { 'nom':nom} %}
{{ translate('vous beneficiez d\'un service "%$nom%$"',lang,"","M","s",itemAbo) | raw }}
*
{% endif %}
{% endif %}
</div>
<div class="col-12">
{{ translate("ajouter cette annonce au panier en cliquant sur le bouton ci-dessous" ,lang,"","M") | raw }}
**
</div>
<div class="col-12 text-center mt-3 mb-5">
<div class="col-sm-12 my-3">
<form action="/panier/ajoute-panier" method="POST">
<input type="hidden" id="id_annonce" name="id_annonce"
value="{{annonce.id_annonce_vendeur}}"> <input
type="hidden" id="type" name="type"
value="{{typeAnnoncePanier}}">
<button type="submit" class="btn btn-acheteur" role="button"
aria-pressed="true">
<div class="icon-btn-vous">
<i class="fas fa-chevron-circle-left fa-2x white"></i>
</div>
<div class="float-right pt-1">
{{ translate("ajouter au panier" ,lang,"","M") | raw }}
</div>
</button>
</form>
</div>
</div>
<div class="col-12 mt-4 mb-3">
<small> * : {{ translate("charte 1 deposant forfait" ,lang,"","M") | raw }}<br>
** : {{ translate("charte 2 deposant forfait" ,lang,"","M") | raw }}
</small>
</div>
{% else %}
<div class="col-12 mb-3 alert alert-warning" role="alert">
<i class="fa-solid fa-circle-exclamation "></i> <span
class="fs11"> {{ translate("pour aller plus loin dans letude de ce dossier, vous devez demander la mise en relation avec le deposant de lannonce",lang,"","M") | raw }}
</span>
</div>
{% if app.session.all.user is defined %}
{% else %}
<div class="col-12 col-lg-6 bkg_gris_clair mb-5">
<!-- <div class="my-3 text-center mb-5">
<h5 class="color_bleu"> {{ translate("vous disposez dun forfait de mise en relation",lang,"","M") | raw }}</h5>
{{ translate("identifiezvous pour acceder a votre espace prive",lang,"","M") | raw }}
</div>-->
{{ render_esi(controller(
'App\\Controller\\SecurityController::login'
)) | spaceless }}
<div class="modal-footer bkg_gris_clair">
<div class="col-12 text-center mb-3">
<h5 class="modal-title">Vous n'avez pas de compte</h5>
<a href="/creation-compte" aria-pressed="true"
class="button-rond mt-2" role="button"> Créer un compte
</a>
</div>
</div>
</div>
{% endif %}
{% if app.session.all.user is defined %}
<div class="col-12 col-lg-10 offset-lg-1 col-xl-6 offset-xl-3">
{% else %}
<div class="col-12 col-lg-6">
{% endif %}
<div class="my-3 text-center mb-5">
<h5 class="color_bleu">
{{ translate("vous souhaitez souscrire à une offre" ,lang,"","M") | raw }}
*
</h5>
<a href="/comparatif-offres-fusacq" target="_blank" aria-pressed="true" class="button-rond-blanc mt-2" role="button">
{{translate("quelle offre est faite pour vous" ,lang,"","M") | raw }} ?</a>
</div>
<form action="/panier/ajoute-panier" method="POST">
<div class="col-12 col-md-10 offset-md-1 text-left">
<div class="custom-control custom-radio mb-3">
<input class="custom-control-input" type="radio"
name="commande" id='radios1' value="commande_unitaire"
checked> <label class="custom-control-label"
for="radios1"> {{ translate("mise en relation unitaire" ,lang,"","M") | raw }}
: {{ tarifUnitaireAnnonce(annonce.ca_n,codePays) }}
{{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
</label>
</div>
<span class="bleu_fusacq ml-4 fs11">{{ translate("$$pack$${p|packs}",lang,"","M","p") | raw }}</span><br>
<div class="custom-control custom-radio mt-2">
<input class="custom-control-input" type="radio"
name="commande" id='radios2' value="pack_5"> <label
class="custom-control-label" for="radios2"> {{ translate("%%nb_relation_mer_offre_1%% mises en relation :" ,lang,"","M") | raw }}
{{ tarif('tarif_pack_mer_5_fusacq',codePays) }}
{{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
**
</label>
</div>
<div class="custom-control custom-radio">
<input class="custom-control-input" type="radio"
name="commande" id='radios3' value="pack_10"> <label
class="custom-control-label" for="radios3"> {{ translate("%%nb_relation_mer_offre_2%% mises en relation :" ,lang,"","M") | raw }}
{{ tarif('tarif_pack_mer_10_fusacq',codePays) }}
{{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
**
</label>
</div>
<div class="custom-control custom-radio mb-3">
<input class="custom-control-input" type="radio"
name="commande" id='radios4' value="pack_20"> <label
class="custom-control-label" for="radios4"> {{ translate("%%nb_relation_mer_offre_3%% mises en relation :" ,lang,"","M") | raw }}
{{ tarif('tarif_pack_mer_20_fusacq',codePays) }}
{{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
**
</label>
</div>
<span class="bleu_fusacq ml-4 fs11">{{ translate("$$abonnement annuel$${p|abonnements annuels}",lang,"","M","p") | raw }}</span><br>
<div class="custom-control custom-radio mt-2">
<input class="custom-control-input" type="radio"
name="commande" id='radios5' value="abo_10_par_mois">
<label class="custom-control-label" for="radios5">
{{ translate("jusqu’a %%nb_relation_mer_offre_abo_annuel_1%% mer /mois :" ,lang,"","M") | raw }}
{{ tarif('tarif_abo_10_mer_mois_fusacq',codePays) }}
{{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
***
</label>
</div>
<div class="custom-control custom-radio">
<input class="custom-control-input" type="radio"
name="commande" id='radios6' value="abo_20_par_mois">
<label class="custom-control-label" for="radios6">
{{ translate("jusqu’a %%nb_relation_mer_offre_abo_annuel_2%% mer /mois :" ,lang,"","M") | raw }}
{{ tarif('tarif_abo_20_mer_mois_fusacq',codePays) }}
{{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
***
</label>
</div>
<div class="custom-control custom-radio">
<input class="custom-control-input" type="radio"
name="commande" id='radios7' value="abo_30_par_mois">
<label class="custom-control-label" for="radios7">
{{ translate('jusqu’a %%nb_relation_mer_offre_abo_annuel_3%% mer /mois :' ,lang,"","M") | raw }}
{{ tarif('tarif_abo_30_mer_mois_fusacq',codePays) }}
{{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
***
</label>
</div>
</div>
<input type="hidden" id="id_annonce" name="id_annonce"
value="{{annonce.id_annonce_vendeur}}"> <input
type="hidden" id="type" name="type"
value="{{typeAnnoncePanier}}">
<div class="col-12 text-center mb-3 mt-2 pt-4">
{% if app.session.all.user is defined %}
<button type="submit" class="button-rond" role="button"
aria-pressed="true">
{{ translate("commander" ,lang,"","M") | raw }}
</button>
{% else %}
<a class="button-rond" role="button" aria-pressed="true"
href="#" onclick="afficheAlert()"> {{ translate("commander" ,lang,"","M") | raw }}
</a>
{% endif %}
</div>
</form>
</div>
<div class="col-12 mt-4 mb-3">
<small> * : {{ translate("charte 1 deposant" ,lang,"","M") | raw }}<br>
** : {{ translate("charte 2 deposant" ,lang,"","M") | raw }}<br>
*** : {{ translate("%%prix_sup_abo%% € ht la mer au-dela, sur une duree dun an" ,lang,"","m") | raw }}
</small>
</div>
</div>
{% endif %}
</div>
</div>
</div>
</div>
</div>
<!-- FIN CONTACTER DEPOSANT -->
<!-- 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>
sessionStorage.removeItem("form"); // desactive le bug du modal login
document.getElementById('onglet-7').scrollIntoView({
behavior: 'smooth'
});
function afficheAlert() {
alert("Merci de vous authentifier (ou de vous créer un compte) pour pouvoir commander.");
}
</script>
{% endblock %}