templates/vendre_entreprise/contacter_deposant_annonce_acheteur.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block stylesheets %}  {{ parent() }}
  3.     <link rel="stylesheet" href="{{ asset('build/css/vendre_entreprise/vendre_entreprise.css') }}">
  4.     <link rel="stylesheet" href="{{ asset('build/css/annuaires/repreneurs/repreneurs_recherche.css') }}">
  5. {% endblock %}
  6. {% block body %}
  7.     {% include 'assets/assets_vuejs.html.twig' %}
  8.     <!-- Menu  -->
  9.     {{ render_esi(controller(
  10.       'App\\Controller\\CoreController::menu',
  11.       {   "lang": lang,
  12.           "currentRoute":"vendre_entreprise_annonce_acquisition_details",
  13.           "codePays": codePaysWithUnderScore }
  14.     )) | spaceless }}
  15.     <!-- Menu  -->
  16.     <!-- Publicité  -->
  17.     {% include 'includes/publicite.html.twig' %}
  18.     <!-- Publicité  -->
  19.     <div class="container" id="app">
  20.         <div class="row">
  21.             <!--COLONNE GAUCHE -->
  22.             {% include 'includes/colonne_gauche_details_annonce.html.twig' %}
  23.             <!--FIN COLONNE GAUCHE -->
  24.             <!--COLONNE DROITE -->
  25.             <div class="col-12 col-lg-9 bkg_blanc">
  26.                 <!-- ARIANE -->
  27.                 <nav aria-label="breadcrumb" class="d-none d-sm-block">
  28.                     <ol class="breadcrumb">
  29.                         {% if from == "ouvrir-capital" %}
  30.                         <li class="breadcrumb-item"><a href="{{ path('index',{'codePays':codePays}) }}">{{ translate("accueil",lang,"","M") | raw }}</a></li>
  31.                         <li class="breadcrumb-item"><a href="{{ path('ouvrir_capital_business_angel',{'codePays':codePaysWithUnderScore}) }}">{{ translate("ouvrir mon capital",lang,"","M") | raw }}</a></li>
  32.                         <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>
  33.                         {% else %}
  34.                         <li class="breadcrumb-item"><a href="{{ path('index',{'codePays':codePays}) }}">{{ translate("accueil",lang,"","M") | raw }}</a></li>
  35.                         <li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}">{{ translate("vendre une entreprise",lang,"","M") | raw }}</a></li>
  36.                         <li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_resultats_annonces_acquisition',{'codePays':codePaysWithUnderScore}) }}">{{ translate("annonces d'acquisition",lang,"","M") | raw }}</a></li>
  37.                         {% endif %}
  38.                         {% for element in annonce.tab_fil_ariane %}
  39.                         <li class="breadcrumb-item">
  40.                             <a href="{{ element.lien }}"
  41.                                title="{{ translate("acquisition d'entreprise",lang,"","M") | raw }} {% if element.secteur_activite is not defined %}{{ element.nom }}{% else %}{{ element.secteur_activite }}, {{ element.nom }}{% endif %}">&nbsp;{{ element.nom }}
  42.                             </a>
  43.                         </li>
  44.                         {% endfor %}
  45.                     </ol>
  46.                 </nav>
  47.                 <!-- FIN ARIANE -->
  48.                 {% if app.session.flashbag.peek('error')|length > 0 %}
  49.                     <div class="alert alert-danger" role="alert">
  50.                         <p>{{ translate("veuillez corriger les erreurs suivantes",lang,"","M","") | raw }} :</p>
  51.                         {% for message in app.flashes('error') %}
  52.                             - {{ message }}<br>
  53.                         {% endfor %}
  54.                     </div>
  55.                 {% endif %}
  56.                 {% if app.session.flashbag.peek('success')|length > 0 %}
  57.                     <div class="alert alert-success" role="alert">
  58.                         {% for message in app.flashes('success') %}
  59.                             - {{ message }}<br>
  60.                         {% endfor %}
  61.                     </div>
  62.                 {% endif %}
  63.                 <!--3 BOUTONS-->
  64.                 <div class="row my-3">
  65.                     <div class="col-4">
  66.                         {% if previousAnnonce and fromAlaUne is null and dernieresAnnonces is null %}
  67.                             {% set lienPrevious = path('vendre_entreprise_annonce_acquisition_details', {
  68.                         'slug': previousAnnonce.titre_annonce|slugify,
  69.                         'nomLocalisation': previousAnnonce.nom_localisation_slug,
  70.                         'idAnnonce': previousAnnonce.id_annonce_acheteur,
  71.                         'codePays': codePaysWithUnderScore
  72.                         }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexPrevious %}
  73.                             <a href="{{ lienPrevious }}" title="{{ translate("precedente",lang,"","M") | raw }}" class="deco_none {{ colorClass }}">
  74.                                 <div class="float-left"><i class="fa fa-chevron-circle-left fa-2x"></i></div>
  75.                                 <div class="d-none d-xl-block lh20">&nbsp;&nbsp;{{ translate("precedente",lang,"","M") | raw }}</div>
  76.                             </a>
  77.                         {% endif %}
  78.                     </div>
  79.                     <div class="col-4 text-center align-content-center" style="text-align:center">
  80.                         <div class="bloc_140 contenu_centre">
  81.                             {% if urlRetourList %}
  82.                                 <a href="{{ urlRetourList }}" class="deco_none {{ colorClass }} d-inline-block d-xl-inline" title="{{ translate("retour liste",lang,"","M") | raw }}" class="deco_none {{ colorClass }}">
  83.                                     <div class="float-left"><i class="fa fa-chevron-circle-up fa-2x"></i></div>
  84.                                     <div class="d-none d-xl-block lh20" style="background-color: #FFF; vertical-align: middle;">&nbsp;&nbsp;{{ translate("retour liste",lang,"","M") | raw }}</div>
  85.                                 </a>
  86.                             {% endif %}
  87.                         </div>
  88.                     </div>
  89.                     <div class="col-4 text-right" style=" text-align: right">
  90.                         {% if nextAnnonce and fromAlaUne is null and dernieresAnnonces is null %}
  91.                             {% set lienNext = path('vendre_entreprise_annonce_acquisition_details', {
  92.                         'slug': nextAnnonce.titre_annonce|slugify,
  93.                         'nomLocalisation': nextAnnonce.nom_localisation_slug,
  94.                         'idAnnonce': nextAnnonce.id_annonce_acheteur,
  95.                         'codePays': codePaysWithUnderScore
  96.                         }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ indexNext %}
  97.                             <a href="{{ lienNext }}" style="text-decoration:none;" title="{{ translate("suivante",lang,"","M") | raw }}" class="deco_none {{ colorClass }}">
  98.                                 <div class="float-right"><i class="fa fa-chevron-circle-right fa-2x"></i></div>
  99.                                 <div class="d-none d-xl-block lh20" style="vertical-align:middle;">{{ translate("suivante",lang,"","M") | raw }}&nbsp;&nbsp;</div>
  100.                             </a>
  101.                         {% endif %}
  102.                     </div>
  103.                 </div>
  104.                 <!--FIN 3 BOUTONS-->
  105.                 <!-- CARD -->
  106.                 <div class="card no_shadow">
  107.                     <div class="card-body">
  108.                         <div class="row">
  109.                             <div class="col-12 mb-2 ml-lg-3">
  110.                                 <h2 class="{{ titreClass }}">
  111.                                     {{ annonce.titre_annonce }}
  112.                                 </h2>
  113.                             </div>
  114.                             <div class="col-12 col-sm-8 ml-lg-5">
  115.                                 <ul class="cat_regions">
  116.                                     <li>{{ translate("ref.",lang,"","M") | raw }} : <strong>A{{ annonce.id_annonce_acheteur }}</strong></li>
  117.                                         {% if from and from == 'ouvrir-capital' %}
  118.                                         <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>
  119.                                         {% else %}
  120.                                         <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>
  121.                                         {% endif %}
  122.                                     <li>
  123.                                         {{ translate(terme_pour_la_date,lang,"","M") | raw }} <strong>{{ annonce.date_parution_object | date('d/m/Y') }}</strong>
  124.                                     </li>
  125.                                     <li>
  126.                                         {{ translate("localisations souhaitees",lang,"","M") | raw }} :
  127.                                         {% for localisation in annonce.localisations %}
  128.                                             <a href="{{ localisation.lien_localisation }}">{{ localisation.nom_localisation }}</a>{% if localisation != annonce.localisations|last %},&nbsp;{% endif %}
  129.                                         {% endfor %}
  130.                                     </li>
  131.                                     {% if from and from == 'ouvrir-capital' %}
  132.                                         {% if annonce.apport_perso_repreneur > 0 %}
  133.                                         <li>{{ translate("investissement possible : jusqu'à",lang,"","M") | raw }}  <strong>{{ annonce.apport_perso_repreneur | number_format(0, ',', ' ')  }} k€</strong></li>
  134.                                         {% endif %}
  135.                                     {% else %}
  136.                                         {% if annonce.type_raprochement != "partenaire" %}
  137.                                             {% if annonce.ca_max > 0 %}
  138.                                             <li>{{ translate("CA max recherché :",lang,"","M") | raw }}  <strong>{{ annonce.ca_max | number_format(0, ',', ' ')  }} k€</strong></li>
  139.                                             {% endif %}
  140.                                         {% endif %}
  141.                                     {% endif %}
  142.                                     <li>
  143.                                         <li>
  144.                                             <div class="mb-3">
  145.                                                 <span class="badge3 {{ badgeClass }}">{{ type_acquisition | upper }}</span>&nbsp;
  146.                                             </div>
  147.                                         </li>
  148.                                     </li>
  149.                                 </ul>
  150.                             </div>
  151.                             <div class="col-6 col-sm-3 mt-2" style="height: 183px;">
  152.                                 {% if  annonce.cartes.id_localisation_by_country|length == 1 %}
  153.                                     {% if annonce.cartes.id_localisation_by_country|keys |first == "33" %}
  154.                                         <img class="img-fluid"
  155.                                              id='absolute_index_1'
  156.                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png"
  157.                                              alt="France">
  158.                                         {% for k, carte  in annonce.cartes.id_localisation_by_country.33 %}
  159.                                             <img class="img-fluid"
  160.                                                  id='absolute_index_2'
  161.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png"
  162.                                                  alt="France">
  163.                                         {% endfor %}
  164.                                     {% endif %}
  165.                                     {% if annonce.cartes.id_localisation_by_country|keys |first == "41" %}
  166.                                         {% if annonce.cartes.id_localisation_by_country.41 |length == 1 %}
  167.                                             <img class="img-fluid"
  168.                                                  id='absolute_index_2'
  169.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/{{ annonce.cartes.id_localisation_by_country.41|first }}.png"
  170.                                                  alt="Suisse">
  171.                                         {% else %}
  172.                                             <img class="img-fluid"
  173.                                                  id='absolute_index_2'
  174.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/41_transparent.png"
  175.                                                  alt="Suisse">
  176.                                         {% endif %}
  177.                                     {% endif %}
  178.                                     {% if annonce.cartes.id_localisation_by_country|keys |first == "01" %}
  179.                                         {% if annonce.cartes.id_localisation_by_country['01'] |length == 1 %}
  180.                                             <img class="img-fluid"
  181.                                                  id='absolute_index_2'
  182.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/{{ annonce.cartes.id_localisation_by_country['01']|first }}.png"
  183.                                                  alt="Canada">
  184.                                         {% else %}
  185.                                             <img class="img-fluid"
  186.                                                  id='absolute_index_2'
  187.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/01_transparent.png"
  188.                                                  alt="Canada">
  189.                                         {% endif %}
  190.                                     {% endif %}
  191.                                     {% if annonce.cartes.id_localisation_by_country|keys |first == "32" %}
  192.                                         {% if annonce.cartes.id_localisation_by_country.32 |length == 1 %}
  193.                                             <img class="img-fluid"
  194.                                                  id='absolute_index_2'
  195.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/{{ annonce.cartes.id_localisation_by_country.32|first }}.png"
  196.                                                  alt="Belgique">
  197.                                         {% else %}
  198.                                             <img class="img-fluid"
  199.                                                  id='absolute_index_2'
  200.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/32_transparent.png"
  201.                                                  alt="Belgique">
  202.                                         {% endif %}
  203.                                     {% endif %}
  204.                                 {% endif %}
  205.                                 {% if  annonce.cartes.id_localisation_by_country|length  > 1 %}
  206.                                     {% if 33 in annonce.cartes.id_localisation_by_country|keys %}
  207.                                         <img class="img-fluid"
  208.                                              id='absolute_index_1'
  209.                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png"
  210.                                              alt="France">
  211.                                         {% for k, carte  in annonce.cartes.id_localisation_by_country.33 %}
  212.                                             <img class="img-fluid"
  213.                                                  id='absolute_index_2'
  214.                                                  src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png"
  215.                                                  alt="France">
  216.                                         {% endfor %}
  217.                                         <img class="img-fluid"
  218.                                              id='absolute_index_2'
  219.                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/monde.png"
  220.                                              alt="Monde">
  221.                                     {% endif %}
  222.                                     {% if 33 not in annonce.cartes.id_localisation_by_country|keys %}
  223.                                         <img class="img-fluid"
  224.                                              id='absolute_index_2'
  225.                                              src="{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/monde_transparent.png"
  226.                                              alt="Monde">
  227.                                     {% endif %}
  228.                                 {% endif %}
  229.                             </div>
  230.                         </div>
  231.                         <!-- FAVORIS - ENVOYER A UN AMI - IMPRIMER PAGE -->
  232.                         <div class="row mt-3">
  233.                             <div class="col-2 col-sm-2 ml-lg-5 pt-1">
  234.                                 {{ render_esi(controller(
  235.                                     'App\\Controller\\AnnoncesController::partager',
  236.                                     {
  237.                                         "lang": lang,
  238.                                         "codePays": codePaysWithUnderScore,
  239.                                         "idAnnonce": annonce.id_annonce_acheteur,
  240.                                         "typeAnnonce":"A",
  241.                                         "from" : fromOnglet
  242.                                     }
  243.                                     ))
  244.                                 }}
  245.                             </div>
  246.                             <div class="col-2 col-sm-2 text-center pt-1">
  247.                                 <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">
  248.                                     <div class="float-left">
  249.                                         <i class="fa fa-print {{ colorClass }}"></i>
  250.                                     </div>
  251.                                     <div class="float-left pl-1 pb-1 d-none d-lg-block {{ colorClass }}">
  252.                                         <small>&nbsp;&nbsp;{{ translate("imprimer",lang,"","M") | raw }}</small>
  253.                                     </div>
  254.                                 </a>
  255.                             </div>
  256.                             <div class="col-2 col-sm-2 text-center pt-1 {{ colorImportant }}">
  257.                                 {% if annonce.is_favoris %}
  258.                                       <div class="float-left">
  259.        <i class="fa-sharp fa-solid fa-heart vert"></i>
  260.    </div>
  261.                                     <a href="{{ path('compte_favoris' ,{'codePays':codePaysWithUnderScore  }) }}" title="{{ translate("favoris", lang, '', 'M', '') }}">
  262.                                         <small>{{ translate("appartient à : mes favoris", lang, '', 'M', '') }}</small>
  263.                                     </a>
  264.                                 {% else %}
  265.                                     <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">
  266.                                         <div class="float-left">
  267.                                             <i class="fa-light fa-heart vert"></i>
  268.                                         </div>
  269.                                         <div class="float-left pl-1 pb-1 d-none d-lg-block vert">
  270.                                             <small>&nbsp;&nbsp;{{ translate("favoris",lang,"","M") | raw }}</small>
  271.                                         </div>
  272.                                     </a>
  273.                                 {% endif %}
  274.                             </div>
  275.                             <div class="col-6 col-sm-4 col-md-5 col-lg-4 offset-sm-1 text-md-right">
  276.                                 {% if annonce.etat is defined and (annonce.etat == "information_transmise" or annonce.etat == "facture_envoyee" or annonce.etat == "cmde_valide") %}
  277.                                     <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>
  278.                                 {% else %}
  279.                                     <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>
  280.                                 {% endif %}  
  281.                             </div>
  282.                         </div>
  283.                         <!-- FIN FAVORIS - ENVOYER A UN AMI - IMPRIMER PAGE -->
  284.                     </div>
  285.                 </div>
  286.                 <!-- FIN CARD -->
  287.                 <div class="row mt-3 detail">
  288.                     <div class="{{ ongletClass }} col-12 mb-3">
  289.                         <nav>
  290.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  291.                                 <div class="col no-padding-x bl_gris br_gris d-none d-lg-block lh09 " data-onglet="1">
  292.                                     <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 }}">
  293.                                         {{ translate("description <span class='d-none d-lg-block'><br></span>generale",lang,"","M") | raw }}
  294.                                     </a>
  295.                                 </div>
  296.                                 <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 " data-onglet="2">
  297.                                     <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 }}">
  298.                                         {{ translate("elements <span class='d-none d-lg-block'><br></span>chiffres",lang,"","M") | raw }}
  299.                                     </a>
  300.                                 </div>
  301.                                 <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 " data-onglet="3">
  302.                                     <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 }}">
  303.                                         {{ translate("infos sur<span class='d-none d-lg-block'><br></span> l'acquereur",lang,"","M") | raw }}
  304.                                     </a>
  305.                                 </div>
  306.                                 <div class="col no-padding-x bl_m_gris br_gris d-none d-lg-block lh09 " data-onglet="4">
  307.                                     <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 }}">
  308.                                         {{ translate("complement <span class='d-none d-lg-block'><br></span>d'information",lang,"","M") | raw }}
  309.                                     </a>
  310.                                 </div>
  311.                                 <div class="col no-padding-x bl_m_gris br_gris sectorielles d-none d-lg-block lh09 " data-onglet="5">
  312.                                     <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 }}">
  313.                                         {{ translate("infos <span class='d-none d-lg-block'><br></span>sectorielles",lang,"","M") | raw }}
  314.                                     </a>
  315.                                 </div>
  316.                                 {% if valorisations %}
  317.                                 <div class="col no-padding-x bl_m_gris br_gris comparables d-none d-lg-block lh09 " data-onglet="6">
  318.                                     <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 }}">
  319.                                         {{ translate("transactions <span class='d-none d-lg-block'><br></span>comparables",lang,"","M") | raw }}
  320.                                     </a>
  321.                                 </div>
  322.                                 {% endif %}
  323.                             </div>
  324.                         </nav>
  325.                     </div>
  326.                 </div>
  327.                 
  328.                 <div class="row d-lg-none" id="top-nav">
  329.                     <div class="{{ ongletClass }} col-12">
  330.                         <nav>
  331.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  332.                                 <div class="col no-padding-x bl_m_gris br_gris lh09 " data-onglet="1">
  333.                                     <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">
  334.                                         {{ translate("description <span class='d-none d-lg-block'><br></span>generale",lang,"","M") | raw }}
  335.                                     </a>
  336.                                 </div>
  337.                             </div>
  338.                         </nav>
  339.                     </div>
  340.                 </div>
  341.                 
  342.                 <div class="row d-lg-none">
  343.                     <div class="{{ ongletClass }} col-12">
  344.                         <nav>
  345.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  346.                                 <div class="col no-padding-x bl_m_gris br_gris lh09 " data-onglet="2">
  347.                                     <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">
  348.                                         {{ translate("elements <span class='d-none d-lg-block'><br></span>chiffres",lang,"","M") | raw }}
  349.                                     </a>
  350.                                 </div>
  351.                             </div>
  352.                         </nav>
  353.                     </div>
  354.                 </div>
  355.                 <div class="row d-lg-none">
  356.                     <div class="{{ ongletClass }} col-12">
  357.                         <nav>
  358.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  359.                                 <div class="col no-padding-x bl_m_gris br_gris lh09 " data-onglet="3">
  360.                                     <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">
  361.                                         {{ translate("infos sur<span class='d-none d-lg-block'><br></span> l'acquereur",lang,"","M") | raw }}
  362.                                     </a>
  363.                                 </div>
  364.                             </div>
  365.                         </nav>
  366.                     </div>
  367.                 </div>
  368.                 <div class="row d-lg-none">
  369.                     <div class="{{ ongletClass }} col-12">
  370.                         <nav>
  371.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  372.                                 <div class="col no-padding-x bl_m_gris br_gris lh09 " data-onglet="4">
  373.                                     <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">
  374.                                         {{ translate("complement <span class='d-none d-lg-block'><br></span>d'information",lang,"","M") | raw }}
  375.                                     </a>
  376.                                 </div>
  377.                             </div>
  378.                         </nav>
  379.                     </div>
  380.                 </div>
  381.                 
  382.                 <div class="row d-lg-none">
  383.                     <div class="{{ ongletClass }} col-12">
  384.                         <nav>
  385.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  386.                                 <div class="col no-padding-x bl_m_gris br_gris sectorielles lh09 " data-onglet="5">
  387.                                     <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">
  388.                                         {{ translate("infos <span class='d-none d-lg-block'><br></span>sectorielles",lang,"","M") | raw }}
  389.                                     </a>
  390.                                 </div>
  391.                             </div>
  392.                         </nav>
  393.                     </div>
  394.                 </div>
  395.                 
  396.                 {% if valorisations %}
  397.                 <div class="row d-lg-none">
  398.                     <div class="{{ ongletClass }} mb-3 col-12">
  399.                         <nav>
  400.                             <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  401.                                 <div class="col no-padding-x bl_m_gris br_gris comparables lh09 " data-onglet="6">
  402.                                     <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">
  403.                                         {{ translate("transactions <span class='d-none d-lg-block'><br></span>comparables",lang,"","M") | raw }}
  404.                                     </a>
  405.                                 </div>
  406.                             </div>
  407.                         </nav>
  408.                     </div>
  409.                 </div>
  410.                 {% endif %}
  411.                 
  412.                 <!-- CONTACTER DEPOSANT -->
  413.                 <div id="onglet-7" class="card my-3 no_shadow onglet -7">
  414.                     <div class="card-body">
  415.                         <div class="row">
  416.                             <div class="r-tabs col-12">
  417.                                 <div class="r-tabs-nav input-group">
  418.                                     {% if dejaCommande %}
  419.                                         <div class="col-12 alert alert-warning fs12 text-center my-5" role="alert">
  420.                                             {{ translate("vous avez deja commande cette annonce",lang,"","M") | raw }} - A{{ annonce.id_annonce_acheteur }} !
  421.                                         </div>
  422.                                         <table class="table table-striped col-12 col-md-6 offset-md-3 mb-5">
  423.                                             <tbody><tr>
  424.                                                     <td>{{ translate("nom contact",lang,"","M") | raw }}</td>
  425.                                                     <td><strong>{{ annonce.nom_contact }}</strong></td>
  426.                                                 </tr>
  427.                                                 <tr>
  428.                                                     <td>{{ translate("telephone",lang,"","M") | raw }}</td>
  429.                                                     <td><strong>{{ annonce.telephone }}</strong></td>
  430.                                                 </tr>
  431.                                                 <tr>
  432.                                                     <td>{{ translate("e-mail",lang,"","M") | raw }}</td>
  433.                                                     <td><strong>{{ annonce.email }}</strong></td>
  434.                                                 </tr>
  435.                                                 <tr>
  436.                                                     <td>{{ translate("commentaire",lang,"","M") | raw }}</td>
  437.                                                     <td><strong>{{ annonce.commentaires }}</strong></td>
  438.                                                 </tr>
  439.                                             </tbody></table>
  440.                                         <div class="col-12 text-center">
  441.                                             {{ translate('vous pouvez aussi retrouver l\'ensemble de <a href="/compte/commandes"> vos commandes </a>',lang,"","M") | raw }}
  442.                                         </div>
  443.                                         <br><br><br><br><br><br>
  444.                                     {% elseif lignePanier %}
  445.                                         <div class="col-12 alert alert-success fs12 text-center my-5" role="alert">
  446.                                             {{ translate("lannonce a ete ajoutee dans votre panier",lang,"","M") | raw }}
  447.                                         </div>
  448.                                         <div class="col-12 col-lg-6 text-center text-lg-right">
  449.                                             <div class="col-sm-12 my-3">
  450.                                                 <a href="#" class="button-rond" role="button" aria-pressed="true">
  451.                                                     <div class="icon-btn-vous"><i class="fas fa-chevron-circle-left fa-2x white"></i></div>&nbsp;&nbsp;&nbsp;
  452.                                                     <div class="float-right pt-1">{{ translate("continuer la recherche",lang,"","M") | raw }}</div>
  453.                                                 </a>
  454.                                             </div>
  455.                                         </div>
  456.                                         <div class="col-12 col-lg-6 text-center text-lg-left">
  457.                                             <div class="col-sm-12 my-3">
  458.                                                 <a href="/panier" class="button-rond-vert" role="button" aria-pressed="true">
  459.                                                     <div class="icon-btn-vous"><i class="fas fa-shopping-cart fa-2x white"></i></div>&nbsp;&nbsp;&nbsp;
  460.                                                     <div class="float-right pt-1">{{ translate("consulter le panier",lang,"","M") | raw }}&nbsp;</div>
  461.                                                 </a>
  462.                                             </div>
  463.                                         </div><br><br><br><br><br><br>
  464.                                     {% elseif hasForfait %}
  465.                                         <div class="col-12 alert alert-success fs12 text-center my-5" role="alert">
  466.                                             {% if forfaitAUtiliser.code_service[0:3] == "abo" and forfaitAUtiliser.code_service[0:6]!="abo_fe" %}
  467.                                                 {% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
  468.                                                 {% if forfaitAUtiliser.code_service[4:2]==10 %}
  469.                                                     {% set itemAbo = { 'nb': 10,'date':date} %}
  470.                                                 {% elseif forfaitAUtiliser.code_service[4:2]==20 %}
  471.                                                     {% set itemAbo = { 'nb': 20,'date':date} %}
  472.                                                 {% elseif forfaitAUtiliser.code_service[4:2]==30 %}
  473.                                                     {% set itemAbo = { 'nb': 30,'date':date} %}
  474.                                                 {% endif %}
  475.                                                 {{ translate("vous beneficiez dun abonnement annuel %$nb%$ MER / mois valable jusqu'au %$date%$",lang,"","M","s",itemAbo) | raw }}
  476.                                             {% elseif forfaitAUtiliser.code_service[0:6]=="abo_fe" %}
  477.                                                 {% if forfaitAUtiliser.code_service[7:2]==10 %}
  478.                                                     {% set itemAbo = { 'nb': 10} %}
  479.                                                 {% elseif forfaitAUtiliser.code_service[7:2]==20 %}
  480.                                                     {% set itemAbo = { 'nb': 20} %}
  481.                                                 {% elseif forfaitAUtiliser.code_service[7:2]==30 %}
  482.                                                     {% set itemAbo = { 'nb': 30} %}
  483.                                                 {% elseif forfaitAUtiliser.code_service[7:2]==40 %}
  484.                                                     {% set itemAbo = { 'nb': 40} %}
  485.                                                 {% endif %}
  486.                                                 {{ translate("vous beneficiez dun abonnement %$nb%$ MER / mois",lang,"","M","s",itemAbo) | raw }}
  487.                                             {% else %}
  488.                                                 {% if forfaitAUtiliser.code_service == "pack_5" %}
  489.                                                      {% set nom=translate('5 MER',lang) %}
  490.                                                 {% elseif forfaitAUtiliser.code_service == "pack_10" %}
  491.                                                     {% set nom=translate('10 MER',lang) %}
  492.                                                 {% elseif forfaitAUtiliser.code_service == "pack_20" %}
  493.                                                     {% set nom=translate('20 MER',lang) %}
  494.                                                 {% elseif forfaitAUtiliser.code_service == "consultation_pm_promotionnelle" %}
  495.                                                     {% set nom=translate('consultation promotionnelle',lang) %}
  496.                                                 {% else %}
  497.                                                     {% set nom=forfaitAUtiliser.code_service %}
  498.                                                 {% endif %}
  499.                                                 {% if forfaitAUtiliser.date_fin_acces is defined and forfaitAUtiliser.date_fin_acces and forfaitAUtiliser.nb_utilisations_restantes is defined and forfaitAUtiliser.nb_utilisations_restantes %}
  500.                                                     {% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
  501.                                                     {% set itemAbo = { 'nom':nom,'nb': forfaitAUtiliser.nb_utilisations_restantes,'date':date} %}
  502.                                                     {{ 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 }} *
  503.                                                 {% elseif forfaitAUtiliser.date_fin_acces is defined and forfaitAUtiliser.date_fin_acces %}
  504.                                                     {% set date = donneDateFormatAffichage(forfaitAUtiliser.date_fin_acces)%}
  505.                                                     {% set itemAbo = { 'nom':nom,'date':date} %}
  506.                                                     {{ translate('vous beneficiez d\'un service "%$nom%$" jusqu\'au %$date%$',lang,"","M","s",itemAbo) | raw }} *
  507.                                                 {% elseif forfaitAUtiliser.nb_utilisations_restantes is defined and forfaitAUtiliser.nb_utilisations_restantes %}
  508.                                                     {% set itemAbo = { 'nom':nom,'nb':forfaitAUtiliser.nb_utilisations_restantes} %}
  509.                                                     {{ translate('vous beneficiez d\'un service "%$nom%$" pour lequel il vous reste %$nb%$ mises en relation a utiliser',lang,"","M","s",itemAbo) | raw }} *
  510.                                                 {% else %}
  511.                                                     {% set itemAbo = { 'nom':nom} %}
  512.                                                     {{ translate('vous beneficiez d\'un service "%$nom%$"',lang,"","M","s",itemAbo) | raw }} *
  513.                                                 {% endif %}
  514.                                             {% endif %}
  515.                                         </div>
  516.                                         <div class="col-12">{{ translate("ajouter cette annonce au panier en cliquant sur le bouton ci-dessous" ,lang,"","M") | raw }} **</div>
  517.                                         <div class="col-12 text-center mt-3 mb-5">
  518.                                             <div class="col-sm-12 my-3">
  519.                                                 <form action="/panier/ajoute-panier" method="POST">
  520.                                                     <input type="hidden" id="id_annonce" name="id_annonce" value="{{annonce.id_annonce_acheteur}}">
  521.                                                     <input type="hidden" id="type" name="type" value="{{typeAnnoncePanier}}">
  522.                                                     <button type="submit" class="btn btn-acheteur" role="button" aria-pressed="true">
  523.                                                         <div class="icon-btn-vous"><i class="fas fa-chevron-circle-left fa-2x white"></i></div>&nbsp;&nbsp;&nbsp;
  524.                                                         <div class="float-right pt-1">{{ translate("ajouter au panier" ,lang,"","M") | raw }}</div>
  525.                                                     </button>
  526.                                                 </form>
  527.                                             </div>
  528.                                         </div>
  529.                                         <div class="col-12 mt-4 mb-3">
  530.                                             <small>
  531.                                                 * : {{ translate("charte 1 deposant forfait" ,lang,"","M") | raw }}<br>
  532.                                                 ** : {{ translate("charte 2 deposant forfait" ,lang,"","M") | raw }}
  533.                                             </small>
  534.                                         </div>
  535.                                     {% else %}
  536.                                             <div class="col-12 mb-3 alert alert-warning" role="alert">
  537.                                                 <i class="fa-solid fa-circle-exclamation "></i>&nbsp;&nbsp;<span class="fs11">
  538.                                                 {{ 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 }}
  539.                                                 </span>
  540.                                             </div>
  541.                                         {% if app.session.all.user is defined %}
  542.                                         {% else %}
  543.                                             <div class="col-12 col-lg-6 bkg_gris_clair mb-5">
  544.                                                <!--   <div class="my-3 text-center mb-5">
  545.                                                     <h5 class="color_bleu"> {{ translate("vous disposez dun forfait de mise en relation",lang,"","M") | raw }}</h5>
  546.                                                     {{ translate("identifiezvous pour acceder a votre espace prive",lang,"","M") | raw }}
  547.                                                 </div>-->
  548.                                                 {{ render_esi(controller(
  549.                                                  'App\\Controller\\SecurityController::login'
  550.                                              )) | spaceless }}
  551.                                                  <div class="modal-footer bkg_gris_clair">
  552.                                                       <div class="col-12 text-center mb-3">
  553.                                                         <h5 class="modal-title">Vous n'avez pas de compte</h5>
  554.                                                         <a href="/creation-compte" aria-pressed="true" class="button-rond mt-2" role="button">
  555.                                                             Créer un compte
  556.                                                         </a>
  557.                                                     </div>
  558.                                                 </div>
  559.                                             </div>
  560.                                         {% endif %}
  561.                                         {% if app.session.all.user is defined %}
  562.                                             <div class="col-12 col-lg-10 offset-lg-1 col-xl-6 offset-xl-3">
  563.                                         {% else %}
  564.                                             <div class="col-12 col-lg-6">
  565.                                         {% endif %}
  566.                                                 <div class="my-3 text-center mb-5">
  567.                                                     <h5 class="color_bleu"> {{ translate("vous souhaitez souscrire à une offre" ,lang,"","M") | raw }} *</h5>
  568.                                                     <a href="/comparatif-offres-fusacq" target="_blank" aria-pressed="true" class="button-rond-blanc mt-2" role="button">
  569.                                                     {{ translate("quelle offre est faite pour vous" ,lang,"","M") | raw }} ?</a>
  570.                                                 </div>
  571.                                                 <form action="/panier/ajoute-panier" method="POST">
  572.                                                     <div class="col-12 col-md-10 offset-md-1 text-left">
  573.                                                         <div class="custom-control custom-radio mb-3">
  574.                                                             <input class="custom-control-input" type="radio" name="commande" id='radios1' value="commande_unitaire" checked>
  575.                                                             <label class="custom-control-label" for="radios1">
  576.                                                                 {{ translate("mise en relation unitaire" ,lang,"","M") | raw }} :  {{ tarifUnitaireAnnonce(annonce.ca_max,codePays) }}{{devise(codePays)}}  {{ translate("HT",lang,"") | raw }}
  577.                                                             </label>
  578.                                                         </div>
  579.                                                         <span class="bleu_fusacq ml-4 fs11">{{ translate("$$pack$${p|packs}",lang,"","M","p") | raw }}</span><br>
  580.                                                         <div class="custom-control custom-radio mt-2">
  581.                                                             <input class="custom-control-input" type="radio" name="commande" id='radios2' value="pack_5">
  582.                                                             <label class="custom-control-label" for="radios2">
  583.                                                                 {{ 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 }} **
  584.                                                             </label>
  585.                                                         </div>
  586.                                                         <div class="custom-control custom-radio">
  587.                                                             <input class="custom-control-input" type="radio" name="commande" id='radios3' value="pack_10">
  588.                                                             <label class="custom-control-label" for="radios3">
  589.                                                                 {{ 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 }} **
  590.                                                             </label>
  591.                                                         </div>
  592.                                                         <div class="custom-control custom-radio mb-3">
  593.                                                             <input class="custom-control-input" type="radio" name="commande" id='radios4' value="pack_20">
  594.                                                             <label class="custom-control-label" for="radios4">
  595.                                                                 {{ 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 }} **
  596.                                                             </label>
  597.                                                         </div>
  598.                                                         <span class="bleu_fusacq ml-4 fs11">{{ translate("$$abonnement annuel$${p|abonnements annuels}",lang,"","M","p") | raw }}</span><br>
  599.                                                         <div class="custom-control custom-radio mt-2">
  600.                                                             <input class="custom-control-input" type="radio" name="commande" id='radios5' value="abo_10_par_mois">
  601.                                                             <label class="custom-control-label" for="radios5">
  602.                                                                 {{ 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 }} ***
  603.                                                             </label>
  604.                                                         </div>
  605.                                                         <div class="custom-control custom-radio">
  606.                                                             <input class="custom-control-input" type="radio" name="commande" id='radios6' value="abo_20_par_mois">
  607.                                                             <label class="custom-control-label" for="radios6">
  608.                                                                 {{ 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 }} ***
  609.                                                             </label>
  610.                                                         </div>
  611.                                                         <div class="custom-control custom-radio">
  612.                                                             <input class="custom-control-input" type="radio" name="commande" id='radios7' value="abo_30_par_mois">
  613.                                                             <label class="custom-control-label" for="radios7">
  614.                                                                 {{ 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 }} ***
  615.                                                             </label>
  616.                                                         </div>
  617.                                                     </div>
  618.                                                     <input type="hidden" id="id_annonce" name="id_annonce" value="{{annonce.id_annonce_acheteur}}">
  619.                                                     <input type="hidden" id="type" name="type" value="{{typeAnnoncePanier}}">
  620.                                                     <div class="col-12 text-center mb-3 mt-2 pt-4">
  621.                                                         {% if app.session.all.user is defined %}
  622.                                                             <button type="submit" class="button-rond" role="button" aria-pressed="true">{{ translate("commander" ,lang,"","M") | raw }}</button>
  623.                                                         {% else %}
  624.                                                         <a class="button-rond" role="button" aria-pressed="true" href="#" onclick="afficheAlert()">
  625.                                                                {{ translate("commander" ,lang,"","M") | raw }}
  626.                                                           </a>
  627.                                                         {% endif %}
  628.                                                     </div>
  629.                                                 </form>
  630.                                             </div>
  631.                                             <div class="col-12 mt-4 mb-3">
  632.                                                 <small>
  633.                                                     * : {{ translate("charte 1 deposant" ,lang,"","M") | raw }}<br>
  634.                                                     ** : {{ translate("charte 2 deposant" ,lang,"","M") | raw }}<br>
  635.                                                     *** : {{ translate("%%prix_sup_abo%% € ht la mer au-dela, sur une duree dun an" ,lang,"","m") | raw }}
  636.                                                 </small>
  637.                                             </div>
  638.                                         </div>
  639.                                 {% endif %}
  640.                             </div>
  641.                         </div>
  642.                     </div>
  643.                 </div>
  644.             </div>
  645.                 <!-- FIN CONTACTER DEPOSANT -->
  646.                 
  647.                 
  648.                 <!-- FIN DETAILS ANNONCES -->
  649.             </div><!--FIN COLONNE DROITE -->
  650.         </div> <!--FIN ROW CONTAINER -->
  651.     </div>  <!--FIN CONTAINER -->
  652. {% endblock %}
  653. {% block javascripts %}
  654. {{ parent() }}
  655. <script src="https://www.google.com/recaptcha/api.js?hl=fr"></script>
  656. <script type="module" src="{{ asset('build/js/annonces/partager_annonce.js') }}"></script>
  657. <script type="module" src="{{ asset('build/js/annonces/details_annonce.js') }}"></script>
  658. <script type="application/javascript" data-name="{{ codePaysWithUnderScore }}" id="codePaysParam" src="{{ asset('build/js/annonces/favoris.js') }}"></script>
  659. {% include 'annonces/fragments/modal_favoris.html.twig' %}
  660. <script>
  661.     sessionStorage.removeItem("form"); // desactive le bug du modal login
  662.     document.getElementById('onglet-7').scrollIntoView({
  663.       behavior: 'smooth'
  664.     });
  665.     function afficheAlert(){
  666.         alert("Merci de vous authentifier (ou de vous créer un compte) pour pouvoir commander.");
  667.     }
  668. </script>
  669. {% endblock %}