var/cache/dev/twig/f8/f8ebfee5e0bc54fd56c026e499616cee33cbfb4b0b9ba261d22cc2db5cf8255c.php line 43

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* vendre_entreprise/recherche_avancee_acquereur_historique.html.twig */
  15. class __TwigTemplate_53398de91b5023b290ebcb1861c4a3729804b1f46422413874b9d336bf2a41cd extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'description' => [$this'block_description'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'body' => [$this'block_body'],
  28.             'javascripts' => [$this'block_javascripts'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "base.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vendre_entreprise/recherche_avancee_acquereur_historique.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vendre_entreprise/recherche_avancee_acquereur_historique.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""vendre_entreprise/recherche_avancee_acquereur_historique.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 3
  51.     public function block_title($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  58.         // line 4
  59.         yield "<title>";
  60.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancée, acquéreurs historiques d'entreprise", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'4$this->source); })()), """M");
  61.         yield "</title>
  62. ";
  63.         
  64.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  65.         
  66.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  67.         return; yield '';
  68.     }
  69.     // line 7
  70.     public function block_description($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  77.         // line 8
  78.         yield "<meta name=\"description\" content=\"";
  79.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancée pour trouver des acquéreurs historiques d'entreprise", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'8$this->source); })()), """M");
  80.         yield "\">
  81. ";
  82.         
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  84.         
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  86.         return; yield '';
  87.     }
  88.     // line 11
  89.     public function block_stylesheets($context, array $blocks = [])
  90.     {
  91.         $macros $this->macros;
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  94.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  95.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  96.         yield "  ";
  97.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  98.         yield "
  99. <link rel=\"stylesheet\" href=\"";
  100.         // line 12
  101.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/lib/range-slider.css"), "html"nulltrue);
  102.         yield "\"/>
  103. <link rel=\"stylesheet\" href=\"";
  104.         // line 13
  105.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/reprendre_entreprise/rechercheavancee.css"), "html"nulltrue);
  106.         yield "\"/>
  107. <link rel=\"stylesheet\" href=\"";
  108.         // line 14
  109.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/vendre_entreprise/rechercheavancee.css"), "html"nulltrue);
  110.         yield "\"/>
  111. ";
  112.         
  113.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  114.         
  115.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  116.         return; yield '';
  117.     }
  118.     // line 17
  119.     public function block_body($context, array $blocks = [])
  120.     {
  121.         $macros $this->macros;
  122.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  123.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  124.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  125.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  126.         // line 18
  127.         yield "\t";
  128.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""vendre_entreprise/recherche_avancee_acquereur_historique.html.twig"18)->unwrap()->yield($context);
  129.         // line 19
  130.         yield "\t
  131. \t<!-- Menu  -->
  132.     ";
  133.         // line 21
  134.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" =>         // line 23
  135. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'23$this->source); })()), "currentRoute" =>         // line 24
  136. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'24$this->source); })()), "codePays" =>         // line 25
  137. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'25$this->source); })())]));
  138.         // line 26
  139.         yield "
  140.   \t<!-- Menu  -->
  141.                   
  142.   \t<!-- Publicite  -->
  143.     ";
  144.         // line 30
  145.         yield from         $this->loadTemplate("includes/publicite.html.twig""vendre_entreprise/recherche_avancee_acquereur_historique.html.twig"30)->unwrap()->yield($context);
  146.         // line 31
  147.         yield "  \t<!-- Publicite  -->
  148. \t<div class=\"container\" id=\"app\">
  149. \t\t<div class=\"row\">
  150. \t\t\t<!--COLONNE GAUCHE -->
  151.             ";
  152.         // line 36
  153.         yield from         $this->loadTemplate("includes/colonnes_gauche.html.twig""vendre_entreprise/recherche_avancee_acquereur_historique.html.twig"36)->unwrap()->yield($context);
  154.         // line 37
  155.         yield "            <!--FIN COLONNE GAUCHE -->
  156.             
  157.             <!--COLONNE DROITE -->
  158. \t\t\t<div class=\"col-12 col-lg-9 bkg_blanc\">
  159.                 <!-- ARIANE -->
  160.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  161.                   <ol class=\"breadcrumb\">
  162.                     <li class=\"breadcrumb-item\"><a href=\"";
  163.         // line 45
  164.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index", ["codePays" => (isset($context["codePays"]) || array_key_exists("codePays"$context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.'45$this->source); })())]), "html"nulltrue);
  165.         yield "\">";
  166.         yield $this->extensions['App\Twig\TranslationExtension']->translate("accueil", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'45$this->source); })()), """M");
  167.         yield "</a></li>
  168.                     <li class=\"breadcrumb-item\">";
  169.         // line 46
  170.         yield $this->extensions['App\Twig\TranslationExtension']->translate("vendre une entreprise ou ceder des actifs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'46$this->source); })()), """M");
  171.         yield "</li>
  172.                     <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  173.         // line 47
  174.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'47$this->source); })()), """M");
  175.         yield "</li>
  176.                   </ol>
  177.                 </nav>
  178.                 <!-- FIN ARIANE -->
  179.                 
  180.                 <div class=\"row\" >
  181.                     <div class=\"col-12 my-4\">
  182.                     \t<!-- <h2 class=\"bleu_fusacq\">";
  183.         // line 54
  184.         yield $this->extensions['App\Twig\TranslationExtension']->translate("reprendre une entreprise ou developper ma societe", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'54$this->source); })()), """M");
  185.         yield "</h2>-->
  186.                     \t<h1 class=\"recherche_avancee vert\">";
  187.         // line 55
  188.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'55$this->source); })()), """M");
  189.         yield " - ";
  190.         yield $this->extensions['App\Twig\TranslationExtension']->translate("acquereurs historiques", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'55$this->source); })()), """M");
  191.         yield "</h1>
  192.                     \t<a href=\"#\" data-toggle=\"modal\" data-target=\"#modal-explication\" title=\"\" class=\"underlined\">";
  193.         // line 56
  194.         yield $this->extensions['App\Twig\TranslationExtension']->translate("Que sont les \"acquereurs historiques\" proposés par FUSACQ ?", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'56$this->source); })()), """M");
  195.         yield "</a>
  196.                     </div>
  197.                 </div>
  198.                 
  199.                 <!--MOBILE-->
  200.                 <div class=\"row d-block d-sm-none bkg_gris_clair\">
  201.                 \t<div class=\"onglet5 col-12 my-3 pt-3\">
  202.                 \t\t  <nav>
  203.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  204.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  205.                 \t\t\t\t<a class=\"nav-item nav-link\" href=\"";
  206.         // line 66
  207.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_acquereurs_historiques", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'66$this->source); })())]), "html"nulltrue);
  208.         yield "\">
  209.                 \t\t\t\t\t<span class=\"fs13\">";
  210.         // line 67
  211.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche standard", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'67$this->source); })()), """M");
  212.         yield "</span></a>
  213.                 \t\t\t\t</div>
  214.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  215.                 \t\t\t\t<div class=\"nav-item nav-link active\">
  216.                 \t\t\t\t\t<span class=\"fs13\">";
  217.         // line 71
  218.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'71$this->source); })()), """M");
  219.         yield "</span></div>
  220.                 \t\t\t\t</div>
  221.                 \t\t\t</div>
  222.                 \t\t  </nav>
  223.                 \t</div>
  224.                 \t<div class=\"col-12\">
  225.                 \t\t<div class=\"row\">
  226.                     \t\t<div class=\"col-6 text-center my-3 bl_gris\">
  227.                     \t\t\t<div class=\"blanc lh099 py-3\">
  228.                     \t\t\t\t<a href=\"";
  229.         // line 80
  230.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_annonces_acquisition_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'80$this->source); })())]), "html"nulltrue);
  231.         yield "?";
  232.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'80$this->source); })()), "html"nulltrue);
  233.         yield "\" class=\"vert lh099 py-3\">
  234.                         \t\t\t\t<span class=\"res_font\">";
  235.         // line 81
  236.         yield $this->extensions['App\Twig\TranslationExtension']->translate("annonces<br>d'acquisition", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'81$this->source); })()), """M""");
  237.         yield "</span>
  238.                     \t\t\t\t</a>
  239.                     \t\t\t</div>
  240.                     \t\t</div>
  241.                     \t\t
  242.                     \t\t<div class=\"col-6 text-center my-3 bl_gris\">
  243.                         \t\t<div class=\"blanc lh099 py-3\">
  244.                         \t\t\t<a href=\"";
  245.         // line 88
  246.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'88$this->source); })())]), "html"nulltrue);
  247.         yield "?";
  248.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'88$this->source); })()), "html"nulltrue);
  249.         yield "\" class=\"vert lh099 py-3\">
  250.                         \t\t\t\t<span class=\"res_font\">";
  251.         // line 89
  252.         yield $this->extensions['App\Twig\TranslationExtension']->translate("CV de<br>repreneurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'89$this->source); })()), """M""");
  253.         yield "</span>
  254.                         \t\t\t</a>
  255.                         \t\t</div>
  256.                     \t\t</div>
  257.                     \t\t
  258.                     \t\t<div class=\"col-6 text-center my-3 br_gris\">
  259.                         \t\t<div class=\"blanc bkg_vert lh099 py-3\">
  260.                     \t\t\t\t<span class=\"res_font\">";
  261.         // line 96
  262.         yield $this->extensions['App\Twig\TranslationExtension']->translate("acheteurs<br>potentiels", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'96$this->source); })()), """M""");
  263.         yield "</span>
  264.                         \t\t</div>
  265.                     \t\t</div>
  266.                     \t\t
  267.                     \t\t<div class=\"col-6 text-center my-3 pr-4\">
  268.                         \t\t<div class=\"blanc lh099 py-3\">
  269.                         \t\t\t<a href=\"";
  270.         // line 102
  271.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_fonds_acquereurs", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'102$this->source); })())]), "html"nulltrue);
  272.         yield "?";
  273.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'102$this->source); })()), "html"nulltrue);
  274.         yield "\" class=\"vert lh099 py-3\">
  275.                         \t\t\t\t<span class=\"res_font\">";
  276.         // line 103
  277.         yield $this->extensions['App\Twig\TranslationExtension']->translate("fonds<br>acquereurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'103$this->source); })()), """M""");
  278.         yield "</span>
  279.                         \t\t\t</a>
  280.                         \t\t</div>
  281.                     \t\t</div>
  282.                 \t\t</div>
  283.                 \t</div>
  284.                 </div>
  285.                 <!--MOBILE-->
  286.                 
  287.                 <!--TOUT SAUF MOBILE-->
  288.                 <div class=\"row d-none d-sm-block\">
  289.                 \t<div class=\"onglet5 col-12 mt-3\">
  290.                         <nav>
  291.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  292.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  293.                             \t\t<a class=\"nav-item nav-link\" href=\"";
  294.         // line 118
  295.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_acquereurs_historiques", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'118$this->source); })())]), "html"nulltrue);
  296.         yield "\">
  297.                             \t\t\t<span class=\"fs13\">";
  298.         // line 119
  299.         yield $this->extensions['App\Twig\TranslationExtension']->translate("tous les acheteurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'119$this->source); })()), """M");
  300.         yield "</span>
  301.                             \t\t</a>
  302.                             \t</div>
  303.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  304.                             \t\t<div class=\"nav-item nav-link active\">
  305.                             \t\t\t<span class=\"fs13\">";
  306.         // line 124
  307.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'124$this->source); })()), """M");
  308.         yield "</span>
  309.                             \t\t</div>
  310.                             \t</div>
  311.                             </div>
  312.                         </nav>
  313.                 \t</div>
  314.                 \t<div class=\"onglet5 col-12 mt-5 mb-4\">
  315. \t\t\t\t\t\t<nav>
  316.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  317.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x bl_gris lh13 order-4 order-sm-1\">
  318.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  319.         // line 134
  320.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_annonces_acquisition_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'134$this->source); })())]), "html"nulltrue);
  321.         yield "?";
  322.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'134$this->source); })()), "html"nulltrue);
  323.         yield "\">
  324.                         \t\t\t\t<span class=\"fs12\">";
  325.         // line 135
  326.         yield $this->extensions['App\Twig\TranslationExtension']->translate("annonces<br>d'acquisition", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'135$this->source); })()), """M""");
  327.         yield "</span>
  328.                         \t\t  \t</a>
  329.                         \t\t</div> 
  330.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris  lh13 order-sm-2\">
  331.                         \t  \t\t<a class=\"nav-item nav-link\" href=\"";
  332.         // line 139
  333.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'139$this->source); })())]), "html"nulltrue);
  334.         yield "?";
  335.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'139$this->source); })()), "html"nulltrue);
  336.         yield "\">
  337. \t\t\t\t\t\t\t\t\t\t<span class=\"fs12\">";
  338.         // line 140
  339.         yield $this->extensions['App\Twig\TranslationExtension']->translate("CV de<br>repreneurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'140$this->source); })()), """M""");
  340.         yield "</span>
  341.                         \t\t  \t</a>
  342.                         \t\t</div>
  343.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3\">
  344.                         \t\t\t<div class=\"nav-item nav-link active\">
  345. \t\t\t\t\t\t\t\t\t\t<span class=\"fs12\">";
  346.         // line 145
  347.         yield $this->extensions['App\Twig\TranslationExtension']->translate("acheteurs<br>potentiels", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'145$this->source); })()), """M""");
  348.         yield "</span>
  349.                         \t\t  \t</div>
  350.                         \t\t</div>
  351.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  352.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  353.         // line 149
  354.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_fonds_acquereurs", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'149$this->source); })())]), "html"nulltrue);
  355.         yield "?";
  356.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'149$this->source); })()), "html"nulltrue);
  357.         yield "\">
  358.                         \t\t  \t\t<span class=\"fs12\">";
  359.         // line 150
  360.         yield $this->extensions['App\Twig\TranslationExtension']->translate("fonds<br>acquereurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'150$this->source); })()), """M""");
  361.         yield "</span>
  362.                         \t\t  \t</a>
  363.                         \t\t</div>
  364.                     \t\t</div>
  365.                 \t  \t</nav>
  366.                 \t</div>
  367.                 </div>
  368.                 <!--TOUT SAUF MOBILE-->
  369.                 
  370.                 <div class=\"row mt-5\">
  371.                 \t<div class=\"onglet5 col-12 col-sm-6 offset-sm-5 mb-4\">
  372.                 \t\t<nav>
  373.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  374.                         \t  \t<div class=\"col-6 col-sm-5 no-padding-x lh13\">
  375.                         \t\t  \t<div class=\"nav-item nav-link active\">
  376.                                         <span class=\"fs12\">";
  377.         // line 165
  378.         yield $this->extensions['App\Twig\TranslationExtension']->translate("acquereurs<br>historiques", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'165$this->source); })()), """M""");
  379.         yield "</span>
  380.                         \t\t  \t</div>
  381.                         \t\t</div> 
  382.                         \t  \t<div class=\"col-6 col-sm-5 no-padding-x lh13 br_gris bl_m_gris\">
  383.                         \t\t  \t<a class=\"nav-item nav-link\" href=\"";
  384.         // line 169
  385.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_participations_fonds", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'169$this->source); })())]), "html"nulltrue);
  386.         yield "?";
  387.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'169$this->source); })()), "html"nulltrue);
  388.         yield "\">
  389.                         \t\t  \t\t<span class=\"fs12\">";
  390.         // line 170
  391.         yield $this->extensions['App\Twig\TranslationExtension']->translate("participations<br>de fonds", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'170$this->source); })()), """M""");
  392.         yield "</span>
  393.                         \t\t  \t</a>
  394.                         \t\t</div>
  395.                     \t\t</div>
  396.                 \t  </nav>
  397.                 \t</div>
  398.                 </div>
  399. \t\t\t\t<div class=\"row\">
  400.                     <div class=\"col-12\">\t\t
  401.                     <div class=\"card mb-3 no_shadow\"> 
  402.                     \t<div class=\"card-body\">
  403.                     \t\t";
  404.         // line 182
  405.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'182$this->source); })()), 'form_start');
  406.         yield "
  407.                         \t<div class=\"row\">
  408.                         \t\t<!--ZONE GEOGRAPHIQUE-->
  409.                             \t<div class=\"col-12 col-lg-9 offset-lg-1\">
  410.                             \t\t<h5 class=\"gris_666\">";
  411.         // line 186
  412.         yield $this->extensions['App\Twig\TranslationExtension']->translate("localisations", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'186$this->source); })()), """M");
  413.         yield "</h5>
  414.                             \t</div>
  415.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 localisations_selected\">
  416.                             \t\t
  417.                             \t</div>
  418.                             \t<div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_localisations_selected\">
  419.                             \t\t";
  420.         // line 192
  421.         if (CoreExtension::getAttribute($this->env$this->source, ($context["parametres_localisations"] ?? null), "array_localisation", [], "any"truetruefalse192)) {
  422.             // line 193
  423.             yield "                            \t\t\t";
  424.             $context['_parent'] = $context;
  425.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["parametres_localisations"]) || array_key_exists("parametres_localisations"$context) ? $context["parametres_localisations"] : (function () { throw new RuntimeError('Variable "parametres_localisations" does not exist.'193$this->source); })()), "array_localisation", [], "any"falsefalsefalse193));
  426.             foreach ($context['_seq'] as $context["id_loc"] => $context["loc"]) {
  427.                 // line 194
  428.                 yield "                            \t\t\t<button class=\"btn btn-vert btn-localisation mr-1 mt-1\" type=\"button\" id=\"";
  429.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["id_loc"], "html"nulltrue);
  430.                 yield "\">
  431.                             \t\t\t\t";
  432.                 // line 195
  433.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["loc"], "html"nulltrue);
  434.                 yield " <i class=\"fas fa-times\"></i>
  435.                             \t\t\t</button>
  436.                             \t\t\t";
  437.             }
  438.             $_parent $context['_parent'];
  439.             unset($context['_seq'], $context['_iterated'], $context['id_loc'], $context['loc'], $context['_parent'], $context['loop']);
  440.             $context array_intersect_key($context$_parent) + $_parent;
  441.             // line 198
  442.             yield "                            \t\t";
  443.         }
  444.         // line 199
  445.         yield "                            \t</div>
  446.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  447.                             \t\t<label for=\"id_pays\">";
  448.         // line 201
  449.         yield $this->extensions['App\Twig\TranslationExtension']->translate("pays", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'201$this->source); })()), """M");
  450.         yield "</label>
  451.                             \t</div>
  452.                             \t<div class=\"col-8 col-lg-5 mb-3\">
  453.                             \t\t";
  454.         // line 204
  455.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'204$this->source); })()), "id_pays", [], "any"falsefalsefalse204), 'widget', ["attr" => ["class" => "form-control"]]);
  456.         yield "
  457.                             \t</div>
  458.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 id_region\" style=\"display: none;\">
  459.                             \t\t<label for=\"id_region\" id=\"label-lvl1\">";
  460.         // line 207
  461.         yield $this->extensions['App\Twig\TranslationExtension']->translate("region", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'207$this->source); })()), """M");
  462.         yield "</label>
  463.                             \t</div>
  464.                             \t<div class=\"col-8 col-lg-5 mb-3 id_region\" style=\"display: none;\">
  465.                             \t\t";
  466.         // line 210
  467.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'210$this->source); })()), "id_region", [], "any"falsefalsefalse210), 'widget', ["attr" => ["class" => "form-control"]]);
  468.         yield "
  469.                             \t</div>
  470.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  471.                             \t</div>
  472.                             \t<div class=\"col-8 col-lg-5 mb-3 btn_ajouter\" style=\"display: none;\">
  473.                                     ";
  474.         // line 215
  475.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'215$this->source); })()), "ajouter", [], "any"falsefalsefalse215), 'widget', ["attr" => ["class" => "btn btn-vert-annonce"], "label" => $this->extensions['App\Twig\TranslationExtension']->translate("ajouter", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'215$this->source); })()), """M")]);
  476.         yield "
  477.                             \t</div>
  478.                             \t";
  479.         // line 217
  480.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'217$this->source); })()), "id_localisation", [], "any"falsefalsefalse217), 'widget');
  481.         yield "
  482.                         \t\t<!--FIN ZONE GEOGRAPHIQUE-->
  483.                         \t\t
  484.                         \t\t<!--SECTEUR ACTIVITE-->
  485.                         \t\t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 bt_gris div-motscles\">
  486.                             \t\t<h5 class=\"gris_666\">";
  487.         // line 222
  488.         yield $this->extensions['App\Twig\TranslationExtension']->translate("secteur d'activité", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'222$this->source); })()), """M");
  489.         yield "</h5>
  490.                             \t</div>
  491.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  492.                             \t\t";
  493.         // line 225
  494.         $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'225$this->source); })()), "recherche_par", [], "any"falsefalsefalse225), "form_div_layout.html.twig"false);
  495.         // line 226
  496.         yield "                            \t\t<label class=\"contai\">
  497.                         \t\t\t\t";
  498.         // line 227
  499.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'227$this->source); })()), "recherche_par", [], "any"falsefalsefalse227), "children", [], "any"falsefalsefalse227), 0, [], "array"falsefalsefalse227), 'widget', ["id" => "recherche_par_motscles"]);
  500.         yield 
  501.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_motscles\">";
  502.         // line 228
  503.         yield $this->extensions['App\Twig\TranslationExtension']->translate("mots-cles", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'228$this->source); })()), """M");
  504.         yield "</label>
  505.                         \t\t\t\t<span class=\"checkma\"></span>
  506.                         \t\t\t</label>
  507.                             \t</div>
  508.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  509.                             \t\t";
  510.         // line 233
  511.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'233$this->source); })()), "reference_mots_cles", [], "any"falsefalsefalse233), 'widget', ["attr" => ["class" => "form-control"]]);
  512.         yield "
  513.                             \t</div>
  514.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  515.                             \t\t<label for=\"mot_cle_unique\">";
  516.         // line 236
  517.         yield $this->extensions['App\Twig\TranslationExtension']->translate("dans", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'236$this->source); })()), "p""M");
  518.         yield "</label>
  519.                             \t</div>
  520.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  521.                             \t\t";
  522.         // line 239
  523.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'239$this->source); })()), "mot_cle_unique", [], "any"falsefalsefalse239), 'widget');
  524.         yield "
  525.                             \t</div>
  526.                             \t<div class=\"col-12 col-lg-8 offset-lg-2 mb-5 text-right\">
  527. \t\t\t\t\t\t\t\t\t<small>";
  528.         // line 242
  529.         yield $this->extensions['App\Twig\TranslationExtension']->translate("les recherches par mots-clés sont souvent plus précises que par secteurs prédéfinis", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'242$this->source); })()), """M");
  530.         yield "</small>
  531. \t\t\t\t\t\t\t\t</div>
  532.                             \t
  533.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteurs_selected\">
  534.                                 </div>
  535.                                 <div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_secteurs_selected\">
  536.                                     ";
  537.         // line 248
  538.         if (CoreExtension::getAttribute($this->env$this->source, ($context["parametres_secteurs"] ?? null), "array_secteur", [], "any"truetruefalse248)) {
  539.             // line 249
  540.             yield "                                        ";
  541.             $context['_parent'] = $context;
  542.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["parametres_secteurs"]) || array_key_exists("parametres_secteurs"$context) ? $context["parametres_secteurs"] : (function () { throw new RuntimeError('Variable "parametres_secteurs" does not exist.'249$this->source); })()), "array_secteur", [], "any"falsefalsefalse249));
  543.             foreach ($context['_seq'] as $context["id_secteur"] => $context["secteur"]) {
  544.                 // line 250
  545.                 yield "                                            <button class=\"btn btn-vert btn-secteur mr-1 mt-1\" type=\"button\" id=\"";
  546.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["id_secteur"], "html"nulltrue);
  547.                 yield "\">
  548.                                                 ";
  549.                 // line 251
  550.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["secteur"], "html"nulltrue);
  551.                 yield " <i class=\"fas fa-times\"></i>
  552.                                             </button>
  553.                                         ";
  554.             }
  555.             $_parent $context['_parent'];
  556.             unset($context['_seq'], $context['_iterated'], $context['id_secteur'], $context['secteur'], $context['_parent'], $context['loop']);
  557.             $context array_intersect_key($context$_parent) + $_parent;
  558.             // line 254
  559.             yield "                                    ";
  560.         }
  561.         // line 255
  562.         yield "                                </div>
  563.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-secteurs\">
  564.                             \t\t<label class=\"contai\">
  565.                         \t\t\t\t";
  566.         // line 258
  567.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'258$this->source); })()), "recherche_par", [], "any"falsefalsefalse258), "children", [], "any"falsefalsefalse258), 1, [], "array"falsefalsefalse258), 'widget', ["id" => "recherche_par_secteurs"]);
  568.         yield 
  569.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_secteurs\">";
  570.         // line 259
  571.         yield $this->extensions['App\Twig\TranslationExtension']->translate("secteur predefini", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'259$this->source); })()), """M");
  572.         yield "</label>
  573.                         \t\t\t\t<span class=\"checkma\"></span>
  574.                         \t\t\t</label>
  575.                             \t</div>
  576.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-secteurs\">
  577.                             \t\t";
  578.         // line 264
  579.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'264$this->source); })()), "id_secteur_activite", [], "any"falsefalsefalse264), 'widget', ["attr" => ["class" => "form-control"]]);
  580.         yield "
  581.                             \t</div>
  582.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-1 div-secteurs\" style=\"";
  583.         // line 266
  584.         if ((=== CoreExtension::compare((isset($context["show_secteur_niveau_2"]) || array_key_exists("show_secteur_niveau_2"$context) ? $context["show_secteur_niveau_2"] : (function () { throw new RuntimeError('Variable "show_secteur_niveau_2" does not exist.'266$this->source); })()), false))) {
  585.             yield "display: none;";
  586.         }
  587.         yield "\">
  588.                             \t\t<label for=\"id_secteur_activite\">";
  589.         // line 267
  590.         yield $this->extensions['App\Twig\TranslationExtension']->translate("sous-secteur niveau 1", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'267$this->source); })()), """M");
  591.         yield "</label>
  592.                             \t</div>
  593.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-1 div-secteurs\" style=\"";
  594.         // line 269
  595.         if ((=== CoreExtension::compare((isset($context["show_secteur_niveau_2"]) || array_key_exists("show_secteur_niveau_2"$context) ? $context["show_secteur_niveau_2"] : (function () { throw new RuntimeError('Variable "show_secteur_niveau_2" does not exist.'269$this->source); })()), false))) {
  596.             yield "display: none;";
  597.         }
  598.         yield "\">
  599.                             \t\t";
  600.         // line 270
  601.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'270$this->source); })()), "id_secteur_activite2", [], "any"falsefalsefalse270), 'widget', ["attr" => ["class" => "form-control"]]);
  602.         yield "
  603.                             \t</div>
  604.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-2 div-secteurs\" style=\"";
  605.         // line 272
  606.         if ((=== CoreExtension::compare((isset($context["show_secteur_niveau_3"]) || array_key_exists("show_secteur_niveau_3"$context) ? $context["show_secteur_niveau_3"] : (function () { throw new RuntimeError('Variable "show_secteur_niveau_3" does not exist.'272$this->source); })()), false))) {
  607.             yield "display: none;";
  608.         }
  609.         yield "\">
  610.                             \t\t<label for=\"id_secteur_activite\">";
  611.         // line 273
  612.         yield $this->extensions['App\Twig\TranslationExtension']->translate("sous-secteur niveau 2", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'273$this->source); })()), """M");
  613.         yield "</label>
  614.                             \t</div>
  615.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-2 div-secteurs\" style=\"";
  616.         // line 275
  617.         if ((=== CoreExtension::compare((isset($context["show_secteur_niveau_3"]) || array_key_exists("show_secteur_niveau_3"$context) ? $context["show_secteur_niveau_3"] : (function () { throw new RuntimeError('Variable "show_secteur_niveau_3" does not exist.'275$this->source); })()), false))) {
  618.             yield "display: none;";
  619.         }
  620.         yield "\">
  621.                             \t\t";
  622.         // line 276
  623.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'276$this->source); })()), "id_secteur_activite3", [], "any"falsefalsefalse276), 'widget', ["attr" => ["class" => "form-control"]]);
  624.         yield "
  625.                             \t</div>
  626.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  627.                                 </div>
  628.                                 <div class=\"col-8 col-lg-5 mb-3 ajouter_secteur_activite\" style=\"display: none;\">
  629.                                     ";
  630.         // line 281
  631.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'281$this->source); })()), "ajouter_secteur_activite", [], "any"falsefalsefalse281), 'widget', ["attr" => ["class" => "btn btn-vert"], "label" => $this->extensions['App\Twig\TranslationExtension']->translate("ajouter", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'281$this->source); })()), """M")]);
  632.         yield "
  633.                                 </div>
  634.                         \t\t<!--FIN SECTEUR ACTIVITE-->
  635.                             \t<!--ACTU -->
  636.                             \t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 bt_gris\">
  637.                             \t\t<h5 class=\"gris_666\">";
  638.         // line 287
  639.         yield $this->extensions['App\Twig\TranslationExtension']->translate("Date operation", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'287$this->source); })()), """M");
  640.         yield "</h5>
  641.                             \t</div>
  642.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  643.                     \t\t\t\t";
  644.         // line 290
  645.         yield $this->extensions['App\Twig\TranslationExtension']->translate("entre", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'290$this->source); })()), """M");
  646.         yield "
  647.                             \t</div>
  648.                             \t<div class=\"col-7 col-lg-5 mt-1 mb-2 slider-vert\">
  649.                             \t\t";
  650.         // line 293
  651.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'293$this->source); })()), "date", [], "any"falsefalsefalse293), 'widget', ["attr" => ["class" => "js-range-slider""tabindex" => "-1""readonly" => ""]]);
  652.         yield "
  653.                             \t</div>
  654.                             \t<!-- FIN ACTU -->
  655.                             \t
  656.                         \t\t<div class=\"col-12 text-center mt-4 mt-3\">
  657.                         \t\t\t";
  658.         // line 298
  659.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'298$this->source); })()), "rechercher", [], "any"falsefalsefalse298), 'widget', ["attr" => ["class" => "btn btn-vert-annonce"], "label" => $this->extensions['App\Twig\TranslationExtension']->translate("rechercher", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'298$this->source); })()), """M")]);
  660.         yield "
  661.                         \t\t</div>
  662.                         \t\t<div>
  663.                                     <input type=\"hidden\" class=\"input_min\" id=\"input_date_min\" name=\"date_min\" value=\"";
  664.         // line 301
  665.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["parametres"]) || array_key_exists("parametres"$context) ? $context["parametres"] : (function () { throw new RuntimeError('Variable "parametres" does not exist.'301$this->source); })()), "date_min", [], "any"falsefalsefalse301), "html"nulltrue);
  666.         yield "\">
  667.                                     <input type=\"hidden\" class=\"input_max\" id=\"input_date_max\" name=\"date_max\" value=\"";
  668.         // line 302
  669.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["parametres"]) || array_key_exists("parametres"$context) ? $context["parametres"] : (function () { throw new RuntimeError('Variable "parametres" does not exist.'302$this->source); })()), "date_max", [], "any"falsefalsefalse302), "html"nulltrue);
  670.         yield "\">
  671.                         \t\t</div>
  672.                         \t</div>
  673.                         \t";
  674.         // line 305
  675.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'305$this->source); })()), 'form_end');
  676.         yield "
  677.                     \t</div>
  678.                     </div>
  679.                     <!--FIN ANNONCE 2 ALAUNE-->
  680.                     
  681.                     </div>
  682.                 </div>
  683.                 
  684.             </div><!--FIN COLONNE DROITE --> 
  685.                 
  686. \t\t</div> <!--FIN ROW CONTAINER --> 
  687. \t</div>  <!--FIN CONTAINER -->
  688. \t
  689. \t<!--MODAL-->
  690. <div class=\"modal fade\" id=\"modal-explication\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modal-explicationLabel\" aria-hidden=\"true\">
  691.   <div class=\"modal-dialog modal-lg\" role=\"document\">
  692.     <div class=\"modal-content\">
  693.       <div class=\"modal-header\">
  694.         <h5 class=\"modal-title bleu\" id=\"modal-explicationLabel\">";
  695.         // line 323
  696.         yield $this->extensions['App\Twig\TranslationExtension']->translate("Que sont les \"acquereurs historiques\" proposés par FUSACQ ?", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'323$this->source); })()), """M");
  697.         yield "</h5>
  698.         <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  699.           <span aria-hidden=\"true\">&times;</span>
  700.         </button>
  701.       </div>
  702.       <div class=\"modal-body text-justify\">
  703. \t\t\t<strong>Les acquéreurs historiques sont des sociétés ayant déjà réalisé des acquisitions par le passé.</strong><br><br>
  704. \t\t\tEn quoi un acquéreur historique est un acheteur potentiel ?<br><br>
  705. \t\t\t<em>Une société qui a déjà réalisé une opération d'acquisition est plus à même que n'importe quelle autre d'en réaliser de nouvelles. Elle en a l'expérience et a montré que ce type d'opération était dans son ADN... Rappelez-vous que 95% des dirigeants d'entreprise ne feront jamais de croissance externe !</em><br><br>
  706.       </div>
  707.       <div class=\"modal-footer\">
  708.         <button type=\"button\" class=\"btn btn-vert-annonce\" data-dismiss=\"modal\">J'ai compris</button>
  709.       </div>
  710.     </div>
  711.   </div>
  712. </div><!--FIN MODAL-->
  713.   ";
  714.         
  715.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  716.         
  717.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  718.         return; yield '';
  719.     }
  720.     // line 342
  721.     public function block_javascripts($context, array $blocks = [])
  722.     {
  723.         $macros $this->macros;
  724.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  725.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  726.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  727.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  728.         yield 
  729.     ";
  730.         // line 343
  731.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  732.         yield "
  733.     <script src=\"";
  734.         // line 344
  735.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/lib/ion.rangeSlider.min.js"), "html"nulltrue);
  736.         yield "\"></script>
  737. \t<script type=\"module\" data-name=\"";
  738.         // line 345
  739.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'345$this->source); })()), "html"nulltrue);
  740.         yield "\" id=\"codePaysParam\" src=\"";
  741.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/vendre_entreprise/recherche_avancee.js"), "html"nulltrue);
  742.         yield "\"></script>
  743. ";
  744.         
  745.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  746.         
  747.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  748.         return; yield '';
  749.     }
  750.     /**
  751.      * @codeCoverageIgnore
  752.      */
  753.     public function getTemplateName()
  754.     {
  755.         return "vendre_entreprise/recherche_avancee_acquereur_historique.html.twig";
  756.     }
  757.     /**
  758.      * @codeCoverageIgnore
  759.      */
  760.     public function isTraitable()
  761.     {
  762.         return false;
  763.     }
  764.     /**
  765.      * @codeCoverageIgnore
  766.      */
  767.     public function getDebugInfo()
  768.     {
  769.         return array (  778 => 345,  774 => 344,  770 => 343,  758 => 342,  729 => 323,  708 => 305,  702 => 302,  698 => 301,  692 => 298,  684 => 293,  678 => 290,  672 => 287,  663 => 281,  655 => 276,  649 => 275,  644 => 273,  638 => 272,  633 => 270,  627 => 269,  622 => 267,  616 => 266,  611 => 264,  603 => 259,  599 => 258,  594 => 255,  591 => 254,  582 => 251,  577 => 250,  572 => 249,  570 => 248,  561 => 242,  555 => 239,  549 => 236,  543 => 233,  535 => 228,  531 => 227,  528 => 226,  526 => 225,  520 => 222,  512 => 217,  507 => 215,  499 => 210,  493 => 207,  487 => 204,  481 => 201,  477 => 199,  474 => 198,  465 => 195,  460 => 194,  455 => 193,  453 => 192,  444 => 186,  437 => 182,  422 => 170,  416 => 169,  409 => 165,  391 => 150,  385 => 149,  378 => 145,  370 => 140,  364 => 139,  357 => 135,  351 => 134,  338 => 124,  330 => 119,  326 => 118,  308 => 103,  302 => 102,  293 => 96,  283 => 89,  277 => 88,  267 => 81,  261 => 80,  249 => 71,  242 => 67,  238 => 66,  225 => 56,  219 => 55,  215 => 54,  205 => 47,  201 => 46,  195 => 45,  185 => 37,  183 => 36,  176 => 31,  174 => 30,  168 => 26,  166 => 25,  165 => 24,  164 => 23,  163 => 21,  159 => 19,  156 => 18,  146 => 17,  133 => 14,  129 => 13,  125 => 12,  111 => 11,  97 => 8,  87 => 7,  73 => 4,  63 => 3,  40 => 1,);
  770.     }
  771.     public function getSourceContext()
  772.     {
  773.         return new Source("{% extends 'base.html.twig' %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  774. {% block title %}
  775. <title>{{ translate(\"recherche avancée, acquéreurs historiques d'entreprise\" ,lang,\"\",\"M\") | raw }}</title>
  776. {% endblock %}
  777. {% block description %}
  778. <meta name=\"description\" content=\"{{ translate(\"recherche avancée pour trouver des acquéreurs historiques d'entreprise\" ,lang,\"\",\"M\") | raw }}\">
  779. {% endblock %}
  780. {% block stylesheets %}  {{ parent() }}
  781. <link rel=\"stylesheet\" href=\"{{ asset('build/css/lib/range-slider.css') }}\"/>
  782. <link rel=\"stylesheet\" href=\"{{ asset('build/css/reprendre_entreprise/rechercheavancee.css') }}\"/>
  783. <link rel=\"stylesheet\" href=\"{{ asset('build/css/vendre_entreprise/rechercheavancee.css') }}\"/>
  784. {% endblock %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  785. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  786. {% block body %}
  787. \t{% include 'assets/assets_vuejs.html.twig' %}
  788. \t
  789. \t<!-- Menu  -->
  790.     {{ render_esi(controller(
  791.       'App\\\\Controller\\\\CoreController::menu',
  792.       {   \"lang\": lang,
  793.           \"currentRoute\":currentRoute,
  794.           \"codePays\": codePaysWithUnderScore }
  795.     )) }}
  796.   \t<!-- Menu  -->
  797.                   
  798.   \t<!-- Publicite  -->
  799.     {% include 'includes/publicite.html.twig' %}
  800.   \t<!-- Publicite  -->
  801. \t<div class=\"container\" id=\"app\">
  802. \t\t<div class=\"row\">
  803. \t\t\t<!--COLONNE GAUCHE -->
  804.             {% include 'includes/colonnes_gauche.html.twig' %}
  805.             <!--FIN COLONNE GAUCHE -->
  806.             
  807.             <!--COLONNE DROITE -->
  808. \t\t\t<div class=\"col-12 col-lg-9 bkg_blanc\">
  809.                 <!-- ARIANE -->
  810.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  811.                   <ol class=\"breadcrumb\">
  812.                     <li class=\"breadcrumb-item\"><a href=\"{{ path('index',{'codePays':codePays}  ) }}\">{{ translate(\"accueil\",lang,\"\",\"M\") | raw }}</a></li>
  813.                     <li class=\"breadcrumb-item\">{{ translate(\"vendre une entreprise ou ceder des actifs\",lang,\"\",\"M\") | raw }}</li>
  814.                     <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</li>
  815.                   </ol>
  816.                 </nav>
  817.                 <!-- FIN ARIANE -->
  818.                 
  819.                 <div class=\"row\" >
  820.                     <div class=\"col-12 my-4\">
  821.                     \t<!-- <h2 class=\"bleu_fusacq\">{{ translate(\"reprendre une entreprise ou developper ma societe\",lang,\"\",\"M\") | raw }}</h2>-->
  822.                     \t<h1 class=\"recherche_avancee vert\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }} - {{ translate(\"acquereurs historiques\",lang,\"\",\"M\") | raw }}</h1>
  823.                     \t<a href=\"#\" data-toggle=\"modal\" data-target=\"#modal-explication\" title=\"\" class=\"underlined\">{{ translate('Que sont les \"acquereurs historiques\" proposés par FUSACQ ?',lang,\"\",\"M\") | raw }}</a>
  824.                     </div>
  825.                 </div>
  826.                 
  827.                 <!--MOBILE-->
  828.                 <div class=\"row d-block d-sm-none bkg_gris_clair\">
  829.                 \t<div class=\"onglet5 col-12 my-3 pt-3\">
  830.                 \t\t  <nav>
  831.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  832.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  833.                 \t\t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_acquereurs_historiques', {codePays: codePaysWithUnderScore}) }}\">
  834.                 \t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche standard\",lang,\"\",\"M\") | raw }}</span></a>
  835.                 \t\t\t\t</div>
  836.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  837.                 \t\t\t\t<div class=\"nav-item nav-link active\">
  838.                 \t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span></div>
  839.                 \t\t\t\t</div>
  840.                 \t\t\t</div>
  841.                 \t\t  </nav>
  842.                 \t</div>
  843.                 \t<div class=\"col-12\">
  844.                 \t\t<div class=\"row\">
  845.                     \t\t<div class=\"col-6 text-center my-3 bl_gris\">
  846.                     \t\t\t<div class=\"blanc lh099 py-3\">
  847.                     \t\t\t\t<a href=\"{{ path('vendre_entreprise_recherche_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  848.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"annonces<br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  849.                     \t\t\t\t</a>
  850.                     \t\t\t</div>
  851.                     \t\t</div>
  852.                     \t\t
  853.                     \t\t<div class=\"col-6 text-center my-3 bl_gris\">
  854.                         \t\t<div class=\"blanc lh099 py-3\">
  855.                         \t\t\t<a href=\"{{ path('vendre_entreprise_recherche_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  856.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  857.                         \t\t\t</a>
  858.                         \t\t</div>
  859.                     \t\t</div>
  860.                     \t\t
  861.                     \t\t<div class=\"col-6 text-center my-3 br_gris\">
  862.                         \t\t<div class=\"blanc bkg_vert lh099 py-3\">
  863.                     \t\t\t\t<span class=\"res_font\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  864.                         \t\t</div>
  865.                     \t\t</div>
  866.                     \t\t
  867.                     \t\t<div class=\"col-6 text-center my-3 pr-4\">
  868.                         \t\t<div class=\"blanc lh099 py-3\">
  869.                         \t\t\t<a href=\"{{ path('vendre_entreprise_recherche_fonds_acquereurs',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  870.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  871.                         \t\t\t</a>
  872.                         \t\t</div>
  873.                     \t\t</div>
  874.                 \t\t</div>
  875.                 \t</div>
  876.                 </div>
  877.                 <!--MOBILE-->
  878.                 
  879.                 <!--TOUT SAUF MOBILE-->
  880.                 <div class=\"row d-none d-sm-block\">
  881.                 \t<div class=\"onglet5 col-12 mt-3\">
  882.                         <nav>
  883.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  884.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  885.                             \t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_acquereurs_historiques', {codePays: codePaysWithUnderScore}) }}\">
  886.                             \t\t\t<span class=\"fs13\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }}</span>
  887.                             \t\t</a>
  888.                             \t</div>
  889.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  890.                             \t\t<div class=\"nav-item nav-link active\">
  891.                             \t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  892.                             \t\t</div>
  893.                             \t</div>
  894.                             </div>
  895.                         </nav>
  896.                 \t</div>
  897.                 \t<div class=\"onglet5 col-12 mt-5 mb-4\">
  898. \t\t\t\t\t\t<nav>
  899.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  900.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x bl_gris lh13 order-4 order-sm-1\">
  901.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  902.                         \t\t\t\t<span class=\"fs12\">{{ translate(\"annonces<br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  903.                         \t\t  \t</a>
  904.                         \t\t</div> 
  905.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris  lh13 order-sm-2\">
  906.                         \t  \t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  907. \t\t\t\t\t\t\t\t\t\t<span class=\"fs12\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  908.                         \t\t  \t</a>
  909.                         \t\t</div>
  910.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3\">
  911.                         \t\t\t<div class=\"nav-item nav-link active\">
  912. \t\t\t\t\t\t\t\t\t\t<span class=\"fs12\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  913.                         \t\t  \t</div>
  914.                         \t\t</div>
  915.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  916.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_fonds_acquereurs',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  917.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  918.                         \t\t  \t</a>
  919.                         \t\t</div>
  920.                     \t\t</div>
  921.                 \t  \t</nav>
  922.                 \t</div>
  923.                 </div>
  924.                 <!--TOUT SAUF MOBILE-->
  925.                 
  926.                 <div class=\"row mt-5\">
  927.                 \t<div class=\"onglet5 col-12 col-sm-6 offset-sm-5 mb-4\">
  928.                 \t\t<nav>
  929.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  930.                         \t  \t<div class=\"col-6 col-sm-5 no-padding-x lh13\">
  931.                         \t\t  \t<div class=\"nav-item nav-link active\">
  932.                                         <span class=\"fs12\">{{ translate(\"acquereurs<br>historiques\",lang,\"\",\"M\", \"\") | raw }}</span>
  933.                         \t\t  \t</div>
  934.                         \t\t</div> 
  935.                         \t  \t<div class=\"col-6 col-sm-5 no-padding-x lh13 br_gris bl_m_gris\">
  936.                         \t\t  \t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_participations_fonds',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  937.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"participations<br>de fonds\",lang,\"\",\"M\", \"\") | raw }}</span>
  938.                         \t\t  \t</a>
  939.                         \t\t</div>
  940.                     \t\t</div>
  941.                 \t  </nav>
  942.                 \t</div>
  943.                 </div>
  944. \t\t\t\t<div class=\"row\">
  945.                     <div class=\"col-12\">\t\t
  946.                     <div class=\"card mb-3 no_shadow\"> 
  947.                     \t<div class=\"card-body\">
  948.                     \t\t{{ form_start(form) }}
  949.                         \t<div class=\"row\">
  950.                         \t\t<!--ZONE GEOGRAPHIQUE-->
  951.                             \t<div class=\"col-12 col-lg-9 offset-lg-1\">
  952.                             \t\t<h5 class=\"gris_666\">{{ translate(\"localisations\",lang,\"\",\"M\") | raw }}</h5>
  953.                             \t</div>
  954.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 localisations_selected\">
  955.                             \t\t
  956.                             \t</div>
  957.                             \t<div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_localisations_selected\">
  958.                             \t\t{% if parametres_localisations.array_localisation is defined %}
  959.                             \t\t\t{% for id_loc, loc in parametres_localisations.array_localisation %}
  960.                             \t\t\t<button class=\"btn btn-vert btn-localisation mr-1 mt-1\" type=\"button\" id=\"{{ id_loc }}\">
  961.                             \t\t\t\t{{ loc }} <i class=\"fas fa-times\"></i>
  962.                             \t\t\t</button>
  963.                             \t\t\t{% endfor %}
  964.                             \t\t{% endif %}
  965.                             \t</div>
  966.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  967.                             \t\t<label for=\"id_pays\">{{ translate(\"pays\",lang,\"\",\"M\") | raw }}</label>
  968.                             \t</div>
  969.                             \t<div class=\"col-8 col-lg-5 mb-3\">
  970.                             \t\t{{ form_widget(form.id_pays, {'attr': {'class': 'form-control'}}) }}
  971.                             \t</div>
  972.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 id_region\" style=\"display: none;\">
  973.                             \t\t<label for=\"id_region\" id=\"label-lvl1\">{{ translate(\"region\",lang,\"\",\"M\") | raw }}</label>
  974.                             \t</div>
  975.                             \t<div class=\"col-8 col-lg-5 mb-3 id_region\" style=\"display: none;\">
  976.                             \t\t{{ form_widget(form.id_region, {'attr': {'class': 'form-control'}}) }}
  977.                             \t</div>
  978.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  979.                             \t</div>
  980.                             \t<div class=\"col-8 col-lg-5 mb-3 btn_ajouter\" style=\"display: none;\">
  981.                                     {{ form_widget(form.ajouter, {'attr': {'class': 'btn btn-vert-annonce'}, 'label': translate(\"ajouter\",lang,\"\",\"M\") | raw  }) }}
  982.                             \t</div>
  983.                             \t{{ form_widget(form.id_localisation) }}
  984.                         \t\t<!--FIN ZONE GEOGRAPHIQUE-->
  985.                         \t\t
  986.                         \t\t<!--SECTEUR ACTIVITE-->
  987.                         \t\t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 bt_gris div-motscles\">
  988.                             \t\t<h5 class=\"gris_666\">{{ translate(\"secteur d'activité\",lang,\"\",\"M\") | raw }}</h5>
  989.                             \t</div>
  990.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  991.                             \t\t{% form_theme form.recherche_par with 'form_div_layout.html.twig' only %}
  992.                             \t\t<label class=\"contai\">
  993.                         \t\t\t\t{{ form_widget(form.recherche_par.children[0], { 'id': 'recherche_par_motscles' }) }} 
  994.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_motscles\">{{ translate(\"mots-cles\",lang,\"\",\"M\") | raw }}</label>
  995.                         \t\t\t\t<span class=\"checkma\"></span>
  996.                         \t\t\t</label>
  997.                             \t</div>
  998.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  999.                             \t\t{{ form_widget(form.reference_mots_cles, {'attr': {'class': 'form-control'}}) }}
  1000.                             \t</div>
  1001.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  1002.                             \t\t<label for=\"mot_cle_unique\">{{ translate(\"dans\",lang,\"p\",\"M\") | raw }}</label>
  1003.                             \t</div>
  1004.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  1005.                             \t\t{{ form_widget(form.mot_cle_unique) }}
  1006.                             \t</div>
  1007.                             \t<div class=\"col-12 col-lg-8 offset-lg-2 mb-5 text-right\">
  1008. \t\t\t\t\t\t\t\t\t<small>{{ translate(\"les recherches par mots-clés sont souvent plus précises que par secteurs prédéfinis\",lang,\"\",\"M\") | raw }}</small>
  1009. \t\t\t\t\t\t\t\t</div>
  1010.                             \t
  1011.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteurs_selected\">
  1012.                                 </div>
  1013.                                 <div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_secteurs_selected\">
  1014.                                     {% if parametres_secteurs.array_secteur is defined %}
  1015.                                         {% for id_secteur, secteur in parametres_secteurs.array_secteur %}
  1016.                                             <button class=\"btn btn-vert btn-secteur mr-1 mt-1\" type=\"button\" id=\"{{ id_secteur }}\">
  1017.                                                 {{ secteur }} <i class=\"fas fa-times\"></i>
  1018.                                             </button>
  1019.                                         {% endfor %}
  1020.                                     {% endif %}
  1021.                                 </div>
  1022.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-secteurs\">
  1023.                             \t\t<label class=\"contai\">
  1024.                         \t\t\t\t{{ form_widget(form.recherche_par.children[1], { 'id': 'recherche_par_secteurs' }) }} 
  1025.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_secteurs\">{{ translate(\"secteur predefini\",lang,\"\",\"M\") | raw }}</label>
  1026.                         \t\t\t\t<span class=\"checkma\"></span>
  1027.                         \t\t\t</label>
  1028.                             \t</div>
  1029.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-secteurs\">
  1030.                             \t\t{{ form_widget(form.id_secteur_activite, {'attr': {'class': 'form-control'}}) }}
  1031.                             \t</div>
  1032.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-1 div-secteurs\" style=\"{% if show_secteur_niveau_2 == false %}display: none;{% endif %}\">
  1033.                             \t\t<label for=\"id_secteur_activite\">{{ translate(\"sous-secteur niveau 1\",lang,\"\",\"M\") | raw }}</label>
  1034.                             \t</div>
  1035.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-1 div-secteurs\" style=\"{% if show_secteur_niveau_2 == false %}display: none;{% endif %}\">
  1036.                             \t\t{{ form_widget(form.id_secteur_activite2, {'attr': {'class': 'form-control'}}) }}
  1037.                             \t</div>
  1038.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-2 div-secteurs\" style=\"{% if show_secteur_niveau_3 == false %}display: none;{% endif %}\">
  1039.                             \t\t<label for=\"id_secteur_activite\">{{ translate(\"sous-secteur niveau 2\",lang,\"\",\"M\") | raw }}</label>
  1040.                             \t</div>
  1041.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-2 div-secteurs\" style=\"{% if show_secteur_niveau_3 == false %}display: none;{% endif %}\">
  1042.                             \t\t{{ form_widget(form.id_secteur_activite3, {'attr': {'class': 'form-control'}}) }}
  1043.                             \t</div>
  1044.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  1045.                                 </div>
  1046.                                 <div class=\"col-8 col-lg-5 mb-3 ajouter_secteur_activite\" style=\"display: none;\">
  1047.                                     {{ form_widget(form.ajouter_secteur_activite, {'attr': {'class': 'btn btn-vert'}, 'label': translate(\"ajouter\",lang,\"\",\"M\") | raw  }) }}
  1048.                                 </div>
  1049.                         \t\t<!--FIN SECTEUR ACTIVITE-->
  1050.                             \t<!--ACTU -->
  1051.                             \t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 bt_gris\">
  1052.                             \t\t<h5 class=\"gris_666\">{{ translate(\"Date operation\",lang,\"\",\"M\") | raw }}</h5>
  1053.                             \t</div>
  1054.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1055.                     \t\t\t\t{{ translate(\"entre\",lang,\"\",\"M\") | raw }}
  1056.                             \t</div>
  1057.                             \t<div class=\"col-7 col-lg-5 mt-1 mb-2 slider-vert\">
  1058.                             \t\t{{ form_widget(form.date, {'attr': {'class': 'js-range-slider', 'tabindex' : '-1', 'readonly' : ''}}) }}
  1059.                             \t</div>
  1060.                             \t<!-- FIN ACTU -->
  1061.                             \t
  1062.                         \t\t<div class=\"col-12 text-center mt-4 mt-3\">
  1063.                         \t\t\t{{ form_widget(form.rechercher, {'attr': {'class': 'btn btn-vert-annonce'}, 'label': translate(\"rechercher\",lang,\"\",\"M\") | raw  }) }}
  1064.                         \t\t</div>
  1065.                         \t\t<div>
  1066.                                     <input type=\"hidden\" class=\"input_min\" id=\"input_date_min\" name=\"date_min\" value=\"{{ parametres.date_min }}\">
  1067.                                     <input type=\"hidden\" class=\"input_max\" id=\"input_date_max\" name=\"date_max\" value=\"{{ parametres.date_max }}\">
  1068.                         \t\t</div>
  1069.                         \t</div>
  1070.                         \t{{ form_end(form) }}
  1071.                     \t</div>
  1072.                     </div>
  1073.                     <!--FIN ANNONCE 2 ALAUNE-->
  1074.                     
  1075.                     </div>
  1076.                 </div>
  1077.                 
  1078.             </div><!--FIN COLONNE DROITE --> 
  1079.                 
  1080. \t\t</div> <!--FIN ROW CONTAINER --> 
  1081. \t</div>  <!--FIN CONTAINER -->
  1082. \t
  1083. \t<!--MODAL-->
  1084. <div class=\"modal fade\" id=\"modal-explication\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modal-explicationLabel\" aria-hidden=\"true\">
  1085.   <div class=\"modal-dialog modal-lg\" role=\"document\">
  1086.     <div class=\"modal-content\">
  1087.       <div class=\"modal-header\">
  1088.         <h5 class=\"modal-title bleu\" id=\"modal-explicationLabel\">{{ translate('Que sont les \"acquereurs historiques\" proposés par FUSACQ ?',lang,\"\",\"M\") | raw }}</h5>
  1089.         <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  1090.           <span aria-hidden=\"true\">&times;</span>
  1091.         </button>
  1092.       </div>
  1093.       <div class=\"modal-body text-justify\">
  1094. \t\t\t<strong>Les acquéreurs historiques sont des sociétés ayant déjà réalisé des acquisitions par le passé.</strong><br><br>
  1095. \t\t\tEn quoi un acquéreur historique est un acheteur potentiel ?<br><br>
  1096. \t\t\t<em>Une société qui a déjà réalisé une opération d'acquisition est plus à même que n'importe quelle autre d'en réaliser de nouvelles. Elle en a l'expérience et a montré que ce type d'opération était dans son ADN... Rappelez-vous que 95% des dirigeants d'entreprise ne feront jamais de croissance externe !</em><br><br>
  1097.       </div>
  1098.       <div class=\"modal-footer\">
  1099.         <button type=\"button\" class=\"btn btn-vert-annonce\" data-dismiss=\"modal\">J'ai compris</button>
  1100.       </div>
  1101.     </div>
  1102.   </div>
  1103. </div><!--FIN MODAL-->
  1104.   {% endblock %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1105. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1106. {% block javascripts %} 
  1107.     {{ parent() }}
  1108.     <script src=\"{{ asset('build/js/lib/ion.rangeSlider.min.js') }}\"></script>
  1109. \t<script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/vendre_entreprise/recherche_avancee.js') }}\"></script>
  1110. {% endblock %}""vendre_entreprise/recherche_avancee_acquereur_historique.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/vendre_entreprise/recherche_avancee_acquereur_historique.html.twig");
  1111.     }
  1112. }