{% extends 'base.html.twig' %}
{% block stylesheets %} {{ parent() }}
<link rel="stylesheet" href="{{ asset('build/css/vendre_entreprise/vendre_entreprise.css') }}">
<link rel="stylesheet" href="{{ asset('build/css/annuaires/repreneurs/repreneurs_recherche.css') }}">
{% endblock %}
{% block body %}
{% include 'assets/assets_vuejs.html.twig' %}
<!-- Menu -->
{{ render_esi(controller(
'App\\Controller\\CoreController::menu',
{ "lang": lang,
"currentRoute":"vendre_entreprise_annonce_acquisition_details",
"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">
{% if from == "ouvrir-capital" %}
<li class="breadcrumb-item"><a href="{{ path('index',{'codePays':codePays}) }}">{{ translate("accueil",lang,"","M") | raw }}</a></li>
<li class="breadcrumb-item"><a href="{{ path('ouvrir_capital_business_angel',{'codePays':codePaysWithUnderScore}) }}">{{ translate("ouvrir mon capital",lang,"","M") | raw }}</a></li>
<li class="breadcrumb-item"><a href="{{ path('ouvrir_capital_resultats_annonces_acquisition',{'codePays':codePaysWithUnderScore}) }}">{{ translate("acheteurs prêts à investir",lang,"","M") | raw }} - {{ translate("annonces d'acquisition",lang,"","M") | raw }}</a></li>
{% else %}
<li class="breadcrumb-item"><a href="{{ path('index',{'codePays':codePays}) }}">{{ translate("accueil",lang,"","M") | raw }}</a></li>
<li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}">{{ translate("vendre une entreprise",lang,"","M") | raw }}</a></li>
<li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_resultats_annonces_acquisition',{'codePays':codePaysWithUnderScore}) }}">{{ translate("annonces d'acquisition",lang,"","M") | raw }}</a></li>
{% endif %}
{% for element in annonce.tab_fil_ariane %}
<li class="breadcrumb-item">
<a href="{{ element.lien }}"
title="{{ translate("acquisition d'entreprise",lang,"","M") | raw }} {% 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('vendre_entreprise_annonce_acquisition_details', {
'slug': previousAnnonce.titre_annonce|slugify,
'nomLocalisation': previousAnnonce.nom_localisation_slug,
'idAnnonce': previousAnnonce.id_annonce_acheteur,
'codePays': codePaysWithUnderScore
}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexPrevious %}
<a href="{{ lienPrevious }}" title="{{ translate("precedente",lang,"","M") | raw }}" class="deco_none {{ colorClass }}">
<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 {{ colorClass }} d-inline-block d-xl-inline" title="{{ translate("retour liste",lang,"","M") | raw }}" class="deco_none {{ colorClass }}">
<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('vendre_entreprise_annonce_acquisition_details', {
'slug': nextAnnonce.titre_annonce|slugify,
'nomLocalisation': nextAnnonce.nom_localisation_slug,
'idAnnonce': nextAnnonce.id_annonce_acheteur,
'codePays': codePaysWithUnderScore
}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexNext %}
<a href="{{ lienNext }}" style="text-decoration:none;" title="{{ translate("suivante",lang,"","M") | raw }}" class="deco_none {{ colorClass }}">
<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">
<div class="card-body">
<div class="row">
<div class="col-12 mb-2 ml-lg-3">
<h2 class="{{ titreClass }}">
{{ annonce.titre_annonce }}
</h2>
</div>
<div class="col-12 col-sm-8 ml-lg-5">
<ul class="cat_regions">
<li>{{ translate("ref.",lang,"","M") | raw }} : <strong>A{{ annonce.id_annonce_acheteur }}</strong></li>
{% if from and from == 'ouvrir-capital' %}
<li>{{ translate("secteur",lang,"","M") | raw }} : <a title="{{ translate("acquéreur prêt à investir",lang,"","M") | raw }} {{ secteurActivite.nomSecteurActivite }}" href="{{ path('ouvrir_capital_annonce_acquisition_secteur_activite', {'slug': secteurActivite.nomSecteurActivite | slugify, 'idSecteurActivite': secteurActivite.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}">{{ secteurActivite.nomSecteurActivite }}</a></li>
{% else %}
<li>{{ translate("secteur",lang,"","M") | raw }} : <a title="{{ translate("acquisition d'entreprise",lang,"","M") | raw }} {{ secteurActivite.nomSecteurActivite }}" href="{{ path('vendre_entreprise_annonces_acquisition_secteur_activite', {'slug': secteurActivite.nomSecteurActivite | slugify, 'idSecteurActivite': secteurActivite.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}">{{ secteurActivite.nomSecteurActivite }}</a></li>
{% endif %}
<li>
{{ translate(terme_pour_la_date,lang,"","M") | raw }} <strong>{{ annonce.date_parution_object | date('d/m/Y') }}</strong>
</li>
<li>
{{ translate("localisations souhaitees",lang,"","M") | raw }} :
{% for localisation in annonce.localisations %}
<a href="{{ localisation.lien_localisation }}">{{ localisation.nom_localisation }}</a>{% if localisation != annonce.localisations|last %}, {% endif %}
{% endfor %}
</li>
{% if from and from == 'ouvrir-capital' %}
{% if annonce.apport_perso_repreneur > 0 %}
<li>{{ translate("investissement possible : jusqu'à",lang,"","M") | raw }} <strong>{{ annonce.apport_perso_repreneur | number_format(0, ',', ' ') }} k€</strong></li>
{% endif %}
{% else %}
{% if annonce.type_raprochement != "partenaire" %}
{% if annonce.ca_max > 0 %}
<li>{{ translate("CA max recherché :",lang,"","M") | raw }} <strong>{{ annonce.ca_max | number_format(0, ',', ' ') }} k€</strong></li>
{% endif %}
{% endif %}
{% endif %}
<li>
<li>
<div class="mb-3">
<span class="badge3 {{ badgeClass }}">{{ type_acquisition | upper }}</span>
</div>
</li>
</li>
</ul>
</div>
<div class="col-6 col-sm-3 mt-2" style="height: 183px;">
{% if annonce.cartes.id_localisation_by_country|length == 1 %}
{% if annonce.cartes.id_localisation_by_country|keys |first == "33" %}
<img class="img-fluid"
id='absolute_index_1'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png"
alt="France">
{% for k, carte in annonce.cartes.id_localisation_by_country.33 %}
<img class="img-fluid"
id='absolute_index_2'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png"
alt="France">
{% endfor %}
{% endif %}
{% if annonce.cartes.id_localisation_by_country|keys |first == "41" %}
{% if annonce.cartes.id_localisation_by_country.41 |length == 1 %}
<img class="img-fluid"
id='absolute_index_2'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/{{ annonce.cartes.id_localisation_by_country.41|first }}.png"
alt="Suisse">
{% else %}
<img class="img-fluid"
id='absolute_index_2'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/41_transparent.png"
alt="Suisse">
{% endif %}
{% endif %}
{% if annonce.cartes.id_localisation_by_country|keys |first == "01" %}
{% if annonce.cartes.id_localisation_by_country['01'] |length == 1 %}
<img class="img-fluid"
id='absolute_index_2'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/{{ annonce.cartes.id_localisation_by_country['01']|first }}.png"
alt="Canada">
{% else %}
<img class="img-fluid"
id='absolute_index_2'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/01_transparent.png"
alt="Canada">
{% endif %}
{% endif %}
{% if annonce.cartes.id_localisation_by_country|keys |first == "32" %}
{% if annonce.cartes.id_localisation_by_country.32 |length == 1 %}
<img class="img-fluid"
id='absolute_index_2'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/{{ annonce.cartes.id_localisation_by_country.32|first }}.png"
alt="Belgique">
{% else %}
<img class="img-fluid"
id='absolute_index_2'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/32_transparent.png"
alt="Belgique">
{% endif %}
{% endif %}
{% endif %}
{% if annonce.cartes.id_localisation_by_country|length > 1 %}
{% if 33 in annonce.cartes.id_localisation_by_country|keys %}
<img class="img-fluid"
id='absolute_index_1'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png"
alt="France">
{% for k, carte in annonce.cartes.id_localisation_by_country.33 %}
<img class="img-fluid"
id='absolute_index_2'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png"
alt="France">
{% endfor %}
<img class="img-fluid"
id='absolute_index_2'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/monde.png"
alt="Monde">
{% endif %}
{% if 33 not in annonce.cartes.id_localisation_by_country|keys %}
<img class="img-fluid"
id='absolute_index_2'
src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/monde_transparent.png"
alt="Monde">
{% endif %}
{% endif %}
</div>
</div>
<!-- FAVORIS - ENVOYER A UN AMI - IMPRIMER PAGE -->
<div class="row mt-3">
<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_acheteur,
"typeAnnonce":"A",
"from" : fromOnglet
}
))
}}
</div>
<div class="col-2 col-sm-2 text-center pt-1">
<a href="{{ path('imprimer_annonce_acheteur', { 'codePays': codePaysWithUnderScore, 'lang' : lang, 'idAnnonce': annonce.id_annonce_acheteur }) }}" title="{{ translate("imprimer la page",lang,"","M") | raw }}" title="{{ translate("imprimer la page",lang,"","M") | raw }}" title="{{ translate("imprimer la page",lang,"","M") | raw }}" class="gris text-center" target="_blank">
<div class="float-left">
<i class="fa fa-print {{ colorClass }}"></i>
</div>
<div class="float-left pl-1 pb-1 d-none d-lg-block {{ colorClass }}">
<small> {{ translate("imprimer",lang,"","M") | raw }}</small>
</div>
</a>
</div>
<div class="col-2 col-sm-2 text-center pt-1 {{ colorImportant }}">
{% if annonce.is_favoris %}
<div class="float-left">
<i class="fa-sharp fa-solid fa-heart vert"></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_acheteur }}" data-id-annonce="{{ annonce.id_annonce_acheteur }}" data-type-annonce="A">
<div class="float-left">
<i class="fa-light fa-heart vert"></i>
</div>
<div class="float-left pl-1 pb-1 d-none d-lg-block vert">
<small> {{ translate("favoris",lang,"","M") | raw }}</small>
</div>
</a>
{% endif %}
</div>
<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="#onglet-7" title="{{ translate("déjà commandé",lang,"","M") | raw }}" class="" data-onglet="7"><button type="button" class="btn {{ btnContactClass }}">{{ translate("déjà commandé",lang,"","M") | raw }}</button></a>
{% else %}
<a href="#onglet-7" title="{{ translate("contacter le deposant",lang,"","M") | raw }}" class="" data-onglet="7"><button type="button" class="btn {{ btnContactClass }}">{{ 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 detail">
<div class="{{ ongletClass }} 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('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}">
{{ 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('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}">
{{ translate("elements <span class='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('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}">
{{ translate("infos sur<span class='d-none d-lg-block'><br></span> l'acquereur",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('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}">
{{ translate("complement <span class='d-none d-lg-block'><br></span>d'information",lang,"","M") | raw }}
</a>
</div>
<div class="col no-padding-x bl_m_gris br_gris sectorielles d-none d-lg-block lh09 " data-onglet="5">
<a class="nav-item nav-link" href="{{ path('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}">
{{ translate("infos <span class='d-none d-lg-block'><br></span>sectorielles",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('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}">
{{ translate("transactions <span class='d-none d-lg-block'><br></span>comparables",lang,"","M") | raw }}
</a>
</div>
{% endif %}
</div>
</nav>
</div>
</div>
<div class="row d-lg-none" id="top-nav">
<div class="{{ ongletClass }} 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="1">
<a class="nav-item nav-link" href="{{ path('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}#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="{{ ongletClass }} 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('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}#top-nav">
{{ translate("elements <span class='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="{{ ongletClass }} 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('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}#top-nav">
{{ translate("infos sur<span class='d-none d-lg-block'><br></span> l'acquereur",lang,"","M") | raw }}
</a>
</div>
</div>
</nav>
</div>
</div>
<div class="row d-lg-none">
<div class="{{ ongletClass }} 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('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}#top-nav">
{{ translate("complement <span class='d-none d-lg-block'><br></span>d'information",lang,"","M") | raw }}
</a>
</div>
</div>
</nav>
</div>
</div>
<div class="row d-lg-none">
<div class="{{ ongletClass }} 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 sectorielles lh09 " data-onglet="5">
<a class="nav-item nav-link" href="{{ path('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}#top-nav">
{{ translate("infos <span class='d-none d-lg-block'><br></span>sectorielles",lang,"","M") | raw }}
</a>
</div>
</div>
</nav>
</div>
</div>
{% if valorisations %}
<div class="row d-lg-none">
<div class="{{ ongletClass }} 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('vendre_entreprise_annonce_acquisition_details', {'slug' : annonce.titre_annonce|slugify, 'nomLocalisation': annonce.nom_localisation_slug, 'idAnnonce' : annonce.id_annonce_acheteur, 'codePays' : codePaysWithUnderScore}) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index }}" title="{{ translate("déjà commandé",lang,"","M") | raw }}#top-nav">
{{ translate("transactions <span class='d-none d-lg-block'><br></span>comparables",lang,"","M") | raw }}
</a>
</div>
</div>
</nav>
</div>
</div>
{% endif %}
<!-- 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 }} - A{{ annonce.id_annonce_acheteur }} !
</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("lannonce 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_acheteur}}">
<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_max,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_acheteur}}">
<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 src="https://www.google.com/recaptcha/api.js?hl=fr"></script>
<script type="module" src="{{ asset('build/js/annonces/partager_annonce.js') }}"></script>
<script type="module" src="{{ asset('build/js/annonces/details_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 %}