var/cache/dev/twig/99/99a58c9b9e49319db79bc7911382d667c69d4147c3674215e8738aab6485e5e4.php line 179

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* vendre_entreprise/recherche_avancee_annonce_acquisition.html.twig */
  15. class __TwigTemplate_5cc91a2efa2a6128771d2ddecdbddc8ebe0ddbf6a2c679c67f37b385c3a356db extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'description' => [$this'block_description'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'body' => [$this'block_body'],
  28.             'javascripts' => [$this'block_javascripts'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "base.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vendre_entreprise/recherche_avancee_annonce_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_avancee_annonce_acquisition.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""vendre_entreprise/recherche_avancee_annonce_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("recherche avancée, annonces de recherche d'acquistion 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("recherche avancée pour trouver des 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 "\t";
  124.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""vendre_entreprise/recherche_avancee_annonce_acquisition.html.twig"17)->unwrap()->yield($context);
  125.         // line 18
  126.         yield "\t
  127. \t<!-- Menu  -->
  128.     ";
  129.         // line 20
  130.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" =>         // line 22
  131. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'22$this->source); })()), "currentRoute" =>         // line 23
  132. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'23$this->source); })()), "codePays" =>         // line 24
  133. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'24$this->source); })())]));
  134.         // line 25
  135.         yield "
  136.   \t<!-- Menu  -->
  137.                   
  138.   \t<!-- Publicite  -->
  139.     ";
  140.         // line 29
  141.         yield from         $this->loadTemplate("includes/publicite.html.twig""vendre_entreprise/recherche_avancee_annonce_acquisition.html.twig"29)->unwrap()->yield($context);
  142.         // line 30
  143.         yield "  \t<!-- Publicite  -->
  144. \t<div class=\"container\" id=\"app\">
  145. \t\t<div class=\"row\">
  146. \t   <!--COLONNE GAUCHE -->
  147.             ";
  148.         // line 35
  149.         yield from         $this->loadTemplate("includes/colonnes_gauche.html.twig""vendre_entreprise/recherche_avancee_annonce_acquisition.html.twig"35)->unwrap()->yield($context);
  150.         // line 36
  151.         yield "            <!--FIN COLONNE GAUCHE -->
  152.             
  153.             <!--COLONNE DROITE -->
  154. \t\t\t<div class=\"col-12 col-lg-9 bkg_blanc\">
  155.                 <!-- ARIANE -->
  156.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  157.                   <ol class=\"breadcrumb\">
  158.                     <li class=\"breadcrumb-item\"><a href=\"";
  159.         // line 44
  160.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index", ["codePays" => (isset($context["codePays"]) || array_key_exists("codePays"$context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.'44$this->source); })())]), "html"nulltrue);
  161.         yield "\">";
  162.         yield $this->extensions['App\Twig\TranslationExtension']->translate("accueil", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'44$this->source); })()), """M");
  163.         yield "</a></li>
  164.                     <li class=\"breadcrumb-item\">";
  165.         // line 45
  166.         yield $this->extensions['App\Twig\TranslationExtension']->translate("vendre une entreprise ou ceder des actifs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'45$this->source); })()), """M");
  167.         yield "</li>
  168.                     <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  169.         // line 46
  170.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'46$this->source); })()), """M");
  171.         yield "</li>
  172.                   </ol>
  173.                 </nav>
  174.                 <!-- FIN ARIANE -->
  175.                 
  176.                 <div class=\"row\" >
  177.                     <div class=\"col-12 my-4\">
  178.                     \t<!-- <h2 class=\"bleu_fusacq\">";
  179.         // line 53
  180.         yield $this->extensions['App\Twig\TranslationExtension']->translate("reprendre une entreprise ou developper ma societe", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'53$this->source); })()), """M");
  181.         yield "</h2>-->
  182.                     \t<h1 class=\"recherche_avancee vert\">";
  183.         // line 54
  184.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'54$this->source); })()), """M");
  185.         yield " - ";
  186.         yield $this->extensions['App\Twig\TranslationExtension']->translate("annonces d'acquisition", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'54$this->source); })()), """M");
  187.         yield "</h1>
  188.                     </div>
  189.                 </div>
  190.                 
  191.                 <!--MOBILE-->
  192.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  193.                 \t<div class=\"onglet5 col-12 my-3 pt-3\">
  194.                 \t\t  <nav>
  195.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  196.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  197.                 \t\t\t\t<a class=\"nav-item nav-link\" href=\"";
  198.         // line 64
  199.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_annonces_acquisition_entreprise", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'64$this->source); })())]), "html"nulltrue);
  200.         yield "\">
  201.                 \t\t\t\t\t<span class=\"fs13\">";
  202.         // line 65
  203.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche standard", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'65$this->source); })()), """M");
  204.         yield "</span></a>
  205.                 \t\t\t\t</div>
  206.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  207.                 \t\t\t\t<div class=\"nav-item nav-link active\">
  208.                 \t\t\t\t\t<span class=\"fs13\">";
  209.         // line 69
  210.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'69$this->source); })()), """M");
  211.         yield "</span></div>
  212.                 \t\t\t\t</div>
  213.                 \t\t\t</div>
  214.                 \t\t  </nav>
  215.                 \t</div>
  216.                 \t<div class=\"col-12\">
  217.                 \t\t<div class=\"row\">
  218.                     \t\t<div class=\"col-6  text-center my-3 br_gris\">
  219.                     \t\t\t<div class=\"blanc bkg_vert lh099 py-3\">
  220.                     \t\t\t\t<span class=\"res_font\">";
  221.         // line 78
  222.         yield $this->extensions['App\Twig\TranslationExtension']->translate("annonce <br>d'acquisition", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'78$this->source); })()), """M""");
  223.         yield "</span>
  224.                     \t\t\t</div>
  225.                     \t\t</div>
  226.                     \t\t
  227.                     \t\t<div class=\"col-6 text-center my-3\">
  228.                         \t\t<div class=\"blanc lh099 py-3\">
  229.                         \t\t\t<a href=\"";
  230.         // line 84
  231.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'84$this->source); })())]), "html"nulltrue);
  232.         yield "?";
  233.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'84$this->source); })()), "html"nulltrue);
  234.         yield "\" class=\"vert lh099 py-3\">
  235.                         \t\t\t\t<span class=\"res_font\">";
  236.         // line 85
  237.         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.'85$this->source); })()), """M""");
  238.         yield "</span></a>
  239.                         \t\t</div>
  240.                     \t\t</div>
  241.                     \t\t
  242.                     \t\t<div class=\"col-6 text-center my-3 br_gris\">
  243.                         \t\t<div class=\"blanc lh099 py-3\">
  244.                         \t\t\t<a href=\"";
  245.         // line 91
  246.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_acquereurs_historiques", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'91$this->source); })())]), "html"nulltrue);
  247.         yield "?";
  248.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'91$this->source); })()), "html"nulltrue);
  249.         yield "\" class=\"vert lh099 py-3\">
  250.                         \t\t\t\t<span class=\"res_font\">";
  251.         // line 92
  252.         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.'92$this->source); })()), """M""");
  253.         yield "</span></a>
  254.                         \t\t</div>
  255.                     \t\t</div>
  256.                     \t\t
  257.                     \t\t<div class=\"col-6 text-center my-3 pr-4\">
  258.                         \t\t<div class=\"blanc lh099 py-3\">
  259.                         \t\t\t<a href=\"";
  260.         // line 98
  261.         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.'98$this->source); })())]), "html"nulltrue);
  262.         yield "?";
  263.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'98$this->source); })()), "html"nulltrue);
  264.         yield "\" class=\"vert lh099 py-3\">
  265.                         \t\t\t\t<span class=\"res_font\">";
  266.         // line 99
  267.         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.'99$this->source); })()), """M""");
  268.         yield "</span></a>
  269.                         \t\t</div>
  270.                     \t\t</div>
  271.                 \t\t</div>
  272.                 \t</div>
  273.                 </div>
  274.                 <!--MOBILE-->
  275.                 \t
  276.                 <!--TOUT SAUF MOBILE-->
  277.                 <div class=\"row d-none d-sm-block\">
  278.                 \t<div class=\"onglet5 col-12 mt-3\">
  279.                         <nav>
  280.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  281.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  282.                             \t\t<a class=\"nav-item nav-link\" href=\"";
  283.         // line 113
  284.         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.'113$this->source); })())]), "html"nulltrue);
  285.         yield "\">
  286.                             \t\t\t<span class=\"fs13\">";
  287.         // line 114
  288.         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.'114$this->source); })()), """M");
  289.         yield "</span>
  290.                             \t\t</a>
  291.                             \t</div>
  292.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  293.                             \t\t<div class=\"nav-item nav-link active\">
  294.                             \t\t\t<span class=\"fs13\">";
  295.         // line 119
  296.         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.'119$this->source); })()), """M");
  297.         yield "</span>
  298.                             \t\t</div>
  299.                             \t</div>
  300.                             </div>
  301.                         </nav>
  302.                 \t</div>
  303.                 \t<div class=\"onglet5 col-12 mt-5 mb-4\">
  304. \t\t\t\t\t\t<nav>
  305.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  306.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x lh13 order-4 order-sm-1\">
  307.                         \t\t\t<div class=\"nav-item nav-link active\">
  308.                         \t\t  \t\t<span class=\"fs12\">";
  309.         // line 130
  310.         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.'130$this->source); })()), """M""");
  311.         yield "</span>
  312.                         \t\t  \t</div>
  313.                         \t\t</div> 
  314.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-2\">
  315.                         \t\t  \t<a class=\"nav-item nav-link\" href=\"";
  316.         // line 134
  317.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'134$this->source); })())]), "html"nulltrue);
  318.         yield "?";
  319.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'134$this->source); })()), "html"nulltrue);
  320.         yield "\">
  321.                         \t\t  \t\t<span class=\"fs12\">";
  322.         // line 135
  323.         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.'135$this->source); })()), """M""");
  324.         yield "</span>
  325.                         \t\t  \t</a>
  326.                         \t\t</div>
  327.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3\">
  328.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  329.         // line 139
  330.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_recherche_acquereurs_historiques", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'139$this->source); })())]), "html"nulltrue);
  331.         yield "?";
  332.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'139$this->source); })()), "html"nulltrue);
  333.         yield "\">
  334.                         \t\t  \t\t<span class=\"fs12\">";
  335.         // line 140
  336.         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.'140$this->source); })()), """M""");
  337.         yield "</span>
  338.                         \t\t  \t</a>
  339.                         \t\t</div>
  340.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  341.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  342.         // line 144
  343.         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.'144$this->source); })())]), "html"nulltrue);
  344.         yield "?";
  345.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'144$this->source); })()), "html"nulltrue);
  346.         yield "\">
  347.                         \t\t  \t\t<span class=\"fs12\">";
  348.         // line 145
  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.'145$this->source); })()), """M""");
  350.         yield "</span>
  351.                         \t\t  \t</a>
  352.                         \t\t</div>
  353.                     \t\t</div>
  354.                 \t  \t</nav>
  355.                 \t</div>
  356.                 </div>
  357.                 <!--FIN TOUT SAUF MOBILE-->
  358. \t\t\t\t<div class=\"row\">
  359.                     <div class=\"col-12\">\t\t
  360.                     <div class=\"card mb-3 no_shadow\"> 
  361.                     \t<div class=\"card-body\">
  362.                     \t\t";
  363.         // line 158
  364.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'158$this->source); })()), 'form_start');
  365.         yield "
  366.                         \t<div class=\"row\">
  367.                         \t\t<!--ZONE GEOGRAPHIQUE-->
  368.                             \t<div class=\"col-12 col-lg-9 offset-lg-1\">
  369.                             \t\t<h5 class=\"gris_666\">";
  370.         // line 162
  371.         yield $this->extensions['App\Twig\TranslationExtension']->translate("localisations", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'162$this->source); })()), """M");
  372.         yield "</h5>
  373.                             \t</div>
  374.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 localisations_selected\">
  375.                             \t\t
  376.                             \t</div>
  377.                             \t<div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_localisations_selected\">
  378.                             \t\t";
  379.         // line 168
  380.         if (CoreExtension::getAttribute($this->env$this->source, ($context["parametres_localisations"] ?? null), "array_localisation", [], "any"truetruefalse168)) {
  381.             // line 169
  382.             yield "                            \t\t\t";
  383.             $context['_parent'] = $context;
  384.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["parametres_localisations"]) || array_key_exists("parametres_localisations"$context) ? $context["parametres_localisations"] : (function () { throw new RuntimeError('Variable "parametres_localisations" does not exist.'169$this->source); })()), "array_localisation", [], "any"falsefalsefalse169));
  385.             foreach ($context['_seq'] as $context["id_loc"] => $context["loc"]) {
  386.                 // line 170
  387.                 yield "                            \t\t\t<button class=\"btn btn-vert btn-localisation mr-1 mt-1\" type=\"button\" id=\"";
  388.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["id_loc"], "html"nulltrue);
  389.                 yield "\">
  390.                             \t\t\t\t";
  391.                 // line 171
  392.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["loc"], "html"nulltrue);
  393.                 yield " <i class=\"fas fa-times\"></i>
  394.                             \t\t\t</button>
  395.                             \t\t\t";
  396.             }
  397.             $_parent $context['_parent'];
  398.             unset($context['_seq'], $context['_iterated'], $context['id_loc'], $context['loc'], $context['_parent'], $context['loop']);
  399.             $context array_intersect_key($context$_parent) + $_parent;
  400.             // line 174
  401.             yield "                            \t\t";
  402.         }
  403.         // line 175
  404.         yield "                            \t</div>
  405.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  406.                             \t\t<label for=\"id_pays\">";
  407.         // line 177
  408.         yield $this->extensions['App\Twig\TranslationExtension']->translate("pays", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'177$this->source); })()), """M");
  409.         yield "</label>
  410.                             \t</div>
  411.                             \t<div class=\"col-8 col-lg-5 mb-3\">
  412.                             \t\t";
  413.         // line 180
  414.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'180$this->source); })()), "id_pays", [], "any"falsefalsefalse180), 'widget', ["attr" => ["class" => "form-control"]]);
  415.         yield "
  416.                             \t</div>
  417.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 id_region\" style=\"display: none;\">
  418.                             \t\t<label for=\"id_region\" id=\"label-lvl1\">";
  419.         // line 183
  420.         yield $this->extensions['App\Twig\TranslationExtension']->translate("region", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'183$this->source); })()), """M");
  421.         yield "</label>
  422.                             \t</div>
  423.                             \t<div class=\"col-8 col-lg-5 mb-3 id_region\" style=\"display: none;\">
  424.                             \t\t";
  425.         // line 186
  426.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'186$this->source); })()), "id_region", [], "any"falsefalsefalse186), 'widget', ["attr" => ["class" => "form-control"]]);
  427.         yield "
  428.                             \t</div>
  429.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 id_departement\" style=\"display: none;\">
  430.                             \t\t<label for=\"id_departement\" id=\"label-lvl2\">";
  431.         // line 189
  432.         yield $this->extensions['App\Twig\TranslationExtension']->translate("departement", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'189$this->source); })()), """M");
  433.         yield "</label>
  434.                             \t</div>
  435.                             \t<div class=\"col-8 col-lg-5 mb-3 id_departement\" style=\"display: none;\">
  436.                             \t\t";
  437.         // line 192
  438.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'192$this->source); })()), "id_departement", [], "any"falsefalsefalse192), 'widget', ["attr" => ["class" => "form-control"]]);
  439.         yield "
  440.                             \t</div>
  441.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  442.                             \t</div>
  443.                             \t<div class=\"col-8 col-lg-5 mb-3 btn_ajouter\" style=\"display: none;\">
  444.                                     ";
  445.         // line 197
  446.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'197$this->source); })()), "ajouter", [], "any"falsefalsefalse197), 'widget', ["attr" => ["class" => "btn btn-vert-annonce"], "label" => $this->extensions['App\Twig\TranslationExtension']->translate("ajouter", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'197$this->source); })()), """M")]);
  447.         yield "
  448.                             \t</div>
  449.                             \t";
  450.         // line 199
  451.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'199$this->source); })()), "id_localisation", [], "any"falsefalsefalse199), 'widget');
  452.         yield "
  453.                         \t\t<!--FIN ZONE GEOGRAPHIQUE-->
  454.                         \t\t
  455.                         \t\t<!--SECTEUR ACTIVITE-->
  456.                         \t\t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 bt_gris div-motscles\">
  457.                             \t\t<h5 class=\"gris_666\">";
  458.         // line 204
  459.         yield $this->extensions['App\Twig\TranslationExtension']->translate("secteur d'activité", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'204$this->source); })()), """M");
  460.         yield "</h5>
  461.                             \t</div>
  462.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  463.                             \t\t";
  464.         // line 207
  465.         $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'207$this->source); })()), "recherche_par", [], "any"falsefalsefalse207), "form_div_layout.html.twig"false);
  466.         // line 208
  467.         yield "                            \t\t<label class=\"contai\">
  468.                         \t\t\t\t";
  469.         // line 209
  470.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'209$this->source); })()), "recherche_par", [], "any"falsefalsefalse209), "children", [], "any"falsefalsefalse209), 0, [], "array"falsefalsefalse209), 'widget', ["id" => "recherche_par_motscles"]);
  471.         yield 
  472.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_motscles\">";
  473.         // line 210
  474.         yield $this->extensions['App\Twig\TranslationExtension']->translate("mots-cles", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'210$this->source); })()), """M");
  475.         yield "</label>
  476.                         \t\t\t\t<span class=\"checkma\"></span>
  477.                         \t\t\t</label>
  478.                             \t</div>
  479.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  480.                             \t\t";
  481.         // line 215
  482.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'215$this->source); })()), "reference_mots_cles", [], "any"falsefalsefalse215), 'widget', ["attr" => ["class" => "form-control"]]);
  483.         yield "
  484.                             \t</div>
  485.                             \t<div class=\"col-12 col-lg-8 offset-lg-2 mb-5 text-right\">
  486. \t\t\t\t\t\t\t\t\t<small>";
  487.         // line 218
  488.         yield $this->extensions['App\Twig\TranslationExtension']->translate("les recherches par mots-clés sont souvent plus précises que par secteurs prédéfinis", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'218$this->source); })()), """M");
  489.         yield "</small>
  490. \t\t\t\t\t\t\t\t</div>
  491.                             \t
  492.                             \t
  493.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteurs_selected\">
  494.                                 </div>
  495.                                 <div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_secteurs_selected\">
  496.                                     ";
  497.         // line 225
  498.         if (CoreExtension::getAttribute($this->env$this->source, ($context["parametres_secteurs"] ?? null), "array_secteur", [], "any"truetruefalse225)) {
  499.             // line 226
  500.             yield "                                        ";
  501.             $context['_parent'] = $context;
  502.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["parametres_secteurs"]) || array_key_exists("parametres_secteurs"$context) ? $context["parametres_secteurs"] : (function () { throw new RuntimeError('Variable "parametres_secteurs" does not exist.'226$this->source); })()), "array_secteur", [], "any"falsefalsefalse226));
  503.             foreach ($context['_seq'] as $context["id_secteur"] => $context["secteur"]) {
  504.                 // line 227
  505.                 yield "                                            <button class=\"btn btn-vert btn-secteur mr-1 mt-1\" type=\"button\" id=\"";
  506.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["id_secteur"], "html"nulltrue);
  507.                 yield "\">
  508.                                                 ";
  509.                 // line 228
  510.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["secteur"], "html"nulltrue);
  511.                 yield " <i class=\"fas fa-times\"></i>
  512.                                             </button>
  513.                                         ";
  514.             }
  515.             $_parent $context['_parent'];
  516.             unset($context['_seq'], $context['_iterated'], $context['id_secteur'], $context['secteur'], $context['_parent'], $context['loop']);
  517.             $context array_intersect_key($context$_parent) + $_parent;
  518.             // line 231
  519.             yield "                                    ";
  520.         }
  521.         // line 232
  522.         yield "                                </div>
  523.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-secteurs\">
  524.                             \t\t<label class=\"contai\">
  525.                         \t\t\t\t";
  526.         // line 235
  527.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'235$this->source); })()), "recherche_par", [], "any"falsefalsefalse235), "children", [], "any"falsefalsefalse235), 1, [], "array"falsefalsefalse235), 'widget', ["id" => "recherche_par_secteurs"]);
  528.         yield 
  529.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_secteurs\">";
  530.         // line 236
  531.         yield $this->extensions['App\Twig\TranslationExtension']->translate("secteur predefini", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'236$this->source); })()), """M");
  532.         yield "</label>
  533.                         \t\t\t\t<span class=\"checkma\"></span>
  534.                         \t\t\t</label>
  535.                             \t</div>
  536.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-secteurs\">
  537.                             \t\t";
  538.         // line 241
  539.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'241$this->source); })()), "id_secteur_activite", [], "any"falsefalsefalse241), 'widget', ["attr" => ["class" => "form-control"]]);
  540.         yield "
  541.                             \t</div>
  542.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-1 div-secteurs\" style=\"";
  543.         // line 243
  544.         if ((=== CoreExtension::compare((isset($context["show_secteur_niveau_2"]) || array_key_exists("show_secteur_niveau_2"$context) ? $context["show_secteur_niveau_2"] : (function () { throw new RuntimeError('Variable "show_secteur_niveau_2" does not exist.'243$this->source); })()), false))) {
  545.             yield "display: none;";
  546.         }
  547.         yield "\">
  548.                             \t\t<label for=\"id_secteur_activite\">";
  549.         // line 244
  550.         yield $this->extensions['App\Twig\TranslationExtension']->translate("sous-secteur niveau 1", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'244$this->source); })()), """M");
  551.         yield "</label>
  552.                             \t</div>
  553.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-1 div-secteurs\" style=\"";
  554.         // line 246
  555.         if ((=== CoreExtension::compare((isset($context["show_secteur_niveau_2"]) || array_key_exists("show_secteur_niveau_2"$context) ? $context["show_secteur_niveau_2"] : (function () { throw new RuntimeError('Variable "show_secteur_niveau_2" does not exist.'246$this->source); })()), false))) {
  556.             yield "display: none;";
  557.         }
  558.         yield "\">
  559.                             \t\t";
  560.         // line 247
  561.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'247$this->source); })()), "id_secteur_activite2", [], "any"falsefalsefalse247), 'widget', ["attr" => ["class" => "form-control"]]);
  562.         yield "
  563.                             \t</div>
  564.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-2 div-secteurs\" style=\"";
  565.         // line 249
  566.         if ((=== CoreExtension::compare((isset($context["show_secteur_niveau_3"]) || array_key_exists("show_secteur_niveau_3"$context) ? $context["show_secteur_niveau_3"] : (function () { throw new RuntimeError('Variable "show_secteur_niveau_3" does not exist.'249$this->source); })()), false))) {
  567.             yield "display: none;";
  568.         }
  569.         yield "\">
  570.                             \t\t<label for=\"id_secteur_activite\">";
  571.         // line 250
  572.         yield $this->extensions['App\Twig\TranslationExtension']->translate("sous-secteur niveau 2", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'250$this->source); })()), """M");
  573.         yield "</label>
  574.                             \t</div>
  575.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-2 div-secteurs\" style=\"";
  576.         // line 252
  577.         if ((=== CoreExtension::compare((isset($context["show_secteur_niveau_3"]) || array_key_exists("show_secteur_niveau_3"$context) ? $context["show_secteur_niveau_3"] : (function () { throw new RuntimeError('Variable "show_secteur_niveau_3" does not exist.'252$this->source); })()), false))) {
  578.             yield "display: none;";
  579.         }
  580.         yield "\">
  581.                             \t\t";
  582.         // line 253
  583.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'253$this->source); })()), "id_secteur_activite3", [], "any"falsefalsefalse253), 'widget', ["attr" => ["class" => "form-control"]]);
  584.         yield "
  585.                             \t</div>
  586.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  587.                                 </div>
  588.                                 <div class=\"col-8 col-lg-5 mb-3 ajouter_secteur_activite\" style=\"display: none;\">
  589.                                     ";
  590.         // line 258
  591.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'258$this->source); })()), "ajouter_secteur_activite", [], "any"falsefalsefalse258), 'widget', ["attr" => ["class" => "btn btn-vert"], "label" => $this->extensions['App\Twig\TranslationExtension']->translate("ajouter", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'258$this->source); })()), """M")]);
  592.         yield "
  593.                                 </div>
  594.                         \t\t<!--FIN SECTEUR ACTIVITE-->
  595.                             \t
  596.                         \t\t<!--ACQUEREUR-->
  597.                             \t<div class=\"col-12 col-lg-9 offset-lg-1 mt-3 pt-3 bt_gris\">
  598.                             \t\t<h5 class=\"gris_666\">";
  599.         // line 264
  600.         yield $this->extensions['App\Twig\TranslationExtension']->translate("type d'acquereur", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'264$this->source); })()), """M");
  601.         yield "</h5>
  602.                             \t</div>
  603.                             \t<div class=\"col-12 col-lg-10 offset-lg-2 mt-1 mb-3\">
  604.                     \t\t\t\t";
  605.         // line 267
  606.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'267$this->source); })()), "type_acquereur", [], "any"falsefalsefalse267), 'widget');
  607.         yield "
  608.                             \t</div>
  609.                             \t<div class=\"col-12 col-lg-9 offset-lg-1 mt-3 pt-3 bt_gris\">
  610.                             \t\t<h5 class=\"gris_666\">";
  611.         // line 270
  612.         yield $this->extensions['App\Twig\TranslationExtension']->translate("vous recherchez un acquereur qui souhaite", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'270$this->source); })()), """M");
  613.         yield "</h5>
  614.                             \t</div>
  615.                             \t<div class=\"col-12 col-lg-10 offset-lg-2 mt-1 mb-3\">
  616.                     \t\t\t\t";
  617.         // line 273
  618.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'273$this->source); })()), "demarche", [], "any"falsefalsefalse273), 'widget', ["attr" => ["class" => "vertical-input"]]);
  619.         yield "
  620.                             \t</div>
  621. \t\t\t\t\t\t\t\t<!--FIN ACQUEREUR-->
  622.                         \t\t<div class=\"col-12 text-center mt-4 mt-3\">
  623.                         \t\t\t";
  624.         // line 278
  625.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'278$this->source); })()), "type_recherche", [], "any"falsefalsefalse278), 'widget');
  626.         yield "
  627.                         \t\t\t";
  628.         // line 279
  629.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'279$this->source); })()), "rechercher", [], "any"falsefalsefalse279), 'widget', ["attr" => ["class" => "btn btn-vert-annonce"], "label" => $this->extensions['App\Twig\TranslationExtension']->translate("rechercher", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'279$this->source); })()), """M")]);
  630.         yield "
  631.                         \t\t</div>
  632.                         \t</div>
  633.                         \t";
  634.         // line 282
  635.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'282$this->source); })()), 'form_end');
  636.         yield "
  637.                     \t</div>
  638.                     </div>
  639.                     <!--FIN ANNONCE 2 ALAUNE-->
  640.                     
  641.                     </div>
  642.                 </div>
  643.                 
  644.             </div><!--FIN COLONNE DROITE --> 
  645.                 
  646. \t\t</div> <!--FIN ROW CONTAINER --> 
  647. \t</div>  <!--FIN CONTAINER -->
  648.   ";
  649.         
  650.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  651.         
  652.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  653.         return; yield '';
  654.     }
  655.     // line 297
  656.     public function block_javascripts($context, array $blocks = [])
  657.     {
  658.         $macros $this->macros;
  659.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  660.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  661.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  662.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  663.         yield 
  664.     ";
  665.         // line 298
  666.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  667.         yield "
  668.     <script src=\"";
  669.         // line 299
  670.         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);
  671.         yield "\"></script>
  672. \t<script type=\"module\" data-name=\"";
  673.         // line 300
  674.         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.'300$this->source); })()), "html"nulltrue);
  675.         yield "\" id=\"codePaysParam\" src=\"";
  676.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/vendre_entreprise/recherche_avancee.js"), "html"nulltrue);
  677.         yield "\"></script>
  678. ";
  679.         
  680.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  681.         
  682.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  683.         return; yield '';
  684.     }
  685.     /**
  686.      * @codeCoverageIgnore
  687.      */
  688.     public function getTemplateName()
  689.     {
  690.         return "vendre_entreprise/recherche_avancee_annonce_acquisition.html.twig";
  691.     }
  692.     /**
  693.      * @codeCoverageIgnore
  694.      */
  695.     public function isTraitable()
  696.     {
  697.         return false;
  698.     }
  699.     /**
  700.      * @codeCoverageIgnore
  701.      */
  702.     public function getDebugInfo()
  703.     {
  704.         return array (  713 => 300,  709 => 299,  705 => 298,  693 => 297,  668 => 282,  662 => 279,  658 => 278,  650 => 273,  644 => 270,  638 => 267,  632 => 264,  623 => 258,  615 => 253,  609 => 252,  604 => 250,  598 => 249,  593 => 247,  587 => 246,  582 => 244,  576 => 243,  571 => 241,  563 => 236,  559 => 235,  554 => 232,  551 => 231,  542 => 228,  537 => 227,  532 => 226,  530 => 225,  520 => 218,  514 => 215,  506 => 210,  502 => 209,  499 => 208,  497 => 207,  491 => 204,  483 => 199,  478 => 197,  470 => 192,  464 => 189,  458 => 186,  452 => 183,  446 => 180,  440 => 177,  436 => 175,  433 => 174,  424 => 171,  419 => 170,  414 => 169,  412 => 168,  403 => 162,  396 => 158,  380 => 145,  374 => 144,  367 => 140,  361 => 139,  354 => 135,  348 => 134,  341 => 130,  327 => 119,  319 => 114,  315 => 113,  298 => 99,  292 => 98,  283 => 92,  277 => 91,  268 => 85,  262 => 84,  253 => 78,  241 => 69,  234 => 65,  230 => 64,  215 => 54,  211 => 53,  201 => 46,  197 => 45,  191 => 44,  181 => 36,  179 => 35,  172 => 30,  170 => 29,  164 => 25,  162 => 24,  161 => 23,  160 => 22,  159 => 20,  155 => 18,  152 => 17,  142 => 16,  129 => 13,  125 => 12,  111 => 11,  97 => 8,  87 => 7,  73 => 4,  63 => 3,  40 => 1,);
  705.     }
  706.     public function getSourceContext()
  707.     {
  708.         return new Source("{% extends 'base.html.twig' %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  709. {% block title %}
  710. <title>{{ translate(\"recherche avancée, annonces de recherche d'acquistion d'entreprises\" ,lang,\"\",\"M\") | raw }}</title>
  711. {% endblock %}
  712. {% block description %}
  713. <meta name=\"description\" content=\"{{ translate(\"recherche avancée pour trouver des annonces de recherche d'acquisition d'entreprises\" ,lang,\"\",\"M\") | raw }}\">
  714. {% endblock %}
  715. {% block stylesheets %}  {{ parent() }}
  716. <link rel=\"stylesheet\" href=\"{{ asset('build/css/lib/range-slider.css') }}\"/>
  717. <link rel=\"stylesheet\" href=\"{{ asset('build/css/reprendre_entreprise/rechercheavancee.css') }}\"/>
  718. {% endblock %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  719. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  720. {% block body %}
  721. \t{% include 'assets/assets_vuejs.html.twig' %}
  722. \t
  723. \t<!-- Menu  -->
  724.     {{ render_esi(controller(
  725.       'App\\\\Controller\\\\CoreController::menu',
  726.       {   \"lang\": lang,
  727.           \"currentRoute\":currentRoute,
  728.           \"codePays\": codePaysWithUnderScore }
  729.     )) }}
  730.   \t<!-- Menu  -->
  731.                   
  732.   \t<!-- Publicite  -->
  733.     {% include 'includes/publicite.html.twig' %}
  734.   \t<!-- Publicite  -->
  735. \t<div class=\"container\" id=\"app\">
  736. \t\t<div class=\"row\">
  737. \t   <!--COLONNE GAUCHE -->
  738.             {% include 'includes/colonnes_gauche.html.twig' %}
  739.             <!--FIN COLONNE GAUCHE -->
  740.             
  741.             <!--COLONNE DROITE -->
  742. \t\t\t<div class=\"col-12 col-lg-9 bkg_blanc\">
  743.                 <!-- ARIANE -->
  744.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  745.                   <ol class=\"breadcrumb\">
  746.                     <li class=\"breadcrumb-item\"><a href=\"{{ path('index',{'codePays':codePays}  ) }}\">{{ translate(\"accueil\",lang,\"\",\"M\") | raw }}</a></li>
  747.                     <li class=\"breadcrumb-item\">{{ translate(\"vendre une entreprise ou ceder des actifs\",lang,\"\",\"M\") | raw }}</li>
  748.                     <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</li>
  749.                   </ol>
  750.                 </nav>
  751.                 <!-- FIN ARIANE -->
  752.                 
  753.                 <div class=\"row\" >
  754.                     <div class=\"col-12 my-4\">
  755.                     \t<!-- <h2 class=\"bleu_fusacq\">{{ translate(\"reprendre une entreprise ou developper ma societe\",lang,\"\",\"M\") | raw }}</h2>-->
  756.                     \t<h1 class=\"recherche_avancee vert\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }} - {{ translate(\"annonces d'acquisition\",lang,\"\",\"M\") | raw }}</h1>
  757.                     </div>
  758.                 </div>
  759.                 
  760.                 <!--MOBILE-->
  761.                 <div class=\"row d-block d-sm-none mt-4 bkg_gris_clair\">
  762.                 \t<div class=\"onglet5 col-12 my-3 pt-3\">
  763.                 \t\t  <nav>
  764.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  765.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  766.                 \t\t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_annonces_acquisition_entreprise', {codePays: codePaysWithUnderScore}) }}\">
  767.                 \t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche standard\",lang,\"\",\"M\") | raw }}</span></a>
  768.                 \t\t\t\t</div>
  769.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  770.                 \t\t\t\t<div class=\"nav-item nav-link active\">
  771.                 \t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span></div>
  772.                 \t\t\t\t</div>
  773.                 \t\t\t</div>
  774.                 \t\t  </nav>
  775.                 \t</div>
  776.                 \t<div class=\"col-12\">
  777.                 \t\t<div class=\"row\">
  778.                     \t\t<div class=\"col-6  text-center my-3 br_gris\">
  779.                     \t\t\t<div class=\"blanc bkg_vert lh099 py-3\">
  780.                     \t\t\t\t<span class=\"res_font\">{{ translate(\"annonce <br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  781.                     \t\t\t</div>
  782.                     \t\t</div>
  783.                     \t\t
  784.                     \t\t<div class=\"col-6 text-center my-3\">
  785.                         \t\t<div class=\"blanc lh099 py-3\">
  786.                         \t\t\t<a href=\"{{ path('vendre_entreprise_recherche_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  787.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span></a>
  788.                         \t\t</div>
  789.                     \t\t</div>
  790.                     \t\t
  791.                     \t\t<div class=\"col-6 text-center my-3 br_gris\">
  792.                         \t\t<div class=\"blanc lh099 py-3\">
  793.                         \t\t\t<a href=\"{{ path('vendre_entreprise_recherche_acquereurs_historiques',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  794.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span></a>
  795.                         \t\t</div>
  796.                     \t\t</div>
  797.                     \t\t
  798.                     \t\t<div class=\"col-6 text-center my-3 pr-4\">
  799.                         \t\t<div class=\"blanc lh099 py-3\">
  800.                         \t\t\t<a href=\"{{ path('vendre_entreprise_recherche_fonds_acquereurs',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"vert lh099 py-3\">
  801.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span></a>
  802.                         \t\t</div>
  803.                     \t\t</div>
  804.                 \t\t</div>
  805.                 \t</div>
  806.                 </div>
  807.                 <!--MOBILE-->
  808.                 \t
  809.                 <!--TOUT SAUF MOBILE-->
  810.                 <div class=\"row d-none d-sm-block\">
  811.                 \t<div class=\"onglet5 col-12 mt-3\">
  812.                         <nav>
  813.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  814.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  815.                             \t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_annonces_acquisition_entreprise', {codePays: codePaysWithUnderScore}) }}\">
  816.                             \t\t\t<span class=\"fs13\">{{ translate(\"tous les acheteurs\",lang,\"\",\"M\") | raw }}</span>
  817.                             \t\t</a>
  818.                             \t</div>
  819.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  820.                             \t\t<div class=\"nav-item nav-link active\">
  821.                             \t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  822.                             \t\t</div>
  823.                             \t</div>
  824.                             </div>
  825.                         </nav>
  826.                 \t</div>
  827.                 \t<div class=\"onglet5 col-12 mt-5 mb-4\">
  828. \t\t\t\t\t\t<nav>
  829.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  830.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x lh13 order-4 order-sm-1\">
  831.                         \t\t\t<div class=\"nav-item nav-link active\">
  832.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"annonces<br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  833.                         \t\t  \t</div>
  834.                         \t\t</div> 
  835.                         \t  \t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-2\">
  836.                         \t\t  \t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  837.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  838.                         \t\t  \t</a>
  839.                         \t\t</div>
  840.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris  lh13 order-sm-3\">
  841.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_acquereurs_historiques',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  842.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"acheteurs<br>potentiels\",lang,\"\",\"M\", \"\") | raw }}</span>
  843.                         \t\t  \t</a>
  844.                         \t\t</div>
  845.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-4\">
  846.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('vendre_entreprise_recherche_fonds_acquereurs',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  847.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"fonds<br>acquereurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  848.                         \t\t  \t</a>
  849.                         \t\t</div>
  850.                     \t\t</div>
  851.                 \t  \t</nav>
  852.                 \t</div>
  853.                 </div>
  854.                 <!--FIN TOUT SAUF MOBILE-->
  855. \t\t\t\t<div class=\"row\">
  856.                     <div class=\"col-12\">\t\t
  857.                     <div class=\"card mb-3 no_shadow\"> 
  858.                     \t<div class=\"card-body\">
  859.                     \t\t{{ form_start(form) }}
  860.                         \t<div class=\"row\">
  861.                         \t\t<!--ZONE GEOGRAPHIQUE-->
  862.                             \t<div class=\"col-12 col-lg-9 offset-lg-1\">
  863.                             \t\t<h5 class=\"gris_666\">{{ translate(\"localisations\",lang,\"\",\"M\") | raw }}</h5>
  864.                             \t</div>
  865.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 localisations_selected\">
  866.                             \t\t
  867.                             \t</div>
  868.                             \t<div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_localisations_selected\">
  869.                             \t\t{% if parametres_localisations.array_localisation is defined %}
  870.                             \t\t\t{% for id_loc, loc in parametres_localisations.array_localisation %}
  871.                             \t\t\t<button class=\"btn btn-vert btn-localisation mr-1 mt-1\" type=\"button\" id=\"{{ id_loc }}\">
  872.                             \t\t\t\t{{ loc }} <i class=\"fas fa-times\"></i>
  873.                             \t\t\t</button>
  874.                             \t\t\t{% endfor %}
  875.                             \t\t{% endif %}
  876.                             \t</div>
  877.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  878.                             \t\t<label for=\"id_pays\">{{ translate(\"pays\",lang,\"\",\"M\") | raw }}</label>
  879.                             \t</div>
  880.                             \t<div class=\"col-8 col-lg-5 mb-3\">
  881.                             \t\t{{ form_widget(form.id_pays, {'attr': {'class': 'form-control'}}) }}
  882.                             \t</div>
  883.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 id_region\" style=\"display: none;\">
  884.                             \t\t<label for=\"id_region\" id=\"label-lvl1\">{{ translate(\"region\",lang,\"\",\"M\") | raw }}</label>
  885.                             \t</div>
  886.                             \t<div class=\"col-8 col-lg-5 mb-3 id_region\" style=\"display: none;\">
  887.                             \t\t{{ form_widget(form.id_region, {'attr': {'class': 'form-control'}}) }}
  888.                             \t</div>
  889.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 id_departement\" style=\"display: none;\">
  890.                             \t\t<label for=\"id_departement\" id=\"label-lvl2\">{{ translate(\"departement\",lang,\"\",\"M\") | raw }}</label>
  891.                             \t</div>
  892.                             \t<div class=\"col-8 col-lg-5 mb-3 id_departement\" style=\"display: none;\">
  893.                             \t\t{{ form_widget(form.id_departement, {'attr': {'class': 'form-control'}}) }}
  894.                             \t</div>
  895.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  896.                             \t</div>
  897.                             \t<div class=\"col-8 col-lg-5 mb-3 btn_ajouter\" style=\"display: none;\">
  898.                                     {{ form_widget(form.ajouter, {'attr': {'class': 'btn btn-vert-annonce'}, 'label': translate(\"ajouter\",lang,\"\",\"M\") | raw  }) }}
  899.                             \t</div>
  900.                             \t{{ form_widget(form.id_localisation) }}
  901.                         \t\t<!--FIN ZONE GEOGRAPHIQUE-->
  902.                         \t\t
  903.                         \t\t<!--SECTEUR ACTIVITE-->
  904.                         \t\t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 bt_gris div-motscles\">
  905.                             \t\t<h5 class=\"gris_666\">{{ translate(\"secteur d'activité\",lang,\"\",\"M\") | raw }}</h5>
  906.                             \t</div>
  907.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  908.                             \t\t{% form_theme form.recherche_par with 'form_div_layout.html.twig' only %}
  909.                             \t\t<label class=\"contai\">
  910.                         \t\t\t\t{{ form_widget(form.recherche_par.children[0], { 'id': 'recherche_par_motscles' }) }} 
  911.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_motscles\">{{ translate(\"mots-cles\",lang,\"\",\"M\") | raw }}</label>
  912.                         \t\t\t\t<span class=\"checkma\"></span>
  913.                         \t\t\t</label>
  914.                             \t</div>
  915.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  916.                             \t\t{{ form_widget(form.reference_mots_cles, {'attr': {'class': 'form-control'}}) }}
  917.                             \t</div>
  918.                             \t<div class=\"col-12 col-lg-8 offset-lg-2 mb-5 text-right\">
  919. \t\t\t\t\t\t\t\t\t<small>{{ translate(\"les recherches par mots-clés sont souvent plus précises que par secteurs prédéfinis\",lang,\"\",\"M\") | raw }}</small>
  920. \t\t\t\t\t\t\t\t</div>
  921.                             \t
  922.                             \t
  923.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteurs_selected\">
  924.                                 </div>
  925.                                 <div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_secteurs_selected\">
  926.                                     {% if parametres_secteurs.array_secteur is defined %}
  927.                                         {% for id_secteur, secteur in parametres_secteurs.array_secteur %}
  928.                                             <button class=\"btn btn-vert btn-secteur mr-1 mt-1\" type=\"button\" id=\"{{ id_secteur }}\">
  929.                                                 {{ secteur }} <i class=\"fas fa-times\"></i>
  930.                                             </button>
  931.                                         {% endfor %}
  932.                                     {% endif %}
  933.                                 </div>
  934.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-secteurs\">
  935.                             \t\t<label class=\"contai\">
  936.                         \t\t\t\t{{ form_widget(form.recherche_par.children[1], { 'id': 'recherche_par_secteurs' }) }} 
  937.                         \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_secteurs\">{{ translate(\"secteur predefini\",lang,\"\",\"M\") | raw }}</label>
  938.                         \t\t\t\t<span class=\"checkma\"></span>
  939.                         \t\t\t</label>
  940.                             \t</div>
  941.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group div-secteurs\">
  942.                             \t\t{{ form_widget(form.id_secteur_activite, {'attr': {'class': 'form-control'}}) }}
  943.                             \t</div>
  944.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-1 div-secteurs\" style=\"{% if show_secteur_niveau_2 == false %}display: none;{% endif %}\">
  945.                             \t\t<label for=\"id_secteur_activite\">{{ translate(\"sous-secteur niveau 1\",lang,\"\",\"M\") | raw }}</label>
  946.                             \t</div>
  947.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-1 div-secteurs\" style=\"{% if show_secteur_niveau_2 == false %}display: none;{% endif %}\">
  948.                             \t\t{{ form_widget(form.id_secteur_activite2, {'attr': {'class': 'form-control'}}) }}
  949.                             \t</div>
  950.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-2 div-secteurs\" style=\"{% if show_secteur_niveau_3 == false %}display: none;{% endif %}\">
  951.                             \t\t<label for=\"id_secteur_activite\">{{ translate(\"sous-secteur niveau 2\",lang,\"\",\"M\") | raw }}</label>
  952.                             \t</div>
  953.                             \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-2 div-secteurs\" style=\"{% if show_secteur_niveau_3 == false %}display: none;{% endif %}\">
  954.                             \t\t{{ form_widget(form.id_secteur_activite3, {'attr': {'class': 'form-control'}}) }}
  955.                             \t</div>
  956.                             \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  957.                                 </div>
  958.                                 <div class=\"col-8 col-lg-5 mb-3 ajouter_secteur_activite\" style=\"display: none;\">
  959.                                     {{ form_widget(form.ajouter_secteur_activite, {'attr': {'class': 'btn btn-vert'}, 'label': translate(\"ajouter\",lang,\"\",\"M\") | raw  }) }}
  960.                                 </div>
  961.                         \t\t<!--FIN SECTEUR ACTIVITE-->
  962.                             \t
  963.                         \t\t<!--ACQUEREUR-->
  964.                             \t<div class=\"col-12 col-lg-9 offset-lg-1 mt-3 pt-3 bt_gris\">
  965.                             \t\t<h5 class=\"gris_666\">{{ translate(\"type d'acquereur\",lang,\"\",\"M\") | raw }}</h5>
  966.                             \t</div>
  967.                             \t<div class=\"col-12 col-lg-10 offset-lg-2 mt-1 mb-3\">
  968.                     \t\t\t\t{{ form_widget(form.type_acquereur) }}
  969.                             \t</div>
  970.                             \t<div class=\"col-12 col-lg-9 offset-lg-1 mt-3 pt-3 bt_gris\">
  971.                             \t\t<h5 class=\"gris_666\">{{ translate(\"vous recherchez un acquereur qui souhaite\",lang,\"\",\"M\") | raw }}</h5>
  972.                             \t</div>
  973.                             \t<div class=\"col-12 col-lg-10 offset-lg-2 mt-1 mb-3\">
  974.                     \t\t\t\t{{ form_widget(form.demarche, {'attr': {'class': 'vertical-input'}}) }}
  975.                             \t</div>
  976. \t\t\t\t\t\t\t\t<!--FIN ACQUEREUR-->
  977.                         \t\t<div class=\"col-12 text-center mt-4 mt-3\">
  978.                         \t\t\t{{ form_widget(form.type_recherche) }}
  979.                         \t\t\t{{ form_widget(form.rechercher, {'attr': {'class': 'btn btn-vert-annonce'}, 'label': translate(\"rechercher\",lang,\"\",\"M\") | raw  }) }}
  980.                         \t\t</div>
  981.                         \t</div>
  982.                         \t{{ form_end(form) }}
  983.                     \t</div>
  984.                     </div>
  985.                     <!--FIN ANNONCE 2 ALAUNE-->
  986.                     
  987.                     </div>
  988.                 </div>
  989.                 
  990.             </div><!--FIN COLONNE DROITE --> 
  991.                 
  992. \t\t</div> <!--FIN ROW CONTAINER --> 
  993. \t</div>  <!--FIN CONTAINER -->
  994.   {% endblock %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  995. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  996. {% block javascripts %} 
  997.     {{ parent() }}
  998.     <script src=\"{{ asset('build/js/lib/ion.rangeSlider.min.js') }}\"></script>
  999. \t<script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/vendre_entreprise/recherche_avancee.js') }}\"></script>
  1000. {% endblock %}""vendre_entreprise/recherche_avancee_annonce_acquisition.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/vendre_entreprise/recherche_avancee_annonce_acquisition.html.twig");
  1001.     }
  1002. }