var/cache/dev/twig/d2/d2eff3dd21a917edd608e78bcb474ed1644dd816356b1734a66791f980654625.php line 53

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_fonds_acquereur.html.twig */
  15. class __TwigTemplate_5897f8e14df705d4874c4c89a2fe329e4729d0dcfe7cfaf26dd1d5320292dd76 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_fonds_acquereur.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_fonds_acquereur.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""vendre_entreprise/recherche_avancee_fonds_acquereur.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, fonds d'investissement acquéreurs de sociétés", (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 fonds d'investissement acquéreurs de sociétés", (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. ";
  108.         
  109.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  110.         
  111.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  112.         return; yield '';
  113.     }
  114.     // line 16
  115.     public function block_body($context, array $blocks = [])
  116.     {
  117.         $macros $this->macros;
  118.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  119.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  120.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  121.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  122.         // line 17
  123.         yield "\t";
  124.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""vendre_entreprise/recherche_avancee_fonds_acquereur.html.twig"17)->unwrap()->yield($context);
  125.         // line 18
  126.         yield "\t
  127. \t<!-- Menu  -->
  128.     ";
  129.         // line 20
  130.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" =>         // line 22
  131. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'22$this->source); })()), "currentRoute" =>         // line 23
  132. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'23$this->source); })()), "codePays" =>         // line 24
  133. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'24$this->source); })())]));
  134.         // line 25
  135.         yield "
  136.   \t<!-- Menu  -->
  137.                   
  138.   \t<!-- Publicite  -->
  139.     ";
  140.         // line 29
  141.         yield from         $this->loadTemplate("includes/publicite.html.twig""vendre_entreprise/recherche_avancee_fonds_acquereur.html.twig"29)->unwrap()->yield($context);
  142.         // line 30
  143.         yield "  \t<!-- Publicite  -->
  144. \t<div class=\"container\" id=\"app\">
  145. \t\t<div class=\"row\">
  146. \t\t\t<!--COLONNE GAUCHE -->
  147.             ";
  148.         // line 35
  149.         yield from         $this->loadTemplate("includes/colonnes_gauche.html.twig""vendre_entreprise/recherche_avancee_fonds_acquereur.html.twig"35)->unwrap()->yield($context);
  150.         // line 36
  151.         yield "            <!--FIN COLONNE GAUCHE -->
  152.             
  153.             <!--COLONNE DROITE -->
  154. \t\t\t<div class=\"col-12 col-lg-9 bkg_blanc\">
  155.                 <!-- ARIANE -->
  156.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  157.                   <ol class=\"breadcrumb\">
  158.                     <li class=\"breadcrumb-item\"><a href=\"";
  159.         // line 44
  160.         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.'44$this->source); })())]), "html"nulltrue);
  161.         yield "\">";
  162.         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.'44$this->source); })()), """M");
  163.         yield "</a></li>
  164.                     <li class=\"breadcrumb-item\">";
  165.         // line 45
  166.         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.'45$this->source); })()), """M");
  167.         yield "</li>
  168.                     <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  169.         // line 46
  170.         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.'46$this->source); })()), """M");
  171.         yield "</li>
  172.                   </ol>
  173.                 </nav>
  174.                 <!-- FIN ARIANE -->
  175.                 
  176.                 <div class=\"row\" >
  177.                     <div class=\"col-12 my-4\">
  178.                     \t<!-- <h2 class=\"bleu_fusacq\">";
  179.         // line 53
  180.         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.'53$this->source); })()), """M");
  181.         yield "</h2>-->
  182.                     \t<h1 class=\"recherche_avancee vert\">";
  183.         // line 54
  184.         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.'54$this->source); })()), """M");
  185.         yield " - ";
  186.         yield $this->extensions['App\Twig\TranslationExtension']->translate("fonds acquereurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'54$this->source); })()), """M");
  187.         yield "</h1>
  188.                     </div>
  189.                 </div>
  190.                 
  191.                 <!--MOBILE-->
  192.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  193.                 \t<div class=\"onglet5 col-12 my-3 pt-3\">
  194.                 \t\t  <nav>
  195.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  196.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  197.                 \t\t\t\t<a class=\"nav-item nav-link\" href=\"";
  198.         // line 64
  199.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_fonds_acquereurs", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'64$this->source); })())]), "html"nulltrue);
  200.         yield "\">
  201.                 \t\t\t\t\t<span class=\"fs13\">";
  202.         // line 65
  203.         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.'65$this->source); })()), """M");
  204.         yield "</span></a>
  205.                 \t\t\t\t</div>
  206.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  207.                 \t\t\t\t<div class=\"nav-item nav-link active\">
  208.                 \t\t\t\t\t<span class=\"fs13\">";
  209.         // line 69
  210.         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.'69$this->source); })()), """M");
  211.         yield "</span></div>
  212.                 \t\t\t\t</div>
  213.                 \t\t\t</div>
  214.                 \t\t  </nav>
  215.                 \t</div>
  216.                 \t<div class=\"col-12\">
  217.                 \t\t<div class=\"row\">
  218.                     \t\t<div class=\"col-6  text-center my-3 br_gris\">
  219.                     \t\t\t<div class=\"blanc lh099 py-3\">
  220.                     \t\t\t\t<a href=\"";
  221.         // line 78
  222.         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.'78$this->source); })())]), "html"nulltrue);
  223.         yield "?";
  224.         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.'78$this->source); })()), "html"nulltrue);
  225.         yield "\" class=\"vert lh099 py-3\">
  226.                         \t\t\t\t<span class=\"res_font\">";
  227.         // line 79
  228.         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.'79$this->source); })()), """M""");
  229.         yield "</span>
  230.                         \t\t\t</a>
  231.                     \t\t\t</div>
  232.                     \t\t</div>
  233.                     \t\t
  234.                     \t\t<div class=\"col-6 text-center my-3\">
  235.                         \t\t<div class=\"blanc lh099 py-3\">
  236.                         \t\t\t<a href=\"";
  237.         // line 86
  238.         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.'86$this->source); })())]), "html"nulltrue);
  239.         yield "?";
  240.         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.'86$this->source); })()), "html"nulltrue);
  241.         yield "\" class=\"vert lh099 py-3\">
  242.                     \t\t\t\t\t<span class=\"res_font\">";
  243.         // line 87
  244.         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.'87$this->source); })()), """M""");
  245.         yield "</span>
  246.                     \t\t\t\t</a>
  247.                         \t\t</div>
  248.                     \t\t</div>
  249.                     \t\t
  250.                     \t\t<div class=\"col-6 text-center my-3 br_gris\">
  251.                         \t\t<div class=\"blanc lh099 py-3\">
  252.                         \t\t\t<a href=\"";
  253.         // line 94
  254.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_acquereurs_historiques", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'94$this->source); })())]), "html"nulltrue);
  255.         yield "?";
  256.         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.'94$this->source); })()), "html"nulltrue);
  257.         yield "\" class=\"vert lh099 py-3\">
  258.                         \t\t\t\t<span class=\"res_font\">";
  259.         // line 95
  260.         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.'95$this->source); })()), """M""");
  261.         yield "</span>
  262.                         \t\t\t</a>
  263.                         \t\t</div>
  264.                     \t\t</div>
  265.                     \t\t
  266.                     \t\t<div class=\"col-6 text-center my-3 pr-4\">
  267.                         \t\t<div class=\"blanc bkg_vert lh099 py-3\">
  268.                     \t\t\t\t<span class=\"res_font\">";
  269.         // line 102
  270.         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.'102$this->source); })()), """M""");
  271.         yield "</span>
  272.                         \t\t</div>
  273.                     \t\t</div>
  274.                 \t\t</div>
  275.                 \t</div>
  276.                 </div>
  277.                 <!--MOBILE-->
  278.                 \t
  279.                 <!--TOUT SAUF MOBILE-->
  280.                 <div class=\"row d-none d-sm-block\">
  281.                 \t<div class=\"onglet5 col-12 mt-3\">
  282.                         <nav>
  283.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  284.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  285.                             \t\t<a class=\"nav-item nav-link\" href=\"";
  286.         // line 116
  287.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_fonds_acquereurs", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'116$this->source); })())]), "html"nulltrue);
  288.         yield "\">
  289.                             \t\t\t<span class=\"fs13\">";
  290.         // line 117
  291.         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.'117$this->source); })()), """M");
  292.         yield "</span>
  293.                             \t\t</a>
  294.                             \t</div>
  295.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  296.                             \t\t<div class=\"nav-item nav-link active\">
  297.                             \t\t\t<span class=\"fs13\">";
  298.         // line 122
  299.         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.'122$this->source); })()), """M");
  300.         yield "</span>
  301.                             \t\t</div>
  302.                             \t</div>
  303.                             </div>
  304.                         </nav>
  305.                 \t</div>
  306.                 \t<div class=\"onglet5 col-12 mt-5 mb-4\">
  307. \t\t\t\t\t\t<nav>
  308.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  309.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-4 order-sm-1\">
  310.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  311.         // line 132
  312.         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.'132$this->source); })())]), "html"nulltrue);
  313.         yield "?";
  314.         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.'132$this->source); })()), "html"nulltrue);
  315.         yield "\">
  316.                         \t\t  \t\t<span class=\"fs12\">";
  317.         // line 133
  318.         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.'133$this->source); })()), """M""");
  319.         yield "</span>
  320.                         \t\t  \t</a>
  321.                         \t\t</div>
  322.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-2\">
  323.                     \t\t  \t\t<a class=\"nav-item nav-link\" href=\"";
  324.         // line 137
  325.         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.'137$this->source); })())]), "html"nulltrue);
  326.         yield "?";
  327.         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.'137$this->source); })()), "html"nulltrue);
  328.         yield "\">
  329.                         \t\t  \t\t<span class=\"fs12\">";
  330.         // line 138
  331.         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.'138$this->source); })()), """M""");
  332.         yield "</span>
  333.                         \t\t  \t</a>
  334.                         \t\t</div>
  335.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3\">
  336.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  337.         // line 142
  338.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_acquereurs_historiques", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'142$this->source); })())]), "html"nulltrue);
  339.         yield "?";
  340.         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.'142$this->source); })()), "html"nulltrue);
  341.         yield "\">
  342.                         \t\t  \t\t<span class=\"fs12\">";
  343.         // line 143
  344.         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.'143$this->source); })()), """M""");
  345.         yield "</span>
  346.                         \t\t  \t</a>
  347.                         \t\t</div>
  348.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  349.                         \t\t\t<div class=\"nav-item nav-link active\">
  350.                         \t\t\t\t<span class=\"fs12\">";
  351.         // line 148
  352.         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.'148$this->source); })()), """M""");
  353.         yield "</span>
  354.                         \t\t  \t</div>
  355.                         \t\t</div>
  356.                     \t\t</div>
  357.                 \t  \t</nav>
  358.                 \t</div>
  359.                 </div>
  360.                 <!--FIN TOUT SAUF MOBILE-->
  361. \t\t\t\t<div class=\"row\">
  362.                     <div class=\"col-12\">\t\t
  363.                     <div class=\"card mb-3 no_shadow\"> 
  364.                     \t<div class=\"card-body\">
  365.                     \t\t";
  366.         // line 161
  367.         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.'161$this->source); })()), 'form_start');
  368.         yield "
  369.                         \t<div class=\"row\">
  370.                         \t\t<!--SECTEUR ACTIVITE-->
  371.                         \t\t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 div-motscles\">
  372.                             \t\t<h5 class=\"gris_666\">";
  373.         // line 165
  374.         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.'165$this->source); })()), """M");
  375.         yield "</h5>
  376.                             \t</div>
  377.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  378.                             \t\t";
  379.         // line 168
  380.         $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.'168$this->source); })()), "recherche_par", [], "any"falsefalsefalse168), "form_div_layout.html.twig"false);
  381.         // line 169
  382.         yield "                            \t\t<label class=\"contai\">
  383.                         \t\t\t\t";
  384.         // line 170
  385.         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.'170$this->source); })()), "recherche_par", [], "any"falsefalsefalse170), "children", [], "any"falsefalsefalse170), 0, [], "array"falsefalsefalse170), 'widget', ["id" => "recherche_par_motscles"]);
  386.         yield 
  387.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_motscles\">";
  388.         // line 171
  389.         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.'171$this->source); })()), """M");
  390.         yield "</label>
  391.                         \t\t\t\t<span class=\"checkma\"></span>
  392.                         \t\t\t</label>
  393.                             \t</div>
  394.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  395.                             \t\t";
  396.         // line 176
  397.         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.'176$this->source); })()), "reference_mots_cles", [], "any"falsefalsefalse176), 'widget', ["attr" => ["class" => "form-control"]]);
  398.         yield "
  399.                             \t</div>
  400.                             \t<div class=\"col-12 col-lg-8 offset-lg-2 mb-5 text-right\">
  401. \t\t\t\t\t\t\t\t\t<small>";
  402.         // line 179
  403.         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.'179$this->source); })()), """M");
  404.         yield "</small>
  405. \t\t\t\t\t\t\t\t</div>
  406.                             \t
  407.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteurs_selected\">
  408.                                 </div>
  409.                                 <div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_secteurs_selected\">
  410.                                     ";
  411.         // line 185
  412.         if (CoreExtension::getAttribute($this->env$this->source, ($context["parametres_secteurs"] ?? null), "array_secteur", [], "any"truetruefalse185)) {
  413.             // line 186
  414.             yield "                                        ";
  415.             $context['_parent'] = $context;
  416.             $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.'186$this->source); })()), "array_secteur", [], "any"falsefalsefalse186));
  417.             foreach ($context['_seq'] as $context["id_secteur"] => $context["secteur"]) {
  418.                 // line 187
  419.                 yield "                                            <button class=\"btn btn-vert btn-secteur mr-1 mt-1\" type=\"button\" id=\"";
  420.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["id_secteur"], "html"nulltrue);
  421.                 yield "\">
  422.                                                 ";
  423.                 // line 188
  424.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["secteur"], "html"nulltrue);
  425.                 yield " <i class=\"fas fa-times\"></i>
  426.                                             </button>
  427.                                         ";
  428.             }
  429.             $_parent $context['_parent'];
  430.             unset($context['_seq'], $context['_iterated'], $context['id_secteur'], $context['secteur'], $context['_parent'], $context['loop']);
  431.             $context array_intersect_key($context$_parent) + $_parent;
  432.             // line 191
  433.             yield "                                    ";
  434.         }
  435.         // line 192
  436.         yield "                                </div>
  437.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-secteurs\">
  438.                             \t\t<label class=\"contai\">
  439.                         \t\t\t\t";
  440.         // line 195
  441.         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.'195$this->source); })()), "recherche_par", [], "any"falsefalsefalse195), "children", [], "any"falsefalsefalse195), 1, [], "array"falsefalsefalse195), 'widget', ["id" => "recherche_par_secteurs"]);
  442.         yield 
  443.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_secteurs\">";
  444.         // line 196
  445.         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.'196$this->source); })()), """M");
  446.         yield "</label>
  447.                         \t\t\t\t<span class=\"checkma\"></span>
  448.                         \t\t\t</label>
  449.                             \t</div>
  450.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-secteurs\">
  451.                             \t\t";
  452.         // line 201
  453.         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.'201$this->source); })()), "id_secteur_activite", [], "any"falsefalsefalse201), 'widget', ["attr" => ["class" => "form-control"]]);
  454.         yield "
  455.                             \t</div>
  456.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-1 div-secteurs\" style=\"";
  457.         // line 203
  458.         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.'203$this->source); })()), false))) {
  459.             yield "display: none;";
  460.         }
  461.         yield "\">
  462.                             \t\t<label for=\"id_secteur_activite\">";
  463.         // line 204
  464.         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.'204$this->source); })()), """M");
  465.         yield "</label>
  466.                             \t</div>
  467.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-1 div-secteurs\" style=\"";
  468.         // line 206
  469.         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.'206$this->source); })()), false))) {
  470.             yield "display: none;";
  471.         }
  472.         yield "\">
  473.                             \t\t";
  474.         // line 207
  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.'207$this->source); })()), "id_secteur_activite2", [], "any"falsefalsefalse207), 'widget', ["attr" => ["class" => "form-control"]]);
  476.         yield "
  477.                             \t</div>
  478.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-2 div-secteurs\" style=\"";
  479.         // line 209
  480.         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.'209$this->source); })()), false))) {
  481.             yield "display: none;";
  482.         }
  483.         yield "\">
  484.                             \t\t<label for=\"id_secteur_activite\">";
  485.         // line 210
  486.         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.'210$this->source); })()), """M");
  487.         yield "</label>
  488.                             \t</div>
  489.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-2 div-secteurs\" style=\"";
  490.         // line 212
  491.         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.'212$this->source); })()), false))) {
  492.             yield "display: none;";
  493.         }
  494.         yield "\">
  495.                             \t\t";
  496.         // line 213
  497.         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.'213$this->source); })()), "id_secteur_activite3", [], "any"falsefalsefalse213), 'widget', ["attr" => ["class" => "form-control"]]);
  498.         yield "
  499.                             \t</div>
  500.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  501.                                 </div>
  502.                                 <div class=\"col-8 col-lg-5 mb-3 ajouter_secteur_activite\" style=\"display: none;\">
  503.                                     ";
  504.         // line 218
  505.         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.'218$this->source); })()), "ajouter_secteur_activite", [], "any"falsefalsefalse218), '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.'218$this->source); })()), """M")]);
  506.         yield "
  507.                                 </div>
  508.                         \t\t<!--FIN SECTEUR ACTIVITE-->
  509.                         \t\t<div class=\"col-12 text-center mt-4 mt-3\">
  510.                         \t\t\t";
  511.         // line 222
  512.         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.'222$this->source); })()), "rechercher", [], "any"falsefalsefalse222), '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.'222$this->source); })()), """M")]);
  513.         yield "
  514.                         \t\t</div>
  515.                         \t</div>
  516.                         \t";
  517.         // line 225
  518.         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.'225$this->source); })()), 'form_end');
  519.         yield "
  520.                     \t</div>
  521.                     </div>
  522.                     <!--FIN ANNONCE 2 ALAUNE-->
  523.                     
  524.                     </div>
  525.                 </div>
  526.                 
  527.             </div><!--FIN COLONNE DROITE --> 
  528.                 
  529. \t\t</div> <!--FIN ROW CONTAINER --> 
  530. \t</div>  <!--FIN CONTAINER -->
  531.   ";
  532.         
  533.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  534.         
  535.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  536.         return; yield '';
  537.     }
  538.     // line 240
  539.     public function block_javascripts($context, array $blocks = [])
  540.     {
  541.         $macros $this->macros;
  542.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  543.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  544.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  545.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  546.         yield 
  547.     ";
  548.         // line 241
  549.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  550.         yield "
  551.     <script src=\"";
  552.         // line 242
  553.         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);
  554.         yield "\"></script>
  555. \t<script type=\"module\" data-name=\"";
  556.         // line 243
  557.         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.'243$this->source); })()), "html"nulltrue);
  558.         yield "\" id=\"codePaysParam\" src=\"";
  559.         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);
  560.         yield "\"></script>
  561. ";
  562.         
  563.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  564.         
  565.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  566.         return; yield '';
  567.     }
  568.     /**
  569.      * @codeCoverageIgnore
  570.      */
  571.     public function getTemplateName()
  572.     {
  573.         return "vendre_entreprise/recherche_avancee_fonds_acquereur.html.twig";
  574.     }
  575.     /**
  576.      * @codeCoverageIgnore
  577.      */
  578.     public function isTraitable()
  579.     {
  580.         return false;
  581.     }
  582.     /**
  583.      * @codeCoverageIgnore
  584.      */
  585.     public function getDebugInfo()
  586.     {
  587.         return array (  595 => 243,  591 => 242,  587 => 241,  575 => 240,  550 => 225,  544 => 222,  537 => 218,  529 => 213,  523 => 212,  518 => 210,  512 => 209,  507 => 207,  501 => 206,  496 => 204,  490 => 203,  485 => 201,  477 => 196,  473 => 195,  468 => 192,  465 => 191,  456 => 188,  451 => 187,  446 => 186,  444 => 185,  435 => 179,  429 => 176,  421 => 171,  417 => 170,  414 => 169,  412 => 168,  406 => 165,  399 => 161,  383 => 148,  375 => 143,  369 => 142,  362 => 138,  356 => 137,  349 => 133,  343 => 132,  330 => 122,  322 => 117,  318 => 116,  301 => 102,  291 => 95,  285 => 94,  275 => 87,  269 => 86,  259 => 79,  253 => 78,  241 => 69,  234 => 65,  230 => 64,  215 => 54,  211 => 53,  201 => 46,  197 => 45,  191 => 44,  181 => 36,  179 => 35,  172 => 30,  170 => 29,  164 => 25,  162 => 24,  161 => 23,  160 => 22,  159 => 20,  155 => 18,  152 => 17,  142 => 16,  129 => 13,  125 => 12,  111 => 11,  97 => 8,  87 => 7,  73 => 4,  63 => 3,  40 => 1,);
  588.     }
  589.     public function getSourceContext()
  590.     {
  591.         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
  592. {% block title %}
  593. <title>{{ translate(\"recherche avancée, fonds d'investissement acquéreurs de sociétés\" ,lang,\"\",\"M\") | raw }}</title>
  594. {% endblock %}
  595. {% block description %}
  596. <meta name=\"description\" content=\"{{ translate(\"recherche avancée pour trouver des fonds d'investissement acquéreurs de sociétés\" ,lang,\"\",\"M\") | raw }}\">
  597. {% endblock %}
  598. {% block stylesheets %}  {{ parent() }}
  599. <link rel=\"stylesheet\" href=\"{{ asset('build/css/lib/range-slider.css') }}\"/>
  600. <link rel=\"stylesheet\" href=\"{{ asset('build/css/reprendre_entreprise/rechercheavancee.css') }}\"/>
  601. {% 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
  602. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  603. {% block body %}
  604. \t{% include 'assets/assets_vuejs.html.twig' %}
  605. \t
  606. \t<!-- Menu  -->
  607.     {{ render_esi(controller(
  608.       'App\\\\Controller\\\\CoreController::menu',
  609.       {   \"lang\": lang,
  610.           \"currentRoute\":currentRoute,
  611.           \"codePays\": codePaysWithUnderScore }
  612.     )) }}
  613.   \t<!-- Menu  -->
  614.                   
  615.   \t<!-- Publicite  -->
  616.     {% include 'includes/publicite.html.twig' %}
  617.   \t<!-- Publicite  -->
  618. \t<div class=\"container\" id=\"app\">
  619. \t\t<div class=\"row\">
  620. \t\t\t<!--COLONNE GAUCHE -->
  621.             {% include 'includes/colonnes_gauche.html.twig' %}
  622.             <!--FIN COLONNE GAUCHE -->
  623.             
  624.             <!--COLONNE DROITE -->
  625. \t\t\t<div class=\"col-12 col-lg-9 bkg_blanc\">
  626.                 <!-- ARIANE -->
  627.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  628.                   <ol class=\"breadcrumb\">
  629.                     <li class=\"breadcrumb-item\"><a href=\"{{ path('index',{'codePays':codePays}  ) }}\">{{ translate(\"accueil\",lang,\"\",\"M\") | raw }}</a></li>
  630.                     <li class=\"breadcrumb-item\">{{ translate(\"vendre une entreprise ou ceder des actifs\",lang,\"\",\"M\") | raw }}</li>
  631.                     <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</li>
  632.                   </ol>
  633.                 </nav>
  634.                 <!-- FIN ARIANE -->
  635.                 
  636.                 <div class=\"row\" >
  637.                     <div class=\"col-12 my-4\">
  638.                     \t<!-- <h2 class=\"bleu_fusacq\">{{ translate(\"reprendre une entreprise ou developper ma societe\",lang,\"\",\"M\") | raw }}</h2>-->
  639.                     \t<h1 class=\"recherche_avancee vert\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }} - {{ translate(\"fonds acquereurs\",lang,\"\",\"M\") | raw }}</h1>
  640.                     </div>
  641.                 </div>
  642.                 
  643.                 <!--MOBILE-->
  644.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  645.                 \t<div class=\"onglet5 col-12 my-3 pt-3\">
  646.                 \t\t  <nav>
  647.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  648.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  649.                 \t\t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_fonds_acquereurs', {codePays: codePaysWithUnderScore}) }}\">
  650.                 \t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche standard\",lang,\"\",\"M\") | raw }}</span></a>
  651.                 \t\t\t\t</div>
  652.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  653.                 \t\t\t\t<div class=\"nav-item nav-link active\">
  654.                 \t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span></div>
  655.                 \t\t\t\t</div>
  656.                 \t\t\t</div>
  657.                 \t\t  </nav>
  658.                 \t</div>
  659.                 \t<div class=\"col-12\">
  660.                 \t\t<div class=\"row\">
  661.                     \t\t<div class=\"col-6  text-center my-3 br_gris\">
  662.                     \t\t\t<div class=\"blanc lh099 py-3\">
  663.                     \t\t\t\t<a href=\"{{ path('vendre_entreprise_recherche_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  664.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"annonces<br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  665.                         \t\t\t</a>
  666.                     \t\t\t</div>
  667.                     \t\t</div>
  668.                     \t\t
  669.                     \t\t<div class=\"col-6 text-center my-3\">
  670.                         \t\t<div class=\"blanc lh099 py-3\">
  671.                         \t\t\t<a href=\"{{ path('vendre_entreprise_recherche_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  672.                     \t\t\t\t\t<span class=\"res_font\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  673.                     \t\t\t\t</a>
  674.                         \t\t</div>
  675.                     \t\t</div>
  676.                     \t\t
  677.                     \t\t<div class=\"col-6 text-center my-3 br_gris\">
  678.                         \t\t<div class=\"blanc lh099 py-3\">
  679.                         \t\t\t<a href=\"{{ path('vendre_entreprise_recherche_acquereurs_historiques',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  680.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  681.                         \t\t\t</a>
  682.                         \t\t</div>
  683.                     \t\t</div>
  684.                     \t\t
  685.                     \t\t<div class=\"col-6 text-center my-3 pr-4\">
  686.                         \t\t<div class=\"blanc bkg_vert lh099 py-3\">
  687.                     \t\t\t\t<span class=\"res_font\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  688.                         \t\t</div>
  689.                     \t\t</div>
  690.                 \t\t</div>
  691.                 \t</div>
  692.                 </div>
  693.                 <!--MOBILE-->
  694.                 \t
  695.                 <!--TOUT SAUF MOBILE-->
  696.                 <div class=\"row d-none d-sm-block\">
  697.                 \t<div class=\"onglet5 col-12 mt-3\">
  698.                         <nav>
  699.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  700.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  701.                             \t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_fonds_acquereurs', {codePays: codePaysWithUnderScore}) }}\">
  702.                             \t\t\t<span class=\"fs13\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }}</span>
  703.                             \t\t</a>
  704.                             \t</div>
  705.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  706.                             \t\t<div class=\"nav-item nav-link active\">
  707.                             \t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  708.                             \t\t</div>
  709.                             \t</div>
  710.                             </div>
  711.                         </nav>
  712.                 \t</div>
  713.                 \t<div class=\"onglet5 col-12 mt-5 mb-4\">
  714. \t\t\t\t\t\t<nav>
  715.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  716.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-4 order-sm-1\">
  717.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  718.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"annonces<br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  719.                         \t\t  \t</a>
  720.                         \t\t</div>
  721.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-2\">
  722.                     \t\t  \t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  723.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  724.                         \t\t  \t</a>
  725.                         \t\t</div>
  726.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3\">
  727.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_acquereurs_historiques',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  728.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  729.                         \t\t  \t</a>
  730.                         \t\t</div>
  731.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  732.                         \t\t\t<div class=\"nav-item nav-link active\">
  733.                         \t\t\t\t<span class=\"fs12\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  734.                         \t\t  \t</div>
  735.                         \t\t</div>
  736.                     \t\t</div>
  737.                 \t  \t</nav>
  738.                 \t</div>
  739.                 </div>
  740.                 <!--FIN TOUT SAUF MOBILE-->
  741. \t\t\t\t<div class=\"row\">
  742.                     <div class=\"col-12\">\t\t
  743.                     <div class=\"card mb-3 no_shadow\"> 
  744.                     \t<div class=\"card-body\">
  745.                     \t\t{{ form_start(form) }}
  746.                         \t<div class=\"row\">
  747.                         \t\t<!--SECTEUR ACTIVITE-->
  748.                         \t\t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 div-motscles\">
  749.                             \t\t<h5 class=\"gris_666\">{{ translate(\"secteur d'activité\",lang,\"\",\"M\") | raw }}</h5>
  750.                             \t</div>
  751.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  752.                             \t\t{% form_theme form.recherche_par with 'form_div_layout.html.twig' only %}
  753.                             \t\t<label class=\"contai\">
  754.                         \t\t\t\t{{ form_widget(form.recherche_par.children[0], { 'id': 'recherche_par_motscles' }) }} 
  755.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_motscles\">{{ translate(\"mots-cles\",lang,\"\",\"M\") | raw }}</label>
  756.                         \t\t\t\t<span class=\"checkma\"></span>
  757.                         \t\t\t</label>
  758.                             \t</div>
  759.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  760.                             \t\t{{ form_widget(form.reference_mots_cles, {'attr': {'class': 'form-control'}}) }}
  761.                             \t</div>
  762.                             \t<div class=\"col-12 col-lg-8 offset-lg-2 mb-5 text-right\">
  763. \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>
  764. \t\t\t\t\t\t\t\t</div>
  765.                             \t
  766.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteurs_selected\">
  767.                                 </div>
  768.                                 <div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_secteurs_selected\">
  769.                                     {% if parametres_secteurs.array_secteur is defined %}
  770.                                         {% for id_secteur, secteur in parametres_secteurs.array_secteur %}
  771.                                             <button class=\"btn btn-vert btn-secteur mr-1 mt-1\" type=\"button\" id=\"{{ id_secteur }}\">
  772.                                                 {{ secteur }} <i class=\"fas fa-times\"></i>
  773.                                             </button>
  774.                                         {% endfor %}
  775.                                     {% endif %}
  776.                                 </div>
  777.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-secteurs\">
  778.                             \t\t<label class=\"contai\">
  779.                         \t\t\t\t{{ form_widget(form.recherche_par.children[1], { 'id': 'recherche_par_secteurs' }) }} 
  780.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_secteurs\">{{ translate(\"secteur predefini\",lang,\"\",\"M\") | raw }}</label>
  781.                         \t\t\t\t<span class=\"checkma\"></span>
  782.                         \t\t\t</label>
  783.                             \t</div>
  784.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-secteurs\">
  785.                             \t\t{{ form_widget(form.id_secteur_activite, {'attr': {'class': 'form-control'}}) }}
  786.                             \t</div>
  787.                             \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 %}\">
  788.                             \t\t<label for=\"id_secteur_activite\">{{ translate(\"sous-secteur niveau 1\",lang,\"\",\"M\") | raw }}</label>
  789.                             \t</div>
  790.                             \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 %}\">
  791.                             \t\t{{ form_widget(form.id_secteur_activite2, {'attr': {'class': 'form-control'}}) }}
  792.                             \t</div>
  793.                             \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 %}\">
  794.                             \t\t<label for=\"id_secteur_activite\">{{ translate(\"sous-secteur niveau 2\",lang,\"\",\"M\") | raw }}</label>
  795.                             \t</div>
  796.                             \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 %}\">
  797.                             \t\t{{ form_widget(form.id_secteur_activite3, {'attr': {'class': 'form-control'}}) }}
  798.                             \t</div>
  799.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  800.                                 </div>
  801.                                 <div class=\"col-8 col-lg-5 mb-3 ajouter_secteur_activite\" style=\"display: none;\">
  802.                                     {{ form_widget(form.ajouter_secteur_activite, {'attr': {'class': 'btn btn-vert'}, 'label': translate(\"ajouter\",lang,\"\",\"M\") | raw  }) }}
  803.                                 </div>
  804.                         \t\t<!--FIN SECTEUR ACTIVITE-->
  805.                         \t\t<div class=\"col-12 text-center mt-4 mt-3\">
  806.                         \t\t\t{{ form_widget(form.rechercher, {'attr': {'class': 'btn btn-vert-annonce'}, 'label': translate(\"rechercher\",lang,\"\",\"M\") | raw  }) }}
  807.                         \t\t</div>
  808.                         \t</div>
  809.                         \t{{ form_end(form) }}
  810.                     \t</div>
  811.                     </div>
  812.                     <!--FIN ANNONCE 2 ALAUNE-->
  813.                     
  814.                     </div>
  815.                 </div>
  816.                 
  817.             </div><!--FIN COLONNE DROITE --> 
  818.                 
  819. \t\t</div> <!--FIN ROW CONTAINER --> 
  820. \t</div>  <!--FIN CONTAINER -->
  821.   {% 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
  822. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  823. {% block javascripts %} 
  824.     {{ parent() }}
  825.     <script src=\"{{ asset('build/js/lib/ion.rangeSlider.min.js') }}\"></script>
  826. \t<script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/vendre_entreprise/recherche_avancee.js') }}\"></script>
  827. {% endblock %}""vendre_entreprise/recherche_avancee_fonds_acquereur.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/vendre_entreprise/recherche_avancee_fonds_acquereur.html.twig");
  828.     }
  829. }