var/cache/dev/twig/f7/f79424107594a890e6b66700e3b0b7674a8ede092b384f47bbc0498eb55e9fad.php line 150

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_cv_repreneur.html.twig */
  15. class __TwigTemplate_e93d3f0754d65765be176be2554b38ce184dd47a182d0200f56853def95027e3 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_cv_repreneur.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ouvrir_capital/recherche_avancee_cv_repreneur.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""ouvrir_capital/recherche_avancee_cv_repreneur.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 3
  51.     public function block_title($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  58.         // line 4
  59.         yield "<title>";
  60.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancée, CV de repreneurs", (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 CV de repreneurs", (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. <link rel=\"stylesheet\" href=\"";
  112.         // line 15
  113.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/annuaires/repreneurs/repreneurs_recherche.css"), "html"nulltrue);
  114.         yield "\">
  115. ";
  116.         
  117.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  118.         
  119.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  120.         return; yield '';
  121.     }
  122.     // line 18
  123.     public function block_body($context, array $blocks = [])
  124.     {
  125.         $macros $this->macros;
  126.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  127.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  128.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  129.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  130.         // line 19
  131.         yield "\t";
  132.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""ouvrir_capital/recherche_avancee_cv_repreneur.html.twig"19)->unwrap()->yield($context);
  133.         // line 20
  134.         yield "\t
  135. \t<!-- Menu  -->
  136.     ";
  137.         // line 22
  138.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" =>         // line 24
  139. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'24$this->source); })()), "currentRoute" =>         // line 25
  140. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'25$this->source); })()), "codePays" =>         // line 26
  141. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'26$this->source); })())]));
  142.         // line 27
  143.         yield "
  144.   \t<!-- Menu  -->
  145.                   
  146.   \t<!-- Publicite  -->
  147.     ";
  148.         // line 31
  149.         yield from         $this->loadTemplate("includes/publicite.html.twig""ouvrir_capital/recherche_avancee_cv_repreneur.html.twig"31)->unwrap()->yield($context);
  150.         // line 32
  151.         yield "  \t<!-- Publicite  -->
  152. \t<div class=\"container\" id=\"app\">
  153. \t\t<div class=\"row\">
  154. \t\t\t<!--COLONNE GAUCHE -->
  155.             ";
  156.         // line 37
  157.         yield from         $this->loadTemplate("includes/colonnes_gauche.html.twig""ouvrir_capital/recherche_avancee_cv_repreneur.html.twig"37)->unwrap()->yield($context);
  158.         // line 38
  159.         yield "            <!--FIN COLONNE GAUCHE -->
  160.             
  161.             <!--COLONNE DROITE -->
  162. \t\t\t<div class=\"col-12 col-lg-9 bkg_blanc\">
  163.                 <!-- ARIANE -->
  164.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  165.                   <ol class=\"breadcrumb\">
  166.                     <li class=\"breadcrumb-item\"><a href=\"";
  167.         // line 46
  168.         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.'46$this->source); })())]), "html"nulltrue);
  169.         yield "\">";
  170.         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.'46$this->source); })()), """M");
  171.         yield "</a></li>
  172.                     <li class=\"breadcrumb-item\">";
  173.         // line 47
  174.         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.'47$this->source); })()), """M");
  175.         yield "</li>
  176.                     <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  177.         // line 48
  178.         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.'48$this->source); })()), """M");
  179.         yield "</li>
  180.                   </ol>
  181.                 </nav>
  182.                 <!-- FIN ARIANE -->
  183.                 
  184.                 <div class=\"row\" >
  185.                     <div class=\"col-12 my-4\">
  186.                     \t<!-- <h2 class=\"bleu_fusacq\">";
  187.         // line 55
  188.         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.'55$this->source); })()), """M");
  189.         yield "</h2>-->
  190.                     \t<h1 class=\"recherche_avancee orange-new\">";
  191.         // line 56
  192.         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.'56$this->source); })()), """M");
  193.         yield " - ";
  194.         yield $this->extensions['App\Twig\TranslationExtension']->translate("CV de repreneurs", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'56$this->source); })()), """M");
  195.         yield "</h1>
  196.                     \t<a href=\"#\" data-toggle=\"modal\" data-target=\"#modal-explication-generale\" title=\"\" class=\"underlined\">";
  197.         // line 57
  198.         yield $this->extensions['App\Twig\TranslationExtension']->translate("que sont les \"CV de repreneurs\" proposés par FUSACQ ?", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'57$this->source); })()), """M");
  199.         yield "</a>
  200.                     </div>
  201.                 </div>
  202.                 
  203.                 <!--MOBILE-->
  204.                 <div class=\"row d-block d-sm-none bkg_gris_clair\">
  205.                 \t<div class=\"onglet8 col-12 my-3 pt-3\">
  206.                 \t\t  <nav>
  207.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  208.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  209.                 \t\t\t\t<a class=\"nav-item nav-link\" href=\"";
  210.         // line 67
  211.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_cv_repreneurs", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'67$this->source); })())]), "html"nulltrue);
  212.         yield "\">
  213.                 \t\t\t\t\t<span class=\"fs13\">";
  214.         // line 68
  215.         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.'68$this->source); })()), """M");
  216.         yield "</span></a>
  217.                 \t\t\t\t</div>
  218.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  219.                 \t\t\t\t<div class=\"nav-item nav-link active\">
  220.                 \t\t\t\t\t<span class=\"fs13\">";
  221.         // line 72
  222.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'72$this->source); })()), """M");
  223.         yield "</span></div>
  224.                 \t\t\t\t</div>
  225.                 \t\t\t</div>
  226.                 \t\t  </nav>
  227.                 \t</div>
  228.                 \t<div class=\"col-12 mb-3\">
  229.                 \t\t<div class=\"row\">
  230.                 \t\t\t<div class=\"col-6 text-center my-3 br_gris\">
  231.                         \t\t<div class=\"blanc lh099 py-3\">
  232.                         \t\t\t<a href=\"";
  233.         // line 81
  234.         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.'81$this->source); })())]), "html"nulltrue);
  235.         yield "?";
  236.         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.'81$this->source); })()), "html"nulltrue);
  237.         yield "\" class=\"orange-new lh099 py-3\">
  238.                         \t\t\t\t<span class=\"res_font\">";
  239.         // line 82
  240.         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.'82$this->source); })()), """M""");
  241.         yield "</span>
  242.                         \t\t\t</a>
  243.                         \t\t</div>
  244.                     \t\t</div>
  245.                 \t\t
  246.                     \t\t<div class=\"col-6 text-center my-3 pr-4 br_gris\">
  247.                         \t\t<div class=\"blanc lh099 py-3\">
  248.                         \t\t\t<a href=\"";
  249.         // line 89
  250.         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.'89$this->source); })())]), "html"nulltrue);
  251.         yield "?";
  252.         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.'89$this->source); })()), "html"nulltrue);
  253.         yield "\" class=\"orange-new lh099 py-3\">
  254.                         \t\t\t\t<span class=\"res_font\">";
  255.         // line 90
  256.         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.'90$this->source); })()), """M""");
  257.         yield "</span>
  258.                         \t\t\t</a>
  259.                         \t\t</div>
  260.                     \t\t</div>
  261.                     \t\t
  262.                     \t\t<div class=\"col-6 text-center my-3\">
  263.                         \t\t<div class=\"blanc bkg_orange_new lh099 py-3\">
  264.                         \t\t\t<span class=\"res_font\">";
  265.         // line 97
  266.         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.'97$this->source); })()), """M""");
  267.         yield "</span>
  268.                         \t\t</div>
  269.                     \t\t</div>
  270.                     \t\t
  271.                     \t\t<div class=\"col-6 text-center my-3\">
  272.                     \t\t\t<div class=\"blanc lh099 py-3\">
  273.                     \t\t\t\t<a href=\"";
  274.         // line 103
  275.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_fonds_investissement", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'103$this->source); })())]), "html"nulltrue);
  276.         yield "?";
  277.         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.'103$this->source); })()), "html"nulltrue);
  278.         yield "\" class=\"orange-new lh099 py-3\">
  279.                     \t\t\t\t\t<span class=\"res_font\">";
  280.         // line 104
  281.         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.'104$this->source); })()), """M""");
  282.         yield "</span>
  283.                     \t\t\t\t</a>
  284.                     \t\t\t</div>
  285.                     \t\t</div>
  286.                 \t\t</div>
  287.                 \t</div>
  288.                 </div>
  289.                 <!--MOBILE-->
  290.                 
  291.                 <!--TOUT SAUF MOBILE-->
  292.                 <div class=\"row d-none d-sm-block\">
  293.                 \t<div class=\"onglet8 col-12 mt-3\">
  294.                         <nav>
  295.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  296.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  297.                             \t\t<a class=\"nav-item nav-link\" href=\"";
  298.         // line 119
  299.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_cv_repreneurs", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'119$this->source); })())]), "html"nulltrue);
  300.         yield "\">
  301.                             \t\t\t<span class=\"fs13\">";
  302.         // line 120
  303.         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.'120$this->source); })()), """M");
  304.         yield "</span>
  305.                             \t\t</a>
  306.                             \t</div>
  307.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  308.                             \t\t<div class=\"nav-item nav-link active\">
  309.                             \t\t\t<span class=\"fs13\">";
  310.         // line 125
  311.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancee", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'125$this->source); })()), """M");
  312.         yield "</span>
  313.                             \t\t</div>
  314.                             \t</div>
  315.                             </div>
  316.                         </nav>
  317.                 \t</div>
  318.                 \t<div class=\"onglet8 col-12 mt-5 mb-4\">
  319. \t\t\t\t\t\t<nav>
  320.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  321.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  322.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  323.         // line 135
  324.         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.'135$this->source); })())]), "html"nulltrue);
  325.         yield "?";
  326.         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.'135$this->source); })()), "html"nulltrue);
  327.         yield "\">
  328.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">";
  329.         // line 136
  330.         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.'136$this->source); })()), """M""");
  331.         yield "</span>
  332.                         \t\t  \t</a>
  333.                         \t\t</div>
  334.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  335.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  336.         // line 140
  337.         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.'140$this->source); })())]), "html"nulltrue);
  338.         yield "?";
  339.         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.'140$this->source); })()), "html"nulltrue);
  340.         yield "\">
  341.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">";
  342.         // line 141
  343.         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.'141$this->source); })()), """M""");
  344.         yield "</span>
  345.                         \t\t  \t</a>
  346.                         \t\t</div>
  347.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  348.                         \t  \t\t<div class=\"nav-item nav-link active\">
  349.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">";
  350.         // line 146
  351.         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.'146$this->source); })()), """M""");
  352.         yield "</span>
  353.                         \t\t  \t</div>
  354.                         \t\t</div>
  355.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  356.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  357.         // line 150
  358.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_fonds_investissement", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'150$this->source); })())]), "html"nulltrue);
  359.         yield "?";
  360.         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.'150$this->source); })()), "html"nulltrue);
  361.         yield "\">
  362.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">";
  363.         // line 151
  364.         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.'151$this->source); })()), """M""");
  365.         yield "</span>
  366.                         \t\t  \t</a>
  367.                         \t\t</div> 
  368.                     \t\t</div>
  369.                 \t  \t</nav>
  370.                 \t</div>
  371.                 </div>
  372.                 <!--TOUT SAUF MOBILE-->
  373.                 
  374.                 <div class=\"row mt-5\">
  375.                 \t<div class=\"onglet8 col-12 col-sm-6 offset-sm-5 mb-4\">
  376.                 \t\t<nav>
  377.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  378.                         \t  \t<div class=\"col-6 col-sm-5 no-padding-x lh13\">
  379.                         \t\t  \t<div class=\"nav-item nav-link active\">
  380.                                         <span class=\"fs12\">";
  381.         // line 166
  382.         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.'166$this->source); })()), """M""");
  383.         yield "</span>
  384.                         \t\t  \t</div>
  385.                         \t\t</div> 
  386.                         \t  \t<div class=\"col-6 col-sm-5 no-padding-x lh13 br_gris\">
  387.                         \t\t  \t<a class=\"nav-item nav-link\" href=\"";
  388.         // line 170
  389.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_annonces_acquisition", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'170$this->source); })())]), "html"nulltrue);
  390.         yield "?";
  391.         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.'170$this->source); })()), "html"nulltrue);
  392.         yield "\">
  393.                         \t\t  \t\t<span class=\"fs12\">";
  394.         // line 171
  395.         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.'171$this->source); })()), """M""");
  396.         yield "</span>
  397.                         \t\t  \t</a>
  398.                         \t\t</div>
  399.                     \t\t</div>
  400.                 \t  </nav>
  401.                 \t</div>
  402.                 </div>
  403. \t\t\t\t<div class=\"row\">
  404.                     <div class=\"col-12\">\t\t
  405.                         <div class=\"card mb-3 no_shadow\"> 
  406.                         \t<div class=\"card-body\">
  407.                                 ";
  408.         // line 183
  409.         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.'183$this->source); })()), 'form_start');
  410.         yield "
  411.                             \t<div class=\"row\">
  412.                             \t\t<!--ZONE GEOGRAPHIQUE-->
  413.                                 \t<div class=\"col-12 col-lg-9 offset-lg-1\">
  414.                                 \t\t<h5 class=\"gris_666\">";
  415.         // line 187
  416.         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.'187$this->source); })()), """M");
  417.         yield "</h5>
  418.                                 \t</div>
  419.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 localisations_selected\">
  420.                                 \t\t
  421.                                 \t</div>
  422.                                 \t<div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_localisations_selected\">
  423.                                 \t\t";
  424.         // line 193
  425.         if (CoreExtension::getAttribute($this->env$this->source, ($context["parametres_localisations"] ?? null), "array_localisation", [], "any"truetruefalse193)) {
  426.             // line 194
  427.             yield "                                \t\t\t";
  428.             $context['_parent'] = $context;
  429.             $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.'194$this->source); })()), "array_localisation", [], "any"falsefalsefalse194));
  430.             foreach ($context['_seq'] as $context["id_loc"] => $context["loc"]) {
  431.                 // line 195
  432.                 yield "                                \t\t\t<button class=\"btn btn-orange-new btn-localisation mr-1 mt-1\" type=\"button\" id=\"";
  433.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["id_loc"], "html"nulltrue);
  434.                 yield "\">
  435.                                 \t\t\t\t";
  436.                 // line 196
  437.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["loc"], "html"nulltrue);
  438.                 yield " <i class=\"fas fa-times\"></i>
  439.                                 \t\t\t</button>
  440.                                 \t\t\t";
  441.             }
  442.             $_parent $context['_parent'];
  443.             unset($context['_seq'], $context['_iterated'], $context['id_loc'], $context['loc'], $context['_parent'], $context['loop']);
  444.             $context array_intersect_key($context$_parent) + $_parent;
  445.             // line 199
  446.             yield "                                \t\t";
  447.         }
  448.         // line 200
  449.         yield "                                \t</div>
  450.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  451.                                 \t\t<label for=\"id_pays\">";
  452.         // line 202
  453.         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.'202$this->source); })()), """M");
  454.         yield "</label>
  455.                                 \t</div>
  456.                                 \t<div class=\"col-8 col-lg-5 mb-3\">
  457.                                 \t\t";
  458.         // line 205
  459.         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.'205$this->source); })()), "id_pays", [], "any"falsefalsefalse205), 'widget', ["attr" => ["class" => "form-control"]]);
  460.         yield "
  461.                                 \t</div>
  462.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 id_region\" style=\"display: none;\">
  463.                                 \t\t<label for=\"id_region\" id=\"label-lvl1\">";
  464.         // line 208
  465.         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.'208$this->source); })()), """M");
  466.         yield "</label>
  467.                                 \t</div>
  468.                                 \t<div class=\"col-8 col-lg-5 mb-3 id_region\" style=\"display: none;\">
  469.                                 \t\t";
  470.         // line 211
  471.         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.'211$this->source); })()), "id_region", [], "any"falsefalsefalse211), 'widget', ["attr" => ["class" => "form-control"]]);
  472.         yield "
  473.                                 \t</div>
  474.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  475.                                 \t</div>
  476.                                 \t<div class=\"col-8 col-lg-5 mb-3 btn_ajouter\" style=\"display: none;\">
  477.                                         ";
  478.         // line 216
  479.         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.'216$this->source); })()), "ajouter", [], "any"falsefalsefalse216), '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.'216$this->source); })()), """M")]);
  480.         yield "
  481.                                 \t</div>
  482.                                 \t";
  483.         // line 218
  484.         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.'218$this->source); })()), "id_localisation", [], "any"falsefalsefalse218), 'widget');
  485.         yield "
  486.                             \t\t<!--FIN ZONE GEOGRAPHIQUE-->
  487.                             \t
  488.                             \t\t<!--SECTEUR ACTIVITE-->
  489.                             \t\t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 bt_gris div-motscles\">
  490.                                 \t\t<h5 class=\"gris_666\">";
  491.         // line 223
  492.         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.'223$this->source); })()), """M");
  493.         yield "</h5>
  494.                                 \t</div>
  495.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  496.                                 \t\t";
  497.         // line 226
  498.         $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.'226$this->source); })()), "recherche_par", [], "any"falsefalsefalse226), "form_div_layout.html.twig"false);
  499.         // line 227
  500.         yield "                                \t\t<label class=\"contai\">
  501.                             \t\t\t\t";
  502.         // line 228
  503.         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.'228$this->source); })()), "recherche_par", [], "any"falsefalsefalse228), "children", [], "any"falsefalsefalse228), 0, [], "array"falsefalsefalse228), 'widget', ["id" => "recherche_par_motscles"]);
  504.         yield 
  505.                             \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_motscles\">";
  506.         // line 229
  507.         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.'229$this->source); })()), """M");
  508.         yield "</label>
  509.                             \t\t\t\t<span class=\"checkma\"></span>
  510.                             \t\t\t</label>
  511.                                 \t</div>
  512.                                 \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  513.                                 \t\t";
  514.         // line 234
  515.         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.'234$this->source); })()), "reference_mots_cles", [], "any"falsefalsefalse234), 'widget', ["attr" => ["class" => "form-control"]]);
  516.         yield "
  517.                                 \t</div>
  518.                                 \t<!-- mots exact -->
  519.                                     <div class=\"col-12 text-center my-4 div-motscles\">
  520.                                       <button aria-pressed=\"true\" autocomplete=\"off\" data-toggle=\"button\"  v-model=\"mots_cle_exact\"    @click=\"toggleMotCleExact(\$event)\"  name=\"mots_cle_exact\" type=\"button\" class=\"btn btn-sm btn-toggle\"   :class=\"mots_cle_exact_style\">
  521.                                           <div class=\"handle\"></div>
  522.                                       </button>
  523.                                       
  524.                                       <small>
  525.                                           ";
  526.         // line 243
  527.         yield $this->extensions['App\Twig\TranslationExtension']->translate("mots cles exacts", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'243$this->source); })()), """M");
  528.         yield "
  529.                                     </small>
  530.                                     ";
  531.         // line 245
  532.         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.'245$this->source); })()), "mots_cle_exact", [], "any"falsefalsefalse245), 'widget');
  533.         yield "
  534.                                     </div>
  535.                                     <!-- mots exact -->
  536.                                 \t<div class=\"col-12 col-lg-8 offset-lg-2 mb-5 text-right\">
  537.     \t\t\t\t\t\t\t\t\t<small>";
  538.         // line 249
  539.         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.'249$this->source); })()), """M");
  540.         yield "</small>
  541.     \t\t\t\t\t\t\t\t</div>
  542.                                 \t
  543.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteurs_selected\">
  544.                                     </div>
  545.                                     <div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_secteurs_selected\">
  546.                                         ";
  547.         // line 255
  548.         if (CoreExtension::getAttribute($this->env$this->source, ($context["parametres_secteurs"] ?? null), "array_secteur", [], "any"truetruefalse255)) {
  549.             // line 256
  550.             yield "                                            ";
  551.             $context['_parent'] = $context;
  552.             $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.'256$this->source); })()), "array_secteur", [], "any"falsefalsefalse256));
  553.             foreach ($context['_seq'] as $context["id_secteur"] => $context["secteur"]) {
  554.                 // line 257
  555.                 yield "                                                <button class=\"btn btn-orange-new btn-secteur mr-1 mt-1\" type=\"button\" id=\"";
  556.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["id_secteur"], "html"nulltrue);
  557.                 yield "\">
  558.                                                     ";
  559.                 // line 258
  560.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["secteur"], "html"nulltrue);
  561.                 yield " <i class=\"fas fa-times\"></i>
  562.                                                 </button>
  563.                                             ";
  564.             }
  565.             $_parent $context['_parent'];
  566.             unset($context['_seq'], $context['_iterated'], $context['id_secteur'], $context['secteur'], $context['_parent'], $context['loop']);
  567.             $context array_intersect_key($context$_parent) + $_parent;
  568.             // line 261
  569.             yield "                                        ";
  570.         }
  571.         // line 262
  572.         yield "                                    </div>
  573.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-secteurs\">
  574.                                 \t\t<label class=\"contai\">
  575.                             \t\t\t\t";
  576.         // line 265
  577.         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.'265$this->source); })()), "recherche_par", [], "any"falsefalsefalse265), "children", [], "any"falsefalsefalse265), 1, [], "array"falsefalsefalse265), 'widget', ["id" => "recherche_par_secteurs"]);
  578.         yield 
  579.                             \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_secteurs\">";
  580.         // line 266
  581.         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.'266$this->source); })()), """M");
  582.         yield "</label>
  583.                             \t\t\t\t<span class=\"checkma\"></span>
  584.                             \t\t\t</label>
  585.                                 \t</div>
  586.                                 \t<div class=\"col-8 col-lg-5 mb-3 input-group div-secteurs\">
  587.                                 \t\t";
  588.         // line 271
  589.         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.'271$this->source); })()), "id_secteur_activite", [], "any"falsefalsefalse271), 'widget', ["attr" => ["class" => "form-control"]]);
  590.         yield "
  591.                                 \t</div>
  592.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-1 div-secteurs\" style=\"";
  593.         // line 273
  594.         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.'273$this->source); })()), false))) {
  595.             yield "display: none;";
  596.         }
  597.         yield "\">
  598.                                 \t\t<label for=\"id_secteur_activite\">";
  599.         // line 274
  600.         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.'274$this->source); })()), """M");
  601.         yield "</label>
  602.                                 \t</div>
  603.                                 \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-1 div-secteurs\" style=\"";
  604.         // line 276
  605.         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.'276$this->source); })()), false))) {
  606.             yield "display: none;";
  607.         }
  608.         yield "\">
  609.                                 \t\t";
  610.         // line 277
  611.         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.'277$this->source); })()), "id_secteur_activite2", [], "any"falsefalsefalse277), 'widget', ["attr" => ["class" => "form-control"]]);
  612.         yield "
  613.                                 \t</div>
  614.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteur-activite-2 div-secteurs\" style=\"";
  615.         // line 279
  616.         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.'279$this->source); })()), false))) {
  617.             yield "display: none;";
  618.         }
  619.         yield "\">
  620.                                 \t\t<label for=\"id_secteur_activite\">";
  621.         // line 280
  622.         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.'280$this->source); })()), """M");
  623.         yield "</label>
  624.                                 \t</div>
  625.                                 \t<div class=\"col-8 col-lg-5 mb-3 input-group secteur-activite-2 div-secteurs\" style=\"";
  626.         // line 282
  627.         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.'282$this->source); })()), false))) {
  628.             yield "display: none;";
  629.         }
  630.         yield "\">
  631.                                 \t\t";
  632.         // line 283
  633.         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.'283$this->source); })()), "id_secteur_activite3", [], "any"falsefalsefalse283), 'widget', ["attr" => ["class" => "form-control"]]);
  634.         yield "
  635.                                 \t</div>
  636.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  637.                                     </div>
  638.                                     <div class=\"col-8 col-lg-5 mb-3 ajouter_secteur_activite\" style=\"display: none;\">
  639.                                         ";
  640.         // line 288
  641.         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.'288$this->source); })()), "ajouter_secteur_activite", [], "any"falsefalsefalse288), '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.'288$this->source); })()), """M")]);
  642.         yield "
  643.                                     </div>
  644.                                     ";
  645.         // line 290
  646.         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.'290$this->source); })()), "id_secteur", [], "any"falsefalsefalse290), 'widget');
  647.         yield "
  648.                             \t\t<!--FIN SECTEUR ACTIVITE-->
  649.                         \t\t
  650.                                 \t<div class=\"col-12 col-lg-9 offset-lg-1 mt-3 pt-3 bt_gris\">
  651.                                 \t\t<h5 class=\"gris_666\">";
  652.         // line 294
  653.         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.'294$this->source); })()), """M");
  654.         yield "</h5>
  655.                                 \t</div>
  656.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  657.                                 \t\t<label for=\"montant_recherche\">";
  658.         // line 297
  659.         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.'297$this->source); })()), """m");
  660.         yield "€</label>
  661.                                 \t</div>
  662.                                 \t<div class=\"col-8 col-lg-5 mb-3 input-group\">
  663.                                         ";
  664.         // line 300
  665.         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.'300$this->source); })()), "montant_recherche", [], "any"falsefalsefalse300), 'widget', ["attr" => ["class" => "form-control"]]);
  666.         yield "
  667.                                 \t</div>
  668.                                 \t<div class=\"col-12 col-lg-9 offset-lg-1 mt-3 pt-3 bt_gris\">
  669.                                 \t\t<h5 class=\"gris_666\">";
  670.         // line 303
  671.         yield $this->extensions['App\Twig\TranslationExtension']->translate("en échange le repreneur aura une participation", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'303$this->source); })()), """M");
  672.         yield "</h5>
  673.                                 \t</div>
  674.                                 \t<div class=\"col-12 col-lg-10 offset-lg-2 mt-1 mb-3\">
  675.                                         ";
  676.         // line 306
  677.         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.'306$this->source); })()), "type_reprise_bis", [], "any"falsefalsefalse306), 'widget');
  678.         yield "
  679.                                 \t</div>
  680.                             \t\t<div class=\"col-12 text-center mt-4 mt-3\">
  681.                             \t\t\t";
  682.         // line 309
  683.         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.'309$this->source); })()), "type_recherche", [], "any"falsefalsefalse309), 'widget');
  684.         yield "
  685.                             \t\t\t";
  686.         // line 310
  687.         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.'310$this->source); })()), "rechercher", [], "any"falsefalsefalse310), '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.'310$this->source); })()), """M")]);
  688.         yield "
  689.                             \t\t</div>
  690.                             \t</div>
  691.                             \t";
  692.         // line 313
  693.         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.'313$this->source); })()), 'form_end');
  694.         yield "
  695.                         \t</div>
  696.                         </div>
  697.                     </div>
  698.                 </div>
  699.                 
  700.             </div><!--FIN COLONNE DROITE --> 
  701.                 
  702. \t\t</div> <!--FIN ROW CONTAINER --> 
  703. \t</div>  <!--FIN CONTAINER -->
  704. \t
  705. \t<!--MODAL-->
  706.     <div class=\"modal fade\" id=\"modal-explication-generale\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  707.         <div class=\"modal-dialog modal-lg\" role=\"document\">
  708.             <div class=\"modal-content\">
  709.                 <div class=\"modal-header\">
  710.                     <h5 class=\"modal-title orange-new\" id=\"exampleModalLabel\">";
  711.         // line 329
  712.         yield $this->extensions['App\Twig\TranslationExtension']->translate("que sont les \"CV de repreneurs\" proposés par FUSACQ ?", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'329$this->source); })()), """M");
  713.         yield "</h5>
  714.                     <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  715.                         <span aria-hidden=\"true\">&times;</span>
  716.                     </button>
  717.                 </div>
  718.                 <div class=\"modal-body\">
  719.                     ";
  720.         // line 335
  721.         yield $this->extensions['App\Twig\TranslationExtension']->translate("<b>Les repreneurs investisseurs sont des personnes physiques prêtes à investir aux côtés du dirigeant actuel.</b><br><br>
  722. En quoi un repreneur personne physique est parfois un investisseur potentiel ?<br><br>
  723. <i>Un repreneur personne physique, généralement un cadre en entreprise (ou un ancien dirigeant), peut être ouvert à une prise de participation majoritaire ou minoritaire avec le chef d'entreprise actuel.<br><br>
  724. Les repreneurs présents dans cette rubrique ont ainsi indiqué lors du dépôt de leur CV être ouverts à ce type d'investissement.</i> ",         // line 338
  725. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'338$this->source); })()), """M");
  726.         yield "
  727.                     <!-- <div class=\"form-check-inline col-12 mt-5\">
  728.                         <label class=\"form-check-label\">
  729.                                 <input type=\"checkbox\" class=\"form-check-input\" value=\"affichage\">Ne plus afficher la prochaine fois
  730.                         </label>
  731.                     </div> -->
  732.                 </div>
  733.                 <div class=\"modal-footer\">
  734.                     <button type=\"button\" class=\"btn btn-orange-new\" data-dismiss=\"modal\">J'ai compris</button>
  735.                 </div>
  736.             </div>
  737.         </div>
  738.     </div>
  739.     <!--FIN MODAL-->
  740.   ";
  741.         
  742.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  743.         
  744.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  745.         return; yield '';
  746.     }
  747.     // line 355
  748.     public function block_javascripts($context, array $blocks = [])
  749.     {
  750.         $macros $this->macros;
  751.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  752.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  753.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  754.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  755.         yield 
  756.     ";
  757.         // line 356
  758.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  759.         yield "
  760.     <script src=\"";
  761.         // line 357
  762.         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);
  763.         yield "\"></script>
  764. \t<script type=\"module\" data-name=\"";
  765.         // line 358
  766.         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.'358$this->source); })()), "html"nulltrue);
  767.         yield "\" id=\"codePaysParam\" src=\"";
  768.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/annuaires/annuaire_repreneurs_recherche.js"), "html"nulltrue);
  769.         yield "\"></script>
  770. \t<script type=\"module\" data-name=\"";
  771.         // line 359
  772.         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.'359$this->source); })()), "html"nulltrue);
  773.         yield "\" id=\"codePaysParam\" src=\"";
  774.         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);
  775.         yield "\"></script>
  776. ";
  777.         
  778.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  779.         
  780.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  781.         return; yield '';
  782.     }
  783.     /**
  784.      * @codeCoverageIgnore
  785.      */
  786.     public function getTemplateName()
  787.     {
  788.         return "ouvrir_capital/recherche_avancee_cv_repreneur.html.twig";
  789.     }
  790.     /**
  791.      * @codeCoverageIgnore
  792.      */
  793.     public function isTraitable()
  794.     {
  795.         return false;
  796.     }
  797.     /**
  798.      * @codeCoverageIgnore
  799.      */
  800.     public function getDebugInfo()
  801.     {
  802.         return array (  810 => 359,  804 => 358,  800 => 357,  796 => 356,  784 => 355,  757 => 338,  753 => 335,  744 => 329,  725 => 313,  719 => 310,  715 => 309,  709 => 306,  703 => 303,  697 => 300,  691 => 297,  685 => 294,  678 => 290,  673 => 288,  665 => 283,  659 => 282,  654 => 280,  648 => 279,  643 => 277,  637 => 276,  632 => 274,  626 => 273,  621 => 271,  613 => 266,  609 => 265,  604 => 262,  601 => 261,  592 => 258,  587 => 257,  582 => 256,  580 => 255,  571 => 249,  564 => 245,  559 => 243,  547 => 234,  539 => 229,  535 => 228,  532 => 227,  530 => 226,  524 => 223,  516 => 218,  511 => 216,  503 => 211,  497 => 208,  491 => 205,  485 => 202,  481 => 200,  478 => 199,  469 => 196,  464 => 195,  459 => 194,  457 => 193,  448 => 187,  441 => 183,  426 => 171,  420 => 170,  413 => 166,  395 => 151,  389 => 150,  382 => 146,  374 => 141,  368 => 140,  361 => 136,  355 => 135,  342 => 125,  334 => 120,  330 => 119,  312 => 104,  306 => 103,  297 => 97,  287 => 90,  281 => 89,  271 => 82,  265 => 81,  253 => 72,  246 => 68,  242 => 67,  229 => 57,  223 => 56,  219 => 55,  209 => 48,  205 => 47,  199 => 46,  189 => 38,  187 => 37,  180 => 32,  178 => 31,  172 => 27,  170 => 26,  169 => 25,  168 => 24,  167 => 22,  163 => 20,  160 => 19,  150 => 18,  137 => 15,  133 => 14,  129 => 13,  125 => 12,  111 => 11,  97 => 8,  87 => 7,  73 => 4,  63 => 3,  40 => 1,);
  803.     }
  804.     public function getSourceContext()
  805.     {
  806.         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
  807. {% block title %}
  808. <title>{{ translate(\"recherche avancée, CV de repreneurs\" ,lang,\"\",\"M\") | raw }}</title>
  809. {% endblock %}
  810. {% block description %}
  811. <meta name=\"description\" content=\"{{ translate(\"recherche avancée pour trouver des CV de repreneurs\" ,lang,\"\",\"M\") | raw }}\">
  812. {% endblock %}
  813. {% block stylesheets %}  {{ parent() }}
  814. <link rel=\"stylesheet\" href=\"{{ asset('build/css/lib/range-slider.css') }}\"/>
  815. <link rel=\"stylesheet\" href=\"{{ asset('build/css/reprendre_entreprise/rechercheavancee.css') }}\"/>
  816. <link rel=\"stylesheet\" href=\"{{ asset('build/css/vendre_entreprise/rechercheavancee.css') }}\"/>
  817. <link rel=\"stylesheet\" href=\"{{ asset('build/css/annuaires/repreneurs/repreneurs_recherche.css') }}\">
  818. {% 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
  819. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  820. {% block body %}
  821. \t{% include 'assets/assets_vuejs.html.twig' %}
  822. \t
  823. \t<!-- Menu  -->
  824.     {{ render_esi(controller(
  825.       'App\\\\Controller\\\\CoreController::menu',
  826.       {   \"lang\": lang,
  827.           \"currentRoute\":currentRoute,
  828.           \"codePays\": codePaysWithUnderScore }
  829.     )) }}
  830.   \t<!-- Menu  -->
  831.                   
  832.   \t<!-- Publicite  -->
  833.     {% include 'includes/publicite.html.twig' %}
  834.   \t<!-- Publicite  -->
  835. \t<div class=\"container\" id=\"app\">
  836. \t\t<div class=\"row\">
  837. \t\t\t<!--COLONNE GAUCHE -->
  838.             {% include 'includes/colonnes_gauche.html.twig' %}
  839.             <!--FIN COLONNE GAUCHE -->
  840.             
  841.             <!--COLONNE DROITE -->
  842. \t\t\t<div class=\"col-12 col-lg-9 bkg_blanc\">
  843.                 <!-- ARIANE -->
  844.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  845.                   <ol class=\"breadcrumb\">
  846.                     <li class=\"breadcrumb-item\"><a href=\"{{ path('index',{'codePays':codePays}  ) }}\">{{ translate(\"accueil\",lang,\"\",\"M\") | raw }}</a></li>
  847.                     <li class=\"breadcrumb-item\">{{ translate(\"ouvrir mon capital ou m'associer\",lang,\"\",\"M\") | raw }}</li>
  848.                     <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</li>
  849.                   </ol>
  850.                 </nav>
  851.                 <!-- FIN ARIANE -->
  852.                 
  853.                 <div class=\"row\" >
  854.                     <div class=\"col-12 my-4\">
  855.                     \t<!-- <h2 class=\"bleu_fusacq\">{{ translate(\"reprendre une entreprise ou developper ma societe\",lang,\"\",\"M\") | raw }}</h2>-->
  856.                     \t<h1 class=\"recherche_avancee orange-new\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }} - {{ translate(\"CV de repreneurs\",lang,\"\",\"M\") | raw }}</h1>
  857.                     \t<a href=\"#\" data-toggle=\"modal\" data-target=\"#modal-explication-generale\" title=\"\" class=\"underlined\">{{ translate('que sont les \"CV de repreneurs\" proposés par FUSACQ ?',lang,\"\",\"M\") | raw }}</a>
  858.                     </div>
  859.                 </div>
  860.                 
  861.                 <!--MOBILE-->
  862.                 <div class=\"row d-block d-sm-none bkg_gris_clair\">
  863.                 \t<div class=\"onglet8 col-12 my-3 pt-3\">
  864.                 \t\t  <nav>
  865.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  866.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  867.                 \t\t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_cv_repreneurs',{'codePays':codePaysWithUnderScore}) }}\">
  868.                 \t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche standard\",lang,\"\",\"M\") | raw }}</span></a>
  869.                 \t\t\t\t</div>
  870.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  871.                 \t\t\t\t<div class=\"nav-item nav-link active\">
  872.                 \t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span></div>
  873.                 \t\t\t\t</div>
  874.                 \t\t\t</div>
  875.                 \t\t  </nav>
  876.                 \t</div>
  877.                 \t<div class=\"col-12 mb-3\">
  878.                 \t\t<div class=\"row\">
  879.                 \t\t\t<div class=\"col-6 text-center my-3 br_gris\">
  880.                         \t\t<div class=\"blanc lh099 py-3\">
  881.                         \t\t\t<a href=\"{{ path('ouvrir_capital_recherche_business_angel',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"orange-new lh099 py-3\">
  882.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"business<br>angel\",lang,\"\",\"M\", \"\") | raw }}</span>
  883.                         \t\t\t</a>
  884.                         \t\t</div>
  885.                     \t\t</div>
  886.                 \t\t
  887.                     \t\t<div class=\"col-6 text-center my-3 pr-4 br_gris\">
  888.                         \t\t<div class=\"blanc lh099 py-3\">
  889.                         \t\t\t<a href=\"{{ path('ouvrir_capital_recherche_recherches_partenariat',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"orange-new lh099 py-3\">
  890.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"recherches<br>de partenariats\",lang,\"\",\"M\", \"\") | raw }}</span>
  891.                         \t\t\t</a>
  892.                         \t\t</div>
  893.                     \t\t</div>
  894.                     \t\t
  895.                     \t\t<div class=\"col-6 text-center my-3\">
  896.                         \t\t<div class=\"blanc bkg_orange_new lh099 py-3\">
  897.                         \t\t\t<span class=\"res_font\">{{ translate(\"acheteurs<br>prêts à investir\",lang,\"\",\"M\", \"\") | raw }}</span>
  898.                         \t\t</div>
  899.                     \t\t</div>
  900.                     \t\t
  901.                     \t\t<div class=\"col-6 text-center my-3\">
  902.                     \t\t\t<div class=\"blanc lh099 py-3\">
  903.                     \t\t\t\t<a href=\"{{ path('ouvrir_capital_recherche_fonds_investissement',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\" class=\"orange-new lh099 py-3\">
  904.                     \t\t\t\t\t<span class=\"res_font\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"M\", \"\") | raw }}</span>
  905.                     \t\t\t\t</a>
  906.                     \t\t\t</div>
  907.                     \t\t</div>
  908.                 \t\t</div>
  909.                 \t</div>
  910.                 </div>
  911.                 <!--MOBILE-->
  912.                 
  913.                 <!--TOUT SAUF MOBILE-->
  914.                 <div class=\"row d-none d-sm-block\">
  915.                 \t<div class=\"onglet8 col-12 mt-3\">
  916.                         <nav>
  917.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  918.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  919.                             \t\t<a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_cv_repreneurs',{'codePays':codePaysWithUnderScore}) }}\">
  920.                             \t\t\t<span class=\"fs13\">{{ translate(\"toutes les opportunites\",lang,\"\",\"M\") | raw }}</span>
  921.                             \t\t</a>
  922.                             \t</div>
  923.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  924.                             \t\t<div class=\"nav-item nav-link active\">
  925.                             \t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  926.                             \t\t</div>
  927.                             \t</div>
  928.                             </div>
  929.                         </nav>
  930.                 \t</div>
  931.                 \t<div class=\"onglet8 col-12 mt-5 mb-4\">
  932. \t\t\t\t\t\t<nav>
  933.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  934.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  935.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_recherche_business_angel',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  936.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">{{ translate(\"business<br>angel\",lang,\"\",\"M\", \"\") | raw }}</span>
  937.                         \t\t  \t</a>
  938.                         \t\t</div>
  939.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  940.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_recherche_recherches_partenariat',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  941.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">{{ translate(\"recherches de partenariats\",lang,\"\",\"M\", \"\") | raw }}</span>
  942.                         \t\t  \t</a>
  943.                         \t\t</div>
  944.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  945.                         \t  \t\t<div class=\"nav-item nav-link active\">
  946.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">{{ translate(\"acheteurs prêts à investir\",lang,\"\",\"M\", \"\") | raw }}</span>
  947.                         \t\t  \t</div>
  948.                         \t\t</div>
  949.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  950.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_recherche_fonds_investissement',{'codePays':codePaysWithUnderScore}) }}?{{ string_params }}\">
  951.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"M\", \"\") | raw }}</span>
  952.                         \t\t  \t</a>
  953.                         \t\t</div> 
  954.                     \t\t</div>
  955.                 \t  \t</nav>
  956.                 \t</div>
  957.                 </div>
  958.                 <!--TOUT SAUF MOBILE-->
  959.                 
  960.                 <div class=\"row mt-5\">
  961.                 \t<div class=\"onglet8 col-12 col-sm-6 offset-sm-5 mb-4\">
  962.                 \t\t<nav>
  963.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  964.                         \t  \t<div class=\"col-6 col-sm-5 no-padding-x lh13\">
  965.                         \t\t  \t<div class=\"nav-item nav-link active\">
  966.                                         <span class=\"fs12\">{{ translate(\"CV de<br>repreneurs\",lang,\"\",\"M\", \"\") | raw }}</span>
  967.                         \t\t  \t</div>
  968.                         \t\t</div> 
  969.                         \t  \t<div class=\"col-6 col-sm-5 no-padding-x lh13 br_gris\">
  970.                         \t\t  \t<a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_recherche_annonces_acquisition',{'codePays':codePaysWithUnderScore}  ) }}?{{ string_params }}\">
  971.                         \t\t  \t\t<span class=\"fs12\">{{ translate(\"annonces<br>d'acquisition\",lang,\"\",\"M\", \"\") | raw }}</span>
  972.                         \t\t  \t</a>
  973.                         \t\t</div>
  974.                     \t\t</div>
  975.                 \t  </nav>
  976.                 \t</div>
  977.                 </div>
  978. \t\t\t\t<div class=\"row\">
  979.                     <div class=\"col-12\">\t\t
  980.                         <div class=\"card mb-3 no_shadow\"> 
  981.                         \t<div class=\"card-body\">
  982.                                 {{ form_start(form) }}
  983.                             \t<div class=\"row\">
  984.                             \t\t<!--ZONE GEOGRAPHIQUE-->
  985.                                 \t<div class=\"col-12 col-lg-9 offset-lg-1\">
  986.                                 \t\t<h5 class=\"gris_666\">{{ translate(\"localisations\",lang,\"\",\"M\") | raw }}</h5>
  987.                                 \t</div>
  988.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 localisations_selected\">
  989.                                 \t\t
  990.                                 \t</div>
  991.                                 \t<div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_localisations_selected\">
  992.                                 \t\t{% if parametres_localisations.array_localisation is defined %}
  993.                                 \t\t\t{% for id_loc, loc in parametres_localisations.array_localisation %}
  994.                                 \t\t\t<button class=\"btn btn-orange-new btn-localisation mr-1 mt-1\" type=\"button\" id=\"{{ id_loc }}\">
  995.                                 \t\t\t\t{{ loc }} <i class=\"fas fa-times\"></i>
  996.                                 \t\t\t</button>
  997.                                 \t\t\t{% endfor %}
  998.                                 \t\t{% endif %}
  999.                                 \t</div>
  1000.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1001.                                 \t\t<label for=\"id_pays\">{{ translate(\"pays\",lang,\"\",\"M\") | raw }}</label>
  1002.                                 \t</div>
  1003.                                 \t<div class=\"col-8 col-lg-5 mb-3\">
  1004.                                 \t\t{{ form_widget(form.id_pays, {'attr': {'class': 'form-control'}}) }}
  1005.                                 \t</div>
  1006.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 id_region\" style=\"display: none;\">
  1007.                                 \t\t<label for=\"id_region\" id=\"label-lvl1\">{{ translate(\"region\",lang,\"\",\"M\") | raw }}</label>
  1008.                                 \t</div>
  1009.                                 \t<div class=\"col-8 col-lg-5 mb-3 id_region\" style=\"display: none;\">
  1010.                                 \t\t{{ form_widget(form.id_region, {'attr': {'class': 'form-control'}}) }}
  1011.                                 \t</div>
  1012.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  1013.                                 \t</div>
  1014.                                 \t<div class=\"col-8 col-lg-5 mb-3 btn_ajouter\" style=\"display: none;\">
  1015.                                         {{ form_widget(form.ajouter, {'attr': {'class': 'btn btn-orange-new'}, 'label': translate(\"ajouter\",lang,\"\",\"M\") | raw  }) }}
  1016.                                 \t</div>
  1017.                                 \t{{ form_widget(form.id_localisation) }}
  1018.                             \t\t<!--FIN ZONE GEOGRAPHIQUE-->
  1019.                             \t
  1020.                             \t\t<!--SECTEUR ACTIVITE-->
  1021.                             \t\t<div class=\"col-12 col-lg-9 offset-lg-1 my-4 pt-3 bt_gris div-motscles\">
  1022.                                 \t\t<h5 class=\"gris_666\">{{ translate(\"secteur d'activité\",lang,\"\",\"M\") | raw }}</h5>
  1023.                                 \t</div>
  1024.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-motscles\">
  1025.                                 \t\t{% form_theme form.recherche_par with 'form_div_layout.html.twig' only %}
  1026.                                 \t\t<label class=\"contai\">
  1027.                             \t\t\t\t{{ form_widget(form.recherche_par.children[0], { 'id': 'recherche_par_motscles' }) }} 
  1028.                             \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_motscles\">{{ translate(\"mots-cles\",lang,\"\",\"M\") | raw }}</label>
  1029.                             \t\t\t\t<span class=\"checkma\"></span>
  1030.                             \t\t\t</label>
  1031.                                 \t</div>
  1032.                                 \t<div class=\"col-8 col-lg-5 mb-3 input-group div-motscles\">
  1033.                                 \t\t{{ form_widget(form.reference_mots_cles, {'attr': {'class': 'form-control'}}) }}
  1034.                                 \t</div>
  1035.                                 \t<!-- mots exact -->
  1036.                                     <div class=\"col-12 text-center my-4 div-motscles\">
  1037.                                       <button aria-pressed=\"true\" autocomplete=\"off\" data-toggle=\"button\"  v-model=\"mots_cle_exact\"    @click=\"toggleMotCleExact(\$event)\"  name=\"mots_cle_exact\" type=\"button\" class=\"btn btn-sm btn-toggle\"   :class=\"mots_cle_exact_style\">
  1038.                                           <div class=\"handle\"></div>
  1039.                                       </button>
  1040.                                       
  1041.                                       <small>
  1042.                                           {{ translate(\"mots cles exacts\" ,lang,\"\",\"M\") | raw }}
  1043.                                     </small>
  1044.                                     {{ form_widget(form.mots_cle_exact ) }}
  1045.                                     </div>
  1046.                                     <!-- mots exact -->
  1047.                                 \t<div class=\"col-12 col-lg-8 offset-lg-2 mb-5 text-right\">
  1048.     \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>
  1049.     \t\t\t\t\t\t\t\t</div>
  1050.                                 \t
  1051.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 secteurs_selected\">
  1052.                                     </div>
  1053.                                     <div class=\"col-8 col-lg-5 mb-3 localisations_selected\" id=\"div_secteurs_selected\">
  1054.                                         {% if parametres_secteurs.array_secteur is defined %}
  1055.                                             {% for id_secteur, secteur in parametres_secteurs.array_secteur %}
  1056.                                                 <button class=\"btn btn-orange-new btn-secteur mr-1 mt-1\" type=\"button\" id=\"{{ id_secteur }}\">
  1057.                                                     {{ secteur }} <i class=\"fas fa-times\"></i>
  1058.                                                 </button>
  1059.                                             {% endfor %}
  1060.                                         {% endif %}
  1061.                                     </div>
  1062.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 div-secteurs\">
  1063.                                 \t\t<label class=\"contai\">
  1064.                             \t\t\t\t{{ form_widget(form.recherche_par.children[1], { 'id': 'recherche_par_secteurs' }) }} 
  1065.                             \t\t\t\t<label class=\"form-check-label\" for=\"recherche_par_secteurs\">{{ translate(\"secteur predefini\",lang,\"\",\"M\") | raw }}</label>
  1066.                             \t\t\t\t<span class=\"checkma\"></span>
  1067.                             \t\t\t</label>
  1068.                                 \t</div>
  1069.                                 \t<div class=\"col-8 col-lg-5 mb-3 input-group div-secteurs\">
  1070.                                 \t\t{{ form_widget(form.id_secteur_activite, {'attr': {'class': 'form-control'}}) }}
  1071.                                 \t</div>
  1072.                                 \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 %}\">
  1073.                                 \t\t<label for=\"id_secteur_activite\">{{ translate(\"sous-secteur niveau 1\",lang,\"\",\"M\") | raw }}</label>
  1074.                                 \t</div>
  1075.                                 \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 %}\">
  1076.                                 \t\t{{ form_widget(form.id_secteur_activite2, {'attr': {'class': 'form-control'}}) }}
  1077.                                 \t</div>
  1078.                                 \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 %}\">
  1079.                                 \t\t<label for=\"id_secteur_activite\">{{ translate(\"sous-secteur niveau 2\",lang,\"\",\"M\") | raw }}</label>
  1080.                                 \t</div>
  1081.                                 \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 %}\">
  1082.                                 \t\t{{ form_widget(form.id_secteur_activite3, {'attr': {'class': 'form-control'}}) }}
  1083.                                 \t</div>
  1084.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3 \">
  1085.                                     </div>
  1086.                                     <div class=\"col-8 col-lg-5 mb-3 ajouter_secteur_activite\" style=\"display: none;\">
  1087.                                         {{ form_widget(form.ajouter_secteur_activite, {'attr': {'class': 'btn btn-orange-new'}, 'label': translate(\"ajouter\",lang,\"\",\"M\") | raw  }) }}
  1088.                                     </div>
  1089.                                     {{ form_widget(form.id_secteur) }}
  1090.                             \t\t<!--FIN SECTEUR ACTIVITE-->
  1091.                         \t\t
  1092.                                 \t<div class=\"col-12 col-lg-9 offset-lg-1 mt-3 pt-3 bt_gris\">
  1093.                                 \t\t<h5 class=\"gris_666\">{{ translate(\"montant recherché\",lang,\"\",\"M\") | raw }}</h5>
  1094.                                 \t</div>
  1095.                                 \t<div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1096.                                 \t\t<label for=\"montant_recherche\">{{ translate(\"en k\",lang,\"\",\"m\") | raw }}€</label>
  1097.                                 \t</div>
  1098.                                 \t<div class=\"col-8 col-lg-5 mb-3 input-group\">
  1099.                                         {{ form_widget(form.montant_recherche, {'attr': {'class': 'form-control'}}) }}
  1100.                                 \t</div>
  1101.                                 \t<div class=\"col-12 col-lg-9 offset-lg-1 mt-3 pt-3 bt_gris\">
  1102.                                 \t\t<h5 class=\"gris_666\">{{ translate(\"en échange le repreneur aura une participation\",lang,\"\",\"M\") | raw }}</h5>
  1103.                                 \t</div>
  1104.                                 \t<div class=\"col-12 col-lg-10 offset-lg-2 mt-1 mb-3\">
  1105.                                         {{ form_widget(form.type_reprise_bis) }}
  1106.                                 \t</div>
  1107.                             \t\t<div class=\"col-12 text-center mt-4 mt-3\">
  1108.                             \t\t\t{{ form_widget(form.type_recherche) }}
  1109.                             \t\t\t{{ form_widget(form.rechercher, {'attr': {'class': 'btn btn-orange-new'}, 'label': translate(\"rechercher\",lang,\"\",\"M\") | raw  }) }}
  1110.                             \t\t</div>
  1111.                             \t</div>
  1112.                             \t{{ form_end(form) }}
  1113.                         \t</div>
  1114.                         </div>
  1115.                     </div>
  1116.                 </div>
  1117.                 
  1118.             </div><!--FIN COLONNE DROITE --> 
  1119.                 
  1120. \t\t</div> <!--FIN ROW CONTAINER --> 
  1121. \t</div>  <!--FIN CONTAINER -->
  1122. \t
  1123. \t<!--MODAL-->
  1124.     <div class=\"modal fade\" id=\"modal-explication-generale\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  1125.         <div class=\"modal-dialog modal-lg\" role=\"document\">
  1126.             <div class=\"modal-content\">
  1127.                 <div class=\"modal-header\">
  1128.                     <h5 class=\"modal-title orange-new\" id=\"exampleModalLabel\">{{ translate('que sont les \"CV de repreneurs\" proposés par FUSACQ ?',lang,\"\",\"M\") | raw }}</h5>
  1129.                     <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  1130.                         <span aria-hidden=\"true\">&times;</span>
  1131.                     </button>
  1132.                 </div>
  1133.                 <div class=\"modal-body\">
  1134.                     {{ translate(\"<b>Les repreneurs investisseurs sont des personnes physiques prêtes à investir aux côtés du dirigeant actuel.</b><br><br>
  1135. En quoi un repreneur personne physique est parfois un investisseur potentiel ?<br><br>
  1136. <i>Un repreneur personne physique, généralement un cadre en entreprise (ou un ancien dirigeant), peut être ouvert à une prise de participation majoritaire ou minoritaire avec le chef d'entreprise actuel.<br><br>
  1137. Les repreneurs présents dans cette rubrique ont ainsi indiqué lors du dépôt de leur CV être ouverts à ce type d'investissement.</i> \",lang,\"\",\"M\") | raw }}
  1138.                     <!-- <div class=\"form-check-inline col-12 mt-5\">
  1139.                         <label class=\"form-check-label\">
  1140.                                 <input type=\"checkbox\" class=\"form-check-input\" value=\"affichage\">Ne plus afficher la prochaine fois
  1141.                         </label>
  1142.                     </div> -->
  1143.                 </div>
  1144.                 <div class=\"modal-footer\">
  1145.                     <button type=\"button\" class=\"btn btn-orange-new\" data-dismiss=\"modal\">J'ai compris</button>
  1146.                 </div>
  1147.             </div>
  1148.         </div>
  1149.     </div>
  1150.     <!--FIN MODAL-->
  1151.   {% 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
  1152. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1153. {% block javascripts %} 
  1154.     {{ parent() }}
  1155.     <script src=\"{{ asset('build/js/lib/ion.rangeSlider.min.js') }}\"></script>
  1156. \t<script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/annuaires/annuaire_repreneurs_recherche.js') }}\"></script>
  1157. \t<script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/ouvrir_capital/recherche_avancee.js') }}\"></script>
  1158. {% endblock %}""ouvrir_capital/recherche_avancee_cv_repreneur.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/ouvrir_capital/recherche_avancee_cv_repreneur.html.twig");
  1159.     }
  1160. }