templates/vendre_entreprise/fonds_acquereur.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block stylesheets %}  {{ parent() }}
  3. {% endblock %}
  4. {% block body %}
  5.     {% include 'assets/assets_vuejs.html.twig' %}
  6.     <!-- Menu  -->
  7.     {{ render_esi(controller(
  8.       'App\\Controller\\CoreController::menu',
  9.       {   "lang": lang,
  10.           "currentRoute":currentRoute,
  11.           "codePays": codePaysWithUnderScore }
  12.     )) | spaceless }}
  13.     <!-- Menu  -->
  14.     <!-- Publicite  -->
  15.     {% include 'includes/publicite.html.twig' %}
  16.     <!-- Publicite  -->
  17.     <div class="container" id="app">
  18.         <div class="row">
  19.             <!--COLONNE GAUCHE -->
  20.             {% include 'includes/colonne_gauche_fonds_acquereurs.html.twig' %}
  21.             <!--FIN COLONNE GAUCHE -->
  22.             <!--COLONNE DROITE -->
  23.             <div class="col-12 col-lg-9 bkg_blanc">
  24.                 <!-- ARIANE -->
  25.                 <nav aria-label="breadcrumb" class="d-none d-sm-block">
  26.                     <ol class="breadcrumb">
  27.                         <li class="breadcrumb-item"><a href="{{ path('index',{'codePays':codePays}) }}">{{ translate("accueil",lang,"","M") | raw }}</a></li>
  28.                         <li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}">{{ translate("vendre une entreprise",lang,"","M") | raw }}</a></li>
  29.                             {% if idLocalisation and not idSecteurActivite %}
  30.                             <li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_resultats_fonds_acquereur', {'codePays' : codePaysWithUnderScore}) }}" title="{{ translate("fonds acquereurs",lang,"","M") | raw }}">{{ translate("fonds acquereurs",lang,"","M") | raw }}</a></li>
  31.                                 {% for index, localisation in localisations %}
  32.                                     {% if index == 0 %}
  33.                                         {% set type_loc = "p" %}
  34.                                     {% elseif index == 1 %}
  35.                                         {% set type_loc = "r" %}
  36.                                     {% else %}
  37.                                         {% set type_loc = "d" %}
  38.                                     {% endif %}
  39.                                 {% if localisation != localisations|last %}
  40.                                     {% set arrayVarsTrans =  {"prefixe": localisation.prefixe, "nom_localisation" : localisation.nom_localisation }  %}
  41.                                     <li class="breadcrumb-item">
  42.                                         <a href="{{ path('vendre_entreprise_fonds_acquereur_localisation', {'slug': localisation.nom_localisation|slugify, 'type': type_loc, 'idLocalisation': localisation.id_localisation, 'codePays': codePaysWithUnderScore}) }}"
  43.                                            title="{{ translate("fonds acquereurs %$prefixe%$ %$nom_localisation%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  44.                                             {{ localisation.nom_localisation }}
  45.                                         </a>
  46.                                     </li>
  47.                                 {% else %}
  48.                                     <li class="breadcrumb-item active" aria-current="page">{{ localisation.nom_localisation }}</li>
  49.                                     {% endif %}
  50.                                 {% endfor %}
  51.                             {% elseif idSecteurActivite and not idLocalisation %}
  52.                             <li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_resultats_fonds_acquereur', {'codePays' : codePaysWithUnderScore}) }}" title="{{ translate("fonds acquereurs",lang,"","M") | raw }}">{{ translate("fonds acquereurs",lang,"","M") | raw }}</a></li>
  53.                                 {% for index, secteurActivite in secteurActivites %}
  54.                                     {% if secteurActivite != secteurActivites|last %}
  55.                                         {% set arrayVarsTrans =  {"nomPourTitle": secteurActivite.nomPourTitle|lower }  %}
  56.                                     <li class="breadcrumb-item">
  57.                                         <a href="{{ path('vendre_entreprise_fonds_acquereur_secteur_activite', {'slug': secteurActivite.nomSecteurActivite|slugify, 'idSecteurActivite': secteurActivite.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}"
  58.                                            title="{{ translate("fonds acquereurs %$nomPourTitle%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  59.                                             {{ secteurActivite.nomSecteurActivite }}
  60.                                         </a>
  61.                                     </li>
  62.                                 {% else %}
  63.                                     <li class="breadcrumb-item active" aria-current="page">{{ secteurActivite.nomSecteurActivite }}</li>
  64.                                     {% endif %}
  65.                                 {% endfor %}
  66.                             {% elseif idSecteurActivite and idLocalisation %}
  67.                             <li class="breadcrumb-item"><a href="{{ path('vendre_entreprise_resultats_fonds_acquereur', {'codePays' : codePaysWithUnderScore}) }}" title="{{ translate("fonds acquereurs",lang,"","M") | raw }}">{{ translate("fonds acquereurs",lang,"","M") | raw }}</a></li>
  68.                                 {% for index, secteurActivite in secteurActivites %}
  69.                                     {% set arrayVarsTrans =  {"nomPourTitle": secteurActivite.nomPourTitle|lower }  %}
  70.                                 <li class="breadcrumb-item">
  71.                                     <a href="{{ path('vendre_entreprise_fonds_acquereur_secteur_activite', {'slug': secteurActivite.nomSecteurActivite|slugify, 'idSecteurActivite': secteurActivite.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}"
  72.                                        title="{{ translate("fonds acquereurs %$nomPourTitle%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  73.                                         {{ secteurActivite.nomSecteurActivite }}
  74.                                     </a>
  75.                                 </li>
  76.                             {% endfor %}
  77.                             {% for index, localisation in localisations %}
  78.                                 {% if index == 0 %}
  79.                                     {% set type_loc = "p" %}
  80.                                 {% elseif index == 1 %}
  81.                                     {% set type_loc = "r" %}
  82.                                 {% else %}
  83.                                     {% set type_loc = "d" %}
  84.                                 {% endif %}
  85.                                 {% if localisation != localisations|last %}
  86.                                     {% set arrayVarsTrans =  {"prefixe": localisation.prefixe, "nom_localisation" : localisation.nom_localisation, "nomPourTitle": secteurActivites|last.nomPourTitle|lower }  %}
  87.                                     <li class="breadcrumb-item">
  88.                                         <a href="{{ path('vendre_entreprise_fonds_acquereur_croise', {'nomLocalisation': localisation.nom_localisation|slugify, 'nomSecteurActivite': secteurActivites|last.nomSecteurActivite|slugify, 'type': type_loc, 'idLocalisation': localisation.id_localisation, 'idSecteurActivite': secteurActivites|last.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}"
  89.                                            title="{{ translate("fonds acquereurs %$nomPourTitle%$ %$prefixe%$ %$nom_localisation%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  90.                                             {{ localisation.nom_localisation }}
  91.                                         </a>
  92.                                     </li>
  93.                                 {% else %}
  94.                                     <li class="breadcrumb-item active" aria-current="page">{{ localisation.nom_localisation }}</li>
  95.                                     {% endif %}
  96.                                 {% endfor %}
  97.                             {% else %}
  98.                             <li class="breadcrumb-item active" aria-current="page">{{ translate("fonds acquereurs",lang,"","M") | raw }}</li>
  99.                             {% endif %}
  100.                     </ol>
  101.                 </nav>
  102.                 <!-- FIN ARIANE -->
  103.                 {% if app.session.flashbag.peek('error')|length > 0 %}
  104.                     <div class="alert alert-danger" role="alert">
  105.                         {% for message in app.flashes('error') %}
  106.                             {{ message }}<br>
  107.                         {% endfor %}
  108.                     </div>
  109.                 {% endif %}
  110.                 {% if app.session.flashbag.peek('success')|length > 0 %}
  111.                     <div class="alert alert-success" role="alert">
  112.                         {% for message in app.flashes('success') %}
  113.                             - {{ message }}<br>
  114.                         {% endfor %}
  115.                     </div>
  116.                 {% endif %}
  117.                 {% if idLocalisation or idSecteurActivite %}
  118.                     <div class="row mt-4">
  119.                         <div class="col-12 mb-1 ml-3 mt-3">
  120.                             <h1 class="vert fs2">{{ translate("fonds acquereurs",lang,"","M") | raw }} -
  121.                                 {% if idLocalisation and not idSecteurActivite %}
  122.                                     {{ localisations|last.nom_localisation }} {% if noms_ville %}({{ noms_ville }}...){% endif %}
  123.                                 {% elseif idSecteurActivite and not idLocalisation %}
  124.                                     {{ secteurActivites|last.nomSecteurActivite }}
  125.                                 {% elseif idSecteurActivite and idLocalisation %}
  126.                                     {{ secteurActivites|last.nomSecteurActivite }} {{ localisations|last.prefixe }} {{ localisations|last.nom_localisation }}
  127.                                 {% endif %}
  128.                             </h1>
  129.                         </div>
  130.                     </div>
  131.                 {% endif %}
  132.                 {% if idLocalisation and not idSecteurActivite %}
  133.                     <div class="row">
  134.                         <div class="col-12">
  135.                             <div class="card no_shadow mb-3 card-ie">
  136.                                 <div class="card-body">
  137.                                     <div class="row">
  138.                                         <div class="col-12 mt-1">
  139.                                             <div class="float-left">
  140.                                                 {% if prev_localisation %}
  141.                                                     {% set arrayVarsTrans =  {"prefixe": prev_localisation.prefixe, "nom_localisation" : prev_localisation.nom_localisation }  %}
  142.                                                     <a href="{{ path('vendre_entreprise_fonds_acquereur_localisation', {'slug': prev_localisation.nom_localisation|slugify, 'type': prev_localisation.type, 'idLocalisation': prev_localisation.id_localisation, 'codePays': codePaysWithUnderScore}) }}" title="{{ translate("fonds acquereurs %$prefixe%$ %$nom_localisation%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  143.                                                         <i class="fas fa-arrow-circle-up fa-2x vert"></i>
  144.                                                     </a>
  145.                                                 {% else %}
  146.                                                     <i class="fas fa-arrow-circle-up fa-2x vert"></i>
  147.                                                 {% endif %}
  148.                                             </div>
  149.                                             <div class="lh18 ml-5">
  150.                                                 <strong class="vert">{{ localisations|last.nom_localisation }} ({{ nb_investisseurs_acquereurs }})</strong>
  151.                                             </div>
  152.                                         </div>
  153.                                         {% set nb_elements = sous_localisations_numbers | length %}
  154.                                         {% if nb_elements > 0 and nb_elements <= 5 %}
  155.                                             <div class="col-12 pt-2 mt-3">
  156.                                                 <ul class="cat_regions">
  157.                                                     {% for element in sous_localisations_numbers %}
  158.                                                         {% set arrayVarsTrans =  {"prefixe": element.prefixe, "nom_localisation" : element.nom_localisation }  %}
  159.                                                         <li>
  160.                                                             {% if element.nb_investisseurs_acquereurs > 0 %}
  161.                                                                 <a href="{{ path('vendre_entreprise_fonds_acquereur_localisation', {'slug' : element.nom_localisation|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'codePays' : codePaysWithUnderScore }) }}" title="{{ translate("fonds acquereurs %$prefixe%$ %$nom_localisation%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  162.                                                                     {{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})
  163.                                                                 </a>
  164.                                                             {% else %}
  165.                                                                 <span class="disabled-link">{{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})</span>
  166.                                                             {% endif %}
  167.                                                         </li>
  168.                                                     {% endfor %}
  169.                                                 </ul>
  170.                                             </div>
  171.                                         {% elseif nb_elements > 5 %}
  172.                                             {% set half = ((sous_localisations_numbers | length) / 2)| round(0, 'ceil') %}
  173.                                             <div class="col-6 pt-2 mt-3">
  174.                                                 <ul class="cat_regions">
  175.                                                     {% for index, element in sous_localisations_numbers %}
  176.                                                         {% set arrayVarsTrans =  {"prefixe": element.prefixe, "nom_localisation" : element.nom_localisation }  %}
  177.                                                         {% if index < half %}
  178.                                                             <li>
  179.                                                                 {% if element.nb_investisseurs_acquereurs > 0 %}
  180.                                                                     <a href="{{ path('vendre_entreprise_fonds_acquereur_localisation', {'slug' : element.nom_localisation|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'codePays' : codePaysWithUnderScore }) }}" title="{{ translate("fonds acquereurs %$prefixe%$ %$nom_localisation%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  181.                                                                         {{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})
  182.                                                                     </a>
  183.                                                                 {% else %}
  184.                                                                     <span class="disabled-link">{{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})</span>
  185.                                                                 {% endif %}
  186.                                                             </li>
  187.                                                         {% endif %}
  188.                                                     {% endfor %}
  189.                                                 </ul>
  190.                                             </div>
  191.                                             <div class="col-6 pt-2 mt-3">
  192.                                                 <ul class="cat_regions">
  193.                                                     {% for index, element in sous_localisations_numbers %}
  194.                                                         {% set arrayVarsTrans =  {"prefixe": element.prefixe, "nom_localisation" : element.nom_localisation }  %}
  195.                                                         {% if index >= half %}
  196.                                                             <li>
  197.                                                                 {% if element.nb_investisseurs_acquereurs > 0 %}
  198.                                                                     <a href="{{ path('vendre_entreprise_fonds_acquereur_localisation', {'slug' : element.nom_localisation|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'codePays' : codePaysWithUnderScore }) }}" title="{{ translate("fonds acquereurs %$prefixe%$ %$nom_localisation%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  199.                                                                         {{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})
  200.                                                                     </a>
  201.                                                                 {% else %}
  202.                                                                     <span class="disabled-link">{{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})</span>
  203.                                                                 {% endif %}
  204.                                                             </li>
  205.                                                         {% endif %}
  206.                                                     {% endfor %}
  207.                                                 </ul>
  208.                                             </div>
  209.                                         {% endif %}
  210.                                     </div>
  211.                                 </div>
  212.                             </div>
  213.                         </div>
  214.                     </div>
  215.                 {% elseif idSecteurActivite and not idLocalisation %}
  216.                     <div class="row">
  217.                         <div class="col-12">
  218.                             <div class="card no_shadow mb-3 card-ie">
  219.                                 <div class="card-body">
  220.                                     <div class="row">
  221.                                         <div class="col-12 mt-1">
  222.                                             <div class="float-left">
  223.                                                 {% if prev_secteur %}
  224.                                                     {% set arrayVarsTrans =  {"nomPourTitle": prev_secteur.nomPourTitle|lower }  %}
  225.                                                     <a href="{{ path('vendre_entreprise_fonds_acquereur_secteur_activite', {'slug': prev_secteur.nomSecteurActivite|slugify, 'idSecteurActivite': prev_secteur.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}" title="{{ translate("fonds acquereurs %$nomPourTitle%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  226.                                                         <i class="fas fa-arrow-circle-up fa-2x vert"></i>
  227.                                                     </a>
  228.                                                 {% else %}
  229.                                                     <a href="{{ path('vendre_entreprise_annonces_acquisition_entreprise', {'codePays': codePaysWithUnderScore }) }}" title="{{ translate("toutes les opportunités", lang, "", "M") }}">
  230.                                                         <i class="fas fa-arrow-circle-up fa-2x vert"></i>
  231.                                                     </a>
  232.                                                 {% endif %}
  233.                                             </div>
  234.                                             <div class="lh18 ml-5">
  235.                                                 <strong class="vert">{{ secteurActivites|last.nomSecteurActivite }} ({{ nb_investisseurs_acquereurs }})</strong>
  236.                                             </div>
  237.                                         </div>
  238.                                         {% set nb_elements = sous_secteurs_numbers | length %}
  239.                                         {% if nb_elements > 0 and nb_elements <= 5 %}
  240.                                             <div class="col-12 pt-2 mt-3">
  241.                                                 <ul class="cat_regions">
  242.                                                     {% for element in sous_secteurs_numbers %}
  243.                                                         {% set arrayVarsTrans =  {"nomPourTitle": element.nomPourTitle|lower }  %}
  244.                                                         <li>
  245.                                                             {% if element.nb_investisseurs_acquereurs > 0 %}
  246.                                                                 <a href="{{ path('vendre_entreprise_fonds_acquereur_secteur_activite', {'slug' : element.nomSecteurActivite|slugify, 'idSecteurActivite' : element.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}"
  247.                                                                    title="{{ translate("fonds acquereurs %$nomPourTitle%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  248.                                                                     {{ element.nomSecteurActivite }} ({{ element.nb_investisseurs_acquereurs }})
  249.                                                                 </a>
  250.                                                             {% else %}
  251.                                                                 <span class="disabled-link">{{ element.nomSecteurActivite }} ({{ element.nb_investisseurs_acquereurs }})</span>
  252.                                                             {% endif %}
  253.                                                         </li>
  254.                                                     {% endfor %}
  255.                                                 </ul>
  256.                                             </div>
  257.                                         {% elseif nb_elements > 5 %}
  258.                                             {% set half = ((sous_secteurs_numbers | length) / 2)| round(0, 'ceil') %}
  259.                                             <div class="col-6 pt-2 mt-3">
  260.                                                 <ul class="cat_regions">
  261.                                                     {% for index, element in sous_secteurs_numbers %}
  262.                                                         {% set arrayVarsTrans =  {"nomPourTitle": element.nomPourTitle|lower }  %}
  263.                                                         {% if index < half %}
  264.                                                             <li>
  265.                                                                 {% if element.nb_investisseurs_acquereurs > 0 %}
  266.                                                                     <a href="{{ path('vendre_entreprise_fonds_acquereur_secteur_activite', {'slug' : element.nomSecteurActivite|slugify, 'idSecteurActivite' : element.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}"
  267.                                                                        title="{{ translate("fonds acquereurs %$nomPourTitle%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  268.                                                                         {{ element.nomSecteurActivite }} ({{ element.nb_investisseurs_acquereurs }})
  269.                                                                     </a>
  270.                                                                 {% else %}
  271.                                                                     <span class="disabled-link">{{ element.nomSecteurActivite }} ({{ element.nb_investisseurs_acquereurs }})</span>
  272.                                                                 {% endif %}
  273.                                                             </li>
  274.                                                         {% endif %}
  275.                                                     {% endfor %}
  276.                                                 </ul>
  277.                                             </div>
  278.                                             <div class="col-6 pt-2 mt-3">
  279.                                                 <ul class="cat_regions">
  280.                                                     {% for index, element in sous_secteurs_numbers %}
  281.                                                         {% set arrayVarsTrans =  {"nomPourTitle": element.nomPourTitle|lower }  %}
  282.                                                         {% if index >= half %}
  283.                                                             <li>
  284.                                                                 {% if element.nb_investisseurs_acquereurs > 0 %}
  285.                                                                     <a href="{{ path('vendre_entreprise_fonds_acquereur_secteur_activite', {'slug' : element.nomSecteurActivite|slugify, 'idSecteurActivite' : element.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}"
  286.                                                                        title="{{ translate("fonds acquereurs %$nomPourTitle%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  287.                                                                         {{ element.nomSecteurActivite }} ({{ element.nb_investisseurs_acquereurs }})
  288.                                                                     </a>
  289.                                                                 {% else %}
  290.                                                                     <span class="disabled-link">{{ element.nomSecteurActivite }} ({{ element.nb_investisseurs_acquereurs }})</span>
  291.                                                                 {% endif %}
  292.                                                             </li>
  293.                                                         {% endif %}
  294.                                                     {% endfor %}
  295.                                                 </ul>
  296.                                             </div>
  297.                                         {% endif %}
  298.                                     </div>
  299.                                 </div>
  300.                             </div>
  301.                         </div>
  302.                     </div>
  303.                 {% elseif idSecteurActivite and idLocalisation %}
  304.                     <div class="row">
  305.                         <div class="col-12">
  306.                             <div class="card no_shadow mb-3 card-ie">
  307.                                 <div class="card-body">
  308.                                     <div class="row">
  309.                                         <div class="col-12 mt-1 mb-3">
  310.                                             <div class="float-left">
  311.                                                 {% if prev_localisation %}
  312.                                                     {% set arrayVarsTrans =  {"prefixe": prev_localisation.prefixe, "nom_localisation" : prev_localisation.nom_localisation, "nomPourTitle": secteurActivites|last.nomPourTitle|lower }  %}
  313.                                                     <a href="{{ path('vendre_entreprise_fonds_acquereur_croise', {'nomLocalisation': prev_localisation.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': prev_localisation.type, 'idLocalisation': prev_localisation.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}"
  314.                                                        title="{{ translate("fonds acquereurs %$nomPourTitle%$ %$prefixe%$ %$nom_localisation%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  315.                                                         <i class="fas fa-arrow-circle-up fa-2x vert"></i>
  316.                                                     </a>
  317.                                                 {% else %}
  318.                                                     <i class="fas fa-arrow-circle-up fa-2x vert"></i>
  319.                                                 {% endif %}
  320.                                             </div>
  321.                                             <div class="lh18 ml-5">
  322.                                                 <strong class="vert">{{ localisations|last.nom_localisation }} ({{ nb_investisseurs_acquereurs }})</strong>
  323.                                             </div>
  324.                                         </div>
  325.                                         {% set nb_elements = sous_localisations_numbers | length %}
  326.                                         {% if nb_elements > 0 and nb_elements <= 5 %}
  327.                                             <div class="col-12 pt-2">
  328.                                                 <ul class="cat_regions">
  329.                                                     {% for element in sous_localisations_numbers %}
  330.                                                         {% set arrayVarsTrans =  {"prefixe": element.prefixe, "nom_localisation" : element.nom_localisation, "nomPourTitle": secteurActivites|last.nomPourTitle|lower }  %}
  331.                                                         <li>
  332.                                                             {% if element.nb_investisseurs_acquereurs > 0 %}
  333.                                                                 <a href="{{ path('vendre_entreprise_fonds_acquereur_croise', {'nomLocalisation' : element.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}"
  334.                                                                    title="{{ translate("fonds acquereurs %$nomPourTitle%$ %$prefixe%$ %$nom_localisation%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  335.                                                                     {{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})
  336.                                                                 </a>
  337.                                                             {% else %}
  338.                                                                 <span class="disabled-link">{{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})</span>
  339.                                                             {% endif %}
  340.                                                         </li>
  341.                                                     {% endfor %}
  342.                                                 </ul>
  343.                                             </div>
  344.                                         {% elseif nb_elements > 5 %}
  345.                                             {% set half = ((sous_localisations_numbers | length) / 2)| round(0, 'ceil') %}
  346.                                             <div class="col-6 pt-2 mt-3">
  347.                                                 <ul class="cat_regions">
  348.                                                     {% for index, element in sous_localisations_numbers %}
  349.                                                         {% set arrayVarsTrans =  {"prefixe": element.prefixe, "nom_localisation" : element.nom_localisation, "nomPourTitle": secteurActivites|last.nomPourTitle|lower }  %}
  350.                                                         {% if index < half %}
  351.                                                             <li>
  352.                                                                 {% if element.nb_investisseurs_acquereurs > 0 %}
  353.                                                                     <a href="{{ path('vendre_entreprise_fonds_acquereur_croise', {'nomLocalisation' : element.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}"
  354.                                                                        title="{{ translate("fonds acquereurs %$nomPourTitle%$ %$prefixe%$ %$nom_localisation%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  355.                                                                         {{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})
  356.                                                                     </a>
  357.                                                                 {% else %}
  358.                                                                     <span class="disabled-link">{{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})</span>
  359.                                                                 {% endif %}
  360.                                                             </li>
  361.                                                         {% endif %}
  362.                                                     {% endfor %}
  363.                                                 </ul>
  364.                                             </div>
  365.                                             <div class="col-6 pt-2 mt-3">
  366.                                                 <ul class="cat_regions">
  367.                                                     {% for index, element in sous_localisations_numbers %}
  368.                                                         {% set arrayVarsTrans =  {"prefixe": element.prefixe, "nom_localisation" : element.nom_localisation, "nomPourTitle": secteurActivites|last.nomPourTitle|lower }  %}
  369.                                                         {% if index >= half %}
  370.                                                             <li>
  371.                                                                 {% if element.nb_investisseurs_acquereurs > 0 %}
  372.                                                                     <a href="{{ path('vendre_entreprise_fonds_acquereur_croise', {'nomLocalisation' : element.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}"
  373.                                                                        title="{{ translate("fonds acquereurs %$nomPourTitle%$ %$prefixe%$ %$nom_localisation%$",lang,"","M", "", arrayVarsTrans) | raw }}">
  374.                                                                         {{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})
  375.                                                                     </a>
  376.                                                                 {% else %}
  377.                                                                     <span class="disabled-link">{{ element.nom_localisation }} ({{ element.nb_investisseurs_acquereurs }})</span>
  378.                                                                 {% endif %}
  379.                                                             </li>
  380.                                                         {% endif %}
  381.                                                     {% endfor %}
  382.                                                 </ul>
  383.                                             </div>
  384.                                         {% endif %}
  385.                                     </div>
  386.                                 </div>
  387.                             </div>
  388.                         </div>
  389.                     </div>
  390.                 {% endif %}
  391.                 <!--2 BOUTONS-->
  392.                 <div class="row mt-3 mb-3">
  393.                     <div class="col-12 pt-2 mb-4 text-right">
  394.                         <a href="{{ path('vendre_entreprise_recherche_fonds_acquereurs',{'codePays':codePaysWithUnderScore}  ) }}?{{ string_params_without_page }}" class="text-decoration-none" title="{{ translate("modifiez votre recherche",lang,"","M") | raw }}">
  395.                             <button type="submit" class="btn btn-vert-annonce mt-2">{{ translate("modifiez votre recherche",lang,"","M") | raw }}</button>
  396.                         </a>
  397.                     </div>
  398.                 </div>
  399.                 <!--FIN 2 BOUTONS-->
  400.                 {% if idLocalisation and not idSecteurActivite %}
  401.                     <div class="row" >
  402.                         <div class="col-12 mb-3 ml-3">
  403.                             {% set p = "" %}
  404.                             {% if ( nb_annonces > 1 ) %}
  405.                                 {% set p = "p" %}
  406.                             {% endif %}
  407.                             {% set arrayVarsTrans =  {"prefixe": localisations|last.prefixe, "nom_localisation" : localisations|last.nom_localisation }  %}
  408.                             <span class="fs13 vert">{{ nb_annonces }} {{ translate("$$acheteur$${p|acheteurs} %$prefixe%$ %$nom_localisation%$ dont",lang,"","m", p, arrayVarsTrans) | raw }} :</span>
  409.                         </div>
  410.                     </div>
  411.                     <!--MOBILE-->
  412.                     <div class="row d-block d-sm-none bkg_gris_clair">
  413.                         <div class="col-12">
  414.                             <div class="row">
  415.                                 <div class="col-6  text-center my-3 br_gris">
  416.                                     <div class="blanc lh099 py-3">
  417.                                         <a href="{{ path('vendre_entreprise_annonces_acquisition_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  418.                                             <span class="fs2">{{ nb_annonces_acquisition }}</span><br>
  419.                                             {% set p = "" %}
  420.                                             {% if ( nb_annonces_acquisition > 1 ) %}
  421.                                                 {% set p = "p" %}
  422.                                             {% endif %}
  423.                                             <span class="res_font">{{ translate("$$annonce$${p|annonces}<br>d'acquisition",lang,"","m", p) | raw }}</span>
  424.                                         </a>
  425.                                     </div>
  426.                                 </div>
  427.                                 <div class="col-6 text-center my-3">
  428.                                     <div class="blanc lh099 py-3">
  429.                                         <a href="{{ path('vendre_entreprise_cv_repreneur_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  430.                                             <span class="fs2">{{ nb_cvs }}</span><br>
  431.                                             {% set p = "" %}
  432.                                             {% if ( nb_cvs > 1 ) %}
  433.                                                 {% set p = "p" %}
  434.                                             {% endif %}
  435.                                             <span class="res_font">{{ translate("CV de <br>$$repreneur$${p|repreneurs}",lang,"","M", p) | raw }}</span>
  436.                                         </a>
  437.                                     </div>
  438.                                 </div>
  439.                                 <div class="col-6 text-center my-3 br_gris">
  440.                                     <div class="blanc lh099 py-3">
  441.                                         <a href="{{ path('vendre_entreprise_acquereur_historique_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  442.                                             <span class="fs2">{{ nb_acheteurs_potentiels }}</span><br>
  443.                                             {% set p = "" %}
  444.                                             {% if ( nb_acheteurs_potentiels > 1 ) %}
  445.                                                 {% set p = "p" %}
  446.                                             {% endif %}
  447.                                             <span class="res_font">{{ translate("$$acheteur<br>potentiel$${p|acheteurs<br>potentiels}",lang,"","m", p) | raw }}</span>
  448.                                         </a>
  449.                                     </div>
  450.                                 </div>
  451.                                 <div class="col-6 text-center my-3 pr-4">
  452.                                     <div class="blanc bkg_vert lh099 py-3">
  453.                                         <span class="fs2">{{ nb_investisseurs_acquereurs }}</span><br>
  454.                                         {% set p = "" %}
  455.                                         {% if ( nb_investisseurs_acquereurs > 1 ) %}
  456.                                             {% set p = "p" %}
  457.                                         {% endif %}
  458.                                         <span class="res_font">{{ translate("$$fonds<br>acquereur$${p|fonds<br>acquereurs}",lang,"","m", p) | raw }}</span>
  459.                                     </div>
  460.                                 </div>
  461.                             </div>
  462.                         </div>
  463.                     </div>
  464.                     <!--MOBILE-->
  465.                     <!--TOUT SAUF MOBILE-->
  466.                     <div class="row d-none d-sm-block">
  467.                         <div class="onglet5 col-12 mb-4">
  468.                             <nav>
  469.                                 <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  470.                                     <div class="col-12 col-sm-3 no-padding-x bl_gris lh13 order-4 order-sm-1">
  471.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_annonces_acquisition_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  472.                                             {% set p = "" %}
  473.                                             {% if ( nb_annonces_acquisition > 1 ) %}
  474.                                                 {% set p = "p" %}
  475.                                             {% endif %}
  476.                                             <span class="fs2">{{ nb_annonces_acquisition }}</span><br><span class="fs12">{{ translate("$$annonce$${p|annonces}<br>d'acquisition",lang,"","m", p) | raw }}</span>
  477.                                         </a>
  478.                                     </div>
  479.                                     <div class="col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-2">
  480.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_cv_repreneur_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  481.                                             {% set p = "" %}
  482.                                             {% if ( nb_cvs > 1 ) %}
  483.                                                 {% set p = "p" %}
  484.                                             {% endif %}
  485.                                             <span class="fs2">{{ nb_cvs }}</span><br><span class="fs12">{{ translate("CV de <br>$$repreneur$${p|repreneurs}",lang,"","M", p) | raw }}</span>
  486.                                         </a>
  487.                                     </div>
  488.                                     <div class="col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3">
  489.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_acquereur_historique_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  490.                                             {% set p = "" %}
  491.                                             {% if ( nb_acheteurs_potentiels > 1 ) %}
  492.                                                 {% set p = "p" %}
  493.                                             {% endif %}
  494.                                             <span class="fs2">{{ nb_acheteurs_potentiels }}</span><br><span class="fs12">{{ translate("$$acheteur<br>potentiel$${p|acheteurs<br>potentiels}",lang,"","m", p) | raw }}</span>
  495.                                         </a>
  496.                                     </div>
  497.                                     <div class="col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4">
  498.                                         <div class="nav-item nav-link active">
  499.                                             {% set p = "" %}
  500.                                             {% if ( nb_investisseurs_acquereurs > 1 ) %}
  501.                                                 {% set p = "p" %}
  502.                                             {% endif %}
  503.                                             <span class="fs2">{{ nb_investisseurs_acquereurs }}</span><br><span class="fs12">{{ translate("$$fonds<br>acquereur$${p|fonds<br>acquereurs}",lang,"","m", p) | raw }}</span>
  504.                                         </div>
  505.                                     </div>
  506.                                 </div>
  507.                             </nav>
  508.                         </div>
  509.                     </div>
  510.                     <!--TOUT SAUF MOBILE-->
  511.                 {% elseif idSecteurActivite and not idLocalisation %}
  512.                     <div class="row" >
  513.                         <div class="col-12 mb-3 ml-3">
  514.                             {% set p = "" %}
  515.                             {% if ( nb_annonces > 1 ) %}
  516.                                 {% set p = "p" %}
  517.                             {% endif %}
  518.                             {% set arrayVarsTrans =  {"nomPourTitle": secteurActivites|last.nomPourTitle|lower }  %}
  519.                             <span class="fs13 vert">{{ nb_annonces }} {{ translate("$$acheteur$${p|acheteurs} dont",lang,"","m", p) | raw }} :</span>
  520.                         </div>
  521.                     </div>
  522.                     <!--MOBILE-->
  523.                     <div class="row d-block d-sm-none bkg_gris_clair">
  524.                         <div class="col-12">
  525.                             <div class="row">
  526.                                 <div class="col-6  text-center my-3 br_gris">
  527.                                     <div class="blanc lh099 py-3">
  528.                                         <a href="{{ path('vendre_entreprise_annonces_acquisition_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  529.                                             <span class="fs2">{{ nb_annonces_acquisition }}</span><br>
  530.                                             {% set p = "" %}
  531.                                             {% if ( nb_annonces_acquisition > 1 ) %}
  532.                                                 {% set p = "p" %}
  533.                                             {% endif %}
  534.                                             <span class="res_font">{{ translate("$$annonce$${p|annonces}<br>d'acquisition",lang,"","m", p) | raw }}</span>
  535.                                         </a>
  536.                                     </div>
  537.                                 </div>
  538.                                 <div class="col-6 text-center my-3">
  539.                                     <div class="blanc lh099 py-3">
  540.                                         <a href="{{ path('vendre_entreprise_cv_repreneur_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  541.                                             <span class="fs2">{{ nb_cvs }}</span><br>
  542.                                             {% set p = "" %}
  543.                                             {% if ( nb_cvs > 1 ) %}
  544.                                                 {% set p = "p" %}
  545.                                             {% endif %}
  546.                                             <span class="res_font">{{ translate("CV de <br>$$repreneur$${p|repreneurs}",lang,"","M", p) | raw }}</span>
  547.                                         </a>
  548.                                     </div>
  549.                                 </div>
  550.                                 <div class="col-6 text-center my-3 br_gris">
  551.                                     <div class="blanc lh099 py-3">
  552.                                         <a href="{{ path('vendre_entreprise_acquereur_historique_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  553.                                             <span class="fs2">{{ nb_acheteurs_potentiels }}</span><br>
  554.                                             {% set p = "" %}
  555.                                             {% if ( nb_acheteurs_potentiels > 1 ) %}
  556.                                                 {% set p = "p" %}
  557.                                             {% endif %}
  558.                                             <span class="res_font">{{ translate("$$acheteur<br>potentiel$${p|acheteurs<br>potentiels}",lang,"","m", p) | raw }}</span>
  559.                                         </a>
  560.                                     </div>
  561.                                 </div>
  562.                                 <div class="col-6 text-center my-3 pr-4">
  563.                                     <div class="blanc bkg_vert lh099 py-3">
  564.                                         <span class="fs2">{{ nb_investisseurs_acquereurs }}</span><br>
  565.                                         {% set p = "" %}
  566.                                         {% if ( nb_investisseurs_acquereurs > 1 ) %}
  567.                                             {% set p = "p" %}
  568.                                         {% endif %}
  569.                                         <span class="res_font">{{ translate("$$fonds<br>acquereur$${p|fonds<br>acquereurs}",lang,"","m", p) | raw }}</span>
  570.                                     </div>
  571.                                 </div>
  572.                             </div>
  573.                         </div>
  574.                     </div>
  575.                     <!--MOBILE-->
  576.                     <!--TOUT SAUF MOBILE-->
  577.                     <div class="row d-none d-sm-block">
  578.                         <div class="onglet5 col-12 mb-4">
  579.                             <nav>
  580.                                 <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  581.                                     <div class="col-12 col-sm-3 no-padding-x bl_gris lh13 order-4 order-sm-1">
  582.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_annonces_acquisition_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  583.                                             {% set p = "" %}
  584.                                             {% if ( nb_annonces_acquisition > 1 ) %}
  585.                                                 {% set p = "p" %}
  586.                                             {% endif %}
  587.                                             <span class="fs2">{{ nb_annonces_acquisition }}</span><br><span class="fs12">{{ translate("$$annonce$${p|annonces}<br>d'acquisition",lang,"","m", p) | raw }}</span>
  588.                                         </a>
  589.                                     </div>
  590.                                     <div class="col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-2">
  591.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_cv_repreneur_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  592.                                             {% set p = "" %}
  593.                                             {% if ( nb_cvs > 1 ) %}
  594.                                                 {% set p = "p" %}
  595.                                             {% endif %}
  596.                                             <span class="fs2">{{ nb_cvs }}</span><br><span class="fs12">{{ translate("CV de <br>$$repreneur$${p|repreneurs}",lang,"","M", p) | raw }}</span>
  597.                                         </a>
  598.                                     </div>
  599.                                     <div class="col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3">
  600.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_acquereur_historique_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  601.                                             {% set p = "" %}
  602.                                             {% if ( nb_acheteurs_potentiels > 1 ) %}
  603.                                                 {% set p = "p" %}
  604.                                             {% endif %}
  605.                                             <span class="fs2">{{ nb_acheteurs_potentiels }}</span><br><span class="fs12">{{ translate("$$acheteur<br>potentiel$${p|acheteurs<br>potentiels}",lang,"","m", p) | raw }}</span>
  606.                                         </a>
  607.                                     </div>
  608.                                     <div class="col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4">
  609.                                         <div class="nav-item nav-link active">
  610.                                             {% set p = "" %}
  611.                                             {% if ( nb_investisseurs_acquereurs > 1 ) %}
  612.                                                 {% set p = "p" %}
  613.                                             {% endif %}
  614.                                             <span class="fs2">{{ nb_investisseurs_acquereurs }}</span><br><span class="fs12">{{ translate("$$fonds<br>acquereur$${p|fonds<br>acquereurs}",lang,"","m", p) | raw }}</span>
  615.                                         </div>
  616.                                     </div>
  617.                                 </div>
  618.                             </nav>
  619.                         </div>
  620.                     </div>
  621.                     <!--TOUT SAUF MOBILE-->
  622.                 {% elseif idLocalisation and idSecteurActivite %}
  623.                     <div class="row" >
  624.                         <div class="col-12 mb-3 ml-3">
  625.                             {% set p = "" %}
  626.                             {% if ( nb_annonces > 1 ) %}
  627.                                 {% set p = "p" %}
  628.                             {% endif %}
  629.                             {% set arrayVarsTrans =  {"prefixe": localisations|last.prefixe, "nom_localisation" : localisations|last.nom_localisation, "nomPourTitle": secteurActivites|last.nomPourTitle|lower }  %}
  630.                             <span class="fs13 vert">{{ nb_annonces }} {{ translate("$$acheteur$${p|acheteurs} dont",lang,"","m", p) | raw }} :</span>
  631.                         </div>
  632.                     </div>
  633.                     <!--MOBILE-->
  634.                     <div class="row d-block d-sm-none bkg_gris_clair">
  635.                         <div class="col-12">
  636.                             <div class="row">
  637.                                 <div class="col-6  text-center my-3 br_gris">
  638.                                     <div class="blanc lh099 py-3">
  639.                                         <a href="{{ path('vendre_entreprise_annonces_acquisition_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  640.                                             <span class="fs2">{{ nb_annonces_acquisition }}</span><br>
  641.                                             {% set p = "" %}
  642.                                             {% if ( nb_annonces_acquisition > 1 ) %}
  643.                                                 {% set p = "p" %}
  644.                                             {% endif %}
  645.                                             <span class="res_font">{{ translate("$$annonce$${p|annonces}<br>d'acquisition",lang,"","m", p) | raw }}</span>
  646.                                         </a>
  647.                                     </div>
  648.                                 </div>
  649.                                 <div class="col-6 text-center my-3">
  650.                                     <div class="blanc lh099 py-3">
  651.                                         <a href="{{ path('vendre_entreprise_cv_repreneur_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  652.                                             <span class="fs2">{{ nb_cvs }}</span><br>
  653.                                             {% set p = "" %}
  654.                                             {% if ( nb_cvs > 1 ) %}
  655.                                                 {% set p = "p" %}
  656.                                             {% endif %}
  657.                                             <span class="res_font">{{ translate("CV de <br>$$repreneur$${p|repreneurs}",lang,"","M", p) | raw }}</span>
  658.                                         </a>
  659.                                     </div>
  660.                                 </div>
  661.                                 <div class="col-6 text-center my-3 br_gris">
  662.                                     <div class="blanc lh099 py-3">
  663.                                         <a href="{{ path('vendre_entreprise_acquereur_historique_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  664.                                             <span class="fs2">{{ nb_acheteurs_potentiels }}</span><br>
  665.                                             {% set p = "" %}
  666.                                             {% if ( nb_acheteurs_potentiels > 1 ) %}
  667.                                                 {% set p = "p" %}
  668.                                             {% endif %}
  669.                                             <span class="res_font">{{ translate("$$acheteur<br>potentiel$${p|acheteurs<br>potentiels}",lang,"","m", p) | raw }}</span>
  670.                                         </a>
  671.                                     </div>
  672.                                 </div>
  673.                                 <div class="col-6 text-center my-3 pr-4">
  674.                                     <div class="blanc bkg_vert lh099 py-3">
  675.                                         <span class="fs2">{{ nb_investisseurs_acquereurs }}</span><br>
  676.                                         {% set p = "" %}
  677.                                         {% if ( nb_investisseurs_acquereurs > 1 ) %}
  678.                                             {% set p = "p" %}
  679.                                         {% endif %}
  680.                                         <span class="res_font">{{ translate("$$fonds<br>acquereur$${p|fonds<br>acquereurs}",lang,"","m", p) | raw }}</span>
  681.                                     </div>
  682.                                 </div>
  683.                             </div>
  684.                         </div>
  685.                     </div>
  686.                     <!--MOBILE-->
  687.                     <!--TOUT SAUF MOBILE-->
  688.                     <div class="row d-none d-sm-block">
  689.                         <div class="onglet5 col-12 mb-4">
  690.                             <nav>
  691.                                 <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  692.                                     <div class="col-12 col-sm-3 no-padding-x bl_gris lh13 order-4 order-sm-1">
  693.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_annonces_acquisition_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  694.                                             {% set p = "" %}
  695.                                             {% if ( nb_annonces_acquisition > 1 ) %}
  696.                                                 {% set p = "p" %}
  697.                                             {% endif %}
  698.                                             <span class="fs2">{{ nb_annonces_acquisition }}</span><br><span class="fs12">{{ translate("$$annonce$${p|annonces}<br>d'acquisition",lang,"","m", p) | raw }}</span>
  699.                                         </a>
  700.                                     </div>
  701.                                     <div class="col-12 col-sm-3 no-padding-x bl_gris br_gris  lh13 order-sm-2">
  702.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_cv_repreneur_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  703.                                             {% set p = "" %}
  704.                                             {% if ( nb_cvs > 1 ) %}
  705.                                                 {% set p = "p" %}
  706.                                             {% endif %}
  707.                                             <span class="fs2">{{ nb_cvs }}</span><br><span class="fs12">{{ translate("CV de <br>$$repreneur$${p|repreneurs}",lang,"","M", p) | raw }}</span>
  708.                                         </a>
  709.                                     </div>
  710.                                     <div class="col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3">
  711.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_acquereur_historique_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  712.                                             {% set p = "" %}
  713.                                             {% if ( nb_acheteurs_potentiels > 1 ) %}
  714.                                                 {% set p = "p" %}
  715.                                             {% endif %}
  716.                                             <span class="fs2">{{ nb_acheteurs_potentiels }}</span><br><span class="fs12">{{ translate("$$acheteur<br>potentiel$${p|acheteurs<br>potentiels}",lang,"","m", p) | raw }}</span>
  717.                                         </a>
  718.                                     </div>
  719.                                     <div class="col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4">
  720.                                         <div class="nav-item nav-link active">
  721.                                             {% set p = "" %}
  722.                                             {% if ( nb_investisseurs_acquereurs > 1 ) %}
  723.                                                 {% set p = "p" %}
  724.                                             {% endif %}
  725.                                             <span class="fs2">{{ nb_investisseurs_acquereurs }}</span><br><span class="fs12">{{ translate("$$fonds<br>acquereur$${p|fonds<br>acquereurs}",lang,"","m", p) | raw }}</span>
  726.                                         </div>
  727.                                     </div>
  728.                                 </div>
  729.                             </nav>
  730.                         </div>
  731.                     </div>
  732.                     <!--TOUT SAUF MOBILE-->
  733.                 {% else %}
  734.                     <div class="row" >
  735.                         <div class="col-12 mb-3 ml-3">
  736.                             {% set p = "" %}
  737.                             {% if ( nb_annonces > 1 ) %}
  738.                                 {% set p = "p" %}
  739.                             {% endif %}
  740.                             <span class="fs13 vert">{{ nb_annonces }} {{ translate("$$acheteur$${p|acheteurs} dont",lang,"","m", p) | raw }} :</span>
  741.                         </div>
  742.                     </div>
  743.                     <!--MOBILE-->
  744.                     <div class="row d-block d-sm-none bkg_gris_clair">
  745.                         <div class="col-12">
  746.                             <div class="row">
  747.                                 <div class="col-6  text-center my-3 bl_gris">
  748.                                     <div class="blanc lh099 py-3">
  749.                                         <a href="{{ path('vendre_entreprise_resultats_annonces_acquisition',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  750.                                             <span class="fs2">{{ nb_annonces_acquisition }}</span><br>
  751.                                             {% set p = "" %}
  752.                                             {% if ( nb_annonces_acquisition > 1 ) %}
  753.                                                 {% set p = "p" %}
  754.                                             {% endif %}
  755.                                             <span class="res_font">{{ translate("$$annonce$${p|annonces}<br>d'acquisition",lang,"","m", p) | raw }}</span>
  756.                                         </a>
  757.                                     </div>
  758.                                 </div>
  759.                                 <div class="col-6 text-center my-3">
  760.                                     <div class="blanc lh099 py-3">
  761.                                         <a href="{{ path('vendre_entreprise_resultats_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  762.                                             <span class="fs2">{{ nb_cvs }}</span><br>
  763.                                             {% set p = "" %}
  764.                                             {% if ( nb_cvs > 1 ) %}
  765.                                                 {% set p = "p" %}
  766.                                             {% endif %}
  767.                                             <span class="res_font">{{ translate("CV de <br>$$repreneur$${p|repreneurs}",lang,"","M", p) | raw }}</span>
  768.                                         </a>
  769.                                     </div>
  770.                                 </div>
  771.                                 <div class="col-6 text-center my-3 br_gris">
  772.                                     <div class="blanc lh099 py-3">
  773.                                         <a href="{{ path('vendre_entreprise_resultats_acquereur_historique',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}" class="vert lh099 py-3">
  774.                                             <span class="fs2">{{ nb_acheteurs_potentiels }}</span><br>
  775.                                             {% set p = "" %}
  776.                                             {% if ( nb_acheteurs_potentiels > 1 ) %}
  777.                                                 {% set p = "p" %}
  778.                                             {% endif %}
  779.                                             <span class="res_font">{{ translate("$$acheteur<br>potentiel$${p|acheteurs<br>potentiels}",lang,"","m", p) | raw }}</span>
  780.                                         </a>
  781.                                     </div>
  782.                                 </div>
  783.                                 <div class="col-6 text-center my-3 pr-4">
  784.                                     <div class="blanc bkg_vert lh099 py-3">
  785.                                         <span class="fs2">{{ nb_investisseurs_acquereurs }}</span><br>
  786.                                         {% set p = "" %}
  787.                                         {% if ( nb_investisseurs_acquereurs > 1 ) %}
  788.                                             {% set p = "p" %}
  789.                                         {% endif %}
  790.                                         <span class="res_font">{{ translate("$$fonds<br>acquereur$${p|fonds<br>acquereurs}",lang,"","m", p) | raw }}</span>
  791.                                     </div>
  792.                                 </div>
  793.                             </div>
  794.                         </div>
  795.                     </div>
  796.                     <!--MOBILE-->
  797.                     <!--TOUT SAUF MOBILE-->
  798.                     <div class="row d-none d-sm-block">
  799.                         <div class="onglet5 col-12 mb-4">
  800.                             <nav>
  801.                                 <div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
  802.                                     <div class="col-12 col-sm-3 no-padding-x bl_gris lh13 order-4 order-sm-1">
  803.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_resultats_annonces_acquisition',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  804.                                             {% set p = "" %}
  805.                                             {% if ( nb_annonces_acquisition > 1 ) %}
  806.                                                 {% set p = "p" %}
  807.                                             {% endif %}
  808.                                             <span class="fs2">{{ nb_annonces_acquisition }}</span><br><span class="fs12">{{ translate("$$annonce$${p|annonces}<br>d'acquisition",lang,"","m", p) | raw }}</span>
  809.                                         </a>
  810.                                     </div>
  811.                                     <div class="col-12 col-sm-3 no-padding-x bl_gris br_gris  lh13 order-sm-2">
  812.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_resultats_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  813.                                             {% set p = "" %}
  814.                                             {% if ( nb_cvs > 1 ) %}
  815.                                                 {% set p = "p" %}
  816.                                             {% endif %}
  817.                                             <span class="fs2">{{ nb_cvs }}</span><br><span class="fs12">{{ translate("CV de <br>$$repreneur$${p|repreneurs}",lang,"","M", p) | raw }}</span>
  818.                                         </a>
  819.                                     </div>
  820.                                     <div class="col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3">
  821.                                         <a class="nav-item nav-link" href="{{ path('vendre_entreprise_resultats_acquereur_historique',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}">
  822.                                             {% set p = "" %}
  823.                                             {% if ( nb_acheteurs_potentiels > 1 ) %}
  824.                                                 {% set p = "p" %}
  825.                                             {% endif %}
  826.                                             <span class="fs2">{{ nb_acheteurs_potentiels }}</span><br><span class="fs12">{{ translate("$$acheteur<br>potentiel$${p|acheteurs<br>potentiels}",lang,"","m", p) | raw }}</span>
  827.                                         </a>
  828.                                     </div>
  829.                                     <div class="col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4">
  830.                                         <div class="nav-item nav-link active">
  831.                                             {% set p = "" %}
  832.                                             {% if ( nb_investisseurs_acquereurs > 1 ) %}
  833.                                                 {% set p = "p" %}
  834.                                             {% endif %}
  835.                                             <span class="fs2">{{ nb_investisseurs_acquereurs }}</span><br><span class="fs12">{{ translate("$$fonds<br>acquereur$${p|fonds<br>acquereurs}",lang,"","m", p) | raw }}</span>
  836.                                         </div>
  837.                                     </div>
  838.                                 </div>
  839.                             </nav>
  840.                         </div>
  841.                     </div>
  842.                     <!--TOUT SAUF MOBILE-->
  843.                 {% endif %}
  844.                 <div class="row mt-5" >
  845.                     <div class="col-12 mb-1 ml-3 mt-3">
  846.                         {% set p = "" %}
  847.                         {% if ( nb_investisseurs_acquereurs > 1 ) %}
  848.                             {% set p = "p" %}
  849.                         {% endif %}
  850.                         <span class="fs18">{{ nb_investisseurs_acquereurs }} {{ translate("$$fonds acquereur$${p|fonds acquereurs}",lang,"","m", p) | raw }}</span>
  851.                     </div>
  852.                 </div>
  853.                 <!--PAGINATION-->
  854.                 <div class="row mt-3">
  855.                     <div class="col-sm-12">
  856.                         <nav aria-label="..." class="pagination-vert">
  857.                             {{ knp_pagination_render(liste_fonds) }}
  858.                         </nav>
  859.                     </div>
  860.                 </div>
  861.                 <!--FIN PAGINATION-->
  862.                 <div class="row mt-3 mb-2">
  863.                     <div class="col-12 col-sm-6 offset-sm-6 text-right">
  864.                         <div class="row">
  865.                             <div class="col-12 col-sm-4 pt-2 text-right">
  866.                                 <label for="idFromControlSelectTri">{{ translate("trier par",lang,"","M") | raw }}</label>
  867.                             </div>
  868.                             <div class="col-12 col-sm-8">
  869.                                 <select class="form-control" id="idFromControlSelectTri" v-on:change="sortBy($event)">
  870.                                     <option value="nb_op" {% if tri == "nb_op" %}selected="selected"{% endif %}>{{ translate("nombre d'operations",lang,"","M") | raw }}</option>
  871.                                     <option value="nom_asc" {% if tri == "nom_asc" %}selected="selected"{% endif %} >{{ translate("ordre alphabetique",lang,"","M") | raw }}</option>
  872.                                     <option value="date_desc" {% if tri == "date_desc" %}selected="selected"{% endif %} >{{ translate("date derniere operation",lang,"","M") | raw }}</option>
  873.                                 </select>
  874.                             </div>
  875.                         </div>
  876.                     </div>
  877.                 </div>
  878.                 <div class="row" >
  879.                     <div class="col-12">
  880.                         <!--ANNONCES -->
  881.                         {% for index, fonds in liste_fonds %}
  882.                             <div class="card mb-3 card-ie filet_gris">
  883.                                 <div class="card-body">
  884.                                     <div class="row">
  885.                                         {% if has_service or fonds.commande %}
  886.                                             {% set nomSociete = fonds.nom_societe %}
  887.                                         {% else %}
  888.                                             {% set nomSociete = fonds.nom_societe | slice(0, 1) ~ '******' %}
  889.                                         {% endif %}
  890.                                         
  891.                                         {% set lienFondsInvestissement = path('vendre_entreprise_fonds_details_crypte',
  892.                                          {
  893.                                              'idFonds': encrypt(fonds.id_gestionnaire_fonds ~ ''),
  894.                                              'codePays':codePaysWithUnderScore
  895.                                          }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params ~ '&index=' ~ index
  896.                                         %}
  897.                                         <div class="col-12 col-md-8 col-lg-9 col-xl-10">
  898.                                             <div>
  899.                                                 <h5 class="titre_annonce_vert">
  900.                                                     <a href="{{ lienFondsInvestissement }}" title="{{ nomSociete }}">
  901.                                                         {{ nomSociete }}
  902.                                                     </a>
  903.                                                 </h5>
  904.                                             </div>
  905.                                             <div class="mb-1">
  906.                                                 <span class="nowrap_custom">
  907.                                                     <strong>{{ fonds.nb_participation }}</strong> 
  908.                                                     {% if is_recherche %}
  909.                                                     {{ translate("$$operation$${p|operations} avec ces critères" ,lang,"","M", p) | raw }}
  910.                                                     {% else %}
  911.                                                     {{ translate("$$operation$${p|operations}" ,lang,"","M", p) | raw }}
  912.                                                     {% endif %}
  913.                                                 </span>&nbsp;&nbsp;&nbsp;&nbsp;
  914.                                                 <span class="nowrap_custom">{{ translate("date derniere operation" ,lang,"","M") | raw }} : <strong>{{ fonds.date_investissement_formated }}</strong></span>
  915.                                             </div>
  916.                                             <i class="fas fa-map-marker-alt"></i>&nbsp; {{ fonds.nom_localisation }}
  917.                                         </div>
  918.                                         <div class="col-12 col-md-4 col-lg-3 col-xl-2" id="cartes">
  919.                                             <div class="row">
  920.                                                 <div class="col-4 col-md-12 text-center" style="">
  921.                                                     <a href="{{ lienFondsInvestissement }}" title="{{ fonds.nom_localisation }}">
  922.                                                         <img src="{{ fonds.carte }}" alt="{{ fonds.nom_localisation }}" class="img-fluid">
  923.                                                     </a>
  924.                                                 </div>
  925.                                             </div>
  926.                                         </div>
  927.                                         <div class="col-4 col-md-4 col-lg-4 mt-2">
  928.                                             <a href="{{ lienFondsInvestissement }}" title="{{ translate("voir les details" ,lang,"","M") | raw }}">
  929.                                                 <button type="button" class="btn btn-vert-annonce">
  930.                                                     {{ translate("voir les details" ,lang,"","M") | raw }}
  931.                                                 </button>
  932.                                             </a>
  933.                                         </div>
  934.                                     </div>
  935.                                 </div>
  936.                             </div>
  937.                         {% endfor %}
  938.                         <!--FIN ANNONCES -->
  939.                         <!--PUB FRANCHISE-->
  940.                         <!--<div class="card mb-3 card-ie card-franchises filet_gris">
  941.                                 <div class="card-header">Avez-vous pense a creer ou reprendre en franchise ?</div>
  942.                                 <div class="card-body">
  943.                             <div class="row">
  944.                                         <div class="col-6 col-md-3">
  945.                                                 <a href="https://www.placedesfranchises.com/carslift" target="_blank" title="Carslift"><img class="img-fluid" src="https://static.placedesfranchises.com/images/uploads/5ede3ed64cf8e/logo_carslift.jpg"  alt="Carslift" ></a>
  946.                                         </div>
  947.                                         <div class="col-6 col-md-7">
  948.                                                 <div>
  949.                                                         <a href="https://www.placedesfranchises.com/carslift" class="inter_orange_link" title="Carslift">CARSLIFT</a><br>
  950.                                                         <a href="https://www.placedesfranchises.com/carslift" class="vert_franchises" title="Le specialiste du bien motorise">Le specialiste du bien motorise</a><br>
  951.                                                         <span class="nowrap_custom">Apport : <strong>15 000 € </strong></span>&nbsp;&nbsp;&nbsp;&nbsp;
  952.                                                         <span class="nowrap_custom">Droit d'entree :  <strong>35 000 €</strong>
  953.                                                 </div>
  954.                                         </div>
  955.                                         <div class="col-12 col-md-2 text-center">
  956.                                                 <div class="pt-3 mt-2 inline"><small>Consultez sur </small></div>
  957.                                                 <div class=" inline"><img src="https://static.placedesfranchises.com/img/logo_text.jpg" width="120"></div>
  958.                                         </div>
  959.                                 </div>
  960.                                 </div>
  961.                         </div>-->
  962.                         <!--FIN PUB FRANCHISE-->
  963.                         <!--PUB FRANCHISE-->
  964.                         <!--<div class="card mb-3 card-ie card-franchises">
  965.                             <div class="card-header">{{ translate("avez-vous pense a creer ou reprendre en franchise ?",lang,"","M") | raw }}</div>
  966.                             <div class="card-body">
  967.                                 <div class="row">
  968.                                     <div class="col-12 col-md-6">
  969.                                         <a href="https://www.placedesfranchises.com/carslift" class="inter_orange_link" title="OUEST CONTRÔLE ENVIRONNEMENT">OUEST CONTRÔLE ENVIRONNEMENT</a>
  970.                                     </div>
  971.                                     <div class="col-12 col-md-6">
  972.                                         <div>
  973.                                             <a href="https://www.placedesfranchises.com/carslift" class="vert_franchises fs13" title="Le specialiste du bien motorise">Le specialiste du bien motorise</a><br>
  974.                                             <span class="nowrap_custom">{{ translate("apport",lang,"","M") | raw }} : <strong>15 000 € </strong></span>&nbsp;&nbsp;&nbsp;&nbsp;
  975.                                             <span class="nowrap_custom">{{ translate("droit d'entree",lang,"","M") | raw }} :  <strong>35 000 €</strong>
  976.                                         </div>
  977.                                     </div>
  978.                                     <div class="col-12 col-md-12 text-right mt-3">
  979.                                         <div class="inline"><small>{{ translate("consultez sur",lang,"","M") | raw }} </small></div>
  980.                                         <div class="inline"><img src="images/logo_PDF_petit.jpg" width="120"></div>
  981.                                     </div>
  982.                                 </div>
  983.                             </div>
  984.                         </div>-->
  985.                         <!--FIN PUB FRANCHISE-->
  986.                     </div>
  987.                 </div>
  988.                 <!--PAGINATION-->
  989.                 <div class="row mt-3">
  990.                     <div class="col-sm-12">
  991.                         <nav aria-label="..." class="pagination-vert">
  992.                             {{ knp_pagination_render(liste_fonds) }}
  993.                         </nav>
  994.                     </div>
  995.                 </div>
  996.                 <!--FIN PAGINATION-->
  997.             </div><!--FIN COLONNE DROITE -->
  998.         </div> <!--FIN ROW CONTAINER -->
  999.     </div>  <!--FIN CONTAINER -->
  1000.     
  1001.     <!--MODAL 2-->
  1002.     <div class="modal fade" id="modal-condition" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  1003.         <div class="modal-dialog" role="document">
  1004.             <div class="modal-content">
  1005.                 <div class="modal-header">
  1006.                     {% set p = "" %}
  1007.                     {% if ( nb_investisseurs_acquereurs > 1 ) %}
  1008.                         {% set p = "p" %}
  1009.                     {% endif %}
  1010.                     <h5 class="modal-title bleu" id="exampleModalLabel">{{ nb_investisseurs_acquereurs }} {{ translate("$$fonds acquereur$${p|fonds acquereurs}",lang,"","m", p) | raw }} </h5>
  1011.                     <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  1012.                         <span aria-hidden="true">&times;</span>
  1013.                     </button>
  1014.                 </div>
  1015.                 <div class="modal-body text-center">
  1016.                     Pour accéder aux fiches des fonds acquéreurs vous devez :<br><br><br>
  1017.                     - Souscrire un abonnement simple à <a href="{{ path('tarifs_index', {'codePays' : codePaysWithUnderScore}) }}#participations">l'Annuaire des Fonds d'investissement</a><br>
  1018.                     <b>ou</b><br>
  1019.                     - Adhérer à l'offre <a href="{{ path('offreFusacqExpert', {'codePays': codePaysWithUnderScore}) }}" target="_blank"><strong>FUSACQ Expert</strong></a> qui comprend l'ensemble des services Fusacq<br><br><br>
  1020.                     <strong>Pour plus de détails contactez nous au 01&nbsp;48&nbsp;28&nbsp;24&nbsp;24</strong><br>
  1021.                 </div>
  1022.                 <div class="modal-footer">
  1023.                     <div class="col-6 text-center">Je suis déjà adhèrent <br><a href="#" data-toggle="modal" data-target="#modal-connexion" title=""><button type="button" class="button-rond">Je me connecte</button></a></div>
  1024.                     <div class="col-6 text-center">Les offres et les tarifs<br>
  1025.                         <a href="{{ path('offreFusacqExpert', {'codePays': codePaysWithUnderScore }) }}" target="_blank">
  1026.                             <button type="button" class="btn btn-fusacq_expert ">Fusacq Expert</button>
  1027.                         </a>
  1028.                     </div>
  1029.                 </div>
  1030.             </div>
  1031.         </div>
  1032.     </div>
  1033.     <!--FIN MODAL 2-->
  1034.     <!--MODAL 3-->
  1035.     <div class="modal fade" id="modal-connexion" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  1036.         <div class="modal-dialog" role="document">
  1037.             <div class="modal-content">
  1038.                 <div class="modal-header">
  1039.                     <h5 class="modal-title" id="exampleModalLabel">Connexion</h5>
  1040.                     <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  1041.                         <span aria-hidden="true">&times;</span>
  1042.                     </button>
  1043.                 </div>
  1044.                 <div class="modal-body mt-3">
  1045.                     {{ render_esi(controller(
  1046.                          'App\\Controller\\SecurityController::login',
  1047.                           {"from": "cible_potentielle" }
  1048.                      )) | spaceless }}
  1049.                 </div>
  1050.             </div>
  1051.         </div>
  1052.     </div>
  1053.     <!--FIN MODAL 3-->
  1054. {% endblock %}
  1055. {% block javascripts %}
  1056.     {{ parent() }}
  1057.     <script type="module" data-name="{{ codePaysWithUnderScore }}" id="codePaysParam" src="{{ asset('build/js/vendre_entreprise/acquereur_historique.js') }}"></script>
  1058. {% endblock %}