var/cache/dev/twig/94/94cdc7520674af2e4206357c49e19cf73e8d33a66bdc20fcc42efc688b16bf1d.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_fonds_acquereur.html.twig */
  15. class __TwigTemplate_780a6e64493081847c4c1a666ab0736ff66716a534c0426561a772d62b84ba13 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_fonds_acquereur.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vendre_entreprise/recherche_standard_fonds_acquereur.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""vendre_entreprise/recherche_standard_fonds_acquereur.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 3
  51.     public function block_title($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  58.         // line 4
  59.         yield "<title>";
  60.         yield $this->extensions['App\Twig\TranslationExtension']->translate("tous les fonds d'investissement acquéreurs de sociétés", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'4$this->source); })()), """M");
  61.         yield "</title>
  62. ";
  63.         
  64.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  65.         
  66.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  67.         return; yield '';
  68.     }
  69.     // line 7
  70.     public function block_description($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  77.         // line 8
  78.         yield "<meta name=\"description\" content=\"";
  79.         yield $this->extensions['App\Twig\TranslationExtension']->translate("découvrez tous les fonds d'investissement acquéreurs de sociétés", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'8$this->source); })()), """M");
  80.         yield "\">
  81. ";
  82.         
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  84.         
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  86.         return; yield '';
  87.     }
  88.     // line 11
  89.     public function block_stylesheets($context, array $blocks = [])
  90.     {
  91.         $macros $this->macros;
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  94.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  95.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  96.         yield "  ";
  97.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  98.         yield "
  99.     <link rel=\"stylesheet\" href=\"";
  100.         // line 12
  101.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/lib/range-slider.css"), "html"nulltrue);
  102.         yield "\"/>
  103.     <link rel=\"stylesheet\" href=\"";
  104.         // line 13
  105.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/reprendre_entreprise/rechercheavancee.css"), "html"nulltrue);
  106.         yield "\"/>
  107. ";
  108.         
  109.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  110.         
  111.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  112.         return; yield '';
  113.     }
  114.     // line 16
  115.     public function block_body($context, array $blocks = [])
  116.     {
  117.         $macros $this->macros;
  118.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  119.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  120.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  121.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  122.         // line 17
  123.         yield "    ";
  124.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""vendre_entreprise/recherche_standard_fonds_acquereur.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_fonds_acquereur.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_fonds_acquereur.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\">
  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_annonces_acquisition_entreprise", ["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_investisseurs_acquereurs"] = 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_investisseurs_acquereurs", [], "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_investisseurs_acquereurs"]) || array_key_exists("nb_investisseurs_acquereurs"$context) ? $context["nb_investisseurs_acquereurs"] : (function () { throw new RuntimeError('Variable "nb_investisseurs_acquereurs" does not exist.'58$this->source); })()), "html"nulltrue);
  197.         yield " ";
  198.         yield $this->extensions['App\Twig\TranslationExtension']->translate("fonds acquereurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'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_fonds_acquereurs", ["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 lh099 py-3\">
  246.                                     <a href=\"";
  247.         // line 91
  248.         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.'91$this->source); })())]), "html"nulltrue);
  249.         yield "\" class=\"vert lh099 py-3\">
  250.                                         <span class=\"res_font\">";
  251.         // line 92
  252.         yield $this->extensions['App\Twig\TranslationExtension']->translate("CV de<br>repreneurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'92$this->source); })()), """M""");
  253.         yield "</span>
  254.                                     </a>
  255.                                 </div>
  256.                             </div>
  257.                             <div class=\"col-6 text-center my-3 br_gris\">
  258.                                 <div class=\"blanc lh099 py-3\">
  259.                                     <a href=\"";
  260.         // line 98
  261.         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.'98$this->source); })())]), "html"nulltrue);
  262.         yield "\" class=\"vert lh099 py-3\">
  263.                                         <span class=\"res_font\">";
  264.         // line 99
  265.         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.'99$this->source); })()), """M""");
  266.         yield "</span>
  267.                                     </a>
  268.                                 </div>
  269.                             </div>
  270.                             <div class=\"col-6 text-center my-3 pr-4\">
  271.                                 <div class=\"blanc bkg_vert lh099 py-3\">
  272.                                     <span class=\"res_font\">";
  273.         // line 105
  274.         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.'105$this->source); })()), """M""");
  275.         yield "</span>
  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_fonds_acquereurs", ["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 br_gris 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.                                     <a class=\"nav-item nav-link\" href=\"";
  325.         // line 140
  326.         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.'140$this->source); })())]), "html"nulltrue);
  327.         yield "\">
  328.                                         <span class=\"fs12\">";
  329.         // line 141
  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.'141$this->source); })()), """M""");
  331.         yield "</span>
  332.                                     </a>
  333.                                 </div>
  334.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  335.                                     <a class=\"nav-item nav-link\" href=\"";
  336.         // line 145
  337.         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);
  338.         yield "\">
  339.                                         <span class=\"fs12\">";
  340.         // line 146
  341.         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""");
  342.         yield "</span>
  343.                                     </a>
  344.                                 </div>
  345.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  346.                                     <div class=\"nav-item nav-link active\">
  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.                                     </div>
  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.                                 \t<!--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 w-100\" id=\"reference_mots_cles\" name=\"reference_mots_cles\" placeholder=\"";
  374.         // line 172
  375.         yield $this->extensions['App\Twig\TranslationExtension']->translate("mots-clés de l’activité", (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_fonds_acquereurs", ["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 179
  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.'179$this->source); })()), "flashes", ["error"], "method"falsefalsefalse179));
  395.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  396.             // line 180
  397.             yield "                                        <div class=\"col-12 alert alert-danger alert-dismissible fade show\" role=\"alert\">
  398.                                             ";
  399.             // line 181
  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 187
  412.         yield "
  413.                                     <!--DERNIERS FONDS ACQUEREURS -->
  414. \t\t\t\t\t\t\t\t\t";
  415.         // line 189
  416.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\VendreEntrepriseController::derniersFondsAcquereurs", ["lang" =>         // line 191
  417. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'191$this->source); })()), "codePays" =>         // line 192
  418. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'192$this->source); })())]));
  419.         // line 193
  420.         yield "
  421.                                     <!--FIN DERNIERS FONDS ACQUEREURS -->
  422.                                     <div class=\"text-center col-12 my-3\">
  423.                                         <a class=\"font-weight-bold\" href=\"";
  424.         // line 197
  425.         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.'197$this->source); })())]), "html"nulltrue);
  426.         yield "\">
  427.                                             > ";
  428.         // line 198
  429.         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.'198$this->source); })()), """M");
  430.         yield "
  431.                                         </a>
  432.                                     </div>
  433.                                 </div>
  434.                             </div>
  435.                         </div>
  436.                     </div>
  437.                 </div>
  438.             </div><!--FIN COLONNE DROITE -->
  439.         </div> <!--FIN ROW CONTAINER -->
  440.     </div>  <!--FIN CONTAINER -->
  441. ";
  442.         
  443.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  444.         
  445.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  446.         return; yield '';
  447.     }
  448.     // line 214
  449.     public function block_javascripts($context, array $blocks = [])
  450.     {
  451.         $macros $this->macros;
  452.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  453.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  454.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  455.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  456.         // line 215
  457.         yield "    ";
  458.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  459.         yield "
  460.     <script type=\"module\" data-name=\"";
  461.         // line 216
  462.         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.'216$this->source); })()), "html"nulltrue);
  463.         yield "\" id=\"codePaysParam\" src=\"";
  464.         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);
  465.         yield "\"></script>
  466. ";
  467.         
  468.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  469.         
  470.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  471.         return; yield '';
  472.     }
  473.     /**
  474.      * @codeCoverageIgnore
  475.      */
  476.     public function getTemplateName()
  477.     {
  478.         return "vendre_entreprise/recherche_standard_fonds_acquereur.html.twig";
  479.     }
  480.     /**
  481.      * @codeCoverageIgnore
  482.      */
  483.     public function isTraitable()
  484.     {
  485.         return false;
  486.     }
  487.     /**
  488.      * @codeCoverageIgnore
  489.      */
  490.     public function getDebugInfo()
  491.     {
  492.         return array (  507 => 216,  502 => 215,  492 => 214,  466 => 198,  462 => 197,  456 => 193,  454 => 192,  453 => 191,  452 => 189,  448 => 187,  436 => 181,  433 => 180,  429 => 179,  420 => 175,  416 => 174,  411 => 172,  403 => 167,  384 => 151,  376 => 146,  372 => 145,  365 => 141,  361 => 140,  354 => 136,  350 => 135,  337 => 125,  333 => 124,  326 => 120,  308 => 105,  299 => 99,  295 => 98,  286 => 92,  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,);
  493.     }
  494.     public function getSourceContext()
  495.     {
  496.         return new Source("{% extends 'base.html.twig' %}
  497. {% block title %}
  498. <title>{{ translate(\"tous les fonds d'investissement acquéreurs de sociétés\" ,lang,\"\",\"M\") | raw }}</title>
  499. {% endblock %}
  500. {% block description %}
  501. <meta name=\"description\" content=\"{{ translate(\"découvrez tous les fonds d'investissement acquéreurs de sociétés\" ,lang,\"\",\"M\") | raw }}\">
  502. {% endblock %}
  503. {% block stylesheets %}  {{ parent() }}
  504.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/lib/range-slider.css') }}\"/>
  505.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/reprendre_entreprise/rechercheavancee.css') }}\"/>
  506. {% endblock %}
  507. {% block body %}
  508.     {% include 'assets/assets_vuejs.html.twig' %}
  509.     <!-- Menu  -->
  510.     {{ render_esi(controller(
  511.       'App\\\\Controller\\\\CoreController::menu',
  512.       {   \"lang\": lang,
  513.           \"currentRoute\":currentRoute,
  514.           \"codePays\": codePaysWithUnderScore }
  515.     )) }}
  516.     <!-- Menu  -->
  517.     <!-- Publicite  -->
  518.     {% include 'includes/publicite.html.twig' %}
  519.     <!-- Publicite  -->
  520.     <div class=\"container\" id=\"app\">
  521.         <div class=\"row\">
  522.             <!--COLONNE GAUCHE -->
  523.             {% include 'includes/colonnes_gauche_annonces.html.twig' %}
  524.             <!--FIN COLONNE GAUCHE -->
  525.             <!--COLONNE DROITE -->
  526.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  527.                 <!-- ARIANE -->
  528.                 <nav aria-label=\"breadcrumb\">
  529.                     <ol class=\"breadcrumb\">
  530.                         <li class=\"breadcrumb-item\"><a href=\"{{ path('index',{'codePays':codePays}  ) }}\">{{ translate(\"accueil\",lang,\"\",\"M\") | raw }}</a></li>
  531.                         <li class=\"breadcrumb-item\"><a href=\"{{ path('vendre_entreprise_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}\">{{ translate(\"vendre une entreprise ou ceder des actifs\",lang,\"\",\"M\") | raw }}</a></li>
  532.                         <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }}</li>
  533.                     </ol>
  534.                 </nav>
  535.                 <!-- FIN ARIANE -->
  536.                 
  537.                 {% set  listNombresAafficher =  twig_vars.listNombresAafficher  %}
  538.                 {% if  listNombresAafficher |default %}
  539.                     {% set  nb_investisseurs_acquereurs =  listNombresAafficher.vendre_une_entreprise_nb_investisseurs_acquereurs  %}
  540.                 {%  endif %}
  541.                 <div class=\"row\" >
  542.                     <div class=\"col-12 my-4\">
  543.                         <h1 class=\"recherche_avancee vert\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }} - {{ nb_investisseurs_acquereurs }} {{ translate(\"fonds acquereurs\",lang,\"\",\"m\") | raw }}</h1>
  544.                     </div>
  545.                 </div>
  546.                 <!--MOBILE-->
  547.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  548.                     <div class=\"onglet5 col-12 my-3 pt-3\">
  549.                         <nav>
  550.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  551.                                 <div class=\"col-6 no-padding-x bl_gris br_gris\">
  552.                                     <div class=\"nav-item nav-link active\">
  553.                                         <span class=\"fs13\">{{ translate(\"recherche standard\",lang,\"\",\"M\") | raw }}</span>
  554.                                     </div>
  555.                                 </div>
  556.                                 <div class=\"col-6 no-padding-x br_gris order-sm-1\">
  557.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_fonds_acquereurs',{'codePays':codePaysWithUnderScore}) }}\">
  558.                                         <span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  559.                                     </a>
  560.                                 </div>
  561.                             </div>
  562.                         </nav>
  563.                     </div>
  564.                     <div class=\"onglet5 col-12\">
  565.                         <div class=\"row\">
  566.                             <div class=\"col-6 text-center my-3 br_gris\">
  567.                                 <div class=\"blanc lh099 py-3\">
  568.                                     <a href=\"{{ path('vendre_entreprise_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"vert lh099 py-3\">
  569.                                         <span class=\"res_font\">{{ translate(\"annonces <br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  570.                                     </a>
  571.                                 </div>
  572.                             </div>
  573.                             <div class=\"col-6 text-center my-3\">
  574.                                 <div class=\"blanc lh099 py-3\">
  575.                                     <a href=\"{{ path('vendre_entreprise_cv_repreneur',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"vert lh099 py-3\">
  576.                                         <span class=\"res_font\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  577.                                     </a>
  578.                                 </div>
  579.                             </div>
  580.                             <div class=\"col-6 text-center my-3 br_gris\">
  581.                                 <div class=\"blanc lh099 py-3\">
  582.                                     <a href=\"{{ path('vendre_entreprise_acquereurs_historiques',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"vert lh099 py-3\">
  583.                                         <span class=\"res_font\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  584.                                     </a>
  585.                                 </div>
  586.                             </div>
  587.                             <div class=\"col-6 text-center my-3 pr-4\">
  588.                                 <div class=\"blanc bkg_vert lh099 py-3\">
  589.                                     <span class=\"res_font\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  590.                                 </div>
  591.                             </div>
  592.                         </div>
  593.                     </div>
  594.                 </div>
  595.                 <!--MOBILE-->
  596.                 <!--TOUT SAUF MOBILE-->
  597.                 <div class=\"row d-none d-sm-block\">
  598.                     <div class=\"onglet5 col-12 mt-3\">
  599.                         <nav>
  600.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  601.                                 <div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  602.                                     <div class=\"nav-item nav-link active\">
  603.                                         <span class=\"fs13\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }}</span>
  604.                                     </div>
  605.                                 </div>
  606.                                 <div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  607.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_fonds_acquereurs',{'codePays':codePaysWithUnderScore}) }}\">
  608.                                         <span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  609.                                     </a>
  610.                                 </div>
  611.                             </div>
  612.                         </nav>
  613.                     </div>
  614.                     <div class=\"onglet5 col-12 mt-5 mb-4\">
  615.                         <nav>
  616.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  617.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris bl_gris lh13 order-4 order-sm-1\">
  618.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}  ) }}\">
  619.                                         <span class=\"fs12\">{{ translate(\"annonces <br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  620.                                     </a>
  621.                                 </div>
  622.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  623.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_cv_repreneur',{'codePays':codePaysWithUnderScore}  ) }}\">
  624.                                         <span class=\"fs12\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  625.                                     </a>
  626.                                 </div>
  627.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  628.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_acquereurs_historiques',{'codePays':codePaysWithUnderScore}  ) }}\">
  629.                                         <span class=\"fs12\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  630.                                     </a>
  631.                                 </div>
  632.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  633.                                     <div class=\"nav-item nav-link active\">
  634.                                         <span class=\"fs12\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  635.                                     </div>
  636.                                 </div>
  637.                             </div>
  638.                         </nav>
  639.                     </div>
  640.                 </div>
  641.                 <!--FIN TOUT SAUF MOBILE-->
  642.                 <div class=\"row\">
  643.                     <div class=\"col-12\">
  644.                         <div class=\"card mb-3 no_shadow\">
  645.                             <div class=\"card-body\">
  646.                                 <div class=\"row\">
  647.                                 \t<!--REFERENCE-->
  648.                                     <div class=\"col-12 col-sm-8 mt-3\">
  649.                                         <h5>{{ translate(\"recherche rapide\",lang,\"\",\"M\", \"\") | raw }}</h5>
  650.                                     </div>
  651.                                     <div class=\"col-12 col-sm-12 col-md-8 mt-2\">
  652.                                         <form class=\"form-inline\">
  653.                                             <div class=\"form-group mr-3 mb-2\">
  654.                                                 <input type=\"text\" class=\"form-control w-100\" id=\"reference_mots_cles\" name=\"reference_mots_cles\" placeholder=\"{{ translate(\"mots-clés de l’activité\",lang,\"\",\"M\", \"\") | raw }}\">
  655.                                             </div>
  656.                                             <button type=\"submit\" class=\"btn btn-vert-annonce mb-2\">{{ translate(\"ok\",lang,\"\",\"M\", \"\") | raw }}</button>&nbsp;&nbsp;&nbsp;
  657.                                             <span>ou &nbsp;&nbsp;<a href=\"{{ path('vendre_entreprise_recherche_fonds_acquereurs', {codePays: codePaysWithUnderScore}) }}\">{{ translate(\"recherche avancée\",lang,\"\",\"M\", \"\") | raw }}</a></span>
  658.                                         </form>
  659.                                     </div>
  660.                                     <!--FIN REFERENCE-->
  661.                                     {% for message in app.flashes('error') %}
  662.                                         <div class=\"col-12 alert alert-danger alert-dismissible fade show\" role=\"alert\">
  663.                                             {{ message }}
  664.                                             <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  665.                                                 <span aria-hidden=\"true\">&times;</span>
  666.                                             </button>
  667.                                         </div>
  668.                                     {% endfor %}
  669.                                     <!--DERNIERS FONDS ACQUEREURS -->
  670. \t\t\t\t\t\t\t\t\t{{ render_esi(controller(
  671.                                           'App\\\\Controller\\\\VendreEntrepriseController::derniersFondsAcquereurs',
  672.                                           {   \"lang\": lang,
  673.                                               \"codePays\": codePaysWithUnderScore }
  674.                                       )) }}
  675.                                     <!--FIN DERNIERS FONDS ACQUEREURS -->
  676.                                     <div class=\"text-center col-12 my-3\">
  677.                                         <a class=\"font-weight-bold\" href=\"{{ path('vendre_entreprise_recherche_fonds_acquereurs',{'codePays':codePaysWithUnderScore}) }}\">
  678.                                             > {{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}
  679.                                         </a>
  680.                                     </div>
  681.                                 </div>
  682.                             </div>
  683.                         </div>
  684.                     </div>
  685.                 </div>
  686.             </div><!--FIN COLONNE DROITE -->
  687.         </div> <!--FIN ROW CONTAINER -->
  688.     </div>  <!--FIN CONTAINER -->
  689. {% endblock %}
  690. {% block javascripts %}
  691.     {{ parent() }}
  692.     <script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/reprendre_entreprise/recherche_avancee.js') }}\"></script>
  693. {% endblock %}
  694. ""vendre_entreprise/recherche_standard_fonds_acquereur.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/vendre_entreprise/recherche_standard_fonds_acquereur.html.twig");
  695.     }
  696. }