var/cache/dev/twig/ab/ab555cfb117fa5b47c542fac8593f870fe6d81d346955a4b4ed0c70ee325a5d0.php line 146

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_cv_repreneur.html.twig */
  15. class __TwigTemplate_6deddfbd6dd83c5a6307d73a39bf6b2ce133b79a8df5a7a2b285f90e34f2f044 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_cv_repreneur.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_cv_repreneur.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""vendre_entreprise/recherche_avancee_cv_repreneur.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, CV de repreneurs 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 CV de repreneurs 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/annuaires/repreneurs/repreneurs_recherche.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_cv_repreneur.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_cv_repreneur.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_cv_repreneur.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("cv de repreneurs", (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.                     </div>
  193.                 </div>
  194.                 
  195.                 <!--MOBILE-->
  196.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  197.                 \t<div class=\"onglet5 col-12 my-3 pt-3\">
  198.                 \t\t  <nav>
  199.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  200.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  201.                 \t\t\t\t<a class=\"nav-item nav-link\" href=\"";
  202.         // line 65
  203.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'65$this->source); })())]), "html"nulltrue);
  204.         yield "\">
  205.                 \t\t\t\t\t<span class=\"fs13\">";
  206.         // line 66
  207.         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.'66$this->source); })()), """M");
  208.         yield "</span></a>
  209.                 \t\t\t\t</div>
  210.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  211.                 \t\t\t\t<div class=\"nav-item nav-link active\">
  212.                 \t\t\t\t\t<span class=\"fs13\">";
  213.         // line 70
  214.         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.'70$this->source); })()), """M");
  215.         yield "</span></div>
  216.                 \t\t\t\t</div>
  217.                 \t\t\t</div>
  218.                 \t\t  </nav>
  219.                 \t</div>
  220.                 \t<div class=\"col-12\">
  221.                 \t\t<div class=\"row\">
  222.                     \t\t<div class=\"col-6  text-center my-3 br_gris\">
  223.                     \t\t\t<div class=\"blanc lh099 py-3\">
  224.                     \t\t\t\t<a href=\"";
  225.         // line 79
  226.         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.'79$this->source); })())]), "html"nulltrue);
  227.         yield "?";
  228.         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.'79$this->source); })()), "html"nulltrue);
  229.         yield "\" class=\"vert lh099 py-3\">
  230.                         \t\t\t\t<span class=\"res_font\">";
  231.         // line 80
  232.         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.'80$this->source); })()), """M""");
  233.         yield "</span>
  234.                         \t\t\t</a>
  235.                     \t\t\t</div>
  236.                     \t\t</div>
  237.                     \t\t
  238.                     \t\t<div class=\"col-6 text-center my-3\">
  239.                         \t\t<div class=\"blanc bkg_vert lh099 py-3\">
  240.                     \t\t\t\t<span class=\"res_font\">";
  241.         // line 87
  242.         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""");
  243.         yield "</span>
  244.                         \t\t</div>
  245.                     \t\t</div>
  246.                     \t\t
  247.                     \t\t<div class=\"col-6 text-center my-3 br_gris\">
  248.                         \t\t<div class=\"blanc lh099 py-3\">
  249.                         \t\t\t<a href=\"";
  250.         // line 93
  251.         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.'93$this->source); })())]), "html"nulltrue);
  252.         yield "?";
  253.         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.'93$this->source); })()), "html"nulltrue);
  254.         yield "\" class=\"vert lh099 py-3\">
  255.                         \t\t\t\t<span class=\"res_font\">";
  256.         // line 94
  257.         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.'94$this->source); })()), """M""");
  258.         yield "</span>
  259.                         \t\t\t</a>
  260.                         \t\t</div>
  261.                     \t\t</div>
  262.                     \t\t
  263.                     \t\t<div class=\"col-6 text-center my-3 pr-4\">
  264.                         \t\t<div class=\"blanc lh099 py-3\">
  265.                         \t\t\t<a href=\"";
  266.         // line 101
  267.         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.'101$this->source); })())]), "html"nulltrue);
  268.         yield "?";
  269.         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.'101$this->source); })()), "html"nulltrue);
  270.         yield "\" class=\"vert lh099 py-3\">
  271.                         \t\t\t\t<span class=\"res_font\">";
  272.         // line 102
  273.         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""");
  274.         yield "</span>
  275.                         \t\t\t</a>
  276.                         \t\t</div>
  277.                     \t\t</div>
  278.                 \t\t</div>
  279.                 \t</div>
  280.                 </div>
  281.                 <!--MOBILE-->
  282.                 \t
  283.                 <!--TOUT SAUF MOBILE-->
  284.                 <div class=\"row d-none d-sm-block\">
  285.                 \t<div class=\"onglet5 col-12 mt-3\">
  286.                         <nav>
  287.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  288.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  289.                             \t\t<a class=\"nav-item nav-link\" href=\"";
  290.         // line 117
  291.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'117$this->source); })())]), "html"nulltrue);
  292.         yield "\">
  293.                             \t\t\t<span class=\"fs13\">";
  294.         // line 118
  295.         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.'118$this->source); })()), """M");
  296.         yield "</span>
  297.                             \t\t</a>
  298.                             \t</div>
  299.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  300.                             \t\t<div class=\"nav-item nav-link active\">
  301.                             \t\t\t<span class=\"fs13\">";
  302.         // line 123
  303.         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.'123$this->source); })()), """M");
  304.         yield "</span>
  305.                             \t\t</div>
  306.                             \t</div>
  307.                             </div>
  308.                         </nav>
  309.                 \t</div>
  310.                 \t<div class=\"onglet5 col-12 mt-5 mb-4\">
  311. \t\t\t\t\t\t<nav>
  312.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  313.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x bl_gris lh13 order-4 order-sm-1\">
  314.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  315.         // line 133
  316.         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.'133$this->source); })())]), "html"nulltrue);
  317.         yield "?";
  318.         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.'133$this->source); })()), "html"nulltrue);
  319.         yield "\">
  320.                         \t\t  \t\t<span class=\"fs12\">";
  321.         // line 134
  322.         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.'134$this->source); })()), """M""");
  323.         yield "</span>
  324.                         \t\t  \t</a>
  325.                         \t\t</div>
  326.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-2\">
  327.                     \t\t  \t\t<div class=\"nav-item nav-link active\">
  328.                         \t\t  \t\t<span class=\"fs12\">";
  329.         // line 139
  330.         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.'139$this->source); })()), """M""");
  331.         yield "</span>
  332.                         \t\t  \t</div>
  333.                         \t\t</div>
  334.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3\">
  335.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  336.         // line 143
  337.         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.'143$this->source); })())]), "html"nulltrue);
  338.         yield "?";
  339.         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.'143$this->source); })()), "html"nulltrue);
  340.         yield "\">
  341.                         \t\t  \t\t<span class=\"fs12\">";
  342.         // line 144
  343.         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.'144$this->source); })()), """M""");
  344.         yield "</span>
  345.                         \t\t  \t</a>
  346.                         \t\t</div>
  347.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  348.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  349.         // line 148
  350.         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.'148$this->source); })())]), "html"nulltrue);
  351.         yield "?";
  352.         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.'148$this->source); })()), "html"nulltrue);
  353.         yield "\">
  354.                         \t\t\t\t<span class=\"fs12\">";
  355.         // line 149
  356.         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.'149$this->source); })()), """M""");
  357.         yield "</span>
  358.                         \t\t  \t</a>
  359.                         \t\t</div>
  360.                     \t\t</div>
  361.                 \t  \t</nav>
  362.                 \t</div>
  363.                 </div>
  364.                 <!--FIN TOUT SAUF MOBILE-->
  365. \t\t\t\t<div class=\"row\">
  366.                     <div class=\"col-12\">\t\t
  367.                     <div class=\"card mb-3 no_shadow\"> 
  368.                     \t<div class=\"card-body\">
  369.                     \t\t";
  370.         // line 162
  371.         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.'162$this->source); })()), 'form_start');
  372.         yield "
  373.                         \t<div class=\"row\">
  374.                         \t\t<!--ZONE GEOGRAPHIQUE-->
  375.                             \t<div class=\"col-12 col-lg-9 offset-lg-1\">
  376.                             \t\t<h5 class=\"gris_666\">";
  377.         // line 166
  378.         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.'166$this->source); })()), """M");
  379.         yield "</h5>
  380.                             \t</div>
  381.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 localisations_selected\">
  382.                             \t\t
  383.                             \t</div>
  384.                             \t<div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_localisations_selected\">
  385.                             \t\t";
  386.         // line 172
  387.         if (CoreExtension::getAttribute($this->env$this->source, ($context["parametres_localisations"] ?? null), "array_localisation", [], "any"truetruefalse172)) {
  388.             // line 173
  389.             yield "                            \t\t\t";
  390.             $context['_parent'] = $context;
  391.             $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.'173$this->source); })()), "array_localisation", [], "any"falsefalsefalse173));
  392.             foreach ($context['_seq'] as $context["id_loc"] => $context["loc"]) {
  393.                 // line 174
  394.                 yield "                            \t\t\t<button class=\"btn btn-vert btn-localisation mr-1 mt-1\" type=\"button\" id=\"";
  395.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["id_loc"], "html"nulltrue);
  396.                 yield "\">
  397.                             \t\t\t\t";
  398.                 // line 175
  399.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["loc"], "html"nulltrue);
  400.                 yield " <i class=\"fas fa-times\"></i>
  401.                             \t\t\t</button>
  402.                             \t\t\t";
  403.             }
  404.             $_parent $context['_parent'];
  405.             unset($context['_seq'], $context['_iterated'], $context['id_loc'], $context['loc'], $context['_parent'], $context['loop']);
  406.             $context array_intersect_key($context$_parent) + $_parent;
  407.             // line 178
  408.             yield "                            \t\t";
  409.         }
  410.         // line 179
  411.         yield "                            \t</div>
  412.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  413.                             \t\t<label for=\"id_pays\">";
  414.         // line 181
  415.         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.'181$this->source); })()), """M");
  416.         yield "</label>
  417.                             \t</div>
  418.                             \t<div class=\"col-8 col-lg-5 mb-3\">
  419.                             \t\t";
  420.         // line 184
  421.         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.'184$this->source); })()), "id_pays", [], "any"falsefalsefalse184), 'widget', ["attr" => ["class" => "form-control"]]);
  422.         yield "
  423.                             \t</div>
  424.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 id_region\" style=\"display: none;\">
  425.                             \t\t<label for=\"id_region\" id=\"label-lvl1\">";
  426.         // line 187
  427.         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.'187$this->source); })()), """M");
  428.         yield "</label>
  429.                             \t</div>
  430.                             \t<div class=\"col-8 col-lg-5 mb-3 id_region\" style=\"display: none;\">
  431.                             \t\t";
  432.         // line 190
  433.         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.'190$this->source); })()), "id_region", [], "any"falsefalsefalse190), 'widget', ["attr" => ["class" => "form-control"]]);
  434.         yield "
  435.                             \t</div>
  436.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  437.                             \t</div>
  438.                             \t<div class=\"col-8 col-lg-5 mb-3 btn_ajouter\" style=\"display: none;\">
  439.                                     ";
  440.         // line 195
  441.         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.'195$this->source); })()), "ajouter", [], "any"falsefalsefalse195), '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.'195$this->source); })()), """M")]);
  442.         yield "
  443.                             \t</div>
  444.                             \t";
  445.         // line 197
  446.         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.'197$this->source); })()), "id_localisation", [], "any"falsefalsefalse197), 'widget');
  447.         yield "
  448.                         \t\t<!--FIN ZONE GEOGRAPHIQUE-->
  449.                         \t\t
  450.                         \t\t<!--SECTEUR ACTIVITE-->
  451.                         \t\t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 bt_gris div-motscles\">
  452.                             \t\t<h5 class=\"gris_666\">";
  453.         // line 202
  454.         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.'202$this->source); })()), """M");
  455.         yield "</h5>
  456.                             \t</div>
  457.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  458.                             \t\t";
  459.         // line 205
  460.         $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.'205$this->source); })()), "recherche_par", [], "any"falsefalsefalse205), "form_div_layout.html.twig"false);
  461.         // line 206
  462.         yield "                            \t\t<label class=\"contai\">
  463.                         \t\t\t\t";
  464.         // line 207
  465.         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.'207$this->source); })()), "recherche_par", [], "any"falsefalsefalse207), "children", [], "any"falsefalsefalse207), 0, [], "array"falsefalsefalse207), 'widget', ["id" => "recherche_par_motscles"]);
  466.         yield 
  467.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_motscles\">";
  468.         // line 208
  469.         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.'208$this->source); })()), """M");
  470.         yield "</label>
  471.                         \t\t\t\t<span class=\"checkma\"></span>
  472.                         \t\t\t</label>
  473.                             \t</div>
  474.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  475.                             \t\t";
  476.         // line 213
  477.         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); })()), "reference_mots_cles", [], "any"falsefalsefalse213), 'widget', ["attr" => ["class" => "form-control"]]);
  478.         yield "
  479.                             \t</div>
  480.                             \t<!-- mots exact -->
  481.                                 <div class=\"col-12 text-center my-4 div-motscles\">
  482.                                   <button aria-pressed=\"true\" autocomplete=\"off\" data-toggle=\"button\"  v-model=\"mots_cle_exact\"    @click=\"toggleMotCleExact(\$event)\"  name=\"mots_cle_exact\" type=\"button\" class=\"btn btn-sm btn-toggle\"   :class=\"mots_cle_exact_style\">
  483.                                       <div class=\"handle\"></div>
  484.                                   </button>
  485.                                   
  486.                                   <small>
  487.                                       ";
  488.         // line 222
  489.         yield $this->extensions['App\Twig\TranslationExtension']->translate("mots cles exacts", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'222$this->source); })()), """M");
  490.         yield "
  491.                                 </small>
  492.                                 ";
  493.         // line 224
  494.         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.'224$this->source); })()), "mots_cle_exact", [], "any"falsefalsefalse224), 'widget');
  495.         yield "
  496.                                 </div>
  497.                                 <!-- mots exact -->
  498.                             \t<div class=\"col-12 col-lg-8 offset-lg-2 mb-5 text-right\">
  499. \t\t\t\t\t\t\t\t\t<small>";
  500.         // line 228
  501.         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.'228$this->source); })()), """M");
  502.         yield "</small>
  503. \t\t\t\t\t\t\t\t</div>
  504.                             \t
  505.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteurs_selected\">
  506.                                 </div>
  507.                                 <div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_secteurs_selected\">
  508.                                     ";
  509.         // line 234
  510.         if (CoreExtension::getAttribute($this->env$this->source, ($context["parametres_secteurs"] ?? null), "array_secteur", [], "any"truetruefalse234)) {
  511.             // line 235
  512.             yield "                                        ";
  513.             $context['_parent'] = $context;
  514.             $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.'235$this->source); })()), "array_secteur", [], "any"falsefalsefalse235));
  515.             foreach ($context['_seq'] as $context["id_secteur"] => $context["secteur"]) {
  516.                 // line 236
  517.                 yield "                                            <button class=\"btn btn-vert btn-secteur mr-1 mt-1\" type=\"button\" id=\"";
  518.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["id_secteur"], "html"nulltrue);
  519.                 yield "\">
  520.                                                 ";
  521.                 // line 237
  522.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["secteur"], "html"nulltrue);
  523.                 yield " <i class=\"fas fa-times\"></i>
  524.                                             </button>
  525.                                         ";
  526.             }
  527.             $_parent $context['_parent'];
  528.             unset($context['_seq'], $context['_iterated'], $context['id_secteur'], $context['secteur'], $context['_parent'], $context['loop']);
  529.             $context array_intersect_key($context$_parent) + $_parent;
  530.             // line 240
  531.             yield "                                    ";
  532.         }
  533.         // line 241
  534.         yield "                                </div>
  535.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-secteurs\">
  536.                             \t\t<label class=\"contai\">
  537.                         \t\t\t\t";
  538.         // line 244
  539.         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.'244$this->source); })()), "recherche_par", [], "any"falsefalsefalse244), "children", [], "any"falsefalsefalse244), 1, [], "array"falsefalsefalse244), 'widget', ["id" => "recherche_par_secteurs"]);
  540.         yield 
  541.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_secteurs\">";
  542.         // line 245
  543.         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.'245$this->source); })()), """M");
  544.         yield "</label>
  545.                         \t\t\t\t<span class=\"checkma\"></span>
  546.                         \t\t\t</label>
  547.                             \t</div>
  548.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-secteurs\">
  549.                             \t\t";
  550.         // line 250
  551.         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.'250$this->source); })()), "id_secteur_activite", [], "any"falsefalsefalse250), 'widget', ["attr" => ["class" => "form-control"]]);
  552.         yield "
  553.                             \t</div>
  554.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-1 div-secteurs\" style=\"";
  555.         // line 252
  556.         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.'252$this->source); })()), false))) {
  557.             yield "display: none;";
  558.         }
  559.         yield "\">
  560.                             \t\t<label for=\"id_secteur_activite\">";
  561.         // line 253
  562.         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.'253$this->source); })()), """M");
  563.         yield "</label>
  564.                             \t</div>
  565.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-1 div-secteurs\" style=\"";
  566.         // line 255
  567.         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.'255$this->source); })()), false))) {
  568.             yield "display: none;";
  569.         }
  570.         yield "\">
  571.                             \t\t";
  572.         // line 256
  573.         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.'256$this->source); })()), "id_secteur_activite2", [], "any"falsefalsefalse256), 'widget', ["attr" => ["class" => "form-control"]]);
  574.         yield "
  575.                             \t</div>
  576.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-2 div-secteurs\" style=\"";
  577.         // line 258
  578.         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.'258$this->source); })()), false))) {
  579.             yield "display: none;";
  580.         }
  581.         yield "\">
  582.                             \t\t<label for=\"id_secteur_activite\">";
  583.         // line 259
  584.         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.'259$this->source); })()), """M");
  585.         yield "</label>
  586.                             \t</div>
  587.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-2 div-secteurs\" style=\"";
  588.         // line 261
  589.         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.'261$this->source); })()), false))) {
  590.             yield "display: none;";
  591.         }
  592.         yield "\">
  593.                             \t\t";
  594.         // line 262
  595.         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.'262$this->source); })()), "id_secteur_activite3", [], "any"falsefalsefalse262), 'widget', ["attr" => ["class" => "form-control"]]);
  596.         yield "
  597.                             \t</div>
  598.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  599.                                 </div>
  600.                                 <div class=\"col-8 col-lg-5 mb-3 ajouter_secteur_activite\" style=\"display: none;\">
  601.                                     ";
  602.         // line 267
  603.         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.'267$this->source); })()), "ajouter_secteur_activite", [], "any"falsefalsefalse267), '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.'267$this->source); })()), """M")]);
  604.         yield "
  605.                                 </div>
  606.                         \t\t<!--FIN SECTEUR ACTIVITE-->
  607.                                 
  608.                             \t<!--CONCERNANT LE REPRENEUR -->
  609.                             \t<div class=\"col-12 col-lg-9 offset-lg-1 mt-3 pt-3 bt_gris\">
  610.                             \t\t<h5 class=\"gris_666\">";
  611.         // line 273
  612.         yield $this->extensions['App\Twig\TranslationExtension']->translate("Concernant le repreneur", (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 "</h5>
  614.                             \t</div>
  615.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  616.                             \t\t<label for=\"type_reprise\">";
  617.         // line 276
  618.         yield $this->extensions['App\Twig\TranslationExtension']->translate("type reprise", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'276$this->source); })()), """M");
  619.         yield "</label>
  620.                             \t</div>
  621.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group\">
  622.                             \t\t";
  623.         // line 279
  624.         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.'279$this->source); })()), "type_reprise", [], "any"falsefalsefalse279), 'widget', ["attr" => ["class" => "form-control"]]);
  625.         yield "
  626.                             \t</div>
  627.                             \t
  628.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  629.                             \t\t<label for=\"montant_apport_min\">";
  630.         // line 283
  631.         yield $this->extensions['App\Twig\TranslationExtension']->translate("apport min.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'283$this->source); })()), """M");
  632.         yield "</label>
  633.                             \t</div>
  634.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group\">
  635.                             \t\t";
  636.         // line 286
  637.         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.'286$this->source); })()), "montant_apport_min", [], "any"falsefalsefalse286), 'widget', ["attr" => ["class" => "form-control"]]);
  638.         yield "
  639.                             \t</div>
  640.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  641.                             \t\t<label for=\"montant_apport_max\">";
  642.         // line 289
  643.         yield $this->extensions['App\Twig\TranslationExtension']->translate("apport max.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'289$this->source); })()), """M");
  644.         yield "</label>
  645.                             \t</div>
  646.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group\">
  647.                             \t\t";
  648.         // line 292
  649.         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.'292$this->source); })()), "montant_apport_max", [], "any"falsefalsefalse292), 'widget', ["attr" => ["class" => "form-control"]]);
  650.         yield "
  651.                             \t</div>
  652.                             \t<!-- FIN CONCERNANT LE REPRENEUR -->
  653.                         \t\t<div class=\"col-12 text-center mt-4 mt-3\">
  654.                         \t\t\t";
  655.         // line 296
  656.         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.'296$this->source); })()), "type_recherche", [], "any"falsefalsefalse296), 'widget');
  657.         yield "
  658.                         \t\t\t";
  659.         // line 297
  660.         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.'297$this->source); })()), "rechercher", [], "any"falsefalsefalse297), '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.'297$this->source); })()), """M")]);
  661.         yield "
  662.                         \t\t</div>
  663.                         \t</div>
  664.                         \t";
  665.         // line 300
  666.         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.'300$this->source); })()), 'form_end');
  667.         yield "
  668.                     \t</div>
  669.                     </div>
  670.                     <!--FIN ANNONCE 2 ALAUNE-->
  671.                     
  672.                     </div>
  673.                 </div>
  674.                 
  675.             </div><!--FIN COLONNE DROITE --> 
  676.                 
  677. \t\t</div> <!--FIN ROW CONTAINER --> 
  678. \t</div>  <!--FIN CONTAINER -->
  679.   ";
  680.         
  681.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  682.         
  683.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  684.         return; yield '';
  685.     }
  686.     // line 315
  687.     public function block_javascripts($context, array $blocks = [])
  688.     {
  689.         $macros $this->macros;
  690.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  691.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  692.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  693.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  694.         yield 
  695.     ";
  696.         // line 316
  697.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  698.         yield "
  699.     <script src=\"";
  700.         // line 317
  701.         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);
  702.         yield "\"></script>
  703. \t<script type=\"module\" data-name=\"";
  704.         // line 318
  705.         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.'318$this->source); })()), "html"nulltrue);
  706.         yield "\" id=\"codePaysParam\" src=\"";
  707.         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);
  708.         yield "\"></script>
  709. \t<script type=\"module\" data-name=\"";
  710.         // line 319
  711.         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.'319$this->source); })()), "html"nulltrue);
  712.         yield "\" id=\"codePaysParam\" src=\"";
  713.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/annuaires/annuaire_repreneurs_recherche.js"), "html"nulltrue);
  714.         yield "\"></script>
  715. ";
  716.         
  717.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  718.         
  719.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  720.         return; yield '';
  721.     }
  722.     /**
  723.      * @codeCoverageIgnore
  724.      */
  725.     public function getTemplateName()
  726.     {
  727.         return "vendre_entreprise/recherche_avancee_cv_repreneur.html.twig";
  728.     }
  729.     /**
  730.      * @codeCoverageIgnore
  731.      */
  732.     public function isTraitable()
  733.     {
  734.         return false;
  735.     }
  736.     /**
  737.      * @codeCoverageIgnore
  738.      */
  739.     public function getDebugInfo()
  740.     {
  741.         return array (  749 => 319,  743 => 318,  739 => 317,  735 => 316,  723 => 315,  698 => 300,  692 => 297,  688 => 296,  681 => 292,  675 => 289,  669 => 286,  663 => 283,  656 => 279,  650 => 276,  644 => 273,  635 => 267,  627 => 262,  621 => 261,  616 => 259,  610 => 258,  605 => 256,  599 => 255,  594 => 253,  588 => 252,  583 => 250,  575 => 245,  571 => 244,  566 => 241,  563 => 240,  554 => 237,  549 => 236,  544 => 235,  542 => 234,  533 => 228,  526 => 224,  521 => 222,  509 => 213,  501 => 208,  497 => 207,  494 => 206,  492 => 205,  486 => 202,  478 => 197,  473 => 195,  465 => 190,  459 => 187,  453 => 184,  447 => 181,  443 => 179,  440 => 178,  431 => 175,  426 => 174,  421 => 173,  419 => 172,  410 => 166,  403 => 162,  387 => 149,  381 => 148,  374 => 144,  368 => 143,  361 => 139,  353 => 134,  347 => 133,  334 => 123,  326 => 118,  322 => 117,  304 => 102,  298 => 101,  288 => 94,  282 => 93,  273 => 87,  263 => 80,  257 => 79,  245 => 70,  238 => 66,  234 => 65,  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,);
  742.     }
  743.     public function getSourceContext()
  744.     {
  745.         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
  746. {% block title %}
  747. <title>{{ translate(\"recherche avancée, CV de repreneurs d'entreprise\" ,lang,\"\",\"M\") | raw }}</title>
  748. {% endblock %}
  749. {% block description %}
  750. <meta name=\"description\" content=\"{{ translate(\"recherche avancée pour trouver des CV de repreneurs d'entreprise\" ,lang,\"\",\"M\") | raw }}\">
  751. {% endblock %}
  752. {% block stylesheets %}  {{ parent() }}
  753. <link rel=\"stylesheet\" href=\"{{ asset('build/css/lib/range-slider.css') }}\"/>
  754. <link rel=\"stylesheet\" href=\"{{ asset('build/css/reprendre_entreprise/rechercheavancee.css') }}\"/>
  755. <link rel=\"stylesheet\" href=\"{{ asset('build/css/annuaires/repreneurs/repreneurs_recherche.css') }}\">
  756. {% 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
  757. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  758. {% block body %}
  759. \t{% include 'assets/assets_vuejs.html.twig' %}
  760. \t
  761. \t<!-- Menu  -->
  762.     {{ render_esi(controller(
  763.       'App\\\\Controller\\\\CoreController::menu',
  764.       {   \"lang\": lang,
  765.           \"currentRoute\":currentRoute,
  766.           \"codePays\": codePaysWithUnderScore }
  767.     )) }}
  768.   \t<!-- Menu  -->
  769.                   
  770.   \t<!-- Publicite  -->
  771.     {% include 'includes/publicite.html.twig' %}
  772.   \t<!-- Publicite  -->
  773. \t<div class=\"container\" id=\"app\">
  774. \t\t<div class=\"row\">
  775. \t\t\t<!--COLONNE GAUCHE -->
  776.             {% include 'includes/colonnes_gauche.html.twig' %}
  777.             <!--FIN COLONNE GAUCHE -->
  778.             
  779.             <!--COLONNE DROITE -->
  780. \t\t\t<div class=\"col-12 col-lg-9 bkg_blanc\">
  781.                 <!-- ARIANE -->
  782.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  783.                   <ol class=\"breadcrumb\">
  784.                     <li class=\"breadcrumb-item\"><a href=\"{{ path('index',{'codePays':codePays}  ) }}\">{{ translate(\"accueil\",lang,\"\",\"M\") | raw }}</a></li>
  785.                     <li class=\"breadcrumb-item\">{{ translate(\"vendre une entreprise ou ceder des actifs\",lang,\"\",\"M\") | raw }}</li>
  786.                     <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</li>
  787.                   </ol>
  788.                 </nav>
  789.                 <!-- FIN ARIANE -->
  790.                 
  791.                 <div class=\"row\" >
  792.                     <div class=\"col-12 my-4\">
  793.                     \t<!-- <h2 class=\"bleu_fusacq\">{{ translate(\"reprendre une entreprise ou developper ma societe\",lang,\"\",\"M\") | raw }}</h2>-->
  794.                     \t<h1 class=\"recherche_avancee vert\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }} - {{ translate(\"cv de repreneurs\",lang,\"\",\"M\") | raw }}</h1>
  795.                     </div>
  796.                 </div>
  797.                 
  798.                 <!--MOBILE-->
  799.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  800.                 \t<div class=\"onglet5 col-12 my-3 pt-3\">
  801.                 \t\t  <nav>
  802.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  803.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  804.                 \t\t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_cv_repreneur', {codePays: codePaysWithUnderScore}) }}\">
  805.                 \t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche standard\",lang,\"\",\"M\") | raw }}</span></a>
  806.                 \t\t\t\t</div>
  807.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  808.                 \t\t\t\t<div class=\"nav-item nav-link active\">
  809.                 \t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span></div>
  810.                 \t\t\t\t</div>
  811.                 \t\t\t</div>
  812.                 \t\t  </nav>
  813.                 \t</div>
  814.                 \t<div class=\"col-12\">
  815.                 \t\t<div class=\"row\">
  816.                     \t\t<div class=\"col-6  text-center my-3 br_gris\">
  817.                     \t\t\t<div class=\"blanc lh099 py-3\">
  818.                     \t\t\t\t<a href=\"{{ path('vendre_entreprise_recherche_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  819.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"annonces<br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  820.                         \t\t\t</a>
  821.                     \t\t\t</div>
  822.                     \t\t</div>
  823.                     \t\t
  824.                     \t\t<div class=\"col-6 text-center my-3\">
  825.                         \t\t<div class=\"blanc bkg_vert lh099 py-3\">
  826.                     \t\t\t\t<span class=\"res_font\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  827.                         \t\t</div>
  828.                     \t\t</div>
  829.                     \t\t
  830.                     \t\t<div class=\"col-6 text-center my-3 br_gris\">
  831.                         \t\t<div class=\"blanc lh099 py-3\">
  832.                         \t\t\t<a href=\"{{ path('vendre_entreprise_recherche_acquereurs_historiques',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  833.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  834.                         \t\t\t</a>
  835.                         \t\t</div>
  836.                     \t\t</div>
  837.                     \t\t
  838.                     \t\t<div class=\"col-6 text-center my-3 pr-4\">
  839.                         \t\t<div class=\"blanc lh099 py-3\">
  840.                         \t\t\t<a href=\"{{ path('vendre_entreprise_recherche_fonds_acquereurs',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  841.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  842.                         \t\t\t</a>
  843.                         \t\t</div>
  844.                     \t\t</div>
  845.                 \t\t</div>
  846.                 \t</div>
  847.                 </div>
  848.                 <!--MOBILE-->
  849.                 \t
  850.                 <!--TOUT SAUF MOBILE-->
  851.                 <div class=\"row d-none d-sm-block\">
  852.                 \t<div class=\"onglet5 col-12 mt-3\">
  853.                         <nav>
  854.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  855.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  856.                             \t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_cv_repreneur', {codePays: codePaysWithUnderScore}) }}\">
  857.                             \t\t\t<span class=\"fs13\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }}</span>
  858.                             \t\t</a>
  859.                             \t</div>
  860.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  861.                             \t\t<div class=\"nav-item nav-link active\">
  862.                             \t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  863.                             \t\t</div>
  864.                             \t</div>
  865.                             </div>
  866.                         </nav>
  867.                 \t</div>
  868.                 \t<div class=\"onglet5 col-12 mt-5 mb-4\">
  869. \t\t\t\t\t\t<nav>
  870.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  871.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x bl_gris lh13 order-4 order-sm-1\">
  872.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  873.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"annonces<br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  874.                         \t\t  \t</a>
  875.                         \t\t</div>
  876.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-2\">
  877.                     \t\t  \t\t<div class=\"nav-item nav-link active\">
  878.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  879.                         \t\t  \t</div>
  880.                         \t\t</div>
  881.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3\">
  882.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_acquereurs_historiques',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  883.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  884.                         \t\t  \t</a>
  885.                         \t\t</div>
  886.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  887.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_fonds_acquereurs',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  888.                         \t\t\t\t<span class=\"fs12\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  889.                         \t\t  \t</a>
  890.                         \t\t</div>
  891.                     \t\t</div>
  892.                 \t  \t</nav>
  893.                 \t</div>
  894.                 </div>
  895.                 <!--FIN TOUT SAUF MOBILE-->
  896. \t\t\t\t<div class=\"row\">
  897.                     <div class=\"col-12\">\t\t
  898.                     <div class=\"card mb-3 no_shadow\"> 
  899.                     \t<div class=\"card-body\">
  900.                     \t\t{{ form_start(form) }}
  901.                         \t<div class=\"row\">
  902.                         \t\t<!--ZONE GEOGRAPHIQUE-->
  903.                             \t<div class=\"col-12 col-lg-9 offset-lg-1\">
  904.                             \t\t<h5 class=\"gris_666\">{{ translate(\"localisations\",lang,\"\",\"M\") | raw }}</h5>
  905.                             \t</div>
  906.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 localisations_selected\">
  907.                             \t\t
  908.                             \t</div>
  909.                             \t<div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_localisations_selected\">
  910.                             \t\t{% if parametres_localisations.array_localisation is defined %}
  911.                             \t\t\t{% for id_loc, loc in parametres_localisations.array_localisation %}
  912.                             \t\t\t<button class=\"btn btn-vert btn-localisation mr-1 mt-1\" type=\"button\" id=\"{{ id_loc }}\">
  913.                             \t\t\t\t{{ loc }} <i class=\"fas fa-times\"></i>
  914.                             \t\t\t</button>
  915.                             \t\t\t{% endfor %}
  916.                             \t\t{% endif %}
  917.                             \t</div>
  918.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  919.                             \t\t<label for=\"id_pays\">{{ translate(\"pays\",lang,\"\",\"M\") | raw }}</label>
  920.                             \t</div>
  921.                             \t<div class=\"col-8 col-lg-5 mb-3\">
  922.                             \t\t{{ form_widget(form.id_pays, {'attr': {'class': 'form-control'}}) }}
  923.                             \t</div>
  924.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 id_region\" style=\"display: none;\">
  925.                             \t\t<label for=\"id_region\" id=\"label-lvl1\">{{ translate(\"region\",lang,\"\",\"M\") | raw }}</label>
  926.                             \t</div>
  927.                             \t<div class=\"col-8 col-lg-5 mb-3 id_region\" style=\"display: none;\">
  928.                             \t\t{{ form_widget(form.id_region, {'attr': {'class': 'form-control'}}) }}
  929.                             \t</div>
  930.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  931.                             \t</div>
  932.                             \t<div class=\"col-8 col-lg-5 mb-3 btn_ajouter\" style=\"display: none;\">
  933.                                     {{ form_widget(form.ajouter, {'attr': {'class': 'btn btn-vert-annonce'}, 'label': translate(\"ajouter\",lang,\"\",\"M\") | raw  }) }}
  934.                             \t</div>
  935.                             \t{{ form_widget(form.id_localisation) }}
  936.                         \t\t<!--FIN ZONE GEOGRAPHIQUE-->
  937.                         \t\t
  938.                         \t\t<!--SECTEUR ACTIVITE-->
  939.                         \t\t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 bt_gris div-motscles\">
  940.                             \t\t<h5 class=\"gris_666\">{{ translate(\"secteur d'activité\",lang,\"\",\"M\") | raw }}</h5>
  941.                             \t</div>
  942.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  943.                             \t\t{% form_theme form.recherche_par with 'form_div_layout.html.twig' only %}
  944.                             \t\t<label class=\"contai\">
  945.                         \t\t\t\t{{ form_widget(form.recherche_par.children[0], { 'id': 'recherche_par_motscles' }) }} 
  946.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_motscles\">{{ translate(\"mots-cles\",lang,\"\",\"M\") | raw }}</label>
  947.                         \t\t\t\t<span class=\"checkma\"></span>
  948.                         \t\t\t</label>
  949.                             \t</div>
  950.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  951.                             \t\t{{ form_widget(form.reference_mots_cles, {'attr': {'class': 'form-control'}}) }}
  952.                             \t</div>
  953.                             \t<!-- mots exact -->
  954.                                 <div class=\"col-12 text-center my-4 div-motscles\">
  955.                                   <button aria-pressed=\"true\" autocomplete=\"off\" data-toggle=\"button\"  v-model=\"mots_cle_exact\"    @click=\"toggleMotCleExact(\$event)\"  name=\"mots_cle_exact\" type=\"button\" class=\"btn btn-sm btn-toggle\"   :class=\"mots_cle_exact_style\">
  956.                                       <div class=\"handle\"></div>
  957.                                   </button>
  958.                                   
  959.                                   <small>
  960.                                       {{ translate(\"mots cles exacts\" ,lang,\"\",\"M\") | raw }}
  961.                                 </small>
  962.                                 {{ form_widget(form.mots_cle_exact ) }}
  963.                                 </div>
  964.                                 <!-- mots exact -->
  965.                             \t<div class=\"col-12 col-lg-8 offset-lg-2 mb-5 text-right\">
  966. \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>
  967. \t\t\t\t\t\t\t\t</div>
  968.                             \t
  969.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteurs_selected\">
  970.                                 </div>
  971.                                 <div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_secteurs_selected\">
  972.                                     {% if parametres_secteurs.array_secteur is defined %}
  973.                                         {% for id_secteur, secteur in parametres_secteurs.array_secteur %}
  974.                                             <button class=\"btn btn-vert btn-secteur mr-1 mt-1\" type=\"button\" id=\"{{ id_secteur }}\">
  975.                                                 {{ secteur }} <i class=\"fas fa-times\"></i>
  976.                                             </button>
  977.                                         {% endfor %}
  978.                                     {% endif %}
  979.                                 </div>
  980.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-secteurs\">
  981.                             \t\t<label class=\"contai\">
  982.                         \t\t\t\t{{ form_widget(form.recherche_par.children[1], { 'id': 'recherche_par_secteurs' }) }} 
  983.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_secteurs\">{{ translate(\"secteur predefini\",lang,\"\",\"M\") | raw }}</label>
  984.                         \t\t\t\t<span class=\"checkma\"></span>
  985.                         \t\t\t</label>
  986.                             \t</div>
  987.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-secteurs\">
  988.                             \t\t{{ form_widget(form.id_secteur_activite, {'attr': {'class': 'form-control'}}) }}
  989.                             \t</div>
  990.                             \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 %}\">
  991.                             \t\t<label for=\"id_secteur_activite\">{{ translate(\"sous-secteur niveau 1\",lang,\"\",\"M\") | raw }}</label>
  992.                             \t</div>
  993.                             \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 %}\">
  994.                             \t\t{{ form_widget(form.id_secteur_activite2, {'attr': {'class': 'form-control'}}) }}
  995.                             \t</div>
  996.                             \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 %}\">
  997.                             \t\t<label for=\"id_secteur_activite\">{{ translate(\"sous-secteur niveau 2\",lang,\"\",\"M\") | raw }}</label>
  998.                             \t</div>
  999.                             \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 %}\">
  1000.                             \t\t{{ form_widget(form.id_secteur_activite3, {'attr': {'class': 'form-control'}}) }}
  1001.                             \t</div>
  1002.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  1003.                                 </div>
  1004.                                 <div class=\"col-8 col-lg-5 mb-3 ajouter_secteur_activite\" style=\"display: none;\">
  1005.                                     {{ form_widget(form.ajouter_secteur_activite, {'attr': {'class': 'btn btn-vert'}, 'label': translate(\"ajouter\",lang,\"\",\"M\") | raw  }) }}
  1006.                                 </div>
  1007.                         \t\t<!--FIN SECTEUR ACTIVITE-->
  1008.                                 
  1009.                             \t<!--CONCERNANT LE REPRENEUR -->
  1010.                             \t<div class=\"col-12 col-lg-9 offset-lg-1 mt-3 pt-3 bt_gris\">
  1011.                             \t\t<h5 class=\"gris_666\">{{ translate(\"Concernant le repreneur\",lang,\"\",\"M\") | raw }}</h5>
  1012.                             \t</div>
  1013.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1014.                             \t\t<label for=\"type_reprise\">{{ translate(\"type reprise\",lang,\"\",\"M\") | raw }}</label>
  1015.                             \t</div>
  1016.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group\">
  1017.                             \t\t{{ form_widget(form.type_reprise, {'attr': {'class': 'form-control'}}) }}
  1018.                             \t</div>
  1019.                             \t
  1020.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1021.                             \t\t<label for=\"montant_apport_min\">{{ translate(\"apport min.\",lang,\"\",\"M\") | raw }}</label>
  1022.                             \t</div>
  1023.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group\">
  1024.                             \t\t{{ form_widget(form.montant_apport_min, {'attr': {'class': 'form-control'}}) }}
  1025.                             \t</div>
  1026.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1027.                             \t\t<label for=\"montant_apport_max\">{{ translate(\"apport max.\",lang,\"\",\"M\") | raw }}</label>
  1028.                             \t</div>
  1029.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group\">
  1030.                             \t\t{{ form_widget(form.montant_apport_max, {'attr': {'class': 'form-control'}}) }}
  1031.                             \t</div>
  1032.                             \t<!-- FIN CONCERNANT LE REPRENEUR -->
  1033.                         \t\t<div class=\"col-12 text-center mt-4 mt-3\">
  1034.                         \t\t\t{{ form_widget(form.type_recherche) }}
  1035.                         \t\t\t{{ form_widget(form.rechercher, {'attr': {'class': 'btn btn-vert-annonce'}, 'label': translate(\"rechercher\",lang,\"\",\"M\") | raw  }) }}
  1036.                         \t\t</div>
  1037.                         \t</div>
  1038.                         \t{{ form_end(form) }}
  1039.                     \t</div>
  1040.                     </div>
  1041.                     <!--FIN ANNONCE 2 ALAUNE-->
  1042.                     
  1043.                     </div>
  1044.                 </div>
  1045.                 
  1046.             </div><!--FIN COLONNE DROITE --> 
  1047.                 
  1048. \t\t</div> <!--FIN ROW CONTAINER --> 
  1049. \t</div>  <!--FIN CONTAINER -->
  1050.   {% 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
  1051. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1052. {% block javascripts %} 
  1053.     {{ parent() }}
  1054.     <script src=\"{{ asset('build/js/lib/ion.rangeSlider.min.js') }}\"></script>
  1055. \t<script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/vendre_entreprise/recherche_avancee.js') }}\"></script>
  1056. \t<script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/annuaires/annuaire_repreneurs_recherche.js') }}\"></script>
  1057. {% endblock %}""vendre_entreprise/recherche_avancee_cv_repreneur.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/vendre_entreprise/recherche_avancee_cv_repreneur.html.twig");
  1058.     }
  1059. }