var/cache/dev/twig/21/21925b7d2fae6ab1c7dc00bfbff79cdf22c65d90d9c9ce962eeff79df9054886.php line 53

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* ouvrir_capital/recherche_standard_recherche_partenariat.html.twig */
  15. class __TwigTemplate_686d085f46bc559c54b647f878dfe7857a4e954d7dd7e45d68adddc854993f78 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_standard_recherche_partenariat.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_standard_recherche_partenariat.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""ouvrir_capital/recherche_standard_recherche_partenariat.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 3
  51.     public function block_title($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  58.         // line 4
  59.         yield "<title>";
  60.         yield $this->extensions['App\Twig\TranslationExtension']->translate("tous les profils de Business Angels / investisseurs privés", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'4$this->source); })()), """M");
  61.         yield "</title>
  62. ";
  63.         
  64.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  65.         
  66.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  67.         return; yield '';
  68.     }
  69.     // line 7
  70.     public function block_description($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  77.         // line 8
  78.         yield "<meta name=\"description\" content=\"";
  79.         yield $this->extensions['App\Twig\TranslationExtension']->translate("consultez tous les profils de Business Angels / investisseurs privés", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'8$this->source); })()), """M");
  80.         yield "\">
  81. ";
  82.         
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  84.         
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  86.         return; yield '';
  87.     }
  88.     // line 11
  89.     public function block_stylesheets($context, array $blocks = [])
  90.     {
  91.         $macros $this->macros;
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  94.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  95.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  96.         yield "  ";
  97.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  98.         yield "
  99. <link rel=\"stylesheet\" href=\"";
  100.         // line 12
  101.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/lib/range-slider.css"), "html"nulltrue);
  102.         yield "\"/>
  103. <link rel=\"stylesheet\" href=\"";
  104.         // line 13
  105.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/reprendre_entreprise/rechercheavancee.css"), "html"nulltrue);
  106.         yield "\"/>
  107. <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_standard_recherche_partenariat.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_standard_recherche_partenariat.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_standard_recherche_partenariat.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("toutes les opportunités", (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.                 ";
  185.         // line 53
  186.         $context["listNombresAafficher"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["twig_vars"]) || array_key_exists("twig_vars"$context) ? $context["twig_vars"] : (function () { throw new RuntimeError('Variable "twig_vars" does not exist.'53$this->source); })()), "listNombresAafficher", [], "any"falsefalsefalse53);
  187.         // line 54
  188.         yield "                ";
  189.         if (((array_key_exists("listNombresAafficher"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["listNombresAafficher"]) || array_key_exists("listNombresAafficher"$context) ? $context["listNombresAafficher"] : (function () { throw new RuntimeError('Variable "listNombresAafficher" does not exist.'54$this->source); })()))) : (""))) {
  190.             // line 55
  191.             yield "                    ";
  192.             $context["nb_recherches_partenariat"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["listNombresAafficher"]) || array_key_exists("listNombresAafficher"$context) ? $context["listNombresAafficher"] : (function () { throw new RuntimeError('Variable "listNombresAafficher" does not exist.'55$this->source); })()), "reprendre_une_entreprise_nb_recherches_de_partenariats", [], "any"falsefalsefalse55);
  193.             // line 56
  194.             yield "                ";
  195.         }
  196.         // line 57
  197.         yield "                
  198.                 <div class=\"row\" >
  199.                     <div class=\"col-12 my-4\">
  200.                     \t<!-- <h2 class=\"bleu_fusacq\">";
  201.         // line 60
  202.         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.'60$this->source); })()), """M");
  203.         yield "</h2>-->
  204.                     \t<h1 class=\"recherche_avancee orange-new\">";
  205.         // line 61
  206.         yield $this->extensions['App\Twig\TranslationExtension']->translate("toutes les opportunités", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'61$this->source); })()), """M");
  207.         yield " - ";
  208.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariat"]) || array_key_exists("nb_recherches_partenariat"$context) ? $context["nb_recherches_partenariat"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariat" does not exist.'61$this->source); })()), "html"nulltrue);
  209.         yield " ";
  210.         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.'61$this->source); })()), """m");
  211.         yield "</h1>
  212.                     </div>
  213.                 </div>
  214.                 
  215.                 <!--MOBILE-->
  216.                 <div class=\"row d-block d-sm-none bkg_gris_clair\">
  217.                 \t<div class=\"onglet8 col-12 my-3 pt-3\">
  218.                 \t\t  <nav>
  219.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  220.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  221.                 \t\t\t\t\t<div class=\"nav-item nav-link active\">
  222.                 \t\t\t\t\t\t<span class=\"fs13\">";
  223.         // line 72
  224.         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.'72$this->source); })()), """M");
  225.         yield "</span>
  226.                 \t\t\t\t\t</div>
  227.                 \t\t\t\t</div>
  228.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  229.                     \t\t\t\t<a class=\"nav-item nav-link\" href=\"";
  230.         // line 76
  231.         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.'76$this->source); })())]), "html"nulltrue);
  232.         yield "\">
  233.                     \t\t\t\t\t<span class=\"fs13\">";
  234.         // line 77
  235.         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.'77$this->source); })()), """M");
  236.         yield "</span>
  237.                     \t\t\t\t</a>
  238.                 \t\t\t\t</div>
  239.                 \t\t\t</div>
  240.                 \t\t  </nav>
  241.                 \t</div>
  242.                 \t<div class=\"col-12 mb-3\">
  243.                 \t\t<div class=\"row\">
  244.                 \t\t\t<div class=\"col-6 text-center my-3 br_gris\">
  245.                         \t\t<div class=\"blanc lh099 py-3\">
  246.                         \t\t\t<a href=\"";
  247.         // line 87
  248.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_business_angel", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'87$this->source); })())]), "html"nulltrue);
  249.         yield "\" class=\"orange-new lh099 py-3\">
  250.                         \t\t\t\t<span class=\"res_font\">";
  251.         // line 88
  252.         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.'88$this->source); })()), """M""");
  253.         yield "</span>
  254.                         \t\t\t</a>
  255.                         \t\t</div>
  256.                     \t\t</div>
  257.                 \t\t
  258.                     \t\t<div class=\"col-6 text-center my-3 pr-4 br_gris\">
  259.                         \t\t<div class=\"blanc bkg_orange_new lh099 py-3\">
  260.                     \t\t\t\t<span class=\"res_font\">";
  261.         // line 95
  262.         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.'95$this->source); })()), """M""");
  263.         yield "</span>
  264.                         \t\t</div>
  265.                     \t\t</div>
  266.                     \t\t
  267.                     \t\t<div class=\"col-6 text-center my-3\">
  268.                         \t\t<div class=\"blanc lh099 py-3\">
  269.                         \t\t\t<a href=\"";
  270.         // line 101
  271.         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.'101$this->source); })())]), "html"nulltrue);
  272.         yield "\" class=\"orange-new lh099 py-3\">
  273.                         \t\t\t\t<span class=\"res_font\">";
  274.         // line 102
  275.         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.'102$this->source); })()), """M""");
  276.         yield "</span>
  277.                         \t\t\t</a>
  278.                         \t\t</div>
  279.                     \t\t</div>
  280.                     \t\t
  281.                     \t\t<div class=\"col-6 text-center my-3\">
  282.                     \t\t\t<div class=\"blanc lh099 py-3\">
  283.                     \t\t\t\t<a href=\"";
  284.         // line 109
  285.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_fonds_investissement", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'109$this->source); })())]), "html"nulltrue);
  286.         yield "\" class=\"orange-new lh099 py-3\">
  287.                     \t\t\t\t\t<span class=\"res_font\">";
  288.         // line 110
  289.         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.'110$this->source); })()), """M""");
  290.         yield "</span>
  291.                     \t\t\t\t</a>
  292.                     \t\t\t</div>
  293.                     \t\t</div>
  294.                 \t\t</div>
  295.                 \t</div>
  296.                 </div>
  297.                 <!--MOBILE-->
  298.                 
  299.                 <!--TOUT SAUF MOBILE-->
  300.                 <div class=\"row d-none d-sm-block\">
  301.                 \t<div class=\"onglet8 col-12 mt-3\">
  302.                         <nav>
  303.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  304.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  305.                             \t\t<div class=\"nav-item nav-link active\">
  306.                             \t\t\t<span class=\"fs13\">";
  307.         // line 126
  308.         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.'126$this->source); })()), """M");
  309.         yield "</span>
  310.                             \t\t</div>
  311.                             \t</div>
  312.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  313.                             \t\t<a class=\"nav-item nav-link\" href=\"";
  314.         // line 130
  315.         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.'130$this->source); })())]), "html"nulltrue);
  316.         yield "\">
  317.                             \t\t\t<span class=\"fs13\">";
  318.         // line 131
  319.         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.'131$this->source); })()), """M");
  320.         yield "</span>
  321.                             \t\t</a>
  322.                             \t</div>
  323.                             </div>
  324.                         </nav>
  325.                 \t</div>
  326.                 \t<div class=\"onglet8 col-12 mt-5 mb-4\">
  327. \t\t\t\t\t\t<nav>
  328.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  329.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  330.                         \t\t  \t<a class=\"nav-item nav-link\" href=\"";
  331.         // line 141
  332.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_business_angel", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'141$this->source); })())]), "html"nulltrue);
  333.         yield "\">
  334.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">";
  335.         // line 142
  336.         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.'142$this->source); })()), """M""");
  337.         yield "</span>
  338.                         \t\t  \t</a>
  339.                         \t\t</div>
  340.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  341.                         \t\t  \t<div class=\"nav-item nav-link active\">
  342.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">";
  343.         // line 147
  344.         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.'147$this->source); })()), """M""");
  345.         yield "</span>
  346.                         \t\t  \t</div>
  347.                         \t\t</div>
  348.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  349.                         \t  \t\t<a class=\"nav-item nav-link\" href=\"";
  350.         // line 151
  351.         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.'151$this->source); })())]), "html"nulltrue);
  352.         yield "\">
  353.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">";
  354.         // line 152
  355.         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.'152$this->source); })()), """M""");
  356.         yield "</span>
  357.                         \t\t  \t</a>
  358.                         \t\t</div>
  359.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  360.                         \t\t\t<a class=\"nav-item nav-link\" href=\"";
  361.         // line 156
  362.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_fonds_investissement", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'156$this->source); })())]), "html"nulltrue);
  363.         yield "\">
  364.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">";
  365.         // line 157
  366.         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.'157$this->source); })()), """M""");
  367.         yield "</span>
  368.                         \t\t  \t</a>
  369.                         \t\t</div> 
  370.                     \t\t</div>
  371.                 \t  \t</nav>
  372.                 \t</div>
  373.                 </div>
  374.                 <!--TOUT SAUF MOBILE-->
  375. \t\t\t\t<div class=\"row\">
  376.                     <div class=\"col-12\">
  377.                         <div class=\"card mb-3 no_shadow\">
  378.                             <div class=\"card-body\">
  379.                                 <div class=\"row\">
  380. \t\t\t\t\t\t\t\t\t<!--REFERENCE-->
  381.                                     <div class=\"col-12 col-sm-8 mt-3\">
  382.                                         <h5>";
  383.         // line 173
  384.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche rapide", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'173$this->source); })()), """M""");
  385.         yield "</h5>
  386.                                     </div>
  387.                                     <div class=\"col-12 mt-2\">
  388.                                         <form class=\"form-inline\">
  389.                                             <div class=\"form-group mr-3 mb-2\">
  390.                                                 <input type=\"text\" class=\"form-control\" id=\"reference_mots_cles\" name=\"reference_mots_cles\" style=\"width: 250px;\" placeholder=\"";
  391.         // line 178
  392.         yield $this->extensions['App\Twig\TranslationExtension']->translate("mots-clés de l’activité ou réf. annonce", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'178$this->source); })()), """M""");
  393.         yield "\">
  394.                                             </div>
  395.                                             <button type=\"submit\" class=\"btn  btn-orange-new mb-2\">";
  396.         // line 180
  397.         yield $this->extensions['App\Twig\TranslationExtension']->translate("ok", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'180$this->source); })()), """M""");
  398.         yield "</button>&nbsp;&nbsp;&nbsp;
  399.                                             <span>ou &nbsp;&nbsp;<a href=\"";
  400.         // line 181
  401.         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.'181$this->source); })())]), "html"nulltrue);
  402.         yield "\">";
  403.         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherche avancée", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'181$this->source); })()), """M""");
  404.         yield "</a></span>
  405.                                         </form>
  406.                                     </div>
  407.                                     <!--FIN REFERENCE-->
  408.                                   
  409.                                     <!--DERNIERES ANNONCES-->
  410.                                     ";
  411.         // line 187
  412.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\OuvrirCapitalController::dernieresAnnoncesRecherchePartenariat", ["lang" =>         // line 189
  413. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'189$this->source); })()), "codePays" =>         // line 190
  414. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'190$this->source); })())]));
  415.         // line 191
  416.         yield "
  417.                                     <!--FIN DERNIERES ANNONCES-->
  418.                                     <!--LOCALISATIONS-->
  419.                                     ";
  420.         // line 194
  421.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\OuvrirCapitalController::trouverAnnonceRecherchePartenariatParLocalisation", ["lang" =>         // line 196
  422. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'196$this->source); })()), "codePays" =>         // line 197
  423. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'197$this->source); })())]));
  424.         // line 198
  425.         yield "
  426.                                     <!--FIN LOCALISATIONS-->
  427.                                     <div class=\"text-center col-12 my-3\">
  428.                                         <a class=\"font-weight-bold\" href=\"";
  429.         // line 201
  430.         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.'201$this->source); })())]), "html"nulltrue);
  431.         yield "\">
  432.                                             > ";
  433.         // line 202
  434.         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.'202$this->source); })()), """M");
  435.         yield "
  436.                                         </a>
  437.                                     </div>
  438.                                 </div>
  439.                             </div>
  440.                         </div>
  441.                     </div>
  442.                 </div>
  443.                 
  444.             </div><!--FIN COLONNE DROITE --> 
  445.                 
  446. \t\t</div> <!--FIN ROW CONTAINER --> 
  447. \t</div>  <!--FIN CONTAINER -->
  448.   ";
  449.         
  450.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  451.         
  452.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  453.         return; yield '';
  454.     }
  455.     // line 219
  456.     public function block_javascripts($context, array $blocks = [])
  457.     {
  458.         $macros $this->macros;
  459.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  460.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  461.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  462.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  463.         yield 
  464.     ";
  465.         // line 220
  466.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  467.         yield "
  468. \t<script type=\"module\" data-name=\"";
  469.         // line 221
  470.         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.'221$this->source); })()), "html"nulltrue);
  471.         yield "\" id=\"codePaysParam\" src=\"";
  472.         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);
  473.         yield "\"></script>
  474. ";
  475.         
  476.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  477.         
  478.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  479.         return; yield '';
  480.     }
  481.     /**
  482.      * @codeCoverageIgnore
  483.      */
  484.     public function getTemplateName()
  485.     {
  486.         return "ouvrir_capital/recherche_standard_recherche_partenariat.html.twig";
  487.     }
  488.     /**
  489.      * @codeCoverageIgnore
  490.      */
  491.     public function isTraitable()
  492.     {
  493.         return false;
  494.     }
  495.     /**
  496.      * @codeCoverageIgnore
  497.      */
  498.     public function getDebugInfo()
  499.     {
  500.         return array (  509 => 221,  505 => 220,  493 => 219,  466 => 202,  462 => 201,  457 => 198,  455 => 197,  454 => 196,  453 => 194,  448 => 191,  446 => 190,  445 => 189,  444 => 187,  433 => 181,  429 => 180,  424 => 178,  416 => 173,  397 => 157,  393 => 156,  386 => 152,  382 => 151,  375 => 147,  367 => 142,  363 => 141,  350 => 131,  346 => 130,  339 => 126,  320 => 110,  316 => 109,  306 => 102,  302 => 101,  293 => 95,  283 => 88,  279 => 87,  266 => 77,  262 => 76,  255 => 72,  237 => 61,  233 => 60,  228 => 57,  225 => 56,  222 => 55,  219 => 54,  217 => 53,  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,);
  501.     }
  502.     public function getSourceContext()
  503.     {
  504.         return new Source("{% extends 'base.html.twig' %}\t
  505. {% block title %}
  506. <title>{{ translate(\"tous les profils de Business Angels / investisseurs privés\" ,lang,\"\",\"M\") | raw }}</title>
  507. {% endblock %}
  508. {% block description %}
  509. <meta name=\"description\" content=\"{{ translate(\"consultez tous les profils de Business Angels / investisseurs privés\" ,lang,\"\",\"M\") | raw }}\">
  510. {% 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
  511. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  512. {% block stylesheets %}  {{ parent() }}
  513. <link rel=\"stylesheet\" href=\"{{ asset('build/css/lib/range-slider.css') }}\"/>
  514. <link rel=\"stylesheet\" href=\"{{ asset('build/css/reprendre_entreprise/rechercheavancee.css') }}\"/>
  515. <link rel=\"stylesheet\" href=\"{{ asset('build/css/vendre_entreprise/rechercheavancee.css') }}\"/>
  516. <link rel=\"stylesheet\" href=\"{{ asset('build/css/annuaires/repreneurs/repreneurs_recherche.css') }}\">
  517. {% 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
  518. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  519. {% block body %}
  520. \t{% include 'assets/assets_vuejs.html.twig' %}
  521. \t
  522. \t<!-- Menu  -->
  523.     {{ render_esi(controller(
  524.       'App\\\\Controller\\\\CoreController::menu',
  525.       {   \"lang\": lang,
  526.           \"currentRoute\":currentRoute,
  527.           \"codePays\": codePaysWithUnderScore }
  528.     )) }}
  529.   \t<!-- Menu  -->
  530.                   
  531.   \t<!-- Publicite  -->
  532.     {% include 'includes/publicite.html.twig' %}
  533.   \t<!-- Publicite  -->
  534. \t<div class=\"container\" id=\"app\">
  535. \t\t<div class=\"row\">
  536. \t\t\t<!--COLONNE GAUCHE -->
  537.             {% include 'includes/colonnes_gauche.html.twig' %}
  538.             <!--FIN COLONNE GAUCHE -->
  539.             
  540.             <!--COLONNE DROITE -->
  541. \t\t\t<div class=\"col-12 col-lg-9 bkg_blanc\">
  542.                 <!-- ARIANE -->
  543.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  544.                   <ol class=\"breadcrumb\">
  545.                     <li class=\"breadcrumb-item\"><a href=\"{{ path('index',{'codePays':codePays}  ) }}\">{{ translate(\"accueil\",lang,\"\",\"M\") | raw }}</a></li>
  546.                     <li class=\"breadcrumb-item\">{{ translate(\"ouvrir mon capital ou m'associer\",lang,\"\",\"M\") | raw }}</li>
  547.                     <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"toutes les opportunités\",lang,\"\",\"M\") | raw }}</li>
  548.                   </ol>
  549.                 </nav>
  550.                 <!-- FIN ARIANE -->
  551.                 
  552.                 {% set  listNombresAafficher =  twig_vars.listNombresAafficher  %}
  553.                 {% if  listNombresAafficher |default %}
  554.                     {% set nb_recherches_partenariat =  listNombresAafficher.reprendre_une_entreprise_nb_recherches_de_partenariats %}
  555.                 {%  endif %}
  556.                 
  557.                 <div class=\"row\" >
  558.                     <div class=\"col-12 my-4\">
  559.                     \t<!-- <h2 class=\"bleu_fusacq\">{{ translate(\"reprendre une entreprise ou developper ma societe\",lang,\"\",\"M\") | raw }}</h2>-->
  560.                     \t<h1 class=\"recherche_avancee orange-new\">{{ translate(\"toutes les opportunités\",lang,\"\",\"M\") | raw }} - {{ nb_recherches_partenariat }} {{ translate(\"recherches de partenariats\",lang,\"\",\"m\") | raw }}</h1>
  561.                     </div>
  562.                 </div>
  563.                 
  564.                 <!--MOBILE-->
  565.                 <div class=\"row d-block d-sm-none bkg_gris_clair\">
  566.                 \t<div class=\"onglet8 col-12 my-3 pt-3\">
  567.                 \t\t  <nav>
  568.                 \t\t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  569.                 \t\t\t\t<div class=\"col-6 no-padding-x bl_gris br_gris\">
  570.                 \t\t\t\t\t<div class=\"nav-item nav-link active\">
  571.                 \t\t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche standard\",lang,\"\",\"M\") | raw }}</span>
  572.                 \t\t\t\t\t</div>
  573.                 \t\t\t\t</div>
  574.                 \t\t\t\t<div class=\"col-6 no-padding-x br_gris order-sm-1\">
  575.                     \t\t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_recherche_recherches_partenariat', {'codePays': codePaysWithUnderScore}) }}\">
  576.                     \t\t\t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  577.                     \t\t\t\t</a>
  578.                 \t\t\t\t</div>
  579.                 \t\t\t</div>
  580.                 \t\t  </nav>
  581.                 \t</div>
  582.                 \t<div class=\"col-12 mb-3\">
  583.                 \t\t<div class=\"row\">
  584.                 \t\t\t<div class=\"col-6 text-center my-3 br_gris\">
  585.                         \t\t<div class=\"blanc lh099 py-3\">
  586.                         \t\t\t<a href=\"{{ path('ouvrir_capital_business_angel',{'codePays':codePaysWithUnderScore}) }}\" class=\"orange-new lh099 py-3\">
  587.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"business<br>angel\",lang,\"\",\"M\", \"\") | raw }}</span>
  588.                         \t\t\t</a>
  589.                         \t\t</div>
  590.                     \t\t</div>
  591.                 \t\t
  592.                     \t\t<div class=\"col-6 text-center my-3 pr-4 br_gris\">
  593.                         \t\t<div class=\"blanc bkg_orange_new lh099 py-3\">
  594.                     \t\t\t\t<span class=\"res_font\">{{ translate(\"recherches<br> de partenariats\",lang,\"\",\"M\", \"\") | raw }}</span>
  595.                         \t\t</div>
  596.                     \t\t</div>
  597.                     \t\t
  598.                     \t\t<div class=\"col-6 text-center my-3\">
  599.                         \t\t<div class=\"blanc lh099 py-3\">
  600.                         \t\t\t<a href=\"{{ path('ouvrir_capital_cv_repreneurs',{'codePays':codePaysWithUnderScore}) }}\" class=\"orange-new lh099 py-3\">
  601.                         \t\t\t\t<span class=\"res_font\">{{ translate(\"acheteurs<br>prêts à investir\",lang,\"\",\"M\", \"\") | raw }}</span>
  602.                         \t\t\t</a>
  603.                         \t\t</div>
  604.                     \t\t</div>
  605.                     \t\t
  606.                     \t\t<div class=\"col-6 text-center my-3\">
  607.                     \t\t\t<div class=\"blanc lh099 py-3\">
  608.                     \t\t\t\t<a href=\"{{ path('ouvrir_capital_fonds_investissement',{'codePays':codePaysWithUnderScore}) }}\" class=\"orange-new lh099 py-3\">
  609.                     \t\t\t\t\t<span class=\"res_font\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"M\", \"\") | raw }}</span>
  610.                     \t\t\t\t</a>
  611.                     \t\t\t</div>
  612.                     \t\t</div>
  613.                 \t\t</div>
  614.                 \t</div>
  615.                 </div>
  616.                 <!--MOBILE-->
  617.                 
  618.                 <!--TOUT SAUF MOBILE-->
  619.                 <div class=\"row d-none d-sm-block\">
  620.                 \t<div class=\"onglet8 col-12 mt-3\">
  621.                         <nav>
  622.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  623.                             \t<div class=\"col-12 col-sm-6 no-padding-x bl_gris br_gris\">
  624.                             \t\t<div class=\"nav-item nav-link active\">
  625.                             \t\t\t<span class=\"fs13\">{{ translate(\"toutes les opportunites\",lang,\"\",\"M\") | raw }}</span>
  626.                             \t\t</div>
  627.                             \t</div>
  628.                             \t<div class=\"col-12 col-sm-6 no-padding-x br_gris order-sm-1\">
  629.                             \t\t<a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_recherche_recherches_partenariat', {'codePays': codePaysWithUnderScore}) }}\">
  630.                             \t\t\t<span class=\"fs13\">{{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}</span>
  631.                             \t\t</a>
  632.                             \t</div>
  633.                             </div>
  634.                         </nav>
  635.                 \t</div>
  636.                 \t<div class=\"onglet8 col-12 mt-5 mb-4\">
  637. \t\t\t\t\t\t<nav>
  638.                     \t\t<div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  639.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  640.                         \t\t  \t<a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_business_angel',{'codePays':codePaysWithUnderScore}) }}\">
  641.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">{{ translate(\"business<br>angel\",lang,\"\",\"M\", \"\") | raw }}</span>
  642.                         \t\t  \t</a>
  643.                         \t\t</div>
  644.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  645.                         \t\t  \t<div class=\"nav-item nav-link active\">
  646.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">{{ translate(\"recherches de partenariats\",lang,\"\",\"M\", \"\") | raw }}</span>
  647.                         \t\t  \t</div>
  648.                         \t\t</div>
  649.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  650.                         \t  \t\t<a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_cv_repreneurs',{'codePays':codePaysWithUnderScore}) }}\">
  651.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">{{ translate(\"acheteurs prêts à investir\",lang,\"\",\"M\", \"\") | raw }}</span>
  652.                         \t\t  \t</a>
  653.                         \t\t</div>
  654.                         \t\t<div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  655.                         \t\t\t<a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_fonds_investissement',{'codePays':codePaysWithUnderScore}) }}\">
  656.                         \t\t  \t\t<span class=\"fs2\"><span class=\"fs12\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"M\", \"\") | raw }}</span>
  657.                         \t\t  \t</a>
  658.                         \t\t</div> 
  659.                     \t\t</div>
  660.                 \t  \t</nav>
  661.                 \t</div>
  662.                 </div>
  663.                 <!--TOUT SAUF MOBILE-->
  664. \t\t\t\t<div class=\"row\">
  665.                     <div class=\"col-12\">
  666.                         <div class=\"card mb-3 no_shadow\">
  667.                             <div class=\"card-body\">
  668.                                 <div class=\"row\">
  669. \t\t\t\t\t\t\t\t\t<!--REFERENCE-->
  670.                                     <div class=\"col-12 col-sm-8 mt-3\">
  671.                                         <h5>{{ translate(\"recherche rapide\",lang,\"\",\"M\", \"\") | raw }}</h5>
  672.                                     </div>
  673.                                     <div class=\"col-12 mt-2\">
  674.                                         <form class=\"form-inline\">
  675.                                             <div class=\"form-group mr-3 mb-2\">
  676.                                                 <input type=\"text\" class=\"form-control\" id=\"reference_mots_cles\" name=\"reference_mots_cles\" style=\"width: 250px;\" placeholder=\"{{ translate(\"mots-clés de l’activité ou réf. annonce\",lang,\"\",\"M\", \"\") | raw }}\">
  677.                                             </div>
  678.                                             <button type=\"submit\" class=\"btn  btn-orange-new mb-2\">{{ translate(\"ok\",lang,\"\",\"M\", \"\") | raw }}</button>&nbsp;&nbsp;&nbsp;
  679.                                             <span>ou &nbsp;&nbsp;<a href=\"{{ path('ouvrir_capital_recherche_recherches_partenariat', {codePays: codePaysWithUnderScore}) }}\">{{ translate(\"recherche avancée\",lang,\"\",\"M\", \"\") | raw }}</a></span>
  680.                                         </form>
  681.                                     </div>
  682.                                     <!--FIN REFERENCE-->
  683.                                   
  684.                                     <!--DERNIERES ANNONCES-->
  685.                                     {{ render_esi(controller(
  686.                                           'App\\\\Controller\\\\OuvrirCapitalController::dernieresAnnoncesRecherchePartenariat',
  687.                                           {   \"lang\": lang,
  688.                                               \"codePays\": codePaysWithUnderScore }
  689.                                       )) }}
  690.                                     <!--FIN DERNIERES ANNONCES-->
  691.                                     <!--LOCALISATIONS-->
  692.                                     {{ render_esi(controller(
  693.                                           'App\\\\Controller\\\\OuvrirCapitalController::trouverAnnonceRecherchePartenariatParLocalisation',
  694.                                           {   \"lang\": lang,
  695.                                               \"codePays\": codePaysWithUnderScore }
  696.                                       )) }}
  697.                                     <!--FIN LOCALISATIONS-->
  698.                                     <div class=\"text-center col-12 my-3\">
  699.                                         <a class=\"font-weight-bold\" href=\"{{ path('ouvrir_capital_recherche_recherches_partenariat',{'codePays':codePaysWithUnderScore}) }}\">
  700.                                             > {{ translate(\"recherche avancee\",lang,\"\",\"M\") | raw }}
  701.                                         </a>
  702.                                     </div>
  703.                                 </div>
  704.                             </div>
  705.                         </div>
  706.                     </div>
  707.                 </div>
  708.                 
  709.             </div><!--FIN COLONNE DROITE --> 
  710.                 
  711. \t\t</div> <!--FIN ROW CONTAINER --> 
  712. \t</div>  <!--FIN CONTAINER -->
  713.   {% 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
  714. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  715. {% block javascripts %} 
  716.     {{ parent() }}
  717. \t<script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/ouvrir_capital/recherche_avancee.js') }}\"></script>
  718. {% endblock %}""ouvrir_capital/recherche_standard_recherche_partenariat.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/ouvrir_capital/recherche_standard_recherche_partenariat.html.twig");
  719.     }
  720. }