var/cache/dev/twig/27/27d6e50a37d247ee75674b5c20d04e2f8a507351163eb89280fb250269e5056a.php line 53

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* vendre_entreprise/recherche_standard_cv_repreneur.html.twig */
  15. class __TwigTemplate_898d9d2ca0ed6c7cc495f9a3129730a2bf55631d390d51772f0e79eb593f186f 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_standard_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_standard_cv_repreneur.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""vendre_entreprise/recherche_standard_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("tous les 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("découvrez tous les 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. ";
  108.         
  109.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  110.         
  111.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  112.         return; yield '';
  113.     }
  114.     // line 16
  115.     public function block_body($context, array $blocks = [])
  116.     {
  117.         $macros $this->macros;
  118.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  119.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  120.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  121.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  122.         // line 17
  123.         yield "    ";
  124.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""vendre_entreprise/recherche_standard_cv_repreneur.html.twig"17)->unwrap()->yield($context);
  125.         // line 18
  126.         yield "
  127.     <!-- Menu  -->
  128.     ";
  129.         // line 20
  130.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" =>         // line 22
  131. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'22$this->source); })()), "currentRoute" =>         // line 23
  132. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'23$this->source); })()), "codePays" =>         // line 24
  133. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'24$this->source); })())]));
  134.         // line 25
  135.         yield "
  136.     <!-- Menu  -->
  137.     <!-- Publicite  -->
  138.     ";
  139.         // line 29
  140.         yield from         $this->loadTemplate("includes/publicite.html.twig""vendre_entreprise/recherche_standard_cv_repreneur.html.twig"29)->unwrap()->yield($context);
  141.         // line 30
  142.         yield "    <!-- Publicite  -->
  143.     <div class=\"container\" id=\"app\">
  144.         <div class=\"row\">
  145.             <!--COLONNE GAUCHE -->
  146.             ";
  147.         // line 35
  148.         yield from         $this->loadTemplate("includes/colonnes_gauche_annonces.html.twig""vendre_entreprise/recherche_standard_cv_repreneur.html.twig"35)->unwrap()->yield($context);
  149.         // line 36
  150.         yield "            <!--FIN COLONNE GAUCHE -->
  151.             <!--COLONNE DROITE -->
  152.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  153.                 <!-- ARIANE -->
  154.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  155.                     <ol class=\"breadcrumb\">
  156.                         <li class=\"breadcrumb-item\"><a href=\"";
  157.         // line 44
  158.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index", ["codePays" => (isset($context["codePays"]) || array_key_exists("codePays"$context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.'44$this->source); })())]), "html"nulltrue);
  159.         yield "\">";
  160.         yield $this->extensions['App\Twig\TranslationExtension']->translate("accueil", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'44$this->source); })()), """M");
  161.         yield "</a></li>
  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("vendre_entreprise_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'45$this->source); })())]), "html"nulltrue);
  165.         yield "\">";
  166.         yield $this->extensions['App\Twig\TranslationExtension']->translate("vendre une entreprise ou ceder des actifs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'45$this->source); })()), """M");
  167.         yield "</a></li>
  168.                         <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  169.         // line 46
  170.         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.'46$this->source); })()), """M");
  171.         yield "</li>
  172.                     </ol>
  173.                 </nav>
  174.                 <!-- FIN ARIANE -->
  175.                 
  176.                 ";
  177.         // line 51
  178.         $context["listNombresAafficher"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["twig_vars"]) || array_key_exists("twig_vars"$context) ? $context["twig_vars"] : (function () { throw new RuntimeError('Variable "twig_vars" does not exist.'51$this->source); })()), "listNombresAafficher", [], "any"falsefalsefalse51);
  179.         // line 52
  180.         yield "                ";
  181.         if (((array_key_exists("listNombresAafficher"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["listNombresAafficher"]) || array_key_exists("listNombresAafficher"$context) ? $context["listNombresAafficher"] : (function () { throw new RuntimeError('Variable "listNombresAafficher" does not exist.'52$this->source); })()))) : (""))) {
  182.             // line 53
  183.             yield "                    ";
  184.             $context["nb_cv"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["listNombresAafficher"]) || array_key_exists("listNombresAafficher"$context) ? $context["listNombresAafficher"] : (function () { throw new RuntimeError('Variable "listNombresAafficher" does not exist.'53$this->source); })()), "vendre_une_entreprise_nb_cv_repreneurs", [], "any"falsefalsefalse53);
  185.             // line 54
  186.             yield "                ";
  187.         }
  188.         // line 55
  189.         yield "
  190.                 <div class=\"row\" >
  191.                     <div class=\"col-12 my-4\">
  192.                         <h1 class=\"recherche_avancee vert\">";
  193.         // line 58
  194.         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.'58$this->source); })()), """M");
  195.         yield " - ";
  196.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_cv"]) || array_key_exists("nb_cv"$context) ? $context["nb_cv"] : (function () { throw new RuntimeError('Variable "nb_cv" does not exist.'58$this->source); })()), "html"nulltrue);
  197.         yield " ";
  198.         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.'58$this->source); })()), """M");
  199.         yield "</h1>
  200.                     </div>
  201.                 </div>
  202.                 <!--MOBILE-->
  203.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  204.                     <div class=\"onglet5 col-12 my-3 pt-3\">
  205.                         <nav>
  206.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  207.                                 <div class=\"col-6 no-padding-x bl_gris br_gris\">
  208.                                     <div class=\"nav-item nav-link active\">
  209.                                         <span class=\"fs13\">";
  210.         // line 69
  211.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche standard", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'69$this->source); })()), """M");
  212.         yield "</span>
  213.                                     </div>
  214.                                 </div>
  215.                                 <div class=\"col-6 no-padding-x br_gris order-sm-1\">
  216.                                     <a class=\"nav-item nav-link\" href=\"";
  217.         // line 73
  218.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'73$this->source); })())]), "html"nulltrue);
  219.         yield "\">
  220.                                         <span class=\"fs13\">";
  221.         // line 74
  222.         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.'74$this->source); })()), """M");
  223.         yield "</span>
  224.                                     </a>
  225.                                 </div>
  226.                             </div>
  227.                         </nav>
  228.                     </div>
  229.                     <div class=\"onglet5 col-12\">
  230.                         <div class=\"row\">
  231.                             <div class=\"col-6 text-center my-3 br_gris\">
  232.                                 <div class=\"blanc lh099 py-3\">
  233.                                     <a href=\"";
  234.         // line 84
  235.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_annonces_acquisition_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'84$this->source); })())]), "html"nulltrue);
  236.         yield "\" class=\"vert lh099 py-3\">
  237.                                         <span class=\"res_font\">";
  238.         // line 85
  239.         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.'85$this->source); })()), """M""");
  240.         yield "</span>
  241.                                     </a>
  242.                                 </div>
  243.                             </div>
  244.                             <div class=\"col-6 text-center my-3\">
  245.                                 <div class=\"blanc bkg_vert lh099 py-3\">
  246.                                     <span class=\"res_font\">";
  247.         // line 91
  248.         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.'91$this->source); })()), """M""");
  249.         yield "</span>
  250.                                 </div>
  251.                             </div>
  252.                             <div class=\"col-6 text-center my-3 br_gris\">
  253.                                 <div class=\"blanc lh099 py-3\">
  254.                                     <a href=\"";
  255.         // line 96
  256.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_acquereurs_historiques", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'96$this->source); })())]), "html"nulltrue);
  257.         yield "\" class=\"vert lh099 py-3\">
  258.                                         <span class=\"res_font\">";
  259.         // line 97
  260.         yield $this->extensions['App\Twig\TranslationExtension']->translate("acheteurs<br>potentiels", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'97$this->source); })()), """M""");
  261.         yield "</span>
  262.                                     </a>
  263.                                 </div>
  264.                             </div>
  265.                             <div class=\"col-6 text-center my-3 pr-4\">
  266.                                 <div class=\"blanc lh099 py-3\">
  267.                                     <a href=\"";
  268.         // line 103
  269.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_fonds_acquereurs", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'103$this->source); })())]), "html"nulltrue);
  270.         yield "\" class=\"vert lh099 py-3\">
  271.                                         <span class=\"res_font\">";
  272.         // line 104
  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.'104$this->source); })()), """M""");
  274.         yield "</span>
  275.                                     </a>
  276.                                 </div>
  277.                             </div>
  278.                         </div>
  279.                     </div>
  280.                 </div>
  281.                 <!--MOBILE-->
  282.                 <!--TOUT SAUF MOBILE-->
  283.                 <div class=\"row d-none d-sm-block\">
  284.                     <div class=\"onglet5 col-12 mt-3\">
  285.                         <nav>
  286.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  287.                                 <div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  288.                                     <div class=\"nav-item nav-link active\">
  289.                                         <span class=\"fs13\">";
  290.         // line 120
  291.         yield $this->extensions['App\Twig\TranslationExtension']->translate("tous les acheteurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'120$this->source); })()), """M");
  292.         yield "</span>
  293.                                     </div>
  294.                                 </div>
  295.                                 <div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  296.                                     <a class=\"nav-item nav-link\" href=\"";
  297.         // line 124
  298.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'124$this->source); })())]), "html"nulltrue);
  299.         yield "\">
  300.                                         <span class=\"fs13\">";
  301.         // line 125
  302.         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.'125$this->source); })()), """M");
  303.         yield "</span>
  304.                                     </a>
  305.                                 </div>
  306.                             </div>
  307.                         </nav>
  308.                     </div>
  309.                     <div class=\"onglet5 col-12 mt-5 mb-4\">
  310.                         <nav>
  311.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  312.                                 <div class=\"col-12 col-sm-3 no-padding-x bl_gris lh13 order-4 order-sm-1\">
  313.                                     <a class=\"nav-item nav-link\" href=\"";
  314.         // line 135
  315.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_annonces_acquisition_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'135$this->source); })())]), "html"nulltrue);
  316.         yield "\">
  317.                                         <span class=\"fs12\">";
  318.         // line 136
  319.         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.'136$this->source); })()), """M""");
  320.         yield "</span>
  321.                                     </a>
  322.                                 </div>
  323.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  324.                                     <div class=\"nav-item nav-link active\">
  325.                                         <span class=\"fs12\">";
  326.         // line 141
  327.         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.'141$this->source); })()), """M""");
  328.         yield "</span>
  329.                                     </div>
  330.                                 </div>
  331.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  332.                                     <a class=\"nav-item nav-link\" href=\"";
  333.         // line 145
  334.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_acquereurs_historiques", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'145$this->source); })())]), "html"nulltrue);
  335.         yield "\">
  336.                                         <span class=\"fs12\">";
  337.         // line 146
  338.         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.'146$this->source); })()), """M""");
  339.         yield "</span>
  340.                                     </a>
  341.                                 </div>
  342.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  343.                                     <a class=\"nav-item nav-link\" href=\"";
  344.         // line 150
  345.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_fonds_acquereurs", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'150$this->source); })())]), "html"nulltrue);
  346.         yield "\">
  347.                                         <span class=\"fs12\">";
  348.         // line 151
  349.         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.'151$this->source); })()), """M""");
  350.         yield "</span>
  351.                                     </a>
  352.                                 </div>
  353.                             </div>
  354.                         </nav>
  355.                     </div>
  356.                 </div>
  357.                 <!--FIN TOUT SAUF MOBILE-->
  358.                 <div class=\"row\">
  359.                     <div class=\"col-12\">
  360.                         <div class=\"card mb-3 no_shadow\">
  361.                             <div class=\"card-body\">
  362.                                 <div class=\"row\">
  363.                                     <!--REFERENCE-->
  364.                                     <div class=\"col-12 col-sm-8 mt-3\">
  365.                                         <h5>";
  366.         // line 167
  367.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche rapide", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'167$this->source); })()), """M""");
  368.         yield "</h5>
  369.                                     </div>
  370.                                     <div class=\"col-12 col-sm-12 col-md-8 mt-2\">
  371.                                         <form class=\"form-inline\">
  372.                                             <div class=\"form-group mr-3 mb-2\">
  373.                                                 <input type=\"text\" class=\"form-control\" id=\"reference_mots_cles\" name=\"reference_mots_cles\" style=\"width: 250px;\" placeholder=\"";
  374.         // line 172
  375.         yield $this->extensions['App\Twig\TranslationExtension']->translate("mots-clés de l’activité ou référence CV", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'172$this->source); })()), """M""");
  376.         yield "\">
  377.                                             </div>
  378.                                             <button type=\"submit\" class=\"btn btn-vert-annonce mb-2\">";
  379.         // line 174
  380.         yield $this->extensions['App\Twig\TranslationExtension']->translate("ok", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'174$this->source); })()), """M""");
  381.         yield "</button>&nbsp;&nbsp;&nbsp;
  382.                                             <span>ou &nbsp;&nbsp;<a href=\"";
  383.         // line 175
  384.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'175$this->source); })())]), "html"nulltrue);
  385.         yield "\">";
  386.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancée", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'175$this->source); })()), """M""");
  387.         yield "</a></span>
  388.                                         </form>
  389.                                     </div>
  390.                                     <!--FIN REFERENCE-->
  391.                                     ";
  392.         // line 180
  393.         $context['_parent'] = $context;
  394.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'180$this->source); })()), "flashes", ["error"], "method"falsefalsefalse180));
  395.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  396.             // line 181
  397.             yield "                                        <div class=\"col-12 alert alert-danger alert-dismissible fade show\" role=\"alert\">
  398.                                             ";
  399.             // line 182
  400.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html"nulltrue);
  401.             yield "
  402.                                             <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  403.                                                 <span aria-hidden=\"true\">&times;</span>
  404.                                             </button>
  405.                                         </div>
  406.                                     ";
  407.         }
  408.         $_parent $context['_parent'];
  409.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  410.         $context array_intersect_key($context$_parent) + $_parent;
  411.         // line 188
  412.         yield "
  413.                                     <!--DERNIERS CV-->
  414.                                     ";
  415.         // line 190
  416.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\VendreEntrepriseController::derniersCvRepreneur", ["lang" =>         // line 192
  417. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'192$this->source); })()), "codePays" =>         // line 193
  418. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'193$this->source); })())]));
  419.         // line 194
  420.         yield "
  421.                                     <!--FIN DERNIERS CV-->
  422.                                     
  423.                                     <!--LOCALISATIONS-->
  424.                                     ";
  425.         // line 198
  426.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\VendreEntrepriseController::trouverCvRepreneurParLocalisation", ["lang" =>         // line 200
  427. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'200$this->source); })()), "codePays" =>         // line 201
  428. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'201$this->source); })())]));
  429.         // line 202
  430.         yield "
  431.                                     <!--FIN LOCALISATIONS-->
  432.                                     <!--SECTEURS ACTIVITE-->
  433.                                     ";
  434.         // line 205
  435.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\VendreEntrepriseController::trouverCvRepreneurParCategorie", ["lang" =>         // line 207
  436. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'207$this->source); })()), "codePays" =>         // line 208
  437. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'208$this->source); })())]));
  438.         // line 209
  439.         yield "
  440.                                     <!--FIN SECTEURS ACTIVITE-->
  441.                                     <div class=\"text-center col-12 my-3\">
  442.                                         <a class=\"font-weight-bold\" href=\"";
  443.         // line 213
  444.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'213$this->source); })())]), "html"nulltrue);
  445.         yield "\">
  446.                                             > ";
  447.         // line 214
  448.         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.'214$this->source); })()), """M");
  449.         yield "
  450.                                         </a>
  451.                                     </div>
  452.                                 </div>
  453.                             </div>
  454.                         </div>
  455.                     </div>
  456.                 </div>
  457.             </div><!--FIN COLONNE DROITE -->
  458.         </div> <!--FIN ROW CONTAINER -->
  459.     </div>  <!--FIN CONTAINER -->
  460. ";
  461.         
  462.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  463.         
  464.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  465.         return; yield '';
  466.     }
  467.     // line 230
  468.     public function block_javascripts($context, array $blocks = [])
  469.     {
  470.         $macros $this->macros;
  471.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  472.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  473.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  474.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  475.         // line 231
  476.         yield "    ";
  477.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  478.         yield "
  479.     <script type=\"module\" data-name=\"";
  480.         // line 232
  481.         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.'232$this->source); })()), "html"nulltrue);
  482.         yield "\" id=\"codePaysParam\" src=\"";
  483.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/reprendre_entreprise/recherche_avancee.js"), "html"nulltrue);
  484.         yield "\"></script>
  485.     <script>
  486.         \$('.area_map_france').mouseover(function () {
  487.             var lien_img_region = \$(this).attr(\"img_carte\");
  488.             \$('#carte_france_recherche').attr(\"src\", lien_img_region);
  489.         })
  490.                 .mouseout(function () {
  491.                     \$('#carte_france_recherche').attr(\"src\", \"";
  492.         // line 239
  493.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'239$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse239), "html"nulltrue);
  494.         yield "/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  495.                 });
  496.         \$('.lien_region').mouseover(function () {
  497.             var id_localisation = \$(this).attr(\"id_region\");
  498.             var lien_image_region = \"";
  499.         // line 244
  500.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'244$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse244), "html"nulltrue);
  501.         yield "/static/help-fusacq/fr/css/images/carte/carte_bleu/\" + id_localisation + \".png\";
  502.             \$('#carte_france_recherche').attr(\"src\", lien_image_region);
  503.         })
  504.                 .mouseout(function () {
  505.                     \$('#carte_france_recherche').attr(\"src\", \"";
  506.         // line 249
  507.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'249$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse249), "html"nulltrue);
  508.         yield "/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  509.                 });
  510.         \$('#select_region').on('change', function () {
  511.             var href = \$('#select_region option:selected').data('href');
  512.             window.location.href = href;
  513.         });
  514.     </script>
  515. ";
  516.         
  517.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  518.         
  519.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  520.         return; yield '';
  521.     }
  522.     /**
  523.      * @codeCoverageIgnore
  524.      */
  525.     public function getTemplateName()
  526.     {
  527.         return "vendre_entreprise/recherche_standard_cv_repreneur.html.twig";
  528.     }
  529.     /**
  530.      * @codeCoverageIgnore
  531.      */
  532.     public function isTraitable()
  533.     {
  534.         return false;
  535.     }
  536.     /**
  537.      * @codeCoverageIgnore
  538.      */
  539.     public function getDebugInfo()
  540.     {
  541.         return array (  555 => 249,  547 => 244,  539 => 239,  527 => 232,  522 => 231,  512 => 230,  486 => 214,  482 => 213,  476 => 209,  474 => 208,  473 => 207,  472 => 205,  467 => 202,  465 => 201,  464 => 200,  463 => 198,  457 => 194,  455 => 193,  454 => 192,  453 => 190,  449 => 188,  437 => 182,  434 => 181,  430 => 180,  420 => 175,  416 => 174,  411 => 172,  403 => 167,  384 => 151,  380 => 150,  373 => 146,  369 => 145,  362 => 141,  354 => 136,  350 => 135,  337 => 125,  333 => 124,  326 => 120,  307 => 104,  303 => 103,  294 => 97,  290 => 96,  282 => 91,  273 => 85,  269 => 84,  256 => 74,  252 => 73,  245 => 69,  227 => 58,  222 => 55,  219 => 54,  216 => 53,  213 => 52,  211 => 51,  203 => 46,  197 => 45,  191 => 44,  181 => 36,  179 => 35,  172 => 30,  170 => 29,  164 => 25,  162 => 24,  161 => 23,  160 => 22,  159 => 20,  155 => 18,  152 => 17,  142 => 16,  129 => 13,  125 => 12,  111 => 11,  97 => 8,  87 => 7,  73 => 4,  63 => 3,  40 => 1,);
  542.     }
  543.     public function getSourceContext()
  544.     {
  545.         return new Source("{% extends 'base.html.twig' %}
  546. {% block title %}
  547. <title>{{ translate(\"tous les CV de repreneurs d'entreprise\" ,lang,\"\",\"M\") | raw }}</title>
  548. {% endblock %}
  549. {% block description %}
  550. <meta name=\"description\" content=\"{{ translate(\"découvrez tous les CV de repreneurs d'entreprise\" ,lang,\"\",\"M\") | raw }}\">
  551. {% endblock %}
  552. {% block stylesheets %}  {{ parent() }}
  553.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/lib/range-slider.css') }}\"/>
  554.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/reprendre_entreprise/rechercheavancee.css') }}\"/>
  555. {% endblock %}
  556. {% block body %}
  557.     {% include 'assets/assets_vuejs.html.twig' %}
  558.     <!-- Menu  -->
  559.     {{ render_esi(controller(
  560.       'App\\\\Controller\\\\CoreController::menu',
  561.       {   \"lang\": lang,
  562.           \"currentRoute\":currentRoute,
  563.           \"codePays\": codePaysWithUnderScore }
  564.     )) }}
  565.     <!-- Menu  -->
  566.     <!-- Publicite  -->
  567.     {% include 'includes/publicite.html.twig' %}
  568.     <!-- Publicite  -->
  569.     <div class=\"container\" id=\"app\">
  570.         <div class=\"row\">
  571.             <!--COLONNE GAUCHE -->
  572.             {% include 'includes/colonnes_gauche_annonces.html.twig' %}
  573.             <!--FIN COLONNE GAUCHE -->
  574.             <!--COLONNE DROITE -->
  575.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  576.                 <!-- ARIANE -->
  577.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  578.                     <ol class=\"breadcrumb\">
  579.                         <li class=\"breadcrumb-item\"><a href=\"{{ path('index',{'codePays':codePays}  ) }}\">{{ translate(\"accueil\",lang,\"\",\"M\") | raw }}</a></li>
  580.                         <li class=\"breadcrumb-item\"><a href=\"{{ path('vendre_entreprise_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}\">{{ translate(\"vendre une entreprise ou ceder des actifs\",lang,\"\",\"M\") | raw }}</a></li>
  581.                         <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }}</li>
  582.                     </ol>
  583.                 </nav>
  584.                 <!-- FIN ARIANE -->
  585.                 
  586.                 {% set  listNombresAafficher =  twig_vars.listNombresAafficher  %}
  587.                 {% if  listNombresAafficher |default %}
  588.                     {% set  nb_cv = listNombresAafficher.vendre_une_entreprise_nb_cv_repreneurs %}
  589.                 {%  endif %}
  590.                 <div class=\"row\" >
  591.                     <div class=\"col-12 my-4\">
  592.                         <h1 class=\"recherche_avancee vert\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }} - {{ nb_cv }} {{ translate(\"CV de repreneurs\",lang,\"\",\"M\") | raw }}</h1>
  593.                     </div>
  594.                 </div>
  595.                 <!--MOBILE-->
  596.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  597.                     <div class=\"onglet5 col-12 my-3 pt-3\">
  598.                         <nav>
  599.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  600.                                 <div class=\"col-6 no-padding-x bl_gris br_gris\">
  601.                                     <div class=\"nav-item nav-link active\">
  602.                                         <span class=\"fs13\">{{ translate(\"recherche standard\",lang,\"\",\"M\") | raw }}</span>
  603.                                     </div>
  604.                                 </div>
  605.                                 <div class=\"col-6 no-padding-x br_gris order-sm-1\">
  606.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}\">
  607.                                         <span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  608.                                     </a>
  609.                                 </div>
  610.                             </div>
  611.                         </nav>
  612.                     </div>
  613.                     <div class=\"onglet5 col-12\">
  614.                         <div class=\"row\">
  615.                             <div class=\"col-6 text-center my-3 br_gris\">
  616.                                 <div class=\"blanc lh099 py-3\">
  617.                                     <a href=\"{{ path('vendre_entreprise_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"vert lh099 py-3\">
  618.                                         <span class=\"res_font\">{{ translate(\"annonces <br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  619.                                     </a>
  620.                                 </div>
  621.                             </div>
  622.                             <div class=\"col-6 text-center my-3\">
  623.                                 <div class=\"blanc bkg_vert lh099 py-3\">
  624.                                     <span class=\"res_font\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  625.                                 </div>
  626.                             </div>
  627.                             <div class=\"col-6 text-center my-3 br_gris\">
  628.                                 <div class=\"blanc lh099 py-3\">
  629.                                     <a href=\"{{ path('vendre_entreprise_acquereurs_historiques',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"vert lh099 py-3\">
  630.                                         <span class=\"res_font\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  631.                                     </a>
  632.                                 </div>
  633.                             </div>
  634.                             <div class=\"col-6 text-center my-3 pr-4\">
  635.                                 <div class=\"blanc lh099 py-3\">
  636.                                     <a href=\"{{ path('vendre_entreprise_fonds_acquereurs',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"vert lh099 py-3\">
  637.                                         <span class=\"res_font\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  638.                                     </a>
  639.                                 </div>
  640.                             </div>
  641.                         </div>
  642.                     </div>
  643.                 </div>
  644.                 <!--MOBILE-->
  645.                 <!--TOUT SAUF MOBILE-->
  646.                 <div class=\"row d-none d-sm-block\">
  647.                     <div class=\"onglet5 col-12 mt-3\">
  648.                         <nav>
  649.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  650.                                 <div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  651.                                     <div class=\"nav-item nav-link active\">
  652.                                         <span class=\"fs13\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }}</span>
  653.                                     </div>
  654.                                 </div>
  655.                                 <div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  656.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}\">
  657.                                         <span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  658.                                     </a>
  659.                                 </div>
  660.                             </div>
  661.                         </nav>
  662.                     </div>
  663.                     <div class=\"onglet5 col-12 mt-5 mb-4\">
  664.                         <nav>
  665.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  666.                                 <div class=\"col-12 col-sm-3 no-padding-x bl_gris lh13 order-4 order-sm-1\">
  667.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}  ) }}\">
  668.                                         <span class=\"fs12\">{{ translate(\"annonces <br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  669.                                     </a>
  670.                                 </div>
  671.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  672.                                     <div class=\"nav-item nav-link active\">
  673.                                         <span class=\"fs12\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  674.                                     </div>
  675.                                 </div>
  676.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  677.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_acquereurs_historiques',{'codePays':codePaysWithUnderScore}  ) }}\">
  678.                                         <span class=\"fs12\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  679.                                     </a>
  680.                                 </div>
  681.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  682.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_fonds_acquereurs',{'codePays':codePaysWithUnderScore}  ) }}\">
  683.                                         <span class=\"fs12\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  684.                                     </a>
  685.                                 </div>
  686.                             </div>
  687.                         </nav>
  688.                     </div>
  689.                 </div>
  690.                 <!--FIN TOUT SAUF MOBILE-->
  691.                 <div class=\"row\">
  692.                     <div class=\"col-12\">
  693.                         <div class=\"card mb-3 no_shadow\">
  694.                             <div class=\"card-body\">
  695.                                 <div class=\"row\">
  696.                                     <!--REFERENCE-->
  697.                                     <div class=\"col-12 col-sm-8 mt-3\">
  698.                                         <h5>{{ translate(\"recherche rapide\",lang,\"\",\"M\", \"\") | raw }}</h5>
  699.                                     </div>
  700.                                     <div class=\"col-12 col-sm-12 col-md-8 mt-2\">
  701.                                         <form class=\"form-inline\">
  702.                                             <div class=\"form-group mr-3 mb-2\">
  703.                                                 <input type=\"text\" class=\"form-control\" id=\"reference_mots_cles\" name=\"reference_mots_cles\" style=\"width: 250px;\" placeholder=\"{{ translate(\"mots-clés de l’activité ou référence CV\",lang,\"\",\"M\", \"\") | raw }}\">
  704.                                             </div>
  705.                                             <button type=\"submit\" class=\"btn btn-vert-annonce mb-2\">{{ translate(\"ok\",lang,\"\",\"M\", \"\") | raw }}</button>&nbsp;&nbsp;&nbsp;
  706.                                             <span>ou &nbsp;&nbsp;<a href=\"{{ path('vendre_entreprise_recherche_cv_repreneur', {codePays: codePaysWithUnderScore}) }}\">{{ translate(\"recherche avancée\",lang,\"\",\"M\", \"\") | raw }}</a></span>
  707.                                         </form>
  708.                                     </div>
  709.                                     <!--FIN REFERENCE-->
  710.                                     {% for message in app.flashes('error') %}
  711.                                         <div class=\"col-12 alert alert-danger alert-dismissible fade show\" role=\"alert\">
  712.                                             {{ message }}
  713.                                             <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  714.                                                 <span aria-hidden=\"true\">&times;</span>
  715.                                             </button>
  716.                                         </div>
  717.                                     {% endfor %}
  718.                                     <!--DERNIERS CV-->
  719.                                     {{ render_esi(controller(
  720.                                           'App\\\\Controller\\\\VendreEntrepriseController::derniersCvRepreneur',
  721.                                           {   \"lang\": lang,
  722.                                               \"codePays\": codePaysWithUnderScore }
  723.                                       )) }}
  724.                                     <!--FIN DERNIERS CV-->
  725.                                     
  726.                                     <!--LOCALISATIONS-->
  727.                                     {{ render_esi(controller(
  728.                                           'App\\\\Controller\\\\VendreEntrepriseController::trouverCvRepreneurParLocalisation',
  729.                                           {   \"lang\": lang,
  730.                                               \"codePays\": codePaysWithUnderScore }
  731.                                       )) }}
  732.                                     <!--FIN LOCALISATIONS-->
  733.                                     <!--SECTEURS ACTIVITE-->
  734.                                     {{ render_esi(controller(
  735.                                           'App\\\\Controller\\\\VendreEntrepriseController::trouverCvRepreneurParCategorie',
  736.                                           {   \"lang\": lang,
  737.                                               \"codePays\": codePaysWithUnderScore }
  738.                                       )) }}
  739.                                     <!--FIN SECTEURS ACTIVITE-->
  740.                                     <div class=\"text-center col-12 my-3\">
  741.                                         <a class=\"font-weight-bold\" href=\"{{ path('vendre_entreprise_recherche_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}\">
  742.                                             > {{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}
  743.                                         </a>
  744.                                     </div>
  745.                                 </div>
  746.                             </div>
  747.                         </div>
  748.                     </div>
  749.                 </div>
  750.             </div><!--FIN COLONNE DROITE -->
  751.         </div> <!--FIN ROW CONTAINER -->
  752.     </div>  <!--FIN CONTAINER -->
  753. {% endblock %}
  754. {% block javascripts %}
  755.     {{ parent() }}
  756.     <script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/reprendre_entreprise/recherche_avancee.js') }}\"></script>
  757.     <script>
  758.         \$('.area_map_france').mouseover(function () {
  759.             var lien_img_region = \$(this).attr(\"img_carte\");
  760.             \$('#carte_france_recherche').attr(\"src\", lien_img_region);
  761.         })
  762.                 .mouseout(function () {
  763.                     \$('#carte_france_recherche').attr(\"src\", \"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  764.                 });
  765.         \$('.lien_region').mouseover(function () {
  766.             var id_localisation = \$(this).attr(\"id_region\");
  767.             var lien_image_region = \"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/css/images/carte/carte_bleu/\" + id_localisation + \".png\";
  768.             \$('#carte_france_recherche').attr(\"src\", lien_image_region);
  769.         })
  770.                 .mouseout(function () {
  771.                     \$('#carte_france_recherche').attr(\"src\", \"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  772.                 });
  773.         \$('#select_region').on('change', function () {
  774.             var href = \$('#select_region option:selected').data('href');
  775.             window.location.href = href;
  776.         });
  777.     </script>
  778. {% endblock %}
  779. ""vendre_entreprise/recherche_standard_cv_repreneur.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/vendre_entreprise/recherche_standard_cv_repreneur.html.twig");
  780.     }
  781. }