var/cache/dev/twig/9d/9d1863e463c2ab128ad4f4b9ff5d5ecaa3e983914097091b2f402e8a2c02a262.php line 146

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