templates/reprendre_entreprise/contacter_deposant_annonce_vendeur.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block canonical %}
  3.     <link rel="canonical" href="{{ canonical }}" />
  4. {% endblock %}
  5. {% block stylesheets %}  {{ parent() }}
  6.     <link rel="stylesheet" href="{{ asset('build/css/reprendre_entreprise/reprendre_entreprise.css') }}">
  7. {% endblock %}
  8. {% block body %}
  9.     {% include 'assets/assets_vuejs.html.twig' %}
  10.     <!-- Menu  -->
  11.     {{ render_esi(controller(
  12.       'App\\Controller\\CoreController::menu',
  13.       {   "lang": lang,
  14.           "currentRoute":"reprendre_entreprise_details_annonce_vendeur",
  15.           "codePays": codePaysWithUnderScore }
  16.     )) | spaceless }}
  17.     <!-- Menu  -->
  18.     <!-- Publicité  -->
  19.     {% include 'includes/publicite.html.twig' %}
  20.     <!-- Publicité  -->
  21. <div class="container" id="app">
  22.     <div class="row">
  23.         <!--COLONNE GAUCHE -->
  24.         {% include 'includes/colonne_gauche_details_annonce.html.twig' %}
  25.         <!--FIN COLONNE GAUCHE -->
  26.         <!--COLONNE DROITE -->
  27.         <div class="col-12 col-lg-9 bkg_blanc">
  28.             <!-- ARIANE -->
  29.             <nav aria-label="breadcrumb" class="d-none d-sm-block">
  30.                 <ol class="breadcrumb">
  31.                     <li class="breadcrumb-item">
  32.                         <a href="{{ path('index', {'codePays': codePays}) }}">
  33.                             {{ translate("accueil", lang, "", "M") | raw }}
  34.                         </a>
  35.                     </li>
  36.                     <li class="breadcrumb-item">
  37.                         <a href="{{ path('reprendre_entreprise_annonces_cession_entreprise', {'codePays': codePaysWithUnderScore}) }}">
  38.                             {{ translate("reprendre une entreprise", lang, "", "M") | raw }}
  39.                         </a>
  40.                     </li>
  41.                     {% if type_annonce == "entreprise" %}
  42.                         <li class="breadcrumb-item">
  43.                             <a href="{{ path('reprendre_entreprise_resultats_annonces_cession_entreprise', {'codePays': codePaysWithUnderScore}) }}">
  44.                                 {{ translate("cessions d'entreprise", lang, "", "M") | raw }}
  45.                             </a>
  46.                         </li>
  47.                     {% else %}
  48.                         <li class="breadcrumb-item">
  49.                             <a href="{{ path('reprendre_entreprise_resultats_cession_actif', {'codePays': codePaysWithUnderScore}) }}">
  50.                                 {{ translate("cessions d'actif", lang, "", "M") | raw }}
  51.                             </a>
  52.                         </li>
  53.                     {% endif %}
  54.                     {% for element in annonce.tab_fil_ariane %}
  55.                         <li class="breadcrumb-item">
  56.                             <a href="{{ element.lien }}"
  57.                                title="{{ typeCession }} {% if element.secteur_activite is not defined %}{{ element.nom }}{% else %}{{ element.secteur_activite }}, {{ element.nom }}{% endif %}">
  58.                                 &nbsp;{{ element.nom }}
  59.                             </a>
  60.                         </li>
  61.                     {% endfor %}
  62.                 </ol>
  63.             </nav>
  64.             <!-- FIN ARIANE -->
  65.             {% if app.session.flashbag.peek('error')|length > 0 %}
  66.             <div class="alert alert-danger" role="alert">
  67.                 <p>
  68.                     {{ translate("veuillez corriger les erreurs suivantes",lang,"","M","") | raw }}
  69.                     :
  70.                 </p>
  71.                 {% for message in app.flashes('error') %}
  72.                 -
  73.                 {{ message }}
  74.                 <br>
  75.                 {% endfor %}
  76.             </div>
  77.             {% endif %}
  78.             {% if app.session.flashbag.peek('success')|length > 0 %}
  79.             <div class="alert alert-success" role="alert">
  80.                 {% for message in app.flashes('success') %}
  81.                 -
  82.                 {{ message }}
  83.                 <br>
  84.                 {% endfor %}
  85.             </div>
  86.             {% endif %}
  87.             <!--3 BOUTONS-->
  88.             <div class="row my-3">
  89.                 <div class="col-4">
  90.                     {% if previousAnnonce and fromAlaUne is null and dernieresAnnonces is null %}
  91.                     {% set lienPrevious = path('reprendre_entreprise_details_annonce_vendeur', {
  92.                         'slug': previousAnnonce.titre_annonce|slugify,
  93.                         'nomLocalisation': previousAnnonce.nom_localisation_slug,
  94.                         'idAnnonce': previousAnnonce.id_annonce_vendeur,
  95.                         'codePays': codePaysWithUnderScore
  96.                         }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexPrevious %}
  97.                     <a href="{{ lienPrevious }}"
  98.                         title="{{ translate("precedente",lang,"","M") | raw }}"
  99.                         class="deco_none bleu">
  100.                         <div class="float-left">
  101.                             <i class="fa fa-chevron-circle-left fa-2x"></i>
  102.                         </div>
  103.                         <div class="d-none d-xl-block lh20">
  104.                             &nbsp;&nbsp;
  105.                             {{ translate("precedente",lang,"","M") | raw }}
  106.                         </div>
  107.                     </a>
  108.                     {% endif %}
  109.                 </div>
  110.                 <div class="col-4 text-center align-content-center"
  111.                     style="text-align: center">
  112.                     <div class="bloc_140 contenu_centre">
  113.                         {% if urlRetourList %}
  114.                         <a href="{{ urlRetourList }}"
  115.                             class="deco_none bleu d-inline-block d-xl-inline"
  116.                             title="{{ translate("retour liste",lang,"","M") | raw }}"
  117.                             class="deco_none bleu">
  118.                             <div class="float-left">
  119.                                 <i class="fa fa-chevron-circle-up fa-2x"></i>
  120.                             </div>
  121.                             <div class="d-none d-xl-block lh20"
  122.                                 style="background-color: #FFF; vertical-align: middle;">
  123.                                 &nbsp;&nbsp;
  124.                                 {{ translate("retour liste",lang,"","M") | raw }}
  125.                             </div>
  126.                         </a>
  127.                         {% endif %}
  128.                     </div>
  129.                 </div>
  130.                 <div class="col-4 text-right" style="text-align: right">
  131.                     {% if nextAnnonce and fromAlaUne is null and dernieresAnnonces is null %}
  132.                     {% set lienNext = path('reprendre_entreprise_details_annonce_vendeur', {
  133.                         'slug': nextAnnonce.titre_annonce|slugify,
  134.                         'nomLocalisation': nextAnnonce.nom_localisation_slug,
  135.                         'idAnnonce': nextAnnonce.id_annonce_vendeur,
  136.                         'codePays': codePaysWithUnderScore
  137.                         }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexNext %}
  138.                     <a href="{{ lienNext }}" style="text-decoration: none;"
  139.                         title="{{ translate("suivante",lang,"","M") | raw }}"
  140.                         class="deco_none bleu">
  141.                         <div class="float-right">
  142.                             <i class="fa fa-chevron-circle-right fa-2x"></i>
  143.                         </div>
  144.                         <div class="d-none d-xl-block lh20"
  145.                             style="vertical-align: middle;">
  146.                             {{ translate("suivante",lang,"","M") | raw }}
  147.                             &nbsp;&nbsp;
  148.                         </div>
  149.                     </a>
  150.                     {% endif %}
  151.                 </div>
  152.             </div>
  153.             <!--FIN 3 BOUTONS-->
  154.             <!-- CARD -->
  155.             <div class="card no_shadow">
  156.                  {% if annonce.mode_annonce=='publique_elite' %}
  157.                 <div class="card-header text-left pl-4" style="background-color:#e7c236; color: #e7c236; border-bottom: none;">
  158.                     <span style="color: #003366;">&nbsp;&nbsp;&nbsp;Accès anticipé</span>&nbsp;&nbsp;&nbsp;<a href="fusacq_elite.html" title="Annonce FUSACQ Elite"><img src="/images/fusacq_elite_bleu3.png"></a>
  159.                 </div>
  160.                 {% endif %}
  161.                 <div class="card-body">
  162.                     <div class="row">
  163.                         <div class="col-12 mb-3 ml-lg-3">
  164.                             <h2 class="titre_annonce">
  165.                                 {{ annonce.titre_annonce }}
  166.                             </h2>
  167.                             {% if ordered %}
  168.                             {#<span class="orange">
  169.                                 <small>
  170.                                     {{ translate("un acheteur (au moins) a pris contact au cours des trois derniers jours.",lang,"","M") | raw }}
  171.                                 </small>
  172.                             </span>#}
  173.                             {% endif %}
  174.                         </div>
  175.                         <div class="col-12 mt-2 col-sm-8 ml-lg-5">
  176.                             <ul class="cat_regions">
  177.                                 <li>{{ translate("ref.",lang,"","M") | raw }} : <strong>V{{ annonce.id_annonce_vendeur }}</strong></li>
  178.                                 <li>{{ translate("secteur",lang,"","M") | raw }} : <a
  179.                                     title="{{ typeCession }} {{ secteurActivite.nomSecteurActivite }}"
  180.                                     href="cession-entreprise-{{ secteurActivite.nomSecteurActivite | slugify }},{{ secteurActivite.idSecteurActivite }}">{{ secteurActivite.nomSecteurActivite }}</a></li>
  181.                                 {% 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 %} 
  182.                                 <li>
  183.                                     {#<a title="L'actualité du secteur avec Fusacq Buzz" href="{{ lienInfoSectorielle }}">
  184.                                         <img src="https://www.fusacq.com/FUSACQ2020/images/actu_Buzz.gif">
  185.                                     </a>#}
  186.                                     <a title="{{ translate("L'actualité du secteur", lang, "", "M") | raw }}"
  187.                                        href="{{ lienInfoSectorielle }}" class="fullsouligne">{{ translate("L'actualité du secteur", lang, "", "M") | raw }}</a>
  188.                                        &nbsp;avec&nbsp;
  189.                                     <a title="{{ translate("L'actualité du secteur avec Fusacq Buzz", lang, "", "M") | raw }}" href="{{ lienInfoSectorielle }}">
  190.                                         <img src="https://www.fusacq.com/FUSACQ2020/images/actu_Buzz2.gif"></a>
  191.                                 </li>
  192.                                 <li>{% if annonce.date_parution > annonce.date_parution_initiale %}
  193.                                     {{ translate("mise à jour le",lang,"","M") | raw }} {% else %}
  194.                                     {{ translate("poste le",lang,"","M") | raw }} {% endif %} <strong>{{ annonce.date_parution_formated }}</strong>
  195.                                 </li>
  196.                                 <li>
  197.                                     {% if typeCession == "Cession d'actif" %} 
  198.                                         {% set lien_localisation = "reprendre_entreprise_cession_actif_localisation" %}
  199.                                     {% else %} 
  200.                                         {% set lien_localisation = "reprendre_entreprise_annonce_cession_entreprise_localisation" %}
  201.                                     {% endif %} 
  202.                                     {{ translate("localisation", lang, "", "M") | raw }} :
  203.                                     {% if annonce.nom_localisation_niveau_2 and annonce.nom_localisation_niveau_2 != "Confidentiel" %}
  204.                                     <a title="{{ typeCession }}, {{ annonce.nom_localisation_niveau_2 }}"
  205.                                        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>,
  206.                                     {% endif %}
  207.                                     {% if annonce.nom_localisation_niveau_1 and annonce.nom_localisation_niveau_1 != "Confidentiel" %}
  208.                                     <a title="{{ typeCession }}, {{ annonce.nom_localisation_niveau_1 }}"
  209.                                        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>,
  210.                                     {% elseif annonce.nom_zone_geographique %}
  211.                                         {{ annonce.nom_zone_geographique }},
  212.                                     {% endif %}
  213.                                     {% if annonce.nom_localisation_niveau_0 and annonce.nom_localisation_niveau_0 != "Confidentiel" %}
  214.                                     <a title="{{ typeCession }}, {{ annonce.nom_localisation_niveau_0 }}"
  215.                                        href="{{ path(lien_localisation, {'slug': annonce.nom_localisation_niveau_0 | slugify, 'type': 'p', 'idLocalisation': annonce.id_localisation_niveau_0, 'codePays': codePaysWithUnderScore }) }}">
  216.                                         {{ annonce.nom_localisation_niveau_0 }}
  217.                                     </a>
  218.                                     {% endif %}
  219.                                 </li>
  220.                                 {% if typeCession == "Cession d'actif" and annonce.ca_n == 0 %}
  221.                                 {% else %}
  222.                                 <li>{{ translate("CA",lang,"","M") | raw }} : <strong>{{ annonce.ca_n < 300 ? '<300k€' : annonce.ca_n | number_format(0, "", " ") ~ ' k€' }}</strong></li>
  223.                                 {% endif %}
  224.                                 <li>
  225.                                     <div class="mb-3">
  226.                                         <span class="badge3 badge_cession">{{ typeCession | upper }}</span>&nbsp;
  227.                                         {% if annonce.mode_annonce=='publique_elite' %}
  228.                                         <span data-toggle="tooltip" title="" class="badge3 badge_ann_anticipe mb-1" data-original-title="{{ translate("Accès anticipé",lang,"","M") | raw }}">
  229.                                         {{ translate("Accès anticipé",lang,"","M") | raw }}</span>&nbsp;                                        
  230.                                         {% endif %}
  231.                                         {% if annonce.is_rare %}
  232.                                         <span class="badge3 badge_secteur_rare mb-1" data-toggle="tooltip" title="{{ translate("Très peu d'offres sont déposées dans ce secteur",lang,"","M") | raw }}">{{ translate("Secteur rare",lang,"","M") | raw }}</span>&nbsp;
  233.                                         {% endif %}
  234.                                         
  235.                                         {% if annonce.is_recherche %}
  236.                                         <span class="badge3 badge_secteur_recherche mb-1" data-toggle="tooltip" title="{{ translate("Secteur généralement apprécié par les repreneurs",lang,"","M") | raw }}">{{ translate("Secteur en vogue",lang,"","M") | raw }}</span>&nbsp;
  237.                                         {% endif %}
  238.                                         
  239.                                         {% if annonce.contact_recent %}
  240.                                         {#<span class="badge3 badge_contact_recent mb-1" data-toggle="tooltip" title="{{ translate("Au moins un acheteur a pris contact au cours des 15 derniers jours",lang,"","M") | raw }}">{{ translate("Contact récent",lang,"","M") | raw }}</span>&nbsp;#}
  241.                                         {% endif %}
  242.                                         
  243.                                         {% if annonce.annonce_recente and annonce.mode_annonce!='publique_elite'  %}
  244.                                         <span class="badge3 badge_annonce_recente mb-1" data-toggle="tooltip" title="{{ translate("Annonce déposée il y a moins de 2 semaines",lang,"","M") | raw }}">{{ translate("Annonce récente",lang,"","M") | raw }}</span>&nbsp;
  245.                                         {% endif %}
  246.                                         
  247.                                         {% if annonce.sous_radar %}
  248.                                         <span class="badge3 badge_contact_recent mb-1" data-toggle="tooltip" title="{{ translate("Annonce discrète, peu approchée à ce jour",lang,"","M") | raw }}">{{ translate("Sous les radars",lang,"","M") | raw }}</span>&nbsp;
  249.                                         {% endif %}
  250.                                     </div>
  251.                                 </li>
  252.                             </ul>
  253.                         </div>
  254.                         <div class="col-6 col-sm-3 mt-2">
  255.                             <img class="img-fluid" src="{{ annonce.carte }}"
  256.                                 alt="{{ annonce.nom_localisation }}">
  257.                         </div>
  258.                     </div>
  259.                     <!-- FAVORIS - ENVOYER A UN AMI - IMPRIMER PAGE -->
  260.                     <div class="row mt-3">
  261.                     {% if annonce.mode_annonce!='publique_elite' %}
  262.                         <div class="col-2 col-sm-2 ml-lg-5 pt-1">
  263.                             {{ render_esi(controller(
  264.                                     'App\\Controller\\AnnoncesController::partager',
  265.                                     {
  266.                                         "lang": lang,
  267.                                         "codePays": codePaysWithUnderScore,
  268.                                         "idAnnonce": annonce.id_annonce_vendeur,
  269.                                         "typeAnnonce":"V",
  270.                                         "from": 1
  271.                                     }
  272.                                     ))
  273.                                 }}
  274.                         </div>
  275.                     {% endif %}
  276.                         <div class="col-2 col-sm-2 text-center pt-1">
  277.                             <a
  278.                                 href="{{ path('imprimer_annonce_vendeur', { 'codePays': codePaysWithUnderScore, 'lang' : lang, 'idAnnonce': annonce.id_annonce_vendeur  }) }}"
  279.                                 title="{{ translate("imprimer la page",lang,"","M") | raw }}"
  280.                                 class="gris text-center" target="_blank">
  281.                                 <div class="float-left">
  282.                                     <i class="fa fa-print bleu"></i>
  283.                                 </div>
  284.                                 <div class="float-left pl-1 pb-1 d-none d-lg-block bleu">
  285.                                     <small>&nbsp;&nbsp;{{ translate("imprimer",lang,"","M") | raw }}</small>
  286.                                 </div>
  287.                             </a>
  288.                         </div>
  289.                         <div class="col-2 col-sm-2 text-center pt-1">
  290.                             {% if annonce.is_favoris %}
  291.                             <div class="float-left">
  292.                                 <i class="fa-sharp fa-solid fa-heart bleu"></i>
  293.                             </div>
  294.                             <a
  295.                                 href="{{ path('compte_favoris' ,{'codePays':codePaysWithUnderScore  }) }}"
  296.                                 title="{{ translate("favoris", lang, '', 'M', '') }}"> <small>{{ translate("appartient à : mes favoris", lang, '', 'M', '') }}</small>
  297.                             </a>
  298.                             {% else %}
  299.                             <a href="javascript:void(0)"
  300.                                 title="{{ translate("favoris",lang,"","M") | raw }}"
  301.                                 class="lien-annonce-fav gris text-center btn-favoris favoris-{{ annonce.id_annonce_vendeur }}"
  302.                                 data-id-annonce="{{ annonce.id_annonce_vendeur }}"
  303.                                 data-type-annonce="V">
  304.                                 <div class="float-left">
  305.                                     <i class="fa-light fa-heart bleu"></i>
  306.                                 </div>
  307.                                 <div class="float-left pl-1 pb-1 d-none d-lg-block bleu">
  308.                                     <small>&nbsp;&nbsp;{{ translate("favoris",lang,"","M") | raw }}</small>
  309.                                 </div>
  310.                             </a>
  311.                             {% endif %}
  312.                         </div>
  313.                         {% if fromAlaUne %}
  314.                         {% set complementUrl = "&urlList=" ~ urlList ~ "&fromAlaUne=1&" ~ string_params %}
  315.                         {% else %}
  316.                         {% set complementUrl = "&urlList=" ~ urlList ~ "&" ~ string_params ~ '&index=' ~ index %}
  317.                         {% endif %}
  318.                         <div
  319.                             class="col-6 col-sm-4 col-md-5 col-lg-4 offset-sm-1 text-md-right">
  320.                             {% if annonce.etat is defined and (annonce.etat == "information_transmise" or annonce.etat == "facture_envoyee" or annonce.etat == "cmde_valide") %}
  321.                             <a href="#"
  322.                                 title="{{ translate("déjà commandé",lang,"","M") | raw }}"
  323.                                 class="toggle-onglet" data-onglet="7"><button type="button"
  324.                                     class="btn btn-bleu-annonce">
  325.                                     {{ translate("déjà commandé",lang,"","M") | raw }}
  326.                                 </button></a>
  327.                             {% else %}
  328.                             <a href="#onglet-7"
  329.                                 title="{{ translate("contacter le deposant",lang,"","M") | raw }}"><button type="button"
  330.                                     class="btn btn-bleu-annonce">
  331.                                     {{ translate("contacter le deposant",lang,"","M") | raw }}
  332.                                 </button></a>
  333.                             {% endif %}
  334.                         </div>
  335.                     </div>
  336.                     <!-- FIN FAVORIS - ENVOYER A UN AMI - IMPRIMER PAGE -->
  337.                 </div>
  338.             </div>
  339.             <!-- FIN CARD -->
  340.             <div class="row mt-3">
  341.                 <div class="onglet6 col-12 mb-3">
  342.                     <nav>
  343.                         <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  344.                             <div
  345.                                 class="col no-padding-x bl_gris br_gris d-none d-lg-block lh09"
  346.                                 data-onglet="1">
  347.                                 <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 }}"> 
  348.                                 {{ translate("description <span class='d-none d-lg-block'><br></span>generale",lang,"","M") | raw }}
  349.                                 </a>
  350.                             </div>
  351.                             <div
  352.                                 class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09"
  353.                                 data-onglet="2">
  354.                                 <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 }}
  355.                                 </a>
  356.                             </div>
  357.                             <div
  358.                                 class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09"
  359.                                 data-onglet="3">
  360.                                 <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 }}
  361.                                 </a>
  362.                             </div>
  363.                             <div
  364.                                 class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09"
  365.                                 data-onglet="4">
  366.                                 <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 }}
  367.                                 </a>
  368.                             </div>
  369.                             {% if valorisations %}
  370.                             <div
  371.                                 class="col no-padding-x bl_m_gris br_gris comparables d-none d-lg-block lh09"
  372.                                 data-onglet="6">
  373.                                 <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 }}
  374.                                 </a>
  375.                             </div>
  376.                             {% endif %}
  377.                             
  378.                             <!-- syntheseElite --> 
  379.                             {% if syntheseElite is defined %}  {# version web  #}
  380.                                 {% if syntheseElite is null  %}{# pas de synthese #}
  381.                                     {#<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">
  382.                                         <a class="nav-item nav-link ongletSyntheseNull " 
  383.                                            title="Pas encore disponible pour cette annonce"
  384.                                            href="javascript:void(0)" onclick="return false;"> 
  385.                                             {{ translate("atouts et leviers <span class='d-none d-none d-lg-block'><br></span>stratégiques", lang, "", "M") | raw }}
  386.                                         </a>
  387.                                     </div> 
  388.                                     <script>
  389.                                         // Attendre que le DOM soit chargé
  390.                                         document.addEventListener('DOMContentLoaded', function () {
  391.                                             const ongletDesactive = document.querySelector('.ongletSyntheseNull');
  392.                                             if (ongletDesactive) {
  393.                                                 ongletDesactive.addEventListener('click', function (e) {
  394.                                                     e.preventDefault();
  395.                                                     e.stopPropagation();
  396.                                                     return false;
  397.                                                 }, true);
  398.                                             }
  399.                                         });
  400.                                     </script>#}
  401.                                 {% else  %} {# version web  #}
  402.                                     <div class="col no-padding-x bl_m_gris br_gris atouts d-none d-lg-block lh09" data-onglet="30">
  403.                                         <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 }}">  
  404.                                             {{ translate("atouts et leviers <span class='d-none d-none d-lg-block'><br></span>stratégiques", lang, "", "M") | raw }}
  405.                                         </a>
  406.                                     </div>
  407.                                                 <!--3 BOUTONS-->
  408.                                                 {% if elite_result is not defined or elite_result == false  or elite_result  is null %} 
  409.                                                  {% else %}
  410.                                                      {% include 'reprendre_entreprise/fragments/elite/navigation.html.twig'  with {  }   %}
  411.                                                  {% endif %}        
  412.                                                 <!--FIN 3 BOUTONS-->
  413.                                 {% endif  %}
  414.                             {% endif %}  {# version web  #}
  415.                             <!-- syntheseElite -->
  416.                         </div>
  417.                     </nav>
  418.                 </div>
  419.             </div>
  420.             <div class="row d-lg-none" id="top-nav">
  421.                 <div class="onglet6 col-12">
  422.                     <nav>
  423.                         <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  424.                             <div
  425.                                 class="col no-padding-x bl_gris br_gris lh09"
  426.                                 data-onglet="1">
  427.                                 <a
  428.                                     class="nav-item nav-link"
  429.                                     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 }}
  430.                                 </a>
  431.                             </div>
  432.                         </div>
  433.                     </nav>
  434.                 </div>
  435.             </div>
  436.             <div class="row d-lg-none">
  437.                 <div class="onglet6 col-12">
  438.                     <nav>
  439.                         <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  440.                             <div
  441.                                 class="col no-padding-x bl_m_gris br_gris lh09"
  442.                                 data-onglet="2">
  443.                                 <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 }}
  444.                                 </a>
  445.                             </div>
  446.                         </div>
  447.                     </nav>
  448.                 </div>
  449.             </div>
  450.             <div class="row d-lg-none">
  451.                 <div class="onglet6 col-12">
  452.                     <nav>
  453.                         <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  454.                             <div
  455.                                 class="col no-padding-x bl_m_gris br_gris lh09"
  456.                                 data-onglet="3">
  457.                                 <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 }}
  458.                                 </a>
  459.                             </div>
  460.                         </div>
  461.                     </nav>
  462.                 </div>
  463.             </div>
  464.             <div class="row d-lg-none">
  465.                 <div class="onglet6 col-12">
  466.                     <nav>
  467.                         <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  468.                             <div
  469.                                 class="col no-padding-x bl_m_gris br_gris lh09"
  470.                                 data-onglet="4">
  471.                                 <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 }}
  472.                                 </a>
  473.                             </div>
  474.                         </div>
  475.                     </nav>
  476.                 </div>
  477.             </div>
  478.             {% if valorisations %}
  479.             <div class="row mb-3 d-lg-none">
  480.                 <div class="onglet6 mb-3 col-12">
  481.                     <nav>
  482.                         <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  483.                             <div
  484.                                 class="col no-padding-x bl_m_gris br_gris comparables lh09"
  485.                                 data-onglet="6">
  486.                                 <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 }}
  487.                                 </a>
  488.                             </div>
  489.                         </div>
  490.                     </nav>
  491.                 </div>
  492.             </div>
  493.             {% endif %}
  494.             
  495.             <!-- syntheseElite -->
  496.             {% if syntheseElite is defined %}  {# version mobile #}
  497.                 {% if syntheseElite is null  %}{# pas de synthese #}
  498.                     {#<div class="row d-lg-none">
  499.                         <div class="onglet6   col-12">
  500.                             <nav>
  501.                                 <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  502.                                     <div class="col no-padding-x bl_m_gris br_gris atouts lh09 toggle-onglet-ff" data-onglet="30">
  503.                                         <a class="nav-item nav-link ongletSyntheseNull" 
  504.                                           title="Pas encore disponible pour cette annonce"
  505.                                            href="javascript:void(0)" onclick="return false;">  
  506.                                             {{ translate("atouts et leviers <span class='d-none d-none d-lg-block'><br></span>stratégiques", lang, "", "M") | raw }}
  507.                                         </a>
  508.                                     </div>
  509.                                 </div>
  510.                             </nav>
  511.                         </div>
  512.                     </div>
  513.                     <script>
  514.                         // Attendre que le DOM soit chargé
  515.                         document.addEventListener('DOMContentLoaded', function () {
  516.                             const ongletDesactive = document.querySelector('.ongletSyntheseNull');
  517.                             if (ongletDesactive) {
  518.                                 ongletDesactive.addEventListener('click', function (e) {
  519.                                     e.preventDefault();
  520.                                     e.stopPropagation();
  521.                                     return false;
  522.                                 }, true);
  523.                             }
  524.                         });
  525.                     </script>#}
  526.                 {% else  %}  {# version mobile #}
  527.                     <div class="row d-lg-none">
  528.                         <div class="onglet6   col-12">
  529.                             <nav>
  530.                                 <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  531.                                     <div class="col no-padding-x bl_m_gris br_gris atouts lh09" data-onglet="30">
  532.                                         <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 }}">  
  533.                                             {{ translate("atouts et leviers <span class='d-none d-none d-lg-block'><br></span>stratégiques", lang, "", "M") | raw }}
  534.                                         </a>
  535.                                     </div>
  536.                                 </div>
  537.                             </nav>
  538.                         </div>
  539.                     </div>
  540.                 {% endif  %}
  541.             {% endif %}
  542.             <!-- syntheseElite -->
  543.             <!-- CONTACTER DEPOSANT -->
  544.             <div id="onglet-7"
  545.                 class="card my-3 no_shadow onglet-7">
  546.                 <div class="card-body">
  547.                     <div class="row">
  548.                         <div class="r-tabs col-12">
  549.                             <div class="r-tabs-nav input-group">
  550.                                 {% if dejaCommande %}
  551.                                 <div class="col-12 alert alert-warning fs12 text-center my-5"
  552.                                     role="alert">
  553.                                     {{ translate("vous avez deja commande cette annonce",lang,"","M") | raw }}
  554.                                     - V
  555.                                     {{ annonce.id_annonce_vendeur }}
  556.                                     !
  557.                                 </div>
  558.                                 <table
  559.                                     class="table table-striped col-12 col-md-6 offset-md-3 mb-5">
  560.                                     <tbody>
  561.                                         <tr>
  562.                                             <td>{{ translate("nom contact",lang,"","M") | raw }}</td>
  563.                                             <td><strong>{{ annonce.nom_contact }}</strong></td>
  564.                                         </tr>
  565.                                         <tr>
  566.                                             <td>{{ translate("telephone",lang,"","M") | raw }}</td>
  567.                                             <td><strong>{{ annonce.telephone }}</strong></td>
  568.                                         </tr>
  569.                                         <tr>
  570.                                             <td>{{ translate("e-mail",lang,"","M") | raw }}</td>
  571.                                             <td><strong>{{ annonce.email }}</strong></td>
  572.                                         </tr>
  573.                                         <tr>
  574.                                             <td>{{ translate("commentaire",lang,"","M") | raw }}</td>
  575.                                             <td><strong>{{ annonce.commentaires }}</strong></td>
  576.                                         </tr>
  577.                                     </tbody>
  578.                                 </table>
  579.                                 <div class="col-12 text-center">
  580.                                     {{ translate('vous pouvez aussi retrouver l\'ensemble de <a href="/compte/commandes"> vos commandes </a>',lang,"","M") | raw }}
  581.                                 </div>
  582.                                 <br>
  583.                                 <br>
  584.                                 <br>
  585.                                 <br>
  586.                                 <br>
  587.                                 <br>
  588.                                 {% elseif lignePanier %}
  589.                                 <div class="col-12 alert alert-success fs12 text-center my-5"
  590.                                     role="alert">
  591.                                     {{ translate("l'annonce a ete ajoutee dans votre panier",lang,"","M") | raw }}
  592.                                 </div>
  593.                                 <div class="col-12 col-lg-6 text-center text-lg-right">
  594.                                     <div class="col-sm-12 my-3">
  595.                                         <a href="#" class="button-rond" role="button"
  596.                                             aria-pressed="true">
  597.                                             <div class="icon-btn-vous">
  598.                                                 <i class="fas fa-chevron-circle-left fa-2x white"></i>
  599.                                             </div>&nbsp;&nbsp;&nbsp;
  600.                                             <div class="float-right pt-1">
  601.                                                 {{ translate("continuer la recherche",lang,"","M") | raw }}
  602.                                             </div>
  603.                                         </a>
  604.                                     </div>
  605.                                 </div>
  606.                                 <div class="col-12 col-lg-6 text-center text-lg-left">
  607.                                     <div class="col-sm-12 my-3">
  608.                                         <a href="/panier" class="button-rond-vert" role="button"
  609.                                             aria-pressed="true">
  610.                                             <div class="icon-btn-vous">
  611.                                                 <i class="fas fa-shopping-cart fa-2x white"></i>
  612.                                             </div>&nbsp;&nbsp;&nbsp;
  613.                                             <div class="float-right pt-1">
  614.                                                 {{ translate("consulter le panier",lang,"","M") | raw }}
  615.                                                 &nbsp;
  616.                                             </div>
  617.                                         </a>
  618.                                     </div>
  619.                                 </div>
  620.                                 <br>
  621.                                 <br>
  622.                                 <br>
  623.                                 <br>
  624.                                 <br>
  625.                                 <br>
  626.                                 {% elseif hasForfait %}
  627.                                 <div class="col-12 alert alert-success fs12 text-center my-5"
  628.                                     role="alert">
  629.                                     {% if forfaitAUtiliser.code_service[0:3] == "abo" and forfaitAUtiliser.code_service[0:6]!="abo_fe" %}
  630.                                     {% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
  631.                                     {% if forfaitAUtiliser.code_service[4:2]==10 %}
  632.                                     {% set itemAbo = { 'nb': 10,'date':date} %}
  633.                                     {% elseif forfaitAUtiliser.code_service[4:2]==20 %}
  634.                                     {% set itemAbo = { 'nb': 20,'date':date} %}
  635.                                     {% elseif forfaitAUtiliser.code_service[4:2]==30 %}
  636.                                     {% set itemAbo = { 'nb': 30,'date':date} %}
  637.                                     {% endif %}
  638.                                     {{ translate("vous beneficiez dun abonnement annuel %$nb%$ MER / mois valable jusqu'au %$date%$",lang,"","M","s",itemAbo) | raw }}
  639.                                     {% elseif forfaitAUtiliser.code_service[0:6]=="abo_fe" %}
  640.                                     {% if forfaitAUtiliser.code_service[7:2]==10 %}
  641.                                     {% set itemAbo = { 'nb': 10} %}
  642.                                     {% elseif forfaitAUtiliser.code_service[7:2]==20 %}
  643.                                     {% set itemAbo = { 'nb': 20} %}
  644.                                     {% elseif forfaitAUtiliser.code_service[7:2]==30 %}
  645.                                     {% set itemAbo = { 'nb': 30} %}
  646.                                     {% elseif forfaitAUtiliser.code_service[7:2]==40 %}
  647.                                     {% set itemAbo = { 'nb': 40} %}
  648.                                     {% endif %}
  649.                                     {{ translate("vous beneficiez dun abonnement %$nb%$ MER / mois",lang,"","M","s",itemAbo) | raw }}
  650.                                     {% else %}
  651.                                     {% if forfaitAUtiliser.code_service == "pack_5" %}
  652.                                     {% set nom=translate('5 MER',lang) %}
  653.                                     {% elseif forfaitAUtiliser.code_service == "pack_10" %}
  654.                                     {% set nom=translate('10 MER',lang) %}
  655.                                     {% elseif forfaitAUtiliser.code_service == "pack_20" %}
  656.                                     {% set nom=translate('20 MER',lang) %}
  657.                                     {% elseif forfaitAUtiliser.code_service == "consultation_pm_promotionnelle" %}
  658.                                     {% set nom=translate('consultation promotionnelle',lang) %}
  659.                                     {% else %}
  660.                                     {% set nom=forfaitAUtiliser.code_service %}
  661.                                     {% endif %}
  662.                                     {% if forfaitAUtiliser.date_fin_acces is defined and forfaitAUtiliser.date_fin_acces and forfaitAUtiliser.nb_utilisations_restantes is defined and forfaitAUtiliser.nb_utilisations_restantes %}
  663.                                     {% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
  664.                                     {% set itemAbo = { 'nom':nom,'nb': forfaitAUtiliser.nb_utilisations_restantes,'date':date} %}
  665.                                     {{ 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 }}
  666.                                     *
  667.                                     {% elseif forfaitAUtiliser.date_fin_acces is defined and forfaitAUtiliser.date_fin_acces %}
  668.                                     {% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
  669.                                     {% set itemAbo = { 'nom':nom,'date':date} %}
  670.                                     {{ translate('vous beneficiez d\'un service "%$nom%$" jusqu\'au %$date%$',lang,"","M","s",itemAbo) | raw }}
  671.                                     *
  672.                                     {% elseif forfaitAUtiliser.nb_utilisations_restantes is defined and forfaitAUtiliser.nb_utilisations_restantes %}
  673.                                     {% set itemAbo = { 'nom':nom,'nb':forfaitAUtiliser.nb_utilisations_restantes} %}
  674.                                     {{ translate('vous beneficiez d\'un service "%$nom%$" pour lequel il vous reste %$nb%$ mises en relation a utiliser',lang,"","M","s",itemAbo) | raw }}
  675.                                     *
  676.                                     {% else %}
  677.                                     {% set itemAbo = { 'nom':nom} %}
  678.                                     {{ translate('vous beneficiez d\'un service "%$nom%$"',lang,"","M","s",itemAbo) | raw }}
  679.                                     *
  680.                                     {% endif %}
  681.                                     {% endif %}
  682.                                 </div>
  683.                                 <div class="col-12">
  684.                                     {{ translate("ajouter cette annonce au panier en cliquant sur le bouton ci-dessous" ,lang,"","M") | raw }}
  685.                                     **
  686.                                 </div>
  687.                                 <div class="col-12 text-center mt-3 mb-5">
  688.                                     <div class="col-sm-12 my-3">
  689.                                         <form action="/panier/ajoute-panier" method="POST">
  690.                                             <input type="hidden" id="id_annonce" name="id_annonce"
  691.                                                 value="{{annonce.id_annonce_vendeur}}"> <input
  692.                                                 type="hidden" id="type" name="type"
  693.                                                 value="{{typeAnnoncePanier}}">
  694.                                             <button type="submit" class="btn btn-acheteur" role="button"
  695.                                                 aria-pressed="true">
  696.                                                 <div class="icon-btn-vous">
  697.                                                     <i class="fas fa-chevron-circle-left fa-2x white"></i>
  698.                                                 </div>
  699.                                                 &nbsp;&nbsp;&nbsp;
  700.                                                 <div class="float-right pt-1">
  701.                                                     {{ translate("ajouter au panier" ,lang,"","M") | raw }}
  702.                                                 </div>
  703.                                             </button>
  704.                                         </form>
  705.                                     </div>
  706.                                 </div>
  707.                                 <div class="col-12 mt-4 mb-3">
  708.                                     <small> * : {{ translate("charte 1 deposant forfait" ,lang,"","M") | raw }}<br>
  709.                                         ** : {{ translate("charte 2 deposant forfait" ,lang,"","M") | raw }}
  710.                                     </small>
  711.                                 </div>
  712.                                 {% else %}
  713.                                 <div class="col-12 mb-3 alert alert-warning" role="alert">
  714.                                     <i class="fa-solid fa-circle-exclamation "></i>&nbsp;&nbsp;<span
  715.                                         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 }}
  716.                                     </span>
  717.                                 </div>
  718.                                 {% if app.session.all.user is defined %}
  719.                                 {% else %}
  720.                                 <div class="col-12 col-lg-6 bkg_gris_clair mb-5">
  721.                                     <!--    <div class="my-3 text-center mb-5">
  722.                                               <h5 class="color_bleu"> {{ translate("vous disposez dun forfait de mise en relation",lang,"","M") | raw }}</h5>
  723.                                         {{ translate("identifiezvous pour acceder a votre espace prive",lang,"","M") | raw }}
  724.                                     </div>-->
  725.                                     {{ render_esi(controller(
  726.                                                  'App\\Controller\\SecurityController::login'
  727.                                              )) | spaceless }}
  728.                                     <div class="modal-footer bkg_gris_clair">
  729.                                         <div class="col-12 text-center mb-3">
  730.                                             <h5 class="modal-title">Vous n'avez pas de compte</h5>
  731.                                             <a href="/creation-compte" aria-pressed="true"
  732.                                                 class="button-rond mt-2" role="button"> Créer un compte
  733.                                             </a>
  734.                                         </div>
  735.                                     </div>
  736.                                 </div>
  737.                                 {% endif %}
  738.                                 {% if app.session.all.user is defined %}
  739.                                     <div class="col-12 col-lg-10 offset-lg-1 col-xl-6 offset-xl-3">
  740.                                 {% else %}
  741.                                     <div class="col-12 col-lg-6">
  742.                                         {% endif %}
  743.                                         <div class="my-3 text-center mb-5">
  744.                                             <h5 class="color_bleu">
  745.                                                 {{ translate("vous souhaitez souscrire à une offre" ,lang,"","M") | raw }}
  746.                                                 *
  747.                                             </h5>
  748.                                                 <a href="/comparatif-offres-fusacq" target="_blank" aria-pressed="true" class="button-rond-blanc mt-2" role="button">
  749.                                                     {{translate("quelle offre est faite pour vous" ,lang,"","M") | raw }} ?</a>
  750.                                         </div>
  751.                                         <form action="/panier/ajoute-panier" method="POST">
  752.                                             <div class="col-12 col-md-10 offset-md-1 text-left">
  753.                                                 <div class="custom-control custom-radio mb-3">
  754.                                                     <input class="custom-control-input" type="radio"
  755.                                                         name="commande" id='radios1' value="commande_unitaire"
  756.                                                         checked> <label class="custom-control-label"
  757.                                                         for="radios1"> {{ translate("mise en relation unitaire" ,lang,"","M") | raw }}
  758.                                                         : {{ tarifUnitaireAnnonce(annonce.ca_n,codePays) }}
  759.                                                         {{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
  760.                                                     </label>
  761.                                                 </div>
  762.                                                 <span class="bleu_fusacq ml-4 fs11">{{ translate("$$pack$${p|packs}",lang,"","M","p") | raw }}</span><br>
  763.                                                 <div class="custom-control custom-radio mt-2">
  764.                                                     <input class="custom-control-input" type="radio"
  765.                                                         name="commande" id='radios2' value="pack_5"> <label
  766.                                                         class="custom-control-label" for="radios2"> {{ translate("%%nb_relation_mer_offre_1%% mises en relation :" ,lang,"","M") | raw }}
  767.                                                         {{ tarif('tarif_pack_mer_5_fusacq',codePays) }}
  768.                                                         {{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
  769.                                                         **
  770.                                                     </label>
  771.                                                 </div>
  772.                                                 <div class="custom-control custom-radio">
  773.                                                     <input class="custom-control-input" type="radio"
  774.                                                         name="commande" id='radios3' value="pack_10"> <label
  775.                                                         class="custom-control-label" for="radios3"> {{ translate("%%nb_relation_mer_offre_2%% mises en relation :" ,lang,"","M") | raw }}
  776.                                                         {{ tarif('tarif_pack_mer_10_fusacq',codePays) }}
  777.                                                         {{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
  778.                                                         **
  779.                                                     </label>
  780.                                                 </div>
  781.                                                 <div class="custom-control custom-radio mb-3">
  782.                                                     <input class="custom-control-input" type="radio"
  783.                                                         name="commande" id='radios4' value="pack_20"> <label
  784.                                                         class="custom-control-label" for="radios4"> {{ translate("%%nb_relation_mer_offre_3%% mises en relation :" ,lang,"","M") | raw }}
  785.                                                         {{ tarif('tarif_pack_mer_20_fusacq',codePays) }}
  786.                                                         {{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
  787.                                                         **
  788.                                                     </label>
  789.                                                 </div>
  790.                                                 <span class="bleu_fusacq ml-4 fs11">{{ translate("$$abonnement annuel$${p|abonnements annuels}",lang,"","M","p") | raw }}</span><br>
  791.                                                 <div class="custom-control custom-radio mt-2">
  792.                                                     <input class="custom-control-input" type="radio"
  793.                                                         name="commande" id='radios5' value="abo_10_par_mois">
  794.                                                     <label class="custom-control-label" for="radios5">
  795.                                                         {{ translate("jusqu’a %%nb_relation_mer_offre_abo_annuel_1%% mer /mois :" ,lang,"","M") | raw }}
  796.                                                         {{ tarif('tarif_abo_10_mer_mois_fusacq',codePays) }}
  797.                                                         {{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
  798.                                                         ***
  799.                                                     </label>
  800.                                                 </div>
  801.                                                 <div class="custom-control custom-radio">
  802.                                                     <input class="custom-control-input" type="radio"
  803.                                                         name="commande" id='radios6' value="abo_20_par_mois">
  804.                                                     <label class="custom-control-label" for="radios6">
  805.                                                         {{ translate("jusqu’a %%nb_relation_mer_offre_abo_annuel_2%% mer /mois :" ,lang,"","M") | raw }}
  806.                                                         {{ tarif('tarif_abo_20_mer_mois_fusacq',codePays) }}
  807.                                                         {{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
  808.                                                         ***
  809.                                                     </label>
  810.                                                 </div>
  811.                                                 <div class="custom-control custom-radio">
  812.                                                     <input class="custom-control-input" type="radio"
  813.                                                         name="commande" id='radios7' value="abo_30_par_mois">
  814.                                                     <label class="custom-control-label" for="radios7">
  815.                                                         {{ translate('jusqu’a %%nb_relation_mer_offre_abo_annuel_3%% mer /mois :' ,lang,"","M") | raw }}
  816.                                                         {{ tarif('tarif_abo_30_mer_mois_fusacq',codePays) }}
  817.                                                         {{devise(codePays)}} {{ translate("HT",lang,"") | raw }}
  818.                                                         ***
  819.                                                     </label>
  820.                                                 </div>
  821.                                             </div>
  822.                                             <input type="hidden" id="id_annonce" name="id_annonce"
  823.                                                 value="{{annonce.id_annonce_vendeur}}"> <input
  824.                                                 type="hidden" id="type" name="type"
  825.                                                 value="{{typeAnnoncePanier}}">
  826.                                             <div class="col-12 text-center mb-3 mt-2 pt-4">
  827.                                                 {% if app.session.all.user is defined %}
  828.                                                 <button type="submit" class="button-rond" role="button"
  829.                                                     aria-pressed="true">
  830.                                                     {{ translate("commander" ,lang,"","M") | raw }}
  831.                                                 </button>
  832.                                                 {% else %}
  833.                                                 <a class="button-rond" role="button" aria-pressed="true"
  834.                                                     href="#" onclick="afficheAlert()"> {{ translate("commander" ,lang,"","M") | raw }}
  835.                                                 </a>
  836.                                                 {% endif %}
  837.                                             </div>
  838.                                         </form>
  839.                                     </div>
  840.                                     <div class="col-12 mt-4 mb-3">
  841.                                         <small> * : {{ translate("charte 1 deposant" ,lang,"","M") | raw }}<br>
  842.                                             ** : {{ translate("charte 2 deposant" ,lang,"","M") | raw }}<br>
  843.                                             *** : {{ translate("%%prix_sup_abo%% € ht la mer au-dela, sur une duree dun an" ,lang,"","m") | raw }}
  844.                                         </small>
  845.                                     </div>
  846.                                 </div>
  847.                                 {% endif %}
  848.                             </div>
  849.                         </div>
  850.                     </div>
  851.                 </div>
  852.             </div>
  853.             <!-- FIN CONTACTER DEPOSANT -->
  854.             <!-- FIN DETAILS ANNONCES -->
  855.         </div>
  856.         <!--FIN COLONNE DROITE -->
  857.     </div>
  858.     <!--FIN ROW CONTAINER -->
  859. </div>
  860. <!--FIN CONTAINER -->
  861. {% endblock %}
  862. {% block javascripts %}
  863. {{ parent() }}
  864.     <script type="text/javascript">
  865.     $(document).ready(function () {
  866.         $('[data-toggle="tooltip"]').tooltip();
  867.     });
  868.    </script>
  869. <script src="https://www.google.com/recaptcha/api.js?hl=fr"></script>
  870. <script type="module"
  871.     src="{{ asset('build/js/annonces/details_annonce.js') }}"></script>
  872. <script type="module"
  873.     src="{{ asset('build/js/annonces/partager_annonce.js') }}"></script>
  874. <script type="application/javascript"
  875.     data-name="{{ codePaysWithUnderScore }}" id="codePaysParam"
  876.     src="{{ asset('build/js/annonces/favoris.js') }}"></script>
  877. {% include 'annonces/fragments/modal_favoris.html.twig' %}
  878. <script>
  879.     sessionStorage.removeItem("form"); // desactive le bug du modal login
  880.     document.getElementById('onglet-7').scrollIntoView({
  881.       behavior: 'smooth'
  882.     });
  883.   function afficheAlert() {
  884.       alert("Merci de vous authentifier (ou de vous créer un compte) pour pouvoir commander.");
  885.   }
  886. </script>
  887. {% endblock %}