var/cache/dev/twig/e3/e383a9c39eb5ae358670e119a392aeda0f86f95ac57e1506e41127cd2e0ca93b.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_acquisition.html.twig */
  15. class __TwigTemplate_96e296e4649879177893e1207e6e46b58ca6f0118299ee7cd566e7c00f013d6a 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_acquisition.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_acquisition.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""vendre_entreprise/recherche_standard_acquisition.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("toutes les annonces de recherche d'acquisition d'entreprises", (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 toutes les annonces de recherche d'acquisition d'entreprises", (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_acquisition.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_acquisition.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_acquisition.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_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.         // line 50
  177.         $context['_parent'] = $context;
  178.         $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.'50$this->source); })()), "flashes", ["error"], "method"falsefalsefalse50));
  179.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  180.             // line 51
  181.             yield "                    <div class=\"col-12 alert alert-danger alert-dismissible fade show\" role=\"alert\">
  182.                         ";
  183.             // line 52
  184.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html"nulltrue);
  185.             yield "
  186.                         <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  187.                             <span aria-hidden=\"true\">&times;</span>
  188.                         </button>
  189.                     </div>
  190.                 ";
  191.         }
  192.         $_parent $context['_parent'];
  193.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  194.         $context array_intersect_key($context$_parent) + $_parent;
  195.         // line 58
  196.         yield "                
  197.                 ";
  198.         // line 60
  199.         $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.'60$this->source); })()), "listNombresAafficher", [], "any"falsefalsefalse60);
  200.         // line 61
  201.         yield "                ";
  202.         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.'61$this->source); })()))) : (""))) {
  203.             // line 62
  204.             yield "                    ";
  205.             $context["nb_acquisitions"] = 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.'62$this->source); })()), "vendre_une_entreprise_nb_annonces_acquistions", [], "any"falsefalsefalse62);
  206.             // line 63
  207.             yield "                ";
  208.         }
  209.         // line 64
  210.         yield "
  211.                 <div class=\"row\" >
  212.                     <div class=\"col-12 my-4\">
  213.                         <h1 class=\"recherche_avancee vert\">";
  214.         // line 67
  215.         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.'67$this->source); })()), """M");
  216.         yield " - ";
  217.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_acquisitions"]) || array_key_exists("nb_acquisitions"$context) ? $context["nb_acquisitions"] : (function () { throw new RuntimeError('Variable "nb_acquisitions" does not exist.'67$this->source); })()), "html"nulltrue);
  218.         yield " ";
  219.         yield $this->extensions['App\Twig\TranslationExtension']->translate("annonces d'acquisition", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'67$this->source); })()), """m");
  220.         yield "</h1>
  221.                     </div>
  222.                 </div>
  223.                 <!--MOBILE-->
  224.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  225.                     <div class=\"onglet5 col-12 my-3 pt-3\">
  226.                         <nav>
  227.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  228.                                 <div class=\"col-6 no-padding-x bl_gris br_gris\">
  229.                                     <div class=\"nav-item nav-link active\">
  230.                                         <span class=\"fs13\">";
  231.         // line 78
  232.         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.'78$this->source); })()), """M");
  233.         yield "</span>
  234.                                     </div>
  235.                                 </div>
  236.                                 <div class=\"col-6 no-padding-x br_gris order-sm-1\">
  237.                                     <a class=\"nav-item nav-link\" href=\"";
  238.         // line 82
  239.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_annonces_acquisition_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'82$this->source); })())]), "html"nulltrue);
  240.         yield "\">
  241.                                         <span class=\"fs13\">";
  242.         // line 83
  243.         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.'83$this->source); })()), """M");
  244.         yield "</span>
  245.                                     </a>
  246.                                 </div>
  247.                             </div>
  248.                         </nav>
  249.                     </div>
  250.                     <div class=\"onglet5 col-12\">
  251.                         <div class=\"row\">
  252.                             <div class=\"col-6 text-center my-3 br_gris\">
  253.                                 <div class=\"blanc bkg_vert lh099 py-3\">
  254.                                     <span class=\"res_font\">";
  255.         // line 93
  256.         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.'93$this->source); })()), """M""");
  257.         yield "</span>
  258.                                 </div>
  259.                             </div>
  260.                             <div class=\"col-6 text-center my-3\">
  261.                                 <div class=\"blanc lh099 py-3\">
  262.                                     <a href=\"";
  263.         // line 98
  264.         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.'98$this->source); })())]), "html"nulltrue);
  265.         yield "\" class=\"vert lh099 py-3\">
  266.                                         <span class=\"res_font\">";
  267.         // line 99
  268.         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.'99$this->source); })()), """M""");
  269.         yield "</span>
  270.                                     </a>
  271.                                 </div>
  272.                             </div>
  273.                             <div class=\"col-6 text-center my-3 br_gris\">
  274.                                 <div class=\"blanc lh099 py-3\">
  275.                                     <a href=\"";
  276.         // line 105
  277.         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.'105$this->source); })())]), "html"nulltrue);
  278.         yield "\" class=\"vert lh099 py-3\">
  279.                                         <span class=\"res_font\">";
  280.         // line 106
  281.         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.'106$this->source); })()), """M""");
  282.         yield "</span>
  283.                                     </a>
  284.                                 </div>
  285.                             </div>
  286.                             <div class=\"col-6 text-center my-3 pr-4\">
  287.                                 <div class=\"blanc lh099 py-3\">
  288.                                     <a href=\"";
  289.         // line 112
  290.         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.'112$this->source); })())]), "html"nulltrue);
  291.         yield "\" class=\"vert lh099 py-3\">
  292.                                         <span class=\"res_font\">";
  293.         // line 113
  294.         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.'113$this->source); })()), """M""");
  295.         yield "</span>
  296.                                     </a>
  297.                                 </div>
  298.                             </div>
  299.                         </div>
  300.                     </div>
  301.                 </div>
  302.                 <!--MOBILE-->
  303.                 <!--TOUT SAUF MOBILE-->
  304.                 <div class=\"row d-none d-sm-block\">
  305.                     <div class=\"onglet5 col-12 mt-3\">
  306.                         <nav>
  307.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  308.                                 <div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  309.                                     <div class=\"nav-item nav-link active\">
  310.                                         <span class=\"fs13\">";
  311.         // line 129
  312.         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.'129$this->source); })()), """M");
  313.         yield "</span>
  314.                                     </div>
  315.                                 </div>
  316.                                 <div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  317.                                     <a class=\"nav-item nav-link\" href=\"";
  318.         // line 133
  319.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_annonces_acquisition_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'133$this->source); })())]), "html"nulltrue);
  320.         yield "\">
  321.                                         <span class=\"fs13\">";
  322.         // line 134
  323.         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.'134$this->source); })()), """M");
  324.         yield "</span>
  325.                                     </a>
  326.                                 </div>
  327.                             </div>
  328.                         </nav>
  329.                     </div>
  330.                     <div class=\"onglet5 col-12 mt-5 mb-4\">
  331.                         <nav>
  332.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  333.                                 <div class=\"col-12 col-sm-3 no-padding-x lh13 order-4 order-sm-1\">
  334.                                     <div class=\"nav-item nav-link active\">
  335.                                         <span class=\"fs12\">";
  336.         // line 145
  337.         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.'145$this->source); })()), """M""");
  338.         yield "</span>
  339.                                     </div>
  340.                                 </div>
  341.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  342.                                     <a class=\"nav-item nav-link\" href=\"";
  343.         // line 149
  344.         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.'149$this->source); })())]), "html"nulltrue);
  345.         yield "\">
  346.                                         <span class=\"fs12\">";
  347.         // line 150
  348.         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.'150$this->source); })()), """M""");
  349.         yield "</span>
  350.                                     </a>
  351.                                 </div>
  352.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  353.                                     <a class=\"nav-item nav-link\" href=\"";
  354.         // line 154
  355.         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.'154$this->source); })())]), "html"nulltrue);
  356.         yield "\">
  357.                                         <span class=\"fs12\">";
  358.         // line 155
  359.         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.'155$this->source); })()), """M""");
  360.         yield "</span>
  361.                                     </a>
  362.                                 </div>
  363.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  364.                                     <a class=\"nav-item nav-link\" href=\"";
  365.         // line 159
  366.         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.'159$this->source); })())]), "html"nulltrue);
  367.         yield "\">
  368.                                         <span class=\"fs12\">";
  369.         // line 160
  370.         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.'160$this->source); })()), """M""");
  371.         yield "</span>
  372.                                     </a>
  373.                                 </div>
  374.                             </div>
  375.                         </nav>
  376.                     </div>
  377.                 </div>
  378.                 <!--FIN TOUT SAUF MOBILE-->
  379.                 <div class=\"row\">
  380.                     <div class=\"col-12\">
  381.                         <div class=\"card mb-3 no_shadow\">
  382.                             <div class=\"card-body\">
  383.                                 <div class=\"row\">
  384.                                     <!--REFERENCE-->
  385.                                     <div class=\"col-12 col-sm-8 mt-3\">
  386.                                         <h5>";
  387.         // line 176
  388.         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.'176$this->source); })()), """M""");
  389.         yield "</h5>
  390.                                     </div>
  391.                                     <div class=\"col-12 col-sm-12 col-md-8 mt-2\">
  392.                                         <form class=\"form-inline\">
  393.                                         \t<div class=\"mr-2\">";
  394.         // line 180
  395.         yield $this->extensions['App\Twig\TranslationExtension']->translate("activité / réf. annonce", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'180$this->source); })()), """M""");
  396.         yield "</div>
  397.                                             <div class=\"form-group mr-3 mb-2\">
  398.                                                 <input type=\"text\" class=\"form-control\" id=\"reference_mots_cles\" name=\"reference_mots_cles\" style=\"width: 250px;\" placeholder=\"";
  399.         // line 182
  400.         yield $this->extensions['App\Twig\TranslationExtension']->translate("ex. transport, A21455, ...", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'182$this->source); })()), """M""");
  401.         yield "\">
  402.                                             </div>
  403.                                             <button type=\"submit\" class=\"btn btn-vert-annonce mb-2\">";
  404.         // line 184
  405.         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.'184$this->source); })()), """M""");
  406.         yield "</button>&nbsp;&nbsp;&nbsp;
  407.                                             <span>ou &nbsp;&nbsp;<a href=\"";
  408.         // line 185
  409.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_annonces_acquisition_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'185$this->source); })())]), "html"nulltrue);
  410.         yield "\">";
  411.         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.'185$this->source); })()), """M""");
  412.         yield "</a></span>
  413.                                         </form>
  414.                                     </div>
  415.                                     <!--FIN REFERENCE-->
  416.                                     <div class=\"col-12 col-sm-4 mt-2 text-right\">
  417.                                         ";
  418.         // line 190
  419.         if (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.'190$this->source); })()), "user", [], "any"falsefalsefalse190)) {
  420.             // line 191
  421.             yield "                                            <a class=\"btn btn-orange-new mb-2 blanc deco_none\" href=\"";
  422.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("creer_alerte", ["type" => "achat""codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'191$this->source); })())]), "html"nulltrue);
  423.             yield "\"><i class=\"fas fa-exclamation-triangle blanc\"></i>&nbsp;&nbsp;";
  424.             yield $this->extensions['App\Twig\TranslationExtension']->translate("créer une alerte", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'191$this->source); })()), """M""");
  425.             yield "</a>
  426.                                         ";
  427.         } else {
  428.             // line 193
  429.             yield "                                            <a class=\"btn btn-orange-new mb-2 blanc deco_none\" href=\"#\" role=\"button\" aria-pressed=\"true\" data-toggle=\"modal\" data-target=\"#Modalindex\" ><i class=\"fas fa-exclamation-triangle blanc\"></i>&nbsp;&nbsp;";
  430.             yield $this->extensions['App\Twig\TranslationExtension']->translate("créer une alerte", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'193$this->source); })()), """M""");
  431.             yield "</a>
  432.                                         ";
  433.         }
  434.         // line 195
  435.         yield "                                    </div>
  436.                                     <!--DERNIERES ANNONCES-->
  437.                                     ";
  438.         // line 198
  439.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\VendreEntrepriseController::dernieresAnnoncesAcquisition", ["lang" =>         // line 200
  440. (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
  441. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'201$this->source); })())]));
  442.         // line 202
  443.         yield "
  444.                                     <!--FIN DERNIERES ANNONCES-->
  445.                                     <!--TYPE OPERATION-->
  446.                                     <div class=\"onglet5 d-none d-sm-block col-12 mt-5\">
  447.                                         <h5>";
  448.         // line 206
  449.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche par type d'opération", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'206$this->source); })()), """M""");
  450.         yield "</h5>
  451.                                         <nav>
  452.                                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  453.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  454.                                                     <a class=\"nav-item nav-link\" href=\"";
  455.         // line 210
  456.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_resultats_annonces_acquisition", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'210$this->source); })())]), "html"nulltrue);
  457.         yield "?type_recherche=5&demarche=reprise_totale\">
  458.                                                         ";
  459.         // line 211
  460.         yield $this->extensions['App\Twig\TranslationExtension']->translate("reprise totale", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'211$this->source); })()), """M""");
  461.         yield "
  462.                                                     </a>
  463.                                                 </div>
  464.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  465.                                                     <a class=\"nav-item nav-link\" href=\"";
  466.         // line 215
  467.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_resultats_annonces_acquisition", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'215$this->source); })())]), "html"nulltrue);
  468.         yield "?type_recherche=5&demarche=reprise_majoritaire\">
  469.                                                         ";
  470.         // line 216
  471.         yield $this->extensions['App\Twig\TranslationExtension']->translate("reprise majoritaire", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'216$this->source); })()), """M""");
  472.         yield "
  473.                                                     </a>
  474.                                                 </div>
  475.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  476.                                                     <a class=\"nav-item nav-link\" href=\"";
  477.         // line 220
  478.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_resultats_annonces_acquisition", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'220$this->source); })())]), "html"nulltrue);
  479.         yield "?type_recherche=5&demarche=association_minoritaire\">
  480.                                                         ";
  481.         // line 221
  482.         yield $this->extensions['App\Twig\TranslationExtension']->translate("reprise minoritaire", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'221$this->source); })()), """M""");
  483.         yield "
  484.                                                     </a>
  485.                                                 </div>
  486.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  487.                                                     <a class=\"nav-item nav-link\" href=\"";
  488.         // line 225
  489.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_resultats_recherches_partenariat", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'225$this->source); })())]), "html"nulltrue);
  490.         yield "?type_recherche=5\">
  491.                                                         ";
  492.         // line 226
  493.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche de partenaires", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'226$this->source); })()), """M""");
  494.         yield "
  495.                                                     </a>
  496.                                                 </div>
  497.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  498.                                                     <a class=\"nav-item nav-link\" href=\"";
  499.         // line 230
  500.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_resultats_recherches_partenariat", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'230$this->source); })())]), "html"nulltrue);
  501.         yield "?type_recherche=5&type_partenariat=a\">
  502.                                                         ";
  503.         // line 231
  504.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche d'associé", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'231$this->source); })()), """M""");
  505.         yield "
  506.                                                     </a>
  507.                                                 </div>
  508.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  509.                                                     <a class=\"nav-item nav-link\" href=\"";
  510.         // line 235
  511.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reprendre_entreprise_resultats_recherches_partenariat", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'235$this->source); })())]), "html"nulltrue);
  512.         yield "?type_recherche=5&type_partenariat=c\">
  513.                                                         ";
  514.         // line 236
  515.         yield $this->extensions['App\Twig\TranslationExtension']->translate("partenaires commerciaux", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'236$this->source); })()), """M""");
  516.         yield "
  517.                                                     </a>
  518.                                                 </div>
  519.                                             </div>
  520.                                         </nav>
  521.                                     </div>
  522.                                     <!--FIN TYPE OPERATION-->
  523.                                     <!--LOCALISATIONS-->
  524.                                     ";
  525.         // line 244
  526.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\VendreEntrepriseController::trouverAnnonceAcquisitionParLocalisation", ["lang" =>         // line 246
  527. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'246$this->source); })()), "codePays" =>         // line 247
  528. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'247$this->source); })())]));
  529.         // line 248
  530.         yield "
  531.                                     <!--FIN LOCALISATIONS-->
  532.                                     <!--SECTEURS ACTIVITE-->
  533.                                     ";
  534.         // line 251
  535.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\VendreEntrepriseController::trouverAnnonceAcquisitionParCategorie", ["lang" =>         // line 253
  536. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'253$this->source); })()), "codePays" =>         // line 254
  537. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'254$this->source); })())]));
  538.         // line 255
  539.         yield "
  540.                                     <!--FIN SECTEURS ACTIVITE-->
  541.                                     <div class=\"text-center col-12 my-3\">
  542.                                         <a class=\"font-weight-bold\" href=\"";
  543.         // line 258
  544.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_annonces_acquisition_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'258$this->source); })())]), "html"nulltrue);
  545.         yield "\">
  546.                                             > ";
  547.         // line 259
  548.         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.'259$this->source); })()), """M");
  549.         yield "
  550.                                         </a>
  551.                                     </div>
  552.                                 </div>
  553.                             </div>
  554.                         </div>
  555.                     </div>
  556.                 </div>
  557.             </div><!--FIN COLONNE DROITE -->
  558.         </div> <!--FIN ROW CONTAINER -->
  559.     </div>  <!--FIN CONTAINER -->
  560. ";
  561.         
  562.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  563.         
  564.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  565.         return; yield '';
  566.     }
  567.     // line 275
  568.     public function block_javascripts($context, array $blocks = [])
  569.     {
  570.         $macros $this->macros;
  571.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  572.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  573.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  574.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  575.         // line 276
  576.         yield "    ";
  577.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  578.         yield "
  579.     <script src=\"";
  580.         // line 277
  581.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/lib/ion.rangeSlider.min.js"), "html"nulltrue);
  582.         yield "\"></script>
  583.     <script type=\"module\" data-name=\"";
  584.         // line 278
  585.         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.'278$this->source); })()), "html"nulltrue);
  586.         yield "\" id=\"codePaysParam\" src=\"";
  587.         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);
  588.         yield "\"></script>
  589.     <script>
  590.         \$('.area_map_france').mouseover(function () {
  591.             var lien_img_region = \$(this).attr(\"img_carte\");
  592.             \$('#carte_france_recherche').attr(\"src\", lien_img_region);
  593.         })
  594.                 .mouseout(function () {
  595.                     \$('#carte_france_recherche').attr(\"src\", \"";
  596.         // line 285
  597.         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.'285$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse285), "html"nulltrue);
  598.         yield "/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  599.                 });
  600.         \$('.lien_region').mouseover(function () {
  601.             var id_localisation = \$(this).attr(\"id_region\");
  602.             var lien_image_region = \"";
  603.         // line 290
  604.         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.'290$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse290), "html"nulltrue);
  605.         yield "/static/help-fusacq/fr/css/images/carte/carte_bleu/\" + id_localisation + \".png\";
  606.             \$('#carte_france_recherche').attr(\"src\", lien_image_region);
  607.         })
  608.                 .mouseout(function () {
  609.                     \$('#carte_france_recherche').attr(\"src\", \"";
  610.         // line 295
  611.         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.'295$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse295), "html"nulltrue);
  612.         yield "/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  613.                 });
  614.         \$('#select_region').on('change', function () {
  615.             var href = \$('#select_region option:selected').data('href');
  616.             window.location.href = href;
  617.         });
  618.     </script>
  619. ";
  620.         
  621.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  622.         
  623.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  624.         return; yield '';
  625.     }
  626.     /**
  627.      * @codeCoverageIgnore
  628.      */
  629.     public function getTemplateName()
  630.     {
  631.         return "vendre_entreprise/recherche_standard_acquisition.html.twig";
  632.     }
  633.     /**
  634.      * @codeCoverageIgnore
  635.      */
  636.     public function isTraitable()
  637.     {
  638.         return false;
  639.     }
  640.     /**
  641.      * @codeCoverageIgnore
  642.      */
  643.     public function getDebugInfo()
  644.     {
  645.         return array (  659 => 295,  651 => 290,  643 => 285,  631 => 278,  627 => 277,  622 => 276,  612 => 275,  586 => 259,  582 => 258,  577 => 255,  575 => 254,  574 => 253,  573 => 251,  568 => 248,  566 => 247,  565 => 246,  564 => 244,  553 => 236,  549 => 235,  542 => 231,  538 => 230,  531 => 226,  527 => 225,  520 => 221,  516 => 220,  509 => 216,  505 => 215,  498 => 211,  494 => 210,  487 => 206,  481 => 202,  479 => 201,  478 => 200,  477 => 198,  472 => 195,  466 => 193,  458 => 191,  456 => 190,  446 => 185,  442 => 184,  437 => 182,  432 => 180,  425 => 176,  406 => 160,  402 => 159,  395 => 155,  391 => 154,  384 => 150,  380 => 149,  373 => 145,  359 => 134,  355 => 133,  348 => 129,  329 => 113,  325 => 112,  316 => 106,  312 => 105,  303 => 99,  299 => 98,  291 => 93,  278 => 83,  274 => 82,  267 => 78,  249 => 67,  244 => 64,  241 => 63,  238 => 62,  235 => 61,  233 => 60,  229 => 58,  217 => 52,  214 => 51,  210 => 50,  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,);
  646.     }
  647.     public function getSourceContext()
  648.     {
  649.         return new Source("{% extends 'base.html.twig' %}
  650. {% block title %}
  651.     <title>{{ translate(\"toutes les annonces de recherche d'acquisition d'entreprises\" ,lang,\"\",\"M\") | raw }}</title>
  652. {% endblock %}
  653. {% block description %}
  654.     <meta name=\"description\" content=\"{{ translate(\"découvrez toutes les annonces de recherche d'acquisition d'entreprises\" ,lang,\"\",\"M\") | raw }}\">
  655. {% endblock %}
  656. {% block stylesheets %}  {{ parent() }}
  657.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/lib/range-slider.css') }}\"/>
  658.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/reprendre_entreprise/rechercheavancee.css') }}\"/>
  659. {% endblock %}
  660. {% block body %}
  661.     {% include 'assets/assets_vuejs.html.twig' %}
  662.     <!-- Menu  -->
  663.     {{ render_esi(controller(
  664.       'App\\\\Controller\\\\CoreController::menu',
  665.       {   \"lang\": lang,
  666.           \"currentRoute\":currentRoute,
  667.           \"codePays\": codePaysWithUnderScore }
  668.     )) }}
  669.     <!-- Menu  -->
  670.     <!-- Publicite  -->
  671.     {% include 'includes/publicite.html.twig' %}
  672.     <!-- Publicite  -->
  673.     <div class=\"container\" id=\"app\">
  674.         <div class=\"row\">
  675.             <!--COLONNE GAUCHE -->
  676.             {% include 'includes/colonnes_gauche_annonces.html.twig' %}
  677.             <!--FIN COLONNE GAUCHE -->
  678.             <!--COLONNE DROITE -->
  679.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  680.                 <!-- ARIANE -->
  681.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  682.                     <ol class=\"breadcrumb\">
  683.                         <li class=\"breadcrumb-item\"><a href=\"{{ path('index',{'codePays':codePays}  ) }}\">{{ translate(\"accueil\",lang,\"\",\"M\") | raw }}</a></li>
  684.                         <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>
  685.                         <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }}</li>
  686.                     </ol>
  687.                 </nav>
  688.                 <!-- FIN ARIANE -->
  689.                 {% for message in app.flashes('error') %}
  690.                     <div class=\"col-12 alert alert-danger alert-dismissible fade show\" role=\"alert\">
  691.                         {{ message }}
  692.                         <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  693.                             <span aria-hidden=\"true\">&times;</span>
  694.                         </button>
  695.                     </div>
  696.                 {% endfor %}
  697.                 
  698.                 {% set  listNombresAafficher =  twig_vars.listNombresAafficher  %}
  699.                 {% if  listNombresAafficher |default %}
  700.                     {% set  nb_acquisitions =  listNombresAafficher.vendre_une_entreprise_nb_annonces_acquistions  %}
  701.                 {%  endif %}
  702.                 <div class=\"row\" >
  703.                     <div class=\"col-12 my-4\">
  704.                         <h1 class=\"recherche_avancee vert\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }} - {{ nb_acquisitions }} {{ translate(\"annonces d'acquisition\",lang,\"\",\"m\") | raw }}</h1>
  705.                     </div>
  706.                 </div>
  707.                 <!--MOBILE-->
  708.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  709.                     <div class=\"onglet5 col-12 my-3 pt-3\">
  710.                         <nav>
  711.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  712.                                 <div class=\"col-6 no-padding-x bl_gris br_gris\">
  713.                                     <div class=\"nav-item nav-link active\">
  714.                                         <span class=\"fs13\">{{ translate(\"recherche standard\",lang,\"\",\"M\") | raw }}</span>
  715.                                     </div>
  716.                                 </div>
  717.                                 <div class=\"col-6 no-padding-x br_gris order-sm-1\">
  718.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}\">
  719.                                         <span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  720.                                     </a>
  721.                                 </div>
  722.                             </div>
  723.                         </nav>
  724.                     </div>
  725.                     <div class=\"onglet5 col-12\">
  726.                         <div class=\"row\">
  727.                             <div class=\"col-6 text-center my-3 br_gris\">
  728.                                 <div class=\"blanc bkg_vert lh099 py-3\">
  729.                                     <span class=\"res_font\">{{ translate(\"annonces <br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  730.                                 </div>
  731.                             </div>
  732.                             <div class=\"col-6 text-center my-3\">
  733.                                 <div class=\"blanc lh099 py-3\">
  734.                                     <a href=\"{{ path('vendre_entreprise_cv_repreneur',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"vert lh099 py-3\">
  735.                                         <span class=\"res_font\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  736.                                     </a>
  737.                                 </div>
  738.                             </div>
  739.                             <div class=\"col-6 text-center my-3 br_gris\">
  740.                                 <div class=\"blanc lh099 py-3\">
  741.                                     <a href=\"{{ path('vendre_entreprise_acquereurs_historiques',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"vert lh099 py-3\">
  742.                                         <span class=\"res_font\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  743.                                     </a>
  744.                                 </div>
  745.                             </div>
  746.                             <div class=\"col-6 text-center my-3 pr-4\">
  747.                                 <div class=\"blanc lh099 py-3\">
  748.                                     <a href=\"{{ path('vendre_entreprise_fonds_acquereurs',{'codePays':codePaysWithUnderScore}  ) }}\" class=\"vert lh099 py-3\">
  749.                                         <span class=\"res_font\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  750.                                     </a>
  751.                                 </div>
  752.                             </div>
  753.                         </div>
  754.                     </div>
  755.                 </div>
  756.                 <!--MOBILE-->
  757.                 <!--TOUT SAUF MOBILE-->
  758.                 <div class=\"row d-none d-sm-block\">
  759.                     <div class=\"onglet5 col-12 mt-3\">
  760.                         <nav>
  761.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  762.                                 <div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  763.                                     <div class=\"nav-item nav-link active\">
  764.                                         <span class=\"fs13\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }}</span>
  765.                                     </div>
  766.                                 </div>
  767.                                 <div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  768.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}\">
  769.                                         <span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  770.                                     </a>
  771.                                 </div>
  772.                             </div>
  773.                         </nav>
  774.                     </div>
  775.                     <div class=\"onglet5 col-12 mt-5 mb-4\">
  776.                         <nav>
  777.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  778.                                 <div class=\"col-12 col-sm-3 no-padding-x lh13 order-4 order-sm-1\">
  779.                                     <div class=\"nav-item nav-link active\">
  780.                                         <span class=\"fs12\">{{ translate(\"annonces <br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  781.                                     </div>
  782.                                 </div>
  783.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  784.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_cv_repreneur',{'codePays':codePaysWithUnderScore}  ) }}\">
  785.                                         <span class=\"fs12\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  786.                                     </a>
  787.                                 </div>
  788.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  789.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_acquereurs_historiques',{'codePays':codePaysWithUnderScore}  ) }}\">
  790.                                         <span class=\"fs12\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  791.                                     </a>
  792.                                 </div>
  793.                                 <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  794.                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_fonds_acquereurs',{'codePays':codePaysWithUnderScore}  ) }}\">
  795.                                         <span class=\"fs12\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  796.                                     </a>
  797.                                 </div>
  798.                             </div>
  799.                         </nav>
  800.                     </div>
  801.                 </div>
  802.                 <!--FIN TOUT SAUF MOBILE-->
  803.                 <div class=\"row\">
  804.                     <div class=\"col-12\">
  805.                         <div class=\"card mb-3 no_shadow\">
  806.                             <div class=\"card-body\">
  807.                                 <div class=\"row\">
  808.                                     <!--REFERENCE-->
  809.                                     <div class=\"col-12 col-sm-8 mt-3\">
  810.                                         <h5>{{ translate(\"recherche rapide\",lang,\"\",\"M\", \"\") | raw }}</h5>
  811.                                     </div>
  812.                                     <div class=\"col-12 col-sm-12 col-md-8 mt-2\">
  813.                                         <form class=\"form-inline\">
  814.                                         \t<div class=\"mr-2\">{{ translate(\"activité / réf. annonce\",lang,\"\",\"M\", \"\") | raw }}</div>
  815.                                             <div class=\"form-group mr-3 mb-2\">
  816.                                                 <input type=\"text\" class=\"form-control\" id=\"reference_mots_cles\" name=\"reference_mots_cles\" style=\"width: 250px;\" placeholder=\"{{ translate(\"ex. transport, A21455, ...\",lang,\"\",\"M\", \"\") | raw }}\">
  817.                                             </div>
  818.                                             <button type=\"submit\" class=\"btn btn-vert-annonce mb-2\">{{ translate(\"ok\",lang,\"\",\"M\", \"\") | raw }}</button>&nbsp;&nbsp;&nbsp;
  819.                                             <span>ou &nbsp;&nbsp;<a href=\"{{ path('vendre_entreprise_recherche_annonces_acquisition_entreprise', {codePays: codePaysWithUnderScore}) }}\">{{ translate(\"recherche avancée\",lang,\"\",\"M\", \"\") | raw }}</a></span>
  820.                                         </form>
  821.                                     </div>
  822.                                     <!--FIN REFERENCE-->
  823.                                     <div class=\"col-12 col-sm-4 mt-2 text-right\">
  824.                                         {% if app.user %}
  825.                                             <a class=\"btn btn-orange-new mb-2 blanc deco_none\" href=\"{{ path('creer_alerte', {type: 'achat', codePays: codePaysWithUnderScore}) }}\"><i class=\"fas fa-exclamation-triangle blanc\"></i>&nbsp;&nbsp;{{ translate(\"créer une alerte\",lang,\"\",\"M\", \"\") | raw }}</a>
  826.                                         {% else %}
  827.                                             <a class=\"btn btn-orange-new mb-2 blanc deco_none\" href=\"#\" role=\"button\" aria-pressed=\"true\" data-toggle=\"modal\" data-target=\"#Modalindex\" ><i class=\"fas fa-exclamation-triangle blanc\"></i>&nbsp;&nbsp;{{ translate(\"créer une alerte\",lang,\"\",\"M\", \"\") | raw }}</a>
  828.                                         {% endif %}
  829.                                     </div>
  830.                                     <!--DERNIERES ANNONCES-->
  831.                                     {{ render_esi(controller(
  832.                                           'App\\\\Controller\\\\VendreEntrepriseController::dernieresAnnoncesAcquisition',
  833.                                           {   \"lang\": lang,
  834.                                               \"codePays\": codePaysWithUnderScore }
  835.                                       )) }}
  836.                                     <!--FIN DERNIERES ANNONCES-->
  837.                                     <!--TYPE OPERATION-->
  838.                                     <div class=\"onglet5 d-none d-sm-block col-12 mt-5\">
  839.                                         <h5>{{ translate(\"recherche par type d'opération\",lang,\"\",\"M\", \"\") | raw }}</h5>
  840.                                         <nav>
  841.                                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  842.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  843.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_resultats_annonces_acquisition', {codePays: codePaysWithUnderScore}) }}?type_recherche=5&demarche=reprise_totale\">
  844.                                                         {{ translate(\"reprise totale\",lang,\"\",\"M\", \"\") | raw }}
  845.                                                     </a>
  846.                                                 </div>
  847.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  848.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_resultats_annonces_acquisition', {codePays: codePaysWithUnderScore}) }}?type_recherche=5&demarche=reprise_majoritaire\">
  849.                                                         {{ translate(\"reprise majoritaire\",lang,\"\",\"M\", \"\") | raw }}
  850.                                                     </a>
  851.                                                 </div>
  852.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  853.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_resultats_annonces_acquisition', {codePays: codePaysWithUnderScore}) }}?type_recherche=5&demarche=association_minoritaire\">
  854.                                                         {{ translate(\"reprise minoritaire\",lang,\"\",\"M\", \"\") | raw }}
  855.                                                     </a>
  856.                                                 </div>
  857.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  858.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_resultats_recherches_partenariat', {codePays: codePaysWithUnderScore}) }}?type_recherche=5\">
  859.                                                         {{ translate(\"recherche de partenaires\",lang,\"\",\"M\", \"\") | raw }}
  860.                                                     </a>
  861.                                                 </div>
  862.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  863.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_resultats_recherches_partenariat', {codePays: codePaysWithUnderScore}) }}?type_recherche=5&type_partenariat=a\">
  864.                                                         {{ translate(\"recherche d'associé\",lang,\"\",\"M\", \"\") | raw }}
  865.                                                     </a>
  866.                                                 </div>
  867.                                                 <div class=\"col-12 col-sm-6 col-lg-4 no-padding-x bl_gris br_gris\">
  868.                                                     <a class=\"nav-item nav-link\" href=\"{{ path('reprendre_entreprise_resultats_recherches_partenariat', {codePays: codePaysWithUnderScore}) }}?type_recherche=5&type_partenariat=c\">
  869.                                                         {{ translate(\"partenaires commerciaux\",lang,\"\",\"M\", \"\") | raw }}
  870.                                                     </a>
  871.                                                 </div>
  872.                                             </div>
  873.                                         </nav>
  874.                                     </div>
  875.                                     <!--FIN TYPE OPERATION-->
  876.                                     <!--LOCALISATIONS-->
  877.                                     {{ render_esi(controller(
  878.                                           'App\\\\Controller\\\\VendreEntrepriseController::trouverAnnonceAcquisitionParLocalisation',
  879.                                           {   \"lang\": lang,
  880.                                               \"codePays\": codePaysWithUnderScore }
  881.                                       )) }}
  882.                                     <!--FIN LOCALISATIONS-->
  883.                                     <!--SECTEURS ACTIVITE-->
  884.                                     {{ render_esi(controller(
  885.                                           'App\\\\Controller\\\\VendreEntrepriseController::trouverAnnonceAcquisitionParCategorie',
  886.                                           {   \"lang\": lang,
  887.                                               \"codePays\": codePaysWithUnderScore }
  888.                                       )) }}
  889.                                     <!--FIN SECTEURS ACTIVITE-->
  890.                                     <div class=\"text-center col-12 my-3\">
  891.                                         <a class=\"font-weight-bold\" href=\"{{ path('vendre_entreprise_recherche_annonces_acquisition_entreprise',{'codePays':codePaysWithUnderScore}) }}\">
  892.                                             > {{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}
  893.                                         </a>
  894.                                     </div>
  895.                                 </div>
  896.                             </div>
  897.                         </div>
  898.                     </div>
  899.                 </div>
  900.             </div><!--FIN COLONNE DROITE -->
  901.         </div> <!--FIN ROW CONTAINER -->
  902.     </div>  <!--FIN CONTAINER -->
  903. {% endblock %}
  904. {% block javascripts %}
  905.     {{ parent() }}
  906.     <script src=\"{{ asset('build/js/lib/ion.rangeSlider.min.js') }}\"></script>
  907.     <script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/reprendre_entreprise/recherche_avancee.js') }}\"></script>
  908.     <script>
  909.         \$('.area_map_france').mouseover(function () {
  910.             var lien_img_region = \$(this).attr(\"img_carte\");
  911.             \$('#carte_france_recherche').attr(\"src\", lien_img_region);
  912.         })
  913.                 .mouseout(function () {
  914.                     \$('#carte_france_recherche').attr(\"src\", \"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  915.                 });
  916.         \$('.lien_region').mouseover(function () {
  917.             var id_localisation = \$(this).attr(\"id_region\");
  918.             var lien_image_region = \"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/css/images/carte/carte_bleu/\" + id_localisation + \".png\";
  919.             \$('#carte_france_recherche').attr(\"src\", lien_image_region);
  920.         })
  921.                 .mouseout(function () {
  922.                     \$('#carte_france_recherche').attr(\"src\", \"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/css/images/carte/carte_bleu/fond_carte2.gif\");
  923.                 });
  924.         \$('#select_region').on('change', function () {
  925.             var href = \$('#select_region option:selected').data('href');
  926.             window.location.href = href;
  927.         });
  928.     </script>
  929. {% endblock %}
  930. ""vendre_entreprise/recherche_standard_acquisition.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/vendre_entreprise/recherche_standard_acquisition.html.twig");
  931.     }
  932. }