var/cache/dev/twig/9e/9e8108bd8466d0f6266f504f9a90185956e40e4f66f1ba68c5d376cb81ea7ac6.php line 88

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_partenariat.html.twig */
  15. class __TwigTemplate_cb94ee738818cc0f7411c4ef75eae33ef793fe804bf145c559db2b2a2797c1ec 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.             'stylesheets' => [$this'block_stylesheets'],
  25.             'body' => [$this'block_body'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "base.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ouvrir_capital/recherche_partenariat.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ouvrir_capital/recherche_partenariat.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""ouvrir_capital/recherche_partenariat.html.twig"1);
  42.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 3
  49.     public function block_stylesheets($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  56.         yield "  ";
  57.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  58.         yield "
  59.     <link rel=\"stylesheet\" href=\"";
  60.         // line 4
  61.         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);
  62.         yield "\">
  63. ";
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.         return; yield '';
  69.     }
  70.     // line 7
  71.     public function block_body($context, array $blocks = [])
  72.     {
  73.         $macros $this->macros;
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  75.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  77.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  78.         // line 8
  79.         yield "    ";
  80.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""ouvrir_capital/recherche_partenariat.html.twig"8)->unwrap()->yield($context);
  81.         // line 9
  82.         yield "
  83.     <!-- Menu  -->
  84.     ";
  85.         // line 11
  86.         yield Twig\Extension\CoreExtension::spaceless($this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" =>         // line 13
  87. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'13$this->source); })()), "currentRoute" =>         // line 14
  88. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'14$this->source); })()), "codePays" =>         // line 15
  89. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'15$this->source); })())])));
  90.         // line 16
  91.         yield "
  92.     <!-- Menu  -->
  93.     <!-- Publicite  -->
  94.     ";
  95.         // line 20
  96.         yield from         $this->loadTemplate("includes/publicite.html.twig""ouvrir_capital/recherche_partenariat.html.twig"20)->unwrap()->yield($context);
  97.         // line 21
  98.         yield "    <!-- Publicite  -->
  99.     <div class=\"container\" id=\"app\">
  100.         <div class=\"row\">
  101.             <!--COLONNE GAUCHE -->
  102.             ";
  103.         // line 26
  104.         yield from         $this->loadTemplate("includes/colonnes_gauche.html.twig""ouvrir_capital/recherche_partenariat.html.twig"26)->unwrap()->yield($context);
  105.         // line 27
  106.         yield "            <!--FIN COLONNE GAUCHE -->
  107.             <!--COLONNE DROITE -->
  108.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  109.                 <!-- ARIANE -->
  110.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  111.                     <ol class=\"breadcrumb\">
  112.                         <li class=\"breadcrumb-item\"><a href=\"";
  113.         // line 35
  114.         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.'35$this->source); })())]), "html"nulltrue);
  115.         yield "\">";
  116.         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.'35$this->source); })()), """M");
  117.         yield "</a></li>
  118.                         <li class=\"breadcrumb-item\"><a href=\"";
  119.         // line 36
  120.         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.'36$this->source); })())]), "html"nulltrue);
  121.         yield "\">";
  122.         yield $this->extensions['App\Twig\TranslationExtension']->translate("ouvrir mon capital", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'36$this->source); })()), """M");
  123.         yield "</a></li>
  124.                             ";
  125.         // line 37
  126.         if (((isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'37$this->source); })()) &&  !(isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'37$this->source); })()))) {
  127.             // line 38
  128.             yield "                            <li class=\"breadcrumb-item\"><a href=\"";
  129.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_resultats_recherches_partenariat", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'38$this->source); })())]), "html"nulltrue);
  130.             yield "\" title=\"";
  131.             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.'38$this->source); })()), """M");
  132.             yield "\">";
  133.             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.'38$this->source); })()), """M");
  134.             yield "</a></li>
  135.                                 ";
  136.             // line 39
  137.             $context['_parent'] = $context;
  138.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'39$this->source); })()));
  139.             foreach ($context['_seq'] as $context["index"] => $context["localisation"]) {
  140.                 // line 40
  141.                 yield "                                    ";
  142.                 if ((=== CoreExtension::compare($context["index"], 0))) {
  143.                     // line 41
  144.                     yield "                                        ";
  145.                     $context["type_loc"] = "p";
  146.                     // line 42
  147.                     yield "                                    ";
  148.                 } elseif ((=== CoreExtension::compare($context["index"], 1))) {
  149.                     // line 43
  150.                     yield "                                        ";
  151.                     $context["type_loc"] = "r";
  152.                     // line 44
  153.                     yield "                                    ";
  154.                 } else {
  155.                     // line 45
  156.                     yield "                                        ";
  157.                     $context["type_loc"] = "d";
  158.                     // line 46
  159.                     yield "                                    ";
  160.                 }
  161.                 // line 47
  162.                 yield "
  163.                                 ";
  164.                 // line 48
  165.                 if ((!== CoreExtension::compare($context["localisation"], Twig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'48$this->source); })()))))) {
  166.                     // line 49
  167.                     yield "                                    ";
  168.                     $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->source$context["localisation"], "prefixe", [], "any"falsefalsefalse49), "nom_localisation" => CoreExtension::getAttribute($this->env$this->source$context["localisation"], "nom_localisation", [], "any"falsefalsefalse49)];
  169.                     // line 50
  170.                     yield "                                    <li class=\"breadcrumb-item\">
  171.                                         <a href=\"";
  172.                     // line 51
  173.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_localisation", ["slug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["localisation"], "nom_localisation", [], "any"falsefalsefalse51)), "type" => (isset($context["type_loc"]) || array_key_exists("type_loc"$context) ? $context["type_loc"] : (function () { throw new RuntimeError('Variable "type_loc" does not exist.'51$this->source); })()), "idLocalisation" => CoreExtension::getAttribute($this->env$this->source$context["localisation"], "id_localisation", [], "any"falsefalsefalse51), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'51$this->source); })())]), "html"nulltrue);
  174.                     yield "\"
  175.                                            title=\"";
  176.                     // line 52
  177.                     yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$prefixe%\$ %\$nom_localisation%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'52$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'52$this->source); })()));
  178.                     yield "\">
  179.                                             ";
  180.                     // line 53
  181.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["localisation"], "nom_localisation", [], "any"falsefalsefalse53), "html"nulltrue);
  182.                     yield "
  183.                                         </a>
  184.                                     </li>
  185.                                 ";
  186.                 } else {
  187.                     // line 57
  188.                     yield "                                    <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  189.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["localisation"], "nom_localisation", [], "any"falsefalsefalse57), "html"nulltrue);
  190.                     yield "</li>
  191.                                     ";
  192.                 }
  193.                 // line 59
  194.                 yield "                                ";
  195.             }
  196.             $_parent $context['_parent'];
  197.             unset($context['_seq'], $context['_iterated'], $context['index'], $context['localisation'], $context['_parent'], $context['loop']);
  198.             $context array_intersect_key($context$_parent) + $_parent;
  199.             // line 60
  200.             yield "                            ";
  201.         } elseif (((isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'60$this->source); })()) &&  !(isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'60$this->source); })()))) {
  202.             // line 61
  203.             yield "                            <li class=\"breadcrumb-item\"><a href=\"";
  204.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_resultats_recherches_partenariat", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'61$this->source); })())]), "html"nulltrue);
  205.             yield "\" title=\"";
  206.             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");
  207.             yield "\">";
  208.             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");
  209.             yield "</a></li>
  210.                                 ";
  211.             // line 62
  212.             $context['_parent'] = $context;
  213.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'62$this->source); })()));
  214.             foreach ($context['_seq'] as $context["index"] => $context["secteurActivite"]) {
  215.                 // line 63
  216.                 yield "                                    ";
  217.                 if ((!== CoreExtension::compare($context["secteurActivite"], Twig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'63$this->source); })()))))) {
  218.                     // line 64
  219.                     yield "                                        ";
  220.                     $context["arrayVarsTrans"] = ["nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["secteurActivite"], "nomPourTitle", [], "any"falsefalsefalse64))];
  221.                     // line 65
  222.                     yield "                                    <li class=\"breadcrumb-item\">
  223.                                         <a href=\"";
  224.                     // line 66
  225.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_secteur_activite", ["slug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["secteurActivite"], "nomSecteurActivite", [], "any"falsefalsefalse66)), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->source$context["secteurActivite"], "idSecteurActivite", [], "any"falsefalsefalse66), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'66$this->source); })())]), "html"nulltrue);
  226.                     yield "\"
  227.                                            title=\"";
  228.                     // line 67
  229.                     yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$nomPourTitle%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'67$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'67$this->source); })()));
  230.                     yield "\">
  231.                                             ";
  232.                     // line 68
  233.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["secteurActivite"], "nomSecteurActivite", [], "any"falsefalsefalse68), "html"nulltrue);
  234.                     yield "
  235.                                         </a>
  236.                                     </li>
  237.                                 ";
  238.                 } else {
  239.                     // line 72
  240.                     yield "                                    <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  241.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["secteurActivite"], "nomSecteurActivite", [], "any"falsefalsefalse72), "html"nulltrue);
  242.                     yield "</li>
  243.                                     ";
  244.                 }
  245.                 // line 74
  246.                 yield "                                ";
  247.             }
  248.             $_parent $context['_parent'];
  249.             unset($context['_seq'], $context['_iterated'], $context['index'], $context['secteurActivite'], $context['_parent'], $context['loop']);
  250.             $context array_intersect_key($context$_parent) + $_parent;
  251.             // line 75
  252.             yield "                            ";
  253.         } elseif (((isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'75$this->source); })()) && (isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'75$this->source); })()))) {
  254.             // line 76
  255.             yield "                            <li class=\"breadcrumb-item\"><a href=\"";
  256.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_resultats_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);
  257.             yield "\" title=\"";
  258.             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.'76$this->source); })()), """M");
  259.             yield "\">";
  260.             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.'76$this->source); })()), """M");
  261.             yield "</a></li>
  262.                                 ";
  263.             // line 77
  264.             $context['_parent'] = $context;
  265.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'77$this->source); })()));
  266.             foreach ($context['_seq'] as $context["index"] => $context["secteurActivite"]) {
  267.                 // line 78
  268.                 yield "                                    ";
  269.                 $context["arrayVarsTrans"] = ["nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["secteurActivite"], "nomPourTitle", [], "any"falsefalsefalse78))];
  270.                 // line 79
  271.                 yield "                                <li class=\"breadcrumb-item\">
  272.                                     <a href=\"";
  273.                 // line 80
  274.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_secteur_activite", ["slug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["secteurActivite"], "nomSecteurActivite", [], "any"falsefalsefalse80)), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->source$context["secteurActivite"], "idSecteurActivite", [], "any"falsefalsefalse80), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'80$this->source); })())]), "html"nulltrue);
  275.                 yield "\"
  276.                                        title=\"";
  277.                 // line 81
  278.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$nomPourTitle%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'81$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'81$this->source); })()));
  279.                 yield "\">
  280.                                         ";
  281.                 // line 82
  282.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["secteurActivite"], "nomSecteurActivite", [], "any"falsefalsefalse82), "html"nulltrue);
  283.                 yield "
  284.                                     </a>
  285.                                 </li>
  286.                             ";
  287.             }
  288.             $_parent $context['_parent'];
  289.             unset($context['_seq'], $context['_iterated'], $context['index'], $context['secteurActivite'], $context['_parent'], $context['loop']);
  290.             $context array_intersect_key($context$_parent) + $_parent;
  291.             // line 86
  292.             yield "                            ";
  293.             $context['_parent'] = $context;
  294.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'86$this->source); })()));
  295.             foreach ($context['_seq'] as $context["index"] => $context["localisation"]) {
  296.                 // line 87
  297.                 yield "                                ";
  298.                 if ((=== CoreExtension::compare($context["index"], 0))) {
  299.                     // line 88
  300.                     yield "                                    ";
  301.                     $context["type_loc"] = "p";
  302.                     // line 89
  303.                     yield "                                ";
  304.                 } elseif ((=== CoreExtension::compare($context["index"], 1))) {
  305.                     // line 90
  306.                     yield "                                    ";
  307.                     $context["type_loc"] = "r";
  308.                     // line 91
  309.                     yield "                                ";
  310.                 } else {
  311.                     // line 92
  312.                     yield "                                    ";
  313.                     $context["type_loc"] = "d";
  314.                     // line 93
  315.                     yield "                                ";
  316.                 }
  317.                 // line 94
  318.                 yield "
  319.                                 ";
  320.                 // line 95
  321.                 if ((!== CoreExtension::compare($context["localisation"], Twig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'95$this->source); })()))))) {
  322.                     // line 96
  323.                     yield "                                    ";
  324.                     $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->source$context["localisation"], "prefixe", [], "any"falsefalsefalse96), "nom_localisation" => CoreExtension::getAttribute($this->env$this->source$context["localisation"], "nom_localisation", [], "any"falsefalsefalse96), "nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'96$this->source); })())), "nomPourTitle", [], "any"falsefalsefalse96))];
  325.                     // line 97
  326.                     yield "                                    <li class=\"breadcrumb-item\">
  327.                                         <a href=\"";
  328.                     // line 98
  329.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_croise", ["nomLocalisation" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["localisation"], "nom_localisation", [], "any"falsefalsefalse98)), "nomSecteurActivite" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'98$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse98)), "type" => (isset($context["type_loc"]) || array_key_exists("type_loc"$context) ? $context["type_loc"] : (function () { throw new RuntimeError('Variable "type_loc" does not exist.'98$this->source); })()), "idLocalisation" => CoreExtension::getAttribute($this->env$this->source$context["localisation"], "id_localisation", [], "any"falsefalsefalse98), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'98$this->source); })())), "idSecteurActivite", [], "any"falsefalsefalse98), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'98$this->source); })())]), "html"nulltrue);
  330.                     yield "\"
  331.                                            title=\"";
  332.                     // line 99
  333.                     yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$nomPourTitle%\$ %\$prefixe%\$ %\$nom_localisation%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'99$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'99$this->source); })()));
  334.                     yield "\">
  335.                                             ";
  336.                     // line 100
  337.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["localisation"], "nom_localisation", [], "any"falsefalsefalse100), "html"nulltrue);
  338.                     yield "
  339.                                         </a>
  340.                                     </li>
  341.                                 ";
  342.                 } else {
  343.                     // line 104
  344.                     yield "                                    <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  345.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["localisation"], "nom_localisation", [], "any"falsefalsefalse104), "html"nulltrue);
  346.                     yield "</li>
  347.                                     ";
  348.                 }
  349.                 // line 106
  350.                 yield "                                ";
  351.             }
  352.             $_parent $context['_parent'];
  353.             unset($context['_seq'], $context['_iterated'], $context['index'], $context['localisation'], $context['_parent'], $context['loop']);
  354.             $context array_intersect_key($context$_parent) + $_parent;
  355.             // line 107
  356.             yield "                            ";
  357.         } else {
  358.             // line 108
  359.             yield "                            <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  360.             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.'108$this->source); })()), """M");
  361.             yield "</li>
  362.                             ";
  363.         }
  364.         // line 110
  365.         yield "                    </ol>
  366.                 </nav>
  367.                 <!-- FIN ARIANE -->
  368.                 ";
  369.         // line 114
  370.         if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'114$this->source); })()), "session", [], "any"falsefalsefalse114), "flashbag", [], "any"falsefalsefalse114), "peek", ["error"], "method"falsefalsefalse114)), 0))) {
  371.             // line 115
  372.             yield "                    <div class=\"alert alert-danger\" role=\"alert\">
  373.                         ";
  374.             // line 116
  375.             $context['_parent'] = $context;
  376.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'116$this->source); })()), "flashes", ["error"], "method"falsefalsefalse116));
  377.             foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  378.                 // line 117
  379.                 yield "                            ";
  380.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html"nulltrue);
  381.                 yield "<br>
  382.                         ";
  383.             }
  384.             $_parent $context['_parent'];
  385.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  386.             $context array_intersect_key($context$_parent) + $_parent;
  387.             // line 119
  388.             yield "                    </div>
  389.                 ";
  390.         }
  391.         // line 121
  392.         yield "
  393.                 ";
  394.         // line 122
  395.         if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'122$this->source); })()), "session", [], "any"falsefalsefalse122), "flashbag", [], "any"falsefalsefalse122), "peek", ["success"], "method"falsefalsefalse122)), 0))) {
  396.             // line 123
  397.             yield "                    <div class=\"alert alert-success\" role=\"alert\">
  398.                         ";
  399.             // line 124
  400.             $context['_parent'] = $context;
  401.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'124$this->source); })()), "flashes", ["success"], "method"falsefalsefalse124));
  402.             foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  403.                 // line 125
  404.                 yield "                            - ";
  405.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html"nulltrue);
  406.                 yield "<br>
  407.                         ";
  408.             }
  409.             $_parent $context['_parent'];
  410.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  411.             $context array_intersect_key($context$_parent) + $_parent;
  412.             // line 127
  413.             yield "                    </div>
  414.                 ";
  415.         }
  416.         // line 129
  417.         yield "
  418.                 ";
  419.         // line 130
  420.         if (((isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'130$this->source); })()) || (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'130$this->source); })()))) {
  421.             // line 131
  422.             yield "                    <div class=\"row mt-4\">
  423.                         <div class=\"col-12 mb-1 ml-3 mt-3\">
  424.                             <h1 class=\"orange-new fs2\">";
  425.             // line 133
  426.             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.'133$this->source); })()), """M");
  427.             yield " -
  428.                                 ";
  429.             // line 134
  430.             if (((isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'134$this->source); })()) &&  !(isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'134$this->source); })()))) {
  431.                 // line 135
  432.                 yield "                                    ";
  433.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'135$this->source); })())), "nom_localisation", [], "any"falsefalsefalse135), "html"nulltrue);
  434.                 yield " ";
  435.                 if ((isset($context["noms_ville"]) || array_key_exists("noms_ville"$context) ? $context["noms_ville"] : (function () { throw new RuntimeError('Variable "noms_ville" does not exist.'135$this->source); })())) {
  436.                     yield "(";
  437.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["noms_ville"]) || array_key_exists("noms_ville"$context) ? $context["noms_ville"] : (function () { throw new RuntimeError('Variable "noms_ville" does not exist.'135$this->source); })()), "html"nulltrue);
  438.                     yield "...)";
  439.                 }
  440.                 // line 136
  441.                 yield "                                ";
  442.             } elseif (((isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'136$this->source); })()) &&  !(isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'136$this->source); })()))) {
  443.                 // line 137
  444.                 yield "                                    ";
  445.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'137$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse137), "html"nulltrue);
  446.                 yield "
  447.                                 ";
  448.             } elseif ((            // line 138
  449. (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'138$this->source); })()) && (isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'138$this->source); })()))) {
  450.                 // line 139
  451.                 yield "                                    ";
  452.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'139$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse139), "html"nulltrue);
  453.                 yield " ";
  454.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'139$this->source); })())), "prefixe", [], "any"falsefalsefalse139), "html"nulltrue);
  455.                 yield " ";
  456.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'139$this->source); })())), "nom_localisation", [], "any"falsefalsefalse139), "html"nulltrue);
  457.                 yield "
  458.                                 ";
  459.             }
  460.             // line 141
  461.             yield "                            </h1>
  462.                         </div>
  463.                     </div>
  464.                 ";
  465.         }
  466.         // line 145
  467.         yield "
  468.                 ";
  469.         // line 146
  470.         if (((isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'146$this->source); })()) &&  !(isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'146$this->source); })()))) {
  471.             // line 147
  472.             yield "                    <div class=\"row\">
  473.                         <div class=\"col-12\">
  474.                             <div class=\"card no_shadow mb-3 card-ie\">
  475.                                 <div class=\"card-body\">
  476.                                     <div class=\"row\">
  477.                                         <div class=\"col-12 mt-1\">
  478.                                             <div class=\"float-left\">
  479.                                                 ";
  480.             // line 154
  481.             if ((isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'154$this->source); })())) {
  482.                 // line 155
  483.                 yield "                                                    ";
  484.                 $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'155$this->source); })()), "prefixe", [], "any"falsefalsefalse155), "nom_localisation" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'155$this->source); })()), "nom_localisation", [], "any"falsefalsefalse155)];
  485.                 // line 156
  486.                 yield "                                                    <a href=\"";
  487.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_localisation", ["slug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'156$this->source); })()), "nom_localisation", [], "any"falsefalsefalse156)), "type" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'156$this->source); })()), "type", [], "any"falsefalsefalse156), "idLocalisation" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'156$this->source); })()), "id_localisation", [], "any"falsefalsefalse156), "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);
  488.                 yield "\" title=\"";
  489.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$prefixe%\$ %\$nom_localisation%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'156$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'156$this->source); })()));
  490.                 yield "\">
  491.                                                         <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  492.                                                     </a>
  493.                                                 ";
  494.             } else {
  495.                 // line 160
  496.                 yield "                                                    <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  497.                                                 ";
  498.             }
  499.             // line 162
  500.             yield "                                            </div>
  501.                                             <div class=\"lh18 ml-5\">
  502.                                                 <strong class=\"orange-new\">";
  503.             // line 164
  504.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'164$this->source); })())), "nom_localisation", [], "any"falsefalsefalse164), "html"nulltrue);
  505.             yield " (";
  506.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'164$this->source); })()), "html"nulltrue);
  507.             yield ")</strong>
  508.                                             </div>
  509.                                         </div>
  510.                                         ";
  511.             // line 167
  512.             $context["nb_elements"] = Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["sous_localisations_numbers"]) || array_key_exists("sous_localisations_numbers"$context) ? $context["sous_localisations_numbers"] : (function () { throw new RuntimeError('Variable "sous_localisations_numbers" does not exist.'167$this->source); })()));
  513.             // line 168
  514.             yield "                                        ";
  515.             if (((=== CoreExtension::compare((isset($context["nb_elements"]) || array_key_exists("nb_elements"$context) ? $context["nb_elements"] : (function () { throw new RuntimeError('Variable "nb_elements" does not exist.'168$this->source); })()), 0)) && (>= CoreExtension::compare((isset($context["nb_elements"]) || array_key_exists("nb_elements"$context) ? $context["nb_elements"] : (function () { throw new RuntimeError('Variable "nb_elements" does not exist.'168$this->source); })()), 5)))) {
  516.                 // line 169
  517.                 yield "                                            <div class=\"col-12 pt-2 mt-3\">
  518.                                                 <ul class=\"cat_regions\">
  519.                                                     ";
  520.                 // line 171
  521.                 $context['_parent'] = $context;
  522.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["sous_localisations_numbers"]) || array_key_exists("sous_localisations_numbers"$context) ? $context["sous_localisations_numbers"] : (function () { throw new RuntimeError('Variable "sous_localisations_numbers" does not exist.'171$this->source); })()));
  523.                 foreach ($context['_seq'] as $context["_key"] => $context["element"]) {
  524.                     // line 172
  525.                     yield "                                                        ";
  526.                     $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->source$context["element"], "prefixe", [], "any"falsefalsefalse172), "nom_localisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse172)];
  527.                     // line 173
  528.                     yield "                                                        <li>
  529.                                                             ";
  530.                     // line 174
  531.                     if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse174), 0))) {
  532.                         // line 175
  533.                         yield "                                                                <a href=\"";
  534.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_localisation", ["slug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse175)), "idLocalisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "id_localisation", [], "any"falsefalsefalse175), "type" => CoreExtension::getAttribute($this->env$this->source$context["element"], "type", [], "any"falsefalsefalse175), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'175$this->source); })())]), "html"nulltrue);
  535.                         yield "\" title=\"";
  536.                         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$prefixe%\$ %\$nom_localisation%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'175$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'175$this->source); })()));
  537.                         yield "\">
  538.                                                                     ";
  539.                         // line 176
  540.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse176), "html"nulltrue);
  541.                         yield " (";
  542.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse176), "html"nulltrue);
  543.                         yield ")
  544.                                                                 </a>
  545.                                                             ";
  546.                     } else {
  547.                         // line 179
  548.                         yield "                                                                <span class=\"disabled-link\">";
  549.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse179), "html"nulltrue);
  550.                         yield " (";
  551.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse179), "html"nulltrue);
  552.                         yield ")</span>
  553.                                                             ";
  554.                     }
  555.                     // line 181
  556.                     yield "                                                        </li>
  557.                                                     ";
  558.                 }
  559.                 $_parent $context['_parent'];
  560.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['element'], $context['_parent'], $context['loop']);
  561.                 $context array_intersect_key($context$_parent) + $_parent;
  562.                 // line 183
  563.                 yield "                                                </ul>
  564.                                             </div>
  565.                                         ";
  566.             } elseif ((=== CoreExtension::compare(            // line 185
  567. (isset($context["nb_elements"]) || array_key_exists("nb_elements"$context) ? $context["nb_elements"] : (function () { throw new RuntimeError('Variable "nb_elements" does not exist.'185$this->source); })()), 5))) {
  568.                 // line 186
  569.                 yield "                                            ";
  570.                 $context["half"] = Twig\Extension\CoreExtension::round((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["sous_localisations_numbers"]) || array_key_exists("sous_localisations_numbers"$context) ? $context["sous_localisations_numbers"] : (function () { throw new RuntimeError('Variable "sous_localisations_numbers" does not exist.'186$this->source); })())) / 2), 0"ceil");
  571.                 // line 187
  572.                 yield "                                            <div class=\"col-6 pt-2 mt-3\">
  573.                                                 <ul class=\"cat_regions\">
  574.                                                     ";
  575.                 // line 189
  576.                 $context['_parent'] = $context;
  577.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["sous_localisations_numbers"]) || array_key_exists("sous_localisations_numbers"$context) ? $context["sous_localisations_numbers"] : (function () { throw new RuntimeError('Variable "sous_localisations_numbers" does not exist.'189$this->source); })()));
  578.                 foreach ($context['_seq'] as $context["index"] => $context["element"]) {
  579.                     // line 190
  580.                     yield "                                                        ";
  581.                     $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->source$context["element"], "prefixe", [], "any"falsefalsefalse190), "nom_localisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse190)];
  582.                     // line 191
  583.                     yield "                                                        ";
  584.                     if ((-=== CoreExtension::compare($context["index"], (isset($context["half"]) || array_key_exists("half"$context) ? $context["half"] : (function () { throw new RuntimeError('Variable "half" does not exist.'191$this->source); })())))) {
  585.                         // line 192
  586.                         yield "                                                            <li>
  587.                                                                 ";
  588.                         // line 193
  589.                         if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse193), 0))) {
  590.                             // line 194
  591.                             yield "                                                                    <a href=\"";
  592.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_localisation", ["slug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse194)), "idLocalisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "id_localisation", [], "any"falsefalsefalse194), "type" => CoreExtension::getAttribute($this->env$this->source$context["element"], "type", [], "any"falsefalsefalse194), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'194$this->source); })())]), "html"nulltrue);
  593.                             yield "\" title=\"";
  594.                             yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$prefixe%\$ %\$nom_localisation%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'194$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'194$this->source); })()));
  595.                             yield "\">
  596.                                                                         ";
  597.                             // line 195
  598.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse195), "html"nulltrue);
  599.                             yield " (";
  600.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse195), "html"nulltrue);
  601.                             yield ")
  602.                                                                     </a>
  603.                                                                 ";
  604.                         } else {
  605.                             // line 198
  606.                             yield "                                                                    <span class=\"disabled-link\">";
  607.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse198), "html"nulltrue);
  608.                             yield " (";
  609.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse198), "html"nulltrue);
  610.                             yield ")</span>
  611.                                                                 ";
  612.                         }
  613.                         // line 200
  614.                         yield "                                                            </li>
  615.                                                         ";
  616.                     }
  617.                     // line 202
  618.                     yield "                                                    ";
  619.                 }
  620.                 $_parent $context['_parent'];
  621.                 unset($context['_seq'], $context['_iterated'], $context['index'], $context['element'], $context['_parent'], $context['loop']);
  622.                 $context array_intersect_key($context$_parent) + $_parent;
  623.                 // line 203
  624.                 yield "                                                </ul>
  625.                                             </div>
  626.                                             <div class=\"col-6 pt-2 mt-3\">
  627.                                                 <ul class=\"cat_regions\">
  628.                                                     ";
  629.                 // line 207
  630.                 $context['_parent'] = $context;
  631.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["sous_localisations_numbers"]) || array_key_exists("sous_localisations_numbers"$context) ? $context["sous_localisations_numbers"] : (function () { throw new RuntimeError('Variable "sous_localisations_numbers" does not exist.'207$this->source); })()));
  632.                 foreach ($context['_seq'] as $context["index"] => $context["element"]) {
  633.                     // line 208
  634.                     yield "                                                        ";
  635.                     $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->source$context["element"], "prefixe", [], "any"falsefalsefalse208), "nom_localisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse208)];
  636.                     // line 209
  637.                     yield "                                                        ";
  638.                     if ((<= CoreExtension::compare($context["index"], (isset($context["half"]) || array_key_exists("half"$context) ? $context["half"] : (function () { throw new RuntimeError('Variable "half" does not exist.'209$this->source); })())))) {
  639.                         // line 210
  640.                         yield "                                                            <li>
  641.                                                                 ";
  642.                         // line 211
  643.                         if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse211), 0))) {
  644.                             // line 212
  645.                             yield "                                                                    <a href=\"";
  646.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_localisation", ["slug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse212)), "idLocalisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "id_localisation", [], "any"falsefalsefalse212), "type" => CoreExtension::getAttribute($this->env$this->source$context["element"], "type", [], "any"falsefalsefalse212), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'212$this->source); })())]), "html"nulltrue);
  647.                             yield "\" title=\"";
  648.                             yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$prefixe%\$ %\$nom_localisation%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'212$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'212$this->source); })()));
  649.                             yield "\">
  650.                                                                         ";
  651.                             // line 213
  652.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse213), "html"nulltrue);
  653.                             yield " (";
  654.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse213), "html"nulltrue);
  655.                             yield ")
  656.                                                                     </a>
  657.                                                                 ";
  658.                         } else {
  659.                             // line 216
  660.                             yield "                                                                    <span class=\"disabled-link\">";
  661.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse216), "html"nulltrue);
  662.                             yield " (";
  663.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse216), "html"nulltrue);
  664.                             yield ")</span>
  665.                                                                 ";
  666.                         }
  667.                         // line 218
  668.                         yield "                                                            </li>
  669.                                                         ";
  670.                     }
  671.                     // line 220
  672.                     yield "                                                    ";
  673.                 }
  674.                 $_parent $context['_parent'];
  675.                 unset($context['_seq'], $context['_iterated'], $context['index'], $context['element'], $context['_parent'], $context['loop']);
  676.                 $context array_intersect_key($context$_parent) + $_parent;
  677.                 // line 221
  678.                 yield "                                                </ul>
  679.                                             </div>
  680.                                         ";
  681.             }
  682.             // line 224
  683.             yield "                                    </div>
  684.                                 </div>
  685.                             </div>
  686.                         </div>
  687.                     </div>
  688.                 ";
  689.         } elseif ((        // line 229
  690. (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'229$this->source); })()) &&  !(isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'229$this->source); })()))) {
  691.             // line 230
  692.             yield "                    <div class=\"row\">
  693.                         <div class=\"col-12\">
  694.                             <div class=\"card no_shadow mb-3 card-ie\">
  695.                                 <div class=\"card-body\">
  696.                                     <div class=\"row\">
  697.                                         <div class=\"col-12 mt-1\">
  698.                                             <div class=\"float-left\">
  699.                                                 ";
  700.             // line 237
  701.             if ((isset($context["prev_secteur"]) || array_key_exists("prev_secteur"$context) ? $context["prev_secteur"] : (function () { throw new RuntimeError('Variable "prev_secteur" does not exist.'237$this->source); })())) {
  702.                 // line 238
  703.                 yield "                                                    ";
  704.                 $context["arrayVarsTrans"] = ["nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_secteur"]) || array_key_exists("prev_secteur"$context) ? $context["prev_secteur"] : (function () { throw new RuntimeError('Variable "prev_secteur" does not exist.'238$this->source); })()), "nomPourTitle", [], "any"falsefalsefalse238))];
  705.                 // line 239
  706.                 yield "                                                    <a href=\"";
  707.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_secteur_activite", ["slug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_secteur"]) || array_key_exists("prev_secteur"$context) ? $context["prev_secteur"] : (function () { throw new RuntimeError('Variable "prev_secteur" does not exist.'239$this->source); })()), "nomSecteurActivite", [], "any"falsefalsefalse239)), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_secteur"]) || array_key_exists("prev_secteur"$context) ? $context["prev_secteur"] : (function () { throw new RuntimeError('Variable "prev_secteur" does not exist.'239$this->source); })()), "idSecteurActivite", [], "any"falsefalsefalse239), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'239$this->source); })())]), "html"nulltrue);
  708.                 yield "\" title=\"";
  709.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$nomPourTitle%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'239$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'239$this->source); })()));
  710.                 yield "\">
  711.                                                         <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  712.                                                     </a>
  713.                                                 ";
  714.             } else {
  715.                 // line 243
  716.                 yield "                                                    <a href=\"";
  717.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_annonces_acquisition", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'243$this->source); })())]), "html"nulltrue);
  718.                 yield "\" title=\"";
  719.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($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.'243$this->source); })()), """M"), "html"nulltrue);
  720.                 yield "\">
  721.                                                         <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  722.                                                     </a>
  723.                                                 ";
  724.             }
  725.             // line 247
  726.             yield "                                            </div>
  727.                                             <div class=\"lh18 ml-5\">
  728.                                                 <strong class=\"orange-new\">";
  729.             // line 249
  730.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'249$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse249), "html"nulltrue);
  731.             yield " (";
  732.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'249$this->source); })()), "html"nulltrue);
  733.             yield ")</strong>
  734.                                             </div>
  735.                                         </div>
  736.                                         ";
  737.             // line 252
  738.             $context["nb_elements"] = Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["sous_secteurs_numbers"]) || array_key_exists("sous_secteurs_numbers"$context) ? $context["sous_secteurs_numbers"] : (function () { throw new RuntimeError('Variable "sous_secteurs_numbers" does not exist.'252$this->source); })()));
  739.             // line 253
  740.             yield "                                        ";
  741.             if (((=== CoreExtension::compare((isset($context["nb_elements"]) || array_key_exists("nb_elements"$context) ? $context["nb_elements"] : (function () { throw new RuntimeError('Variable "nb_elements" does not exist.'253$this->source); })()), 0)) && (>= CoreExtension::compare((isset($context["nb_elements"]) || array_key_exists("nb_elements"$context) ? $context["nb_elements"] : (function () { throw new RuntimeError('Variable "nb_elements" does not exist.'253$this->source); })()), 5)))) {
  742.                 // line 254
  743.                 yield "                                            <div class=\"col-12 pt-2 mt-3\">
  744.                                                 <ul class=\"cat_regions\">
  745.                                                     ";
  746.                 // line 256
  747.                 $context['_parent'] = $context;
  748.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["sous_secteurs_numbers"]) || array_key_exists("sous_secteurs_numbers"$context) ? $context["sous_secteurs_numbers"] : (function () { throw new RuntimeError('Variable "sous_secteurs_numbers" does not exist.'256$this->source); })()));
  749.                 foreach ($context['_seq'] as $context["_key"] => $context["element"]) {
  750.                     // line 257
  751.                     yield "                                                        ";
  752.                     $context["arrayVarsTrans"] = ["nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["element"], "nomPourTitle", [], "any"falsefalsefalse257))];
  753.                     // line 258
  754.                     yield "                                                        <li>
  755.                                                             ";
  756.                     // line 259
  757.                     if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse259), 0))) {
  758.                         // line 260
  759.                         yield "                                                                <a href=\"";
  760.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_secteur_activite", ["slug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["element"], "nomSecteurActivite", [], "any"falsefalsefalse260)), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->source$context["element"], "idSecteurActivite", [], "any"falsefalsefalse260), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'260$this->source); })())]), "html"nulltrue);
  761.                         yield "\"
  762.                                                                    title=\"";
  763.                         // line 261
  764.                         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$nomPourTitle%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'261$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'261$this->source); })()));
  765.                         yield "\">
  766.                                                                     ";
  767.                         // line 262
  768.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nomSecteurActivite", [], "any"falsefalsefalse262), "html"nulltrue);
  769.                         yield " (";
  770.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse262), "html"nulltrue);
  771.                         yield ")
  772.                                                                 </a>
  773.                                                             ";
  774.                     } else {
  775.                         // line 265
  776.                         yield "                                                                <span class=\"disabled-link\">";
  777.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nomSecteurActivite", [], "any"falsefalsefalse265), "html"nulltrue);
  778.                         yield " (";
  779.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse265), "html"nulltrue);
  780.                         yield ")</span>
  781.                                                             ";
  782.                     }
  783.                     // line 267
  784.                     yield "                                                        </li>
  785.                                                     ";
  786.                 }
  787.                 $_parent $context['_parent'];
  788.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['element'], $context['_parent'], $context['loop']);
  789.                 $context array_intersect_key($context$_parent) + $_parent;
  790.                 // line 269
  791.                 yield "                                                </ul>
  792.                                             </div>
  793.                                         ";
  794.             } elseif ((=== CoreExtension::compare(            // line 271
  795. (isset($context["nb_elements"]) || array_key_exists("nb_elements"$context) ? $context["nb_elements"] : (function () { throw new RuntimeError('Variable "nb_elements" does not exist.'271$this->source); })()), 5))) {
  796.                 // line 272
  797.                 yield "                                            ";
  798.                 $context["half"] = Twig\Extension\CoreExtension::round((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["sous_secteurs_numbers"]) || array_key_exists("sous_secteurs_numbers"$context) ? $context["sous_secteurs_numbers"] : (function () { throw new RuntimeError('Variable "sous_secteurs_numbers" does not exist.'272$this->source); })())) / 2), 0"ceil");
  799.                 // line 273
  800.                 yield "                                            <div class=\"col-6 pt-2 mt-3\">
  801.                                                 <ul class=\"cat_regions\">
  802.                                                     ";
  803.                 // line 275
  804.                 $context['_parent'] = $context;
  805.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["sous_secteurs_numbers"]) || array_key_exists("sous_secteurs_numbers"$context) ? $context["sous_secteurs_numbers"] : (function () { throw new RuntimeError('Variable "sous_secteurs_numbers" does not exist.'275$this->source); })()));
  806.                 foreach ($context['_seq'] as $context["index"] => $context["element"]) {
  807.                     // line 276
  808.                     yield "                                                        ";
  809.                     $context["arrayVarsTrans"] = ["nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["element"], "nomPourTitle", [], "any"falsefalsefalse276))];
  810.                     // line 277
  811.                     yield "                                                        ";
  812.                     if ((-=== CoreExtension::compare($context["index"], (isset($context["half"]) || array_key_exists("half"$context) ? $context["half"] : (function () { throw new RuntimeError('Variable "half" does not exist.'277$this->source); })())))) {
  813.                         // line 278
  814.                         yield "                                                            <li>
  815.                                                                 ";
  816.                         // line 279
  817.                         if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse279), 0))) {
  818.                             // line 280
  819.                             yield "                                                                    <a href=\"";
  820.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_secteur_activite", ["slug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["element"], "nomSecteurActivite", [], "any"falsefalsefalse280)), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->source$context["element"], "idSecteurActivite", [], "any"falsefalsefalse280), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'280$this->source); })())]), "html"nulltrue);
  821.                             yield "\"
  822.                                                                        title=\"";
  823.                             // line 281
  824.                             yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$nomPourTitle%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'281$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'281$this->source); })()));
  825.                             yield "\">
  826.                                                                         ";
  827.                             // line 282
  828.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nomSecteurActivite", [], "any"falsefalsefalse282), "html"nulltrue);
  829.                             yield " (";
  830.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse282), "html"nulltrue);
  831.                             yield ")
  832.                                                                     </a>
  833.                                                                 ";
  834.                         } else {
  835.                             // line 285
  836.                             yield "                                                                    <span class=\"disabled-link\">";
  837.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nomSecteurActivite", [], "any"falsefalsefalse285), "html"nulltrue);
  838.                             yield " (";
  839.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse285), "html"nulltrue);
  840.                             yield ")</span>
  841.                                                                 ";
  842.                         }
  843.                         // line 287
  844.                         yield "                                                            </li>
  845.                                                         ";
  846.                     }
  847.                     // line 289
  848.                     yield "                                                    ";
  849.                 }
  850.                 $_parent $context['_parent'];
  851.                 unset($context['_seq'], $context['_iterated'], $context['index'], $context['element'], $context['_parent'], $context['loop']);
  852.                 $context array_intersect_key($context$_parent) + $_parent;
  853.                 // line 290
  854.                 yield "                                                </ul>
  855.                                             </div>
  856.                                             <div class=\"col-6 pt-2 mt-3\">
  857.                                                 <ul class=\"cat_regions\">
  858.                                                     ";
  859.                 // line 294
  860.                 $context['_parent'] = $context;
  861.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["sous_secteurs_numbers"]) || array_key_exists("sous_secteurs_numbers"$context) ? $context["sous_secteurs_numbers"] : (function () { throw new RuntimeError('Variable "sous_secteurs_numbers" does not exist.'294$this->source); })()));
  862.                 foreach ($context['_seq'] as $context["index"] => $context["element"]) {
  863.                     // line 295
  864.                     yield "                                                        ";
  865.                     $context["arrayVarsTrans"] = ["nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["element"], "nomPourTitle", [], "any"falsefalsefalse295))];
  866.                     // line 296
  867.                     yield "                                                        ";
  868.                     if ((<= CoreExtension::compare($context["index"], (isset($context["half"]) || array_key_exists("half"$context) ? $context["half"] : (function () { throw new RuntimeError('Variable "half" does not exist.'296$this->source); })())))) {
  869.                         // line 297
  870.                         yield "                                                            <li>
  871.                                                                 ";
  872.                         // line 298
  873.                         if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse298), 0))) {
  874.                             // line 299
  875.                             yield "                                                                    <a href=\"";
  876.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_secteur_activite", ["slug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["element"], "nomSecteurActivite", [], "any"falsefalsefalse299)), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->source$context["element"], "idSecteurActivite", [], "any"falsefalsefalse299), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'299$this->source); })())]), "html"nulltrue);
  877.                             yield "\"
  878.                                                                        title=\"";
  879.                             // line 300
  880.                             yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$nomPourTitle%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'300$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'300$this->source); })()));
  881.                             yield "\">
  882.                                                                         ";
  883.                             // line 301
  884.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nomSecteurActivite", [], "any"falsefalsefalse301), "html"nulltrue);
  885.                             yield " (";
  886.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse301), "html"nulltrue);
  887.                             yield ")
  888.                                                                     </a>
  889.                                                                 ";
  890.                         } else {
  891.                             // line 304
  892.                             yield "                                                                    <span class=\"disabled-link\">";
  893.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nomSecteurActivite", [], "any"falsefalsefalse304), "html"nulltrue);
  894.                             yield " (";
  895.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse304), "html"nulltrue);
  896.                             yield ")</span>
  897.                                                                 ";
  898.                         }
  899.                         // line 306
  900.                         yield "                                                            </li>
  901.                                                         ";
  902.                     }
  903.                     // line 308
  904.                     yield "                                                    ";
  905.                 }
  906.                 $_parent $context['_parent'];
  907.                 unset($context['_seq'], $context['_iterated'], $context['index'], $context['element'], $context['_parent'], $context['loop']);
  908.                 $context array_intersect_key($context$_parent) + $_parent;
  909.                 // line 309
  910.                 yield "                                                </ul>
  911.                                             </div>
  912.                                         ";
  913.             }
  914.             // line 312
  915.             yield "                                    </div>
  916.                                 </div>
  917.                             </div>
  918.                         </div>
  919.                     </div>
  920.                 ";
  921.         } elseif ((        // line 317
  922. (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'317$this->source); })()) && (isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'317$this->source); })()))) {
  923.             // line 318
  924.             yield "                    <div class=\"row\">
  925.                         <div class=\"col-12\">
  926.                             <div class=\"card no_shadow mb-3 card-ie\">
  927.                                 <div class=\"card-body\">
  928.                                     <div class=\"row\">
  929.                                         <div class=\"col-12 mt-1 mb-3\">
  930.                                             <div class=\"float-left\">
  931.                                                 ";
  932.             // line 325
  933.             if ((isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'325$this->source); })())) {
  934.                 // line 326
  935.                 yield "                                                    ";
  936.                 $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'326$this->source); })()), "prefixe", [], "any"falsefalsefalse326), "nom_localisation" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'326$this->source); })()), "nom_localisation", [], "any"falsefalsefalse326), "nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'326$this->source); })())), "nomPourTitle", [], "any"falsefalsefalse326))];
  937.                 // line 327
  938.                 yield "                                                    <a href=\"";
  939.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_croise", ["nomLocalisation" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'327$this->source); })()), "nom_localisation", [], "any"falsefalsefalse327)), "nomSecteurActivite" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'327$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse327)), "type" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'327$this->source); })()), "type", [], "any"falsefalsefalse327), "idLocalisation" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prev_localisation"]) || array_key_exists("prev_localisation"$context) ? $context["prev_localisation"] : (function () { throw new RuntimeError('Variable "prev_localisation" does not exist.'327$this->source); })()), "id_localisation", [], "any"falsefalsefalse327), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'327$this->source); })())), "idSecteurActivite", [], "any"falsefalsefalse327), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'327$this->source); })())]), "html"nulltrue);
  940.                 yield "\"
  941.                                                        title=\"";
  942.                 // line 328
  943.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$nomPourTitle%\$ %\$prefixe%\$ %\$nom_localisation%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'328$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'328$this->source); })()));
  944.                 yield "\">
  945.                                                         <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  946.                                                     </a>
  947.                                                 ";
  948.             } else {
  949.                 // line 332
  950.                 yield "                                                    <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  951.                                                 ";
  952.             }
  953.             // line 334
  954.             yield "                                            </div>
  955.                                             <div class=\"lh18 ml-5\">
  956.                                                 <strong class=\"orange-new\">";
  957.             // line 336
  958.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'336$this->source); })())), "nom_localisation", [], "any"falsefalsefalse336), "html"nulltrue);
  959.             yield " (";
  960.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'336$this->source); })()), "html"nulltrue);
  961.             yield ")</strong>
  962.                                             </div>
  963.                                         </div>
  964.                                         ";
  965.             // line 339
  966.             $context["nb_elements"] = Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["sous_localisations_numbers"]) || array_key_exists("sous_localisations_numbers"$context) ? $context["sous_localisations_numbers"] : (function () { throw new RuntimeError('Variable "sous_localisations_numbers" does not exist.'339$this->source); })()));
  967.             // line 340
  968.             yield "                                        ";
  969.             if (((=== CoreExtension::compare((isset($context["nb_elements"]) || array_key_exists("nb_elements"$context) ? $context["nb_elements"] : (function () { throw new RuntimeError('Variable "nb_elements" does not exist.'340$this->source); })()), 0)) && (>= CoreExtension::compare((isset($context["nb_elements"]) || array_key_exists("nb_elements"$context) ? $context["nb_elements"] : (function () { throw new RuntimeError('Variable "nb_elements" does not exist.'340$this->source); })()), 5)))) {
  970.                 // line 341
  971.                 yield "                                            <div class=\"col-12 pt-2\">
  972.                                                 <ul class=\"cat_regions\">
  973.                                                     ";
  974.                 // line 343
  975.                 $context['_parent'] = $context;
  976.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["sous_localisations_numbers"]) || array_key_exists("sous_localisations_numbers"$context) ? $context["sous_localisations_numbers"] : (function () { throw new RuntimeError('Variable "sous_localisations_numbers" does not exist.'343$this->source); })()));
  977.                 foreach ($context['_seq'] as $context["_key"] => $context["element"]) {
  978.                     // line 344
  979.                     yield "                                                        ";
  980.                     $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->source$context["element"], "prefixe", [], "any"falsefalsefalse344), "nom_localisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse344), "nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'344$this->source); })())), "nomPourTitle", [], "any"falsefalsefalse344))];
  981.                     // line 345
  982.                     yield "                                                        <li>
  983.                                                             ";
  984.                     // line 346
  985.                     if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse346), 0))) {
  986.                         // line 347
  987.                         yield "                                                                <a href=\"";
  988.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_croise", ["nomLocalisation" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse347)), "nomSecteurActivite" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'347$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse347)), "idLocalisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "id_localisation", [], "any"falsefalsefalse347), "type" => CoreExtension::getAttribute($this->env$this->source$context["element"], "type", [], "any"falsefalsefalse347), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'347$this->source); })())), "idSecteurActivite", [], "any"falsefalsefalse347), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'347$this->source); })())]), "html"nulltrue);
  989.                         yield "\"
  990.                                                                    title=\"";
  991.                         // line 348
  992.                         yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$nomPourTitle%\$ %\$prefixe%\$ %\$nom_localisation%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'348$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'348$this->source); })()));
  993.                         yield "\">
  994.                                                                     ";
  995.                         // line 349
  996.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse349), "html"nulltrue);
  997.                         yield " (";
  998.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse349), "html"nulltrue);
  999.                         yield ")
  1000.                                                                 </a>
  1001.                                                             ";
  1002.                     } else {
  1003.                         // line 352
  1004.                         yield "                                                                <span class=\"disabled-link\">";
  1005.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse352), "html"nulltrue);
  1006.                         yield " (";
  1007.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse352), "html"nulltrue);
  1008.                         yield ")</span>
  1009.                                                             ";
  1010.                     }
  1011.                     // line 354
  1012.                     yield "                                                        </li>
  1013.                                                     ";
  1014.                 }
  1015.                 $_parent $context['_parent'];
  1016.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['element'], $context['_parent'], $context['loop']);
  1017.                 $context array_intersect_key($context$_parent) + $_parent;
  1018.                 // line 356
  1019.                 yield "                                                </ul>
  1020.                                             </div>
  1021.                                         ";
  1022.             } elseif ((=== CoreExtension::compare(            // line 358
  1023. (isset($context["nb_elements"]) || array_key_exists("nb_elements"$context) ? $context["nb_elements"] : (function () { throw new RuntimeError('Variable "nb_elements" does not exist.'358$this->source); })()), 5))) {
  1024.                 // line 359
  1025.                 yield "                                            ";
  1026.                 $context["half"] = Twig\Extension\CoreExtension::round((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["sous_localisations_numbers"]) || array_key_exists("sous_localisations_numbers"$context) ? $context["sous_localisations_numbers"] : (function () { throw new RuntimeError('Variable "sous_localisations_numbers" does not exist.'359$this->source); })())) / 2), 0"ceil");
  1027.                 // line 360
  1028.                 yield "                                            <div class=\"col-6 pt-2 mt-3\">
  1029.                                                 <ul class=\"cat_regions\">
  1030.                                                     ";
  1031.                 // line 362
  1032.                 $context['_parent'] = $context;
  1033.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["sous_localisations_numbers"]) || array_key_exists("sous_localisations_numbers"$context) ? $context["sous_localisations_numbers"] : (function () { throw new RuntimeError('Variable "sous_localisations_numbers" does not exist.'362$this->source); })()));
  1034.                 foreach ($context['_seq'] as $context["index"] => $context["element"]) {
  1035.                     // line 363
  1036.                     yield "                                                        ";
  1037.                     $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->source$context["element"], "prefixe", [], "any"falsefalsefalse363), "nom_localisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse363), "nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'363$this->source); })())), "nomPourTitle", [], "any"falsefalsefalse363))];
  1038.                     // line 364
  1039.                     yield "                                                        ";
  1040.                     if ((-=== CoreExtension::compare($context["index"], (isset($context["half"]) || array_key_exists("half"$context) ? $context["half"] : (function () { throw new RuntimeError('Variable "half" does not exist.'364$this->source); })())))) {
  1041.                         // line 365
  1042.                         yield "                                                            <li>
  1043.                                                                 ";
  1044.                         // line 366
  1045.                         if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse366), 0))) {
  1046.                             // line 367
  1047.                             yield "                                                                    <a href=\"";
  1048.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_croise", ["nomLocalisation" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse367)), "nomSecteurActivite" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'367$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse367)), "idLocalisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "id_localisation", [], "any"falsefalsefalse367), "type" => CoreExtension::getAttribute($this->env$this->source$context["element"], "type", [], "any"falsefalsefalse367), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'367$this->source); })())), "idSecteurActivite", [], "any"falsefalsefalse367), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'367$this->source); })())]), "html"nulltrue);
  1049.                             yield "\"
  1050.                                                                        title=\"";
  1051.                             // line 368
  1052.                             yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$nomPourTitle%\$ %\$prefixe%\$ %\$nom_localisation%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'368$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'368$this->source); })()));
  1053.                             yield "\">
  1054.                                                                         ";
  1055.                             // line 369
  1056.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse369), "html"nulltrue);
  1057.                             yield " (";
  1058.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse369), "html"nulltrue);
  1059.                             yield ")
  1060.                                                                     </a>
  1061.                                                                 ";
  1062.                         } else {
  1063.                             // line 372
  1064.                             yield "                                                                    <span class=\"disabled-link\">";
  1065.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse372), "html"nulltrue);
  1066.                             yield " (";
  1067.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse372), "html"nulltrue);
  1068.                             yield ")</span>
  1069.                                                                 ";
  1070.                         }
  1071.                         // line 374
  1072.                         yield "                                                            </li>
  1073.                                                         ";
  1074.                     }
  1075.                     // line 376
  1076.                     yield "                                                    ";
  1077.                 }
  1078.                 $_parent $context['_parent'];
  1079.                 unset($context['_seq'], $context['_iterated'], $context['index'], $context['element'], $context['_parent'], $context['loop']);
  1080.                 $context array_intersect_key($context$_parent) + $_parent;
  1081.                 // line 377
  1082.                 yield "                                                </ul>
  1083.                                             </div>
  1084.                                             <div class=\"col-6 pt-2 mt-3\">
  1085.                                                 <ul class=\"cat_regions\">
  1086.                                                     ";
  1087.                 // line 381
  1088.                 $context['_parent'] = $context;
  1089.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["sous_localisations_numbers"]) || array_key_exists("sous_localisations_numbers"$context) ? $context["sous_localisations_numbers"] : (function () { throw new RuntimeError('Variable "sous_localisations_numbers" does not exist.'381$this->source); })()));
  1090.                 foreach ($context['_seq'] as $context["index"] => $context["element"]) {
  1091.                     // line 382
  1092.                     yield "                                                        ";
  1093.                     $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->source$context["element"], "prefixe", [], "any"falsefalsefalse382), "nom_localisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse382), "nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'382$this->source); })())), "nomPourTitle", [], "any"falsefalsefalse382))];
  1094.                     // line 383
  1095.                     yield "                                                        ";
  1096.                     if ((<= CoreExtension::compare($context["index"], (isset($context["half"]) || array_key_exists("half"$context) ? $context["half"] : (function () { throw new RuntimeError('Variable "half" does not exist.'383$this->source); })())))) {
  1097.                         // line 384
  1098.                         yield "                                                            <li>
  1099.                                                                 ";
  1100.                         // line 385
  1101.                         if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse385), 0))) {
  1102.                             // line 386
  1103.                             yield "                                                                    <a href=\"";
  1104.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_recherche_partenariat_croise", ["nomLocalisation" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse386)), "nomSecteurActivite" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'386$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse386)), "idLocalisation" => CoreExtension::getAttribute($this->env$this->source$context["element"], "id_localisation", [], "any"falsefalsefalse386), "type" => CoreExtension::getAttribute($this->env$this->source$context["element"], "type", [], "any"falsefalsefalse386), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'386$this->source); })())), "idSecteurActivite", [], "any"falsefalsefalse386), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'386$this->source); })())]), "html"nulltrue);
  1105.                             yield "\"
  1106.                                                                        title=\"";
  1107.                             // line 387
  1108.                             yield $this->extensions['App\Twig\TranslationExtension']->translate("recherches de partenariats %\$nomPourTitle%\$ %\$prefixe%\$ %\$nom_localisation%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'387$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'387$this->source); })()));
  1109.                             yield "\">
  1110.                                                                         ";
  1111.                             // line 388
  1112.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse388), "html"nulltrue);
  1113.                             yield " (";
  1114.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse388), "html"nulltrue);
  1115.                             yield ")
  1116.                                                                     </a>
  1117.                                                                 ";
  1118.                         } else {
  1119.                             // line 391
  1120.                             yield "                                                                    <span class=\"disabled-link\">";
  1121.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nom_localisation", [], "any"falsefalsefalse391), "html"nulltrue);
  1122.                             yield " (";
  1123.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["element"], "nb_recherches_partenariats", [], "any"falsefalsefalse391), "html"nulltrue);
  1124.                             yield ")</span>
  1125.                                                                 ";
  1126.                         }
  1127.                         // line 393
  1128.                         yield "                                                            </li>
  1129.                                                         ";
  1130.                     }
  1131.                     // line 395
  1132.                     yield "                                                    ";
  1133.                 }
  1134.                 $_parent $context['_parent'];
  1135.                 unset($context['_seq'], $context['_iterated'], $context['index'], $context['element'], $context['_parent'], $context['loop']);
  1136.                 $context array_intersect_key($context$_parent) + $_parent;
  1137.                 // line 396
  1138.                 yield "                                                </ul>
  1139.                                             </div>
  1140.                                         ";
  1141.             }
  1142.             // line 399
  1143.             yield "                                    </div>
  1144.                                 </div>
  1145.                             </div>
  1146.                         </div>
  1147.                     </div>
  1148.                 ";
  1149.         }
  1150.         // line 405
  1151.         yield "
  1152.                 <!--2 BOUTONS-->
  1153.                 <div class=\"row mt-3 mb-3\">
  1154.                     <div class=\"col-12 pt-2 mb-4 text-right\">
  1155.                         <a href=\"";
  1156.         // line 409
  1157.         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.'409$this->source); })())]), "html"nulltrue);
  1158.         yield "?";
  1159.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'409$this->source); })()), "html"nulltrue);
  1160.         yield "\" class=\"text-decoration-none\" title=\"";
  1161.         yield $this->extensions['App\Twig\TranslationExtension']->translate("modifiez votre recherche", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'409$this->source); })()), """M");
  1162.         yield "\">
  1163.                             <button type=\"submit\" class=\"btn btn-orange-new mt-2\">";
  1164.         // line 410
  1165.         yield $this->extensions['App\Twig\TranslationExtension']->translate("modifiez votre recherche", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'410$this->source); })()), """M");
  1166.         yield "</button>
  1167.                         </a>
  1168.                         <a href=\"";
  1169.         // line 412
  1170.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("creer_alerte", ["type" => "achat""codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'412$this->source); })())]), "html"nulltrue);
  1171.         yield "\" class=\"ml-2\" title=\"";
  1172.         yield $this->extensions['App\Twig\TranslationExtension']->translate("creer une alerte", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'412$this->source); })()), """M");
  1173.         yield "\" id=\"btnCreationAlerte\">
  1174.                             <button type=\"submit\" class=\"btn btn-jaune blanc mt-2\">
  1175.                                 <i class=\"fas fa-bell white\"></i> ";
  1176.         // line 414
  1177.         yield $this->extensions['App\Twig\TranslationExtension']->translate("creer une alerte", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'414$this->source); })()), """M");
  1178.         yield "
  1179.                             </button>
  1180.                         </a>
  1181.                     </div>
  1182.                 </div>
  1183.                 <!--FIN 2 BOUTONS-->
  1184.                 ";
  1185.         // line 421
  1186.         if (((isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'421$this->source); })()) &&  !(isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'421$this->source); })()))) {
  1187.             // line 422
  1188.             yield "                    <div class=\"row\" >
  1189.                         <div class=\"col-12 mb-3 ml-3\">
  1190.                             ";
  1191.             // line 424
  1192.             $context["p"] = "";
  1193.             // line 425
  1194.             yield "                            ";
  1195.             if ((=== CoreExtension::compare((isset($context["nb_annonces"]) || array_key_exists("nb_annonces"$context) ? $context["nb_annonces"] : (function () { throw new RuntimeError('Variable "nb_annonces" does not exist.'425$this->source); })()), 1))) {
  1196.                 // line 426
  1197.                 yield "                                ";
  1198.                 $context["p"] = "p";
  1199.                 // line 427
  1200.                 yield "                            ";
  1201.             }
  1202.             // line 428
  1203.             yield "                            ";
  1204.             $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'428$this->source); })())), "prefixe", [], "any"falsefalsefalse428), "nom_localisation" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'428$this->source); })())), "nom_localisation", [], "any"falsefalsefalse428)];
  1205.             // line 429
  1206.             yield "                            <span class=\"fs13 orange-new\">";
  1207.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_annonces"]) || array_key_exists("nb_annonces"$context) ? $context["nb_annonces"] : (function () { throw new RuntimeError('Variable "nb_annonces" does not exist.'429$this->source); })()), "html"nulltrue);
  1208.             yield " ";
  1209.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$opportunité\$\${p|opportunités} %\$prefixe%\$ %\$nom_localisation%\$ dont", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'429$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'429$this->source); })()), (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'429$this->source); })()));
  1210.             yield " :</span>
  1211.                         </div>
  1212.                     </div>
  1213.                     <!--MOBILE-->
  1214.                     <div class=\"row d-block d-sm-none bkg_gris_clair\">
  1215.                         <div class=\"col-12\">
  1216.                             <div class=\"row\">
  1217.                                 <div class=\"col-6 text-center my-3 br_gris\">
  1218.                                     <div class=\"blanc lh099 py-3\">
  1219.                                         <a href=\"";
  1220.             // line 439
  1221.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_business_angel_localisation", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'439$this->source); })()), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'439$this->source); })()), "idLocalisation" => (isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'439$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'439$this->source); })())]), "html"nulltrue);
  1222.             yield "?";
  1223.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'439$this->source); })()), "html"nulltrue);
  1224.             yield "\" class=\"orange-new lh099 py-3\">
  1225.                                             <span class=\"fs2\">";
  1226.             // line 440
  1227.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'440$this->source); })()), "html"nulltrue);
  1228.             yield "</span><br>
  1229.                                             ";
  1230.             // line 441
  1231.             $context["p"] = "";
  1232.             // line 442
  1233.             yield "                                            ";
  1234.             if ((=== CoreExtension::compare((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'442$this->source); })()), 1))) {
  1235.                 // line 443
  1236.                 yield "                                                ";
  1237.                 $context["p"] = "p";
  1238.                 // line 444
  1239.                 yield "                                            ";
  1240.             }
  1241.             // line 445
  1242.             yield "                                            <span class=\"res_font\">";
  1243.             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.'445$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'445$this->source); })()));
  1244.             yield "</span>
  1245.                                         </a>
  1246.                                     </div>
  1247.                                 </div>
  1248.                                 
  1249.                                 <div class=\"col-6 text-center my-3 pr-4 br_gris\">
  1250.                                     <div class=\"blanc bkg_orange_new lh099 py-3\">
  1251.                                         <span class=\"fs2\">";
  1252.             // line 452
  1253.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'452$this->source); })()), "html"nulltrue);
  1254.             yield "</span><br>
  1255.                                         ";
  1256.             // line 453
  1257.             $context["p"] = "";
  1258.             // line 454
  1259.             yield "                                        ";
  1260.             if ((=== CoreExtension::compare((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'454$this->source); })()), 1))) {
  1261.                 // line 455
  1262.                 yield "                                            ";
  1263.                 $context["p"] = "p";
  1264.                 // line 456
  1265.                 yield "                                        ";
  1266.             }
  1267.             // line 457
  1268.             yield "                                        <span class=\"res_font\">";
  1269.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$recherche de partenariat\$\${p|recherches de partenariats}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'457$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'457$this->source); })()));
  1270.             yield "</span>
  1271.                                     </div>
  1272.                                 </div>
  1273.                                 <div class=\"col-6 text-center my-3\">
  1274.                                     <div class=\"blanc lh099 py-3\">
  1275.                                         <a href=\"";
  1276.             // line 463
  1277.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_cv_repreneur_localisation", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'463$this->source); })()), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'463$this->source); })()), "idLocalisation" => (isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'463$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'463$this->source); })())]), "html"nulltrue);
  1278.             yield "?";
  1279.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'463$this->source); })()), "html"nulltrue);
  1280.             yield "\" class=\"orange-new lh099 py-3\">
  1281.                                             <span class=\"fs2\">";
  1282.             // line 464
  1283.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'464$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'464$this->source); })())), "html"nulltrue);
  1284.             yield "</span><br>
  1285.                                             ";
  1286.             // line 465
  1287.             $context["p"] = "";
  1288.             // line 466
  1289.             yield "                                            ";
  1290.             if ((=== CoreExtension::compare(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'466$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'466$this->source); })())), 1))) {
  1291.                 // line 467
  1292.                 yield "                                                ";
  1293.                 $context["p"] = "p";
  1294.                 // line 468
  1295.                 yield "                                            ";
  1296.             }
  1297.             // line 469
  1298.             yield "                                            <span class=\"res_font\">";
  1299.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'469$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'469$this->source); })()));
  1300.             yield "</span>
  1301.                                         </a>
  1302.                                     </div>
  1303.                                 </div>
  1304.                                 <div class=\"col-6  text-center my-3\">
  1305.                                     <div class=\"blanc lh099 py-3\">
  1306.                                         <a href=\"";
  1307.             // line 476
  1308.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_fonds_investissement_localisation", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'476$this->source); })()), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'476$this->source); })()), "idLocalisation" => (isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'476$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'476$this->source); })())]), "html"nulltrue);
  1309.             yield "?";
  1310.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'476$this->source); })()), "html"nulltrue);
  1311.             yield "\" class=\"orange-new lh099 py-3\">
  1312.                                             <span class=\"fs2\">";
  1313.             // line 477
  1314.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'477$this->source); })()), "html"nulltrue);
  1315.             yield "</span><br>
  1316.                                             ";
  1317.             // line 478
  1318.             $context["p"] = "";
  1319.             // line 479
  1320.             yield "                                            ";
  1321.             if ((=== CoreExtension::compare((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'479$this->source); })()), 1))) {
  1322.                 // line 480
  1323.                 yield "                                                ";
  1324.                 $context["p"] = "p";
  1325.                 // line 481
  1326.                 yield "                                            ";
  1327.             }
  1328.             // line 482
  1329.             yield "                                            <span class=\"res_font\">";
  1330.             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.'482$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'482$this->source); })()));
  1331.             yield "</span>
  1332.                                         </a>
  1333.                                     </div>
  1334.                                 </div>
  1335.                             </div>
  1336.                         </div>
  1337.                     </div>
  1338.                     <!--MOBILE-->
  1339.                     <!--TOUT SAUF MOBILE-->
  1340.                     <div class=\"row d-none d-sm-block\">
  1341.                         <div class=\"onglet8 col-12 mb-4\">
  1342.                             <nav>
  1343.                                 <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  1344.                                     <div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  1345.                                         <a class=\"nav-item nav-link\" href=\"";
  1346.             // line 497
  1347.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_business_angel_localisation", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'497$this->source); })()), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'497$this->source); })()), "idLocalisation" => (isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'497$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'497$this->source); })())]), "html"nulltrue);
  1348.             yield "?";
  1349.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'497$this->source); })()), "html"nulltrue);
  1350.             yield "\">
  1351.                                             ";
  1352.             // line 498
  1353.             $context["p"] = "";
  1354.             // line 499
  1355.             yield "                                            ";
  1356.             if ((=== CoreExtension::compare((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'499$this->source); })()), 1))) {
  1357.                 // line 500
  1358.                 yield "                                                ";
  1359.                 $context["p"] = "p";
  1360.                 // line 501
  1361.                 yield "                                            ";
  1362.             }
  1363.             // line 502
  1364.             yield "                                            <span class=\"fs2\">";
  1365.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'502$this->source); })()), "html"nulltrue);
  1366.             yield "</span><br><span class=\"fs12\">";
  1367.             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.'502$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'502$this->source); })()));
  1368.             yield "</span>
  1369.                                         </a>
  1370.                                     </div>
  1371.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  1372.                                         <div class=\"nav-item nav-link active\">
  1373.                                             ";
  1374.             // line 507
  1375.             $context["p"] = "";
  1376.             // line 508
  1377.             yield "                                            ";
  1378.             if ((=== CoreExtension::compare((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'508$this->source); })()), 1))) {
  1379.                 // line 509
  1380.                 yield "                                                ";
  1381.                 $context["p"] = "p";
  1382.                 // line 510
  1383.                 yield "                                            ";
  1384.             }
  1385.             // line 511
  1386.             yield "                                            <span class=\"fs2\">";
  1387.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'511$this->source); })()), "html"nulltrue);
  1388.             yield "</span><br><span class=\"fs12\">";
  1389.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$recherche de partenariat\$\${p|recherches de partenariats}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'511$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'511$this->source); })()));
  1390.             yield "</span>
  1391.                                         </div>
  1392.                                     </div>
  1393.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  1394.                                         <a class=\"nav-item nav-link\" href=\"";
  1395.             // line 515
  1396.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_cv_repreneur_localisation", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'515$this->source); })()), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'515$this->source); })()), "idLocalisation" => (isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'515$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'515$this->source); })())]), "html"nulltrue);
  1397.             yield "?";
  1398.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'515$this->source); })()), "html"nulltrue);
  1399.             yield "\">
  1400.                                             ";
  1401.             // line 516
  1402.             $context["p"] = "";
  1403.             // line 517
  1404.             yield "                                            ";
  1405.             if ((=== CoreExtension::compare(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'517$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'517$this->source); })())), 1))) {
  1406.                 // line 518
  1407.                 yield "                                                ";
  1408.                 $context["p"] = "p";
  1409.                 // line 519
  1410.                 yield "                                            ";
  1411.             }
  1412.             // line 520
  1413.             yield "                                            <span class=\"fs2\">";
  1414.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'520$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'520$this->source); })())), "html"nulltrue);
  1415.             yield "</span><br><span class=\"fs12\">";
  1416.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'520$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'520$this->source); })()));
  1417.             yield "</span>
  1418.                                         </a>
  1419.                                     </div>
  1420.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  1421.                                         <a class=\"nav-item nav-link\" href=\"";
  1422.             // line 524
  1423.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_fonds_investissement_localisation", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'524$this->source); })()), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'524$this->source); })()), "idLocalisation" => (isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'524$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'524$this->source); })())]), "html"nulltrue);
  1424.             yield "?";
  1425.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'524$this->source); })()), "html"nulltrue);
  1426.             yield "\">
  1427.                                             ";
  1428.             // line 525
  1429.             $context["p"] = "";
  1430.             // line 526
  1431.             yield "                                            ";
  1432.             if ((=== CoreExtension::compare((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'526$this->source); })()), 1))) {
  1433.                 // line 527
  1434.                 yield "                                                ";
  1435.                 $context["p"] = "p";
  1436.                 // line 528
  1437.                 yield "                                            ";
  1438.             }
  1439.             // line 529
  1440.             yield "                                            <span class=\"fs2\">";
  1441.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'529$this->source); })()), "html"nulltrue);
  1442.             yield "</span><br><span class=\"fs12\">";
  1443.             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.'529$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'529$this->source); })()));
  1444.             yield "</span>
  1445.                                         </a>
  1446.                                     </div>
  1447.                                 </div>
  1448.                             </nav>
  1449.                         </div>
  1450.                     </div>
  1451.                     <!--TOUT SAUF MOBILE-->
  1452.                 ";
  1453.         } elseif ((        // line 537
  1454. (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'537$this->source); })()) &&  !(isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'537$this->source); })()))) {
  1455.             // line 538
  1456.             yield "                    <div class=\"row\" >
  1457.                         <div class=\"col-12 mb-3 ml-3\">
  1458.                             ";
  1459.             // line 540
  1460.             $context["p"] = "";
  1461.             // line 541
  1462.             yield "                            ";
  1463.             if ((=== CoreExtension::compare((isset($context["nb_annonces"]) || array_key_exists("nb_annonces"$context) ? $context["nb_annonces"] : (function () { throw new RuntimeError('Variable "nb_annonces" does not exist.'541$this->source); })()), 1))) {
  1464.                 // line 542
  1465.                 yield "                                ";
  1466.                 $context["p"] = "p";
  1467.                 // line 543
  1468.                 yield "                            ";
  1469.             }
  1470.             // line 544
  1471.             yield "                            ";
  1472.             $context["arrayVarsTrans"] = ["nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'544$this->source); })())), "nomPourTitle", [], "any"falsefalsefalse544))];
  1473.             // line 545
  1474.             yield "                            <span class=\"fs13 orange-new\">";
  1475.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_annonces"]) || array_key_exists("nb_annonces"$context) ? $context["nb_annonces"] : (function () { throw new RuntimeError('Variable "nb_annonces" does not exist.'545$this->source); })()), "html"nulltrue);
  1476.             yield " ";
  1477.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$opportunité\$\${p|opportunités} dont", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'545$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'545$this->source); })()));
  1478.             yield " :</span>
  1479.                         </div>
  1480.                     </div>
  1481.                     <!--MOBILE-->
  1482.                     <div class=\"row d-block d-sm-none bkg_gris_clair\">
  1483.                         <div class=\"col-12\">
  1484.                             <div class=\"row\">
  1485.                                 <div class=\"col-6 text-center my-3 br_gris\">
  1486.                                     <div class=\"blanc lh099 py-3\">
  1487.                                         <a href=\"";
  1488.             // line 555
  1489.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_business_angel_secteur_activite", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'555$this->source); })()), "idSecteurActivite" => (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'555$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'555$this->source); })())]), "html"nulltrue);
  1490.             yield "?";
  1491.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'555$this->source); })()), "html"nulltrue);
  1492.             yield "\" class=\"orange-new lh099 py-3\">
  1493.                                             <span class=\"fs2\">";
  1494.             // line 556
  1495.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'556$this->source); })()), "html"nulltrue);
  1496.             yield "</span><br>
  1497.                                             ";
  1498.             // line 557
  1499.             $context["p"] = "";
  1500.             // line 558
  1501.             yield "                                            ";
  1502.             if ((=== CoreExtension::compare((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'558$this->source); })()), 1))) {
  1503.                 // line 559
  1504.                 yield "                                                ";
  1505.                 $context["p"] = "p";
  1506.                 // line 560
  1507.                 yield "                                            ";
  1508.             }
  1509.             // line 561
  1510.             yield "                                            <span class=\"res_font\">";
  1511.             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.'561$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'561$this->source); })()));
  1512.             yield "</span>
  1513.                                         </a>
  1514.                                     </div>
  1515.                                 </div>
  1516.                                 <div class=\"col-6 text-center my-3 pr-4 br_gris\">
  1517.                                     <div class=\"blanc bkg_orange_new lh099 py-3\">
  1518.                                         <span class=\"fs2\">";
  1519.             // line 568
  1520.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'568$this->source); })()), "html"nulltrue);
  1521.             yield "</span><br>
  1522.                                         ";
  1523.             // line 569
  1524.             $context["p"] = "";
  1525.             // line 570
  1526.             yield "                                        ";
  1527.             if ((=== CoreExtension::compare((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'570$this->source); })()), 1))) {
  1528.                 // line 571
  1529.                 yield "                                            ";
  1530.                 $context["p"] = "p";
  1531.                 // line 572
  1532.                 yield "                                        ";
  1533.             }
  1534.             // line 573
  1535.             yield "                                        <span class=\"res_font\">";
  1536.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$recherche de partenariat\$\${p|recherches de partenariats}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'573$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'573$this->source); })()));
  1537.             yield "</span>
  1538.                                     </div>
  1539.                                 </div>
  1540.                                 
  1541.                                 <div class=\"col-6 text-center my-3\">
  1542.                                     <div class=\"blanc lh099 py-3\">
  1543.                                         <a href=\"";
  1544.             // line 579
  1545.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_cv_repreneur_secteur_activite", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'579$this->source); })()), "idSecteurActivite" => (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'579$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'579$this->source); })())]), "html"nulltrue);
  1546.             yield "?";
  1547.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'579$this->source); })()), "html"nulltrue);
  1548.             yield "\" class=\"orange-new lh099 py-3\">
  1549.                                             <span class=\"fs2\">";
  1550.             // line 580
  1551.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'580$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'580$this->source); })())), "html"nulltrue);
  1552.             yield "</span><br>
  1553.                                             ";
  1554.             // line 581
  1555.             $context["p"] = "";
  1556.             // line 582
  1557.             yield "                                            ";
  1558.             if ((=== CoreExtension::compare(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'582$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'582$this->source); })())), 1))) {
  1559.                 // line 583
  1560.                 yield "                                                ";
  1561.                 $context["p"] = "p";
  1562.                 // line 584
  1563.                 yield "                                            ";
  1564.             }
  1565.             // line 585
  1566.             yield "                                            <span class=\"res_font\">";
  1567.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'585$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'585$this->source); })()));
  1568.             yield "</span>
  1569.                                         </a>
  1570.                                     </div>
  1571.                                 </div>
  1572.                                 <div class=\"col-6  text-center my-3\">
  1573.                                     <div class=\"blanc lh099 py-3\">
  1574.                                         <a href=\"";
  1575.             // line 592
  1576.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_fonds_investissement_secteur_activite", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'592$this->source); })()), "idSecteurActivite" => (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'592$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'592$this->source); })())]), "html"nulltrue);
  1577.             yield "?";
  1578.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'592$this->source); })()), "html"nulltrue);
  1579.             yield "\" class=\"orange-new lh099 py-3\">
  1580.                                             <span class=\"fs2\">";
  1581.             // line 593
  1582.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'593$this->source); })()), "html"nulltrue);
  1583.             yield "</span><br>
  1584.                                             ";
  1585.             // line 594
  1586.             $context["p"] = "";
  1587.             // line 595
  1588.             yield "                                            ";
  1589.             if ((=== CoreExtension::compare((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'595$this->source); })()), 1))) {
  1590.                 // line 596
  1591.                 yield "                                                ";
  1592.                 $context["p"] = "p";
  1593.                 // line 597
  1594.                 yield "                                            ";
  1595.             }
  1596.             // line 598
  1597.             yield "                                            <span class=\"res_font\">";
  1598.             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.'598$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'598$this->source); })()));
  1599.             yield "</span>
  1600.                                         </a>
  1601.                                     </div>
  1602.                                 </div>
  1603.                             </div>
  1604.                         </div>
  1605.                     </div>
  1606.                     <!--MOBILE-->
  1607.                     <!--TOUT SAUF MOBILE-->
  1608.                     <div class=\"row d-none d-sm-block\">
  1609.                         <div class=\"onglet8 col-12 mb-4\">
  1610.                             <nav>
  1611.                                 <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  1612.                                     <div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  1613.                                         <a class=\"nav-item nav-link\" href=\"";
  1614.             // line 613
  1615.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_business_angel_secteur_activite", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'613$this->source); })()), "idSecteurActivite" => (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'613$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'613$this->source); })())]), "html"nulltrue);
  1616.             yield "?";
  1617.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'613$this->source); })()), "html"nulltrue);
  1618.             yield "\">
  1619.                                             ";
  1620.             // line 614
  1621.             $context["p"] = "";
  1622.             // line 615
  1623.             yield "                                            ";
  1624.             if ((=== CoreExtension::compare((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'615$this->source); })()), 1))) {
  1625.                 // line 616
  1626.                 yield "                                                ";
  1627.                 $context["p"] = "p";
  1628.                 // line 617
  1629.                 yield "                                            ";
  1630.             }
  1631.             // line 618
  1632.             yield "                                            <span class=\"fs2\">";
  1633.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'618$this->source); })()), "html"nulltrue);
  1634.             yield "</span><br><span class=\"fs12\">";
  1635.             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.'618$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'618$this->source); })()));
  1636.             yield "</span>
  1637.                                         </a>
  1638.                                     </div>
  1639.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  1640.                                         <div class=\"nav-item nav-link active\">
  1641.                                             ";
  1642.             // line 623
  1643.             $context["p"] = "";
  1644.             // line 624
  1645.             yield "                                            ";
  1646.             if ((=== CoreExtension::compare((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'624$this->source); })()), 1))) {
  1647.                 // line 625
  1648.                 yield "                                                ";
  1649.                 $context["p"] = "p";
  1650.                 // line 626
  1651.                 yield "                                            ";
  1652.             }
  1653.             // line 627
  1654.             yield "                                            <span class=\"fs2\">";
  1655.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'627$this->source); })()), "html"nulltrue);
  1656.             yield "</span><br><span class=\"fs12\">";
  1657.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$recherche de partenariat\$\${p|recherches de partenariats}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'627$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'627$this->source); })()));
  1658.             yield "</span>
  1659.                                         </div>
  1660.                                     </div>
  1661.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  1662.                                         <a class=\"nav-item nav-link\" href=\"";
  1663.             // line 631
  1664.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_cv_repreneur_secteur_activite", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'631$this->source); })()), "idSecteurActivite" => (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'631$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'631$this->source); })())]), "html"nulltrue);
  1665.             yield "?";
  1666.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'631$this->source); })()), "html"nulltrue);
  1667.             yield "\">
  1668.                                             ";
  1669.             // line 632
  1670.             $context["p"] = "";
  1671.             // line 633
  1672.             yield "                                            ";
  1673.             if ((=== CoreExtension::compare(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'633$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'633$this->source); })())), 1))) {
  1674.                 // line 634
  1675.                 yield "                                                ";
  1676.                 $context["p"] = "p";
  1677.                 // line 635
  1678.                 yield "                                            ";
  1679.             }
  1680.             // line 636
  1681.             yield "                                            <span class=\"fs2\">";
  1682.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'636$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'636$this->source); })())), "html"nulltrue);
  1683.             yield "</span><br><span class=\"fs12\">";
  1684.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'636$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'636$this->source); })()));
  1685.             yield "</span>
  1686.                                         </a>
  1687.                                     </div>
  1688.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  1689.                                         <a class=\"nav-item nav-link\" href=\"";
  1690.             // line 640
  1691.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_fonds_investissement_secteur_activite", ["slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'640$this->source); })()), "idSecteurActivite" => (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'640$this->source); })()), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'640$this->source); })())]), "html"nulltrue);
  1692.             yield "?";
  1693.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'640$this->source); })()), "html"nulltrue);
  1694.             yield "\">
  1695.                                             ";
  1696.             // line 641
  1697.             $context["p"] = "";
  1698.             // line 642
  1699.             yield "                                            ";
  1700.             if ((=== CoreExtension::compare((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'642$this->source); })()), 1))) {
  1701.                 // line 643
  1702.                 yield "                                                ";
  1703.                 $context["p"] = "p";
  1704.                 // line 644
  1705.                 yield "                                            ";
  1706.             }
  1707.             // line 645
  1708.             yield "                                            <span class=\"fs2\">";
  1709.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'645$this->source); })()), "html"nulltrue);
  1710.             yield "</span><br><span class=\"fs12\">";
  1711.             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.'645$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'645$this->source); })()));
  1712.             yield "</span>
  1713.                                         </a>
  1714.                                     </div>
  1715.                                 </div>
  1716.                             </nav>
  1717.                         </div>
  1718.                     </div>
  1719.                     <!--TOUT SAUF MOBILE-->
  1720.                 ";
  1721.         } elseif ((        // line 653
  1722. (isset($context["idLocalisation"]) || array_key_exists("idLocalisation"$context) ? $context["idLocalisation"] : (function () { throw new RuntimeError('Variable "idLocalisation" does not exist.'653$this->source); })()) && (isset($context["idSecteurActivite"]) || array_key_exists("idSecteurActivite"$context) ? $context["idSecteurActivite"] : (function () { throw new RuntimeError('Variable "idSecteurActivite" does not exist.'653$this->source); })()))) {
  1723.             // line 654
  1724.             yield "                    <div class=\"row\" >
  1725.                         <div class=\"col-12 mb-3 ml-3\">
  1726.                             ";
  1727.             // line 656
  1728.             $context["p"] = "";
  1729.             // line 657
  1730.             yield "                            ";
  1731.             if ((=== CoreExtension::compare((isset($context["nb_annonces"]) || array_key_exists("nb_annonces"$context) ? $context["nb_annonces"] : (function () { throw new RuntimeError('Variable "nb_annonces" does not exist.'657$this->source); })()), 1))) {
  1732.                 // line 658
  1733.                 yield "                                ";
  1734.                 $context["p"] = "p";
  1735.                 // line 659
  1736.                 yield "                            ";
  1737.             }
  1738.             // line 660
  1739.             yield "                            ";
  1740.             $context["arrayVarsTrans"] = ["prefixe" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'660$this->source); })())), "prefixe", [], "any"falsefalsefalse660), "nom_localisation" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'660$this->source); })())), "nom_localisation", [], "any"falsefalsefalse660), "nomPourTitle" => Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'660$this->source); })())), "nomPourTitle", [], "any"falsefalsefalse660))];
  1741.             // line 661
  1742.             yield "                            <span class=\"fs13 orange-new\">";
  1743.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_annonces"]) || array_key_exists("nb_annonces"$context) ? $context["nb_annonces"] : (function () { throw new RuntimeError('Variable "nb_annonces" does not exist.'661$this->source); })()), "html"nulltrue);
  1744.             yield " ";
  1745.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$opportunité\$\${p|opportunités} dont", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'661$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'661$this->source); })()));
  1746.             yield " :</span>
  1747.                         </div>
  1748.                     </div>
  1749.                     <!--MOBILE-->
  1750.                     <div class=\"row d-block d-sm-none bkg_gris_clair\">
  1751.                         <div class=\"col-12\">
  1752.                             <div class=\"row\">
  1753.                                 <div class=\"col-6 text-center my-3 br_gris\">
  1754.                                     <div class=\"blanc lh099 py-3\">
  1755.                                         <a href=\"";
  1756.             // line 671
  1757.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_business_angel_croise", ["nomLocalisation" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'671$this->source); })())), "nom_localisation", [], "any"falsefalsefalse671)), "nomSecteurActivite" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'671$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse671)), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'671$this->source); })()), "idLocalisation" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'671$this->source); })())), "id_localisation", [], "any"falsefalsefalse671), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'671$this->source); })())), "idSecteurActivite", [], "any"falsefalsefalse671), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'671$this->source); })())]), "html"nulltrue);
  1758.             yield "?";
  1759.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'671$this->source); })()), "html"nulltrue);
  1760.             yield "\" class=\"orange-new lh099 py-3\">
  1761.                                             <span class=\"fs2\">";
  1762.             // line 672
  1763.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'672$this->source); })()), "html"nulltrue);
  1764.             yield "</span><br>
  1765.                                             ";
  1766.             // line 673
  1767.             $context["p"] = "";
  1768.             // line 674
  1769.             yield "                                            ";
  1770.             if ((=== CoreExtension::compare((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'674$this->source); })()), 1))) {
  1771.                 // line 675
  1772.                 yield "                                                ";
  1773.                 $context["p"] = "p";
  1774.                 // line 676
  1775.                 yield "                                            ";
  1776.             }
  1777.             // line 677
  1778.             yield "                                            <span class=\"res_font\">";
  1779.             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.'677$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'677$this->source); })()));
  1780.             yield "</span>
  1781.                                         </a>
  1782.                                     </div>
  1783.                                 </div>
  1784.                                 <div class=\"col-6 text-center my-3 pr-4 br_gris\">
  1785.                                     <div class=\"blanc bkg_orange_new lh099 py-3\">
  1786.                                         <span class=\"fs2\">";
  1787.             // line 684
  1788.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'684$this->source); })()), "html"nulltrue);
  1789.             yield "</span><br>
  1790.                                         ";
  1791.             // line 685
  1792.             $context["p"] = "";
  1793.             // line 686
  1794.             yield "                                        ";
  1795.             if ((=== CoreExtension::compare((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'686$this->source); })()), 1))) {
  1796.                 // line 687
  1797.                 yield "                                            ";
  1798.                 $context["p"] = "p";
  1799.                 // line 688
  1800.                 yield "                                        ";
  1801.             }
  1802.             // line 689
  1803.             yield "                                        <span class=\"res_font\">";
  1804.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$recherche de partenariat\$\${p|recherches de partenariats}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'689$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'689$this->source); })()));
  1805.             yield "</span>
  1806.                                     </div>
  1807.                                 </div>
  1808.                                 
  1809.                                 <div class=\"col-6 text-center my-3\">
  1810.                                     <div class=\"blanc lh099 py-3\">
  1811.                                         <a href=\"";
  1812.             // line 695
  1813.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_cv_repreneur_croise", ["nomLocalisation" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'695$this->source); })())), "nom_localisation", [], "any"falsefalsefalse695)), "nomSecteurActivite" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'695$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse695)), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'695$this->source); })()), "idLocalisation" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'695$this->source); })())), "id_localisation", [], "any"falsefalsefalse695), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'695$this->source); })())), "idSecteurActivite", [], "any"falsefalsefalse695), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'695$this->source); })())]), "html"nulltrue);
  1814.             yield "?";
  1815.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'695$this->source); })()), "html"nulltrue);
  1816.             yield "\" class=\"orange-new lh099 py-3\">
  1817.                                             <span class=\"fs2\">";
  1818.             // line 696
  1819.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'696$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'696$this->source); })())), "html"nulltrue);
  1820.             yield "</span><br>
  1821.                                             ";
  1822.             // line 697
  1823.             $context["p"] = "";
  1824.             // line 698
  1825.             yield "                                            ";
  1826.             if ((=== CoreExtension::compare(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'698$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'698$this->source); })())), 1))) {
  1827.                 // line 699
  1828.                 yield "                                                ";
  1829.                 $context["p"] = "p";
  1830.                 // line 700
  1831.                 yield "                                            ";
  1832.             }
  1833.             // line 701
  1834.             yield "                                            <span class=\"res_font\">";
  1835.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'701$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'701$this->source); })()));
  1836.             yield "</span>
  1837.                                         </a>
  1838.                                     </div>
  1839.                                 </div>
  1840.                                 <div class=\"col-6  text-center my-3\">
  1841.                                     <div class=\"blanc lh099 py-3\">
  1842.                                         <a href=\"";
  1843.             // line 708
  1844.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_fonds_investissement_croise", ["nomLocalisation" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'708$this->source); })())), "nom_localisation", [], "any"falsefalsefalse708)), "nomSecteurActivite" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'708$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse708)), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'708$this->source); })()), "idLocalisation" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'708$this->source); })())), "id_localisation", [], "any"falsefalsefalse708), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'708$this->source); })())), "idSecteurActivite", [], "any"falsefalsefalse708), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'708$this->source); })())]), "html"nulltrue);
  1845.             yield "?";
  1846.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'708$this->source); })()), "html"nulltrue);
  1847.             yield "\" class=\"orange-new lh099 py-3\">
  1848.                                             <span class=\"fs2\">";
  1849.             // line 709
  1850.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'709$this->source); })()), "html"nulltrue);
  1851.             yield "</span><br>
  1852.                                             ";
  1853.             // line 710
  1854.             $context["p"] = "";
  1855.             // line 711
  1856.             yield "                                            ";
  1857.             if ((=== CoreExtension::compare((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'711$this->source); })()), 1))) {
  1858.                 // line 712
  1859.                 yield "                                                ";
  1860.                 $context["p"] = "p";
  1861.                 // line 713
  1862.                 yield "                                            ";
  1863.             }
  1864.             // line 714
  1865.             yield "                                            <span class=\"res_font\">";
  1866.             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.'714$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'714$this->source); })()));
  1867.             yield "</span>
  1868.                                         </a>
  1869.                                     </div>
  1870.                                 </div>
  1871.                             </div>
  1872.                         </div>
  1873.                     </div>
  1874.                     <!--MOBILE-->
  1875.                     <!--TOUT SAUF MOBILE-->
  1876.                     <div class=\"row d-none d-sm-block\">
  1877.                         <div class=\"onglet8 col-12 mb-4\">
  1878.                             <nav>
  1879.                                 <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  1880.                                     <div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  1881.                                         <a class=\"nav-item nav-link\" href=\"";
  1882.             // line 729
  1883.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_business_angel_croise", ["nomLocalisation" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'729$this->source); })())), "nom_localisation", [], "any"falsefalsefalse729)), "nomSecteurActivite" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'729$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse729)), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'729$this->source); })()), "idLocalisation" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'729$this->source); })())), "id_localisation", [], "any"falsefalsefalse729), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'729$this->source); })())), "idSecteurActivite", [], "any"falsefalsefalse729), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'729$this->source); })())]), "html"nulltrue);
  1884.             yield "?";
  1885.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'729$this->source); })()), "html"nulltrue);
  1886.             yield "\">
  1887.                                             ";
  1888.             // line 730
  1889.             $context["p"] = "";
  1890.             // line 731
  1891.             yield "                                            ";
  1892.             if ((=== CoreExtension::compare((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'731$this->source); })()), 1))) {
  1893.                 // line 732
  1894.                 yield "                                                ";
  1895.                 $context["p"] = "p";
  1896.                 // line 733
  1897.                 yield "                                            ";
  1898.             }
  1899.             // line 734
  1900.             yield "                                            <span class=\"fs2\">";
  1901.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'734$this->source); })()), "html"nulltrue);
  1902.             yield "</span><br><span class=\"fs12\">";
  1903.             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.'734$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'734$this->source); })()));
  1904.             yield "</span>
  1905.                                         </a>
  1906.                                     </div>
  1907.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  1908.                                         <div class=\"nav-item nav-link active\">
  1909.                                             ";
  1910.             // line 739
  1911.             $context["p"] = "";
  1912.             // line 740
  1913.             yield "                                            ";
  1914.             if ((=== CoreExtension::compare((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'740$this->source); })()), 1))) {
  1915.                 // line 741
  1916.                 yield "                                                ";
  1917.                 $context["p"] = "p";
  1918.                 // line 742
  1919.                 yield "                                            ";
  1920.             }
  1921.             // line 743
  1922.             yield "                                            <span class=\"fs2\">";
  1923.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'743$this->source); })()), "html"nulltrue);
  1924.             yield "</span><br><span class=\"fs12\">";
  1925.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$recherche de partenariat\$\${p|recherches de partenariats}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'743$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'743$this->source); })()));
  1926.             yield "</span>
  1927.                                         </div>
  1928.                                     </div>
  1929.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  1930.                                         <a class=\"nav-item nav-link\" href=\"";
  1931.             // line 747
  1932.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_cv_repreneur_croise", ["nomLocalisation" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'747$this->source); })())), "nom_localisation", [], "any"falsefalsefalse747)), "nomSecteurActivite" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'747$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse747)), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'747$this->source); })()), "idLocalisation" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'747$this->source); })())), "id_localisation", [], "any"falsefalsefalse747), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'747$this->source); })())), "idSecteurActivite", [], "any"falsefalsefalse747), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'747$this->source); })())]), "html"nulltrue);
  1933.             yield "?";
  1934.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'747$this->source); })()), "html"nulltrue);
  1935.             yield "\">
  1936.                                             ";
  1937.             // line 748
  1938.             $context["p"] = "";
  1939.             // line 749
  1940.             yield "                                            ";
  1941.             if ((=== CoreExtension::compare(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'749$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'749$this->source); })())), 1))) {
  1942.                 // line 750
  1943.                 yield "                                                ";
  1944.                 $context["p"] = "p";
  1945.                 // line 751
  1946.                 yield "                                            ";
  1947.             }
  1948.             // line 752
  1949.             yield "                                            <span class=\"fs2\">";
  1950.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'752$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'752$this->source); })())), "html"nulltrue);
  1951.             yield "</span><br><span class=\"fs12\">";
  1952.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'752$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'752$this->source); })()));
  1953.             yield "</span>
  1954.                                         </a>
  1955.                                     </div>
  1956.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  1957.                                         <a class=\"nav-item nav-link\" href=\"";
  1958.             // line 756
  1959.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_fonds_investissement_croise", ["nomLocalisation" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'756$this->source); })())), "nom_localisation", [], "any"falsefalsefalse756)), "nomSecteurActivite" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'756$this->source); })())), "nomSecteurActivite", [], "any"falsefalsefalse756)), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'756$this->source); })()), "idLocalisation" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["localisations"]) || array_key_exists("localisations"$context) ? $context["localisations"] : (function () { throw new RuntimeError('Variable "localisations" does not exist.'756$this->source); })())), "id_localisation", [], "any"falsefalsefalse756), "idSecteurActivite" => CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::last($this->env->getCharset(), (isset($context["secteurActivites"]) || array_key_exists("secteurActivites"$context) ? $context["secteurActivites"] : (function () { throw new RuntimeError('Variable "secteurActivites" does not exist.'756$this->source); })())), "idSecteurActivite", [], "any"falsefalsefalse756), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'756$this->source); })())]), "html"nulltrue);
  1960.             yield "?";
  1961.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'756$this->source); })()), "html"nulltrue);
  1962.             yield "\">
  1963.                                             ";
  1964.             // line 757
  1965.             $context["p"] = "";
  1966.             // line 758
  1967.             yield "                                            ";
  1968.             if ((=== CoreExtension::compare((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'758$this->source); })()), 1))) {
  1969.                 // line 759
  1970.                 yield "                                                ";
  1971.                 $context["p"] = "p";
  1972.                 // line 760
  1973.                 yield "                                            ";
  1974.             }
  1975.             // line 761
  1976.             yield "                                            <span class=\"fs2\">";
  1977.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'761$this->source); })()), "html"nulltrue);
  1978.             yield "</span><br><span class=\"fs12\">";
  1979.             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.'761$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'761$this->source); })()));
  1980.             yield "</span>
  1981.                                         </a>
  1982.                                     </div>
  1983.                                 </div>
  1984.                             </nav>
  1985.                         </div>
  1986.                     </div>
  1987.                     <!--TOUT SAUF MOBILE-->
  1988.                 ";
  1989.         } else {
  1990.             // line 770
  1991.             yield "                    <div class=\"row\" >
  1992.                         <div class=\"col-12 mb-3 ml-3\">
  1993.                             ";
  1994.             // line 772
  1995.             $context["p"] = "";
  1996.             // line 773
  1997.             yield "                            ";
  1998.             if ((=== CoreExtension::compare((isset($context["nb_annonces"]) || array_key_exists("nb_annonces"$context) ? $context["nb_annonces"] : (function () { throw new RuntimeError('Variable "nb_annonces" does not exist.'773$this->source); })()), 1))) {
  1999.                 // line 774
  2000.                 yield "                                ";
  2001.                 $context["p"] = "p";
  2002.                 // line 775
  2003.                 yield "                            ";
  2004.             }
  2005.             // line 776
  2006.             yield "                            <span class=\"fs13 orange-new\">";
  2007.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_annonces"]) || array_key_exists("nb_annonces"$context) ? $context["nb_annonces"] : (function () { throw new RuntimeError('Variable "nb_annonces" does not exist.'776$this->source); })()), "html"nulltrue);
  2008.             yield " ";
  2009.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$opportunité\$\${p|opportunités} dont", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'776$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'776$this->source); })()));
  2010.             yield " :</span>
  2011.                         </div>
  2012.                     </div>
  2013.                     <!--MOBILE-->
  2014.                     <div class=\"row d-block d-sm-none bkg_gris_clair\">
  2015.                         <div class=\"col-12\">
  2016.                             <div class=\"row\">
  2017.                                 <div class=\"col-6 text-center my-3 br_gris\">
  2018.                                     <div class=\"blanc lh099 py-3\">
  2019.                                         <a href=\"";
  2020.             // line 786
  2021.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_resultats_business_angel", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'786$this->source); })())]), "html"nulltrue);
  2022.             yield "?";
  2023.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'786$this->source); })()), "html"nulltrue);
  2024.             yield "\" class=\"orange-new lh099 py-3\">
  2025.                                             <span class=\"fs2\">";
  2026.             // line 787
  2027.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'787$this->source); })()), "html"nulltrue);
  2028.             yield "</span><br>
  2029.                                             ";
  2030.             // line 788
  2031.             $context["p"] = "";
  2032.             // line 789
  2033.             yield "                                            ";
  2034.             if ((=== CoreExtension::compare((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'789$this->source); })()), 1))) {
  2035.                 // line 790
  2036.                 yield "                                                ";
  2037.                 $context["p"] = "p";
  2038.                 // line 791
  2039.                 yield "                                            ";
  2040.             }
  2041.             // line 792
  2042.             yield "                                            <span class=\"res_font\">";
  2043.             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.'792$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'792$this->source); })()));
  2044.             yield "</span>
  2045.                                         </a>
  2046.                                     </div>
  2047.                                 </div>
  2048.                                 <div class=\"col-6 text-center my-3 pr-4 br_gris\">
  2049.                                     <div class=\"blanc bkg_orange_new lh099 py-3\">
  2050.                                         <span class=\"fs2\">";
  2051.             // line 799
  2052.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'799$this->source); })()), "html"nulltrue);
  2053.             yield "</span><br>
  2054.                                         ";
  2055.             // line 800
  2056.             $context["p"] = "";
  2057.             // line 801
  2058.             yield "                                        ";
  2059.             if ((=== CoreExtension::compare((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'801$this->source); })()), 1))) {
  2060.                 // line 802
  2061.                 yield "                                            ";
  2062.                 $context["p"] = "p";
  2063.                 // line 803
  2064.                 yield "                                        ";
  2065.             }
  2066.             // line 804
  2067.             yield "                                        <span class=\"res_font\">";
  2068.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$recherche de partenariat\$\${p|recherches de partenariats}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'804$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'804$this->source); })()));
  2069.             yield "</span>
  2070.                                     </div>
  2071.                                 </div>
  2072.                                 
  2073.                                 <div class=\"col-6 text-center my-3\">
  2074.                                     <div class=\"blanc lh099 py-3\">
  2075.                                         <a href=\"";
  2076.             // line 810
  2077.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_resultats_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'810$this->source); })())]), "html"nulltrue);
  2078.             yield "?";
  2079.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'810$this->source); })()), "html"nulltrue);
  2080.             yield "\" class=\"orange-new lh099 py-3\">
  2081.                                             <span class=\"fs2\">";
  2082.             // line 811
  2083.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'811$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'811$this->source); })())), "html"nulltrue);
  2084.             yield "</span><br>
  2085.                                             ";
  2086.             // line 812
  2087.             $context["p"] = "";
  2088.             // line 813
  2089.             yield "                                            ";
  2090.             if ((=== CoreExtension::compare(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'813$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'813$this->source); })())), 1))) {
  2091.                 // line 814
  2092.                 yield "                                                ";
  2093.                 $context["p"] = "p";
  2094.                 // line 815
  2095.                 yield "                                            ";
  2096.             }
  2097.             // line 816
  2098.             yield "                                            <span class=\"res_font\">";
  2099.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'816$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'816$this->source); })()));
  2100.             yield "</span>
  2101.                                         </a>
  2102.                                     </div>
  2103.                                 </div>
  2104.                                 <div class=\"col-6  text-center my-3\">
  2105.                                     <div class=\"blanc lh099 py-3\">
  2106.                                         <a href=\"";
  2107.             // line 823
  2108.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_resultats_fonds_investissement", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'823$this->source); })())]), "html"nulltrue);
  2109.             yield "?";
  2110.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'823$this->source); })()), "html"nulltrue);
  2111.             yield "\" class=\"orange-new lh099 py-3\">
  2112.                                             <span class=\"fs2\">";
  2113.             // line 824
  2114.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'824$this->source); })()), "html"nulltrue);
  2115.             yield "</span><br>
  2116.                                             ";
  2117.             // line 825
  2118.             $context["p"] = "";
  2119.             // line 826
  2120.             yield "                                            ";
  2121.             if ((=== CoreExtension::compare((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'826$this->source); })()), 1))) {
  2122.                 // line 827
  2123.                 yield "                                                ";
  2124.                 $context["p"] = "p";
  2125.                 // line 828
  2126.                 yield "                                            ";
  2127.             }
  2128.             // line 829
  2129.             yield "                                            <span class=\"res_font\">";
  2130.             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.'829$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'829$this->source); })()));
  2131.             yield "</span>
  2132.                                         </a>
  2133.                                     </div>
  2134.                                 </div>
  2135.                             </div>
  2136.                         </div>
  2137.                     </div>
  2138.                     <!--MOBILE-->
  2139.                     <!--TOUT SAUF MOBILE-->
  2140.                     <div class=\"row d-none d-sm-block\">
  2141.                         <div class=\"onglet8 col-12 mb-4\">
  2142.                             <nav>
  2143.                                 <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  2144.                                     <div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  2145.                                         <a class=\"nav-item nav-link\" href=\"";
  2146.             // line 844
  2147.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_resultats_business_angel", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'844$this->source); })())]), "html"nulltrue);
  2148.             yield "?";
  2149.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'844$this->source); })()), "html"nulltrue);
  2150.             yield "\">
  2151.                                             ";
  2152.             // line 845
  2153.             $context["p"] = "";
  2154.             // line 846
  2155.             yield "                                            ";
  2156.             if ((=== CoreExtension::compare((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'846$this->source); })()), 1))) {
  2157.                 // line 847
  2158.                 yield "                                                ";
  2159.                 $context["p"] = "p";
  2160.                 // line 848
  2161.                 yield "                                            ";
  2162.             }
  2163.             // line 849
  2164.             yield "                                            <span class=\"fs2\">";
  2165.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_business_angel"]) || array_key_exists("nb_business_angel"$context) ? $context["nb_business_angel"] : (function () { throw new RuntimeError('Variable "nb_business_angel" does not exist.'849$this->source); })()), "html"nulltrue);
  2166.             yield "</span><br><span class=\"fs12\">";
  2167.             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.'849$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'849$this->source); })()));
  2168.             yield "</span>
  2169.                                         </a>
  2170.                                     </div>
  2171.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  2172.                                         <div class=\"nav-item nav-link active\">
  2173.                                             ";
  2174.             // line 854
  2175.             $context["p"] = "";
  2176.             // line 855
  2177.             yield "                                            ";
  2178.             if ((=== CoreExtension::compare((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'855$this->source); })()), 1))) {
  2179.                 // line 856
  2180.                 yield "                                                ";
  2181.                 $context["p"] = "p";
  2182.                 // line 857
  2183.                 yield "                                            ";
  2184.             }
  2185.             // line 858
  2186.             yield "                                            <span class=\"fs2\">";
  2187.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'858$this->source); })()), "html"nulltrue);
  2188.             yield "</span><br><span class=\"fs12\">";
  2189.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$recherche de partenariat\$\${p|recherches de partenariats}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'858$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'858$this->source); })()));
  2190.             yield "</span>
  2191.                                         </div>
  2192.                                     </div>
  2193.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  2194.                                         <a class=\"nav-item nav-link\" href=\"";
  2195.             // line 862
  2196.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_resultats_cv_repreneur", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'862$this->source); })())]), "html"nulltrue);
  2197.             yield "?";
  2198.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'862$this->source); })()), "html"nulltrue);
  2199.             yield "\">
  2200.                                             ";
  2201.             // line 863
  2202.             $context["p"] = "";
  2203.             // line 864
  2204.             yield "                                            ";
  2205.             if ((=== CoreExtension::compare(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'864$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'864$this->source); })())), 1))) {
  2206.                 // line 865
  2207.                 yield "                                                ";
  2208.                 $context["p"] = "p";
  2209.                 // line 866
  2210.                 yield "                                            ";
  2211.             }
  2212.             // line 867
  2213.             yield "                                            <span class=\"fs2\">";
  2214.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["nb_repreneurs_investisseurs"]) || array_key_exists("nb_repreneurs_investisseurs"$context) ? $context["nb_repreneurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_repreneurs_investisseurs" does not exist.'867$this->source); })()) + (isset($context["nb_acquereurs_investisseurs"]) || array_key_exists("nb_acquereurs_investisseurs"$context) ? $context["nb_acquereurs_investisseurs"] : (function () { throw new RuntimeError('Variable "nb_acquereurs_investisseurs" does not exist.'867$this->source); })())), "html"nulltrue);
  2215.             yield "</span><br><span class=\"fs12\">";
  2216.             yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'867$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'867$this->source); })()));
  2217.             yield "</span>
  2218.                                         </a>
  2219.                                     </div>
  2220.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  2221.                                         <a class=\"nav-item nav-link\" href=\"";
  2222.             // line 871
  2223.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ouvrir_capital_resultats_fonds_investissement", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'871$this->source); })())]), "html"nulltrue);
  2224.             yield "?";
  2225.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["string_params_without_page"]) || array_key_exists("string_params_without_page"$context) ? $context["string_params_without_page"] : (function () { throw new RuntimeError('Variable "string_params_without_page" does not exist.'871$this->source); })()), "html"nulltrue);
  2226.             yield "\">
  2227.                                             ";
  2228.             // line 872
  2229.             $context["p"] = "";
  2230.             // line 873
  2231.             yield "                                            ";
  2232.             if ((=== CoreExtension::compare((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'873$this->source); })()), 1))) {
  2233.                 // line 874
  2234.                 yield "                                                ";
  2235.                 $context["p"] = "p";
  2236.                 // line 875
  2237.                 yield "                                            ";
  2238.             }
  2239.             // line 876
  2240.             yield "                                            <span class=\"fs2\">";
  2241.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_fonds_investissement"]) || array_key_exists("nb_fonds_investissement"$context) ? $context["nb_fonds_investissement"] : (function () { throw new RuntimeError('Variable "nb_fonds_investissement" does not exist.'876$this->source); })()), "html"nulltrue);
  2242.             yield "</span><br><span class=\"fs12\">";
  2243.             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.'876$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'876$this->source); })()));
  2244.             yield "</span>
  2245.                                         </a>
  2246.                                     </div>
  2247.                                 </div>
  2248.                             </nav>
  2249.                         </div>
  2250.                     </div>
  2251.                     <!--TOUT SAUF MOBILE-->
  2252.                 ";
  2253.         }
  2254.         // line 885
  2255.         yield "
  2256.                 <div class=\"row mt-5\" >
  2257.                     <div class=\"col-12 mb-1 ml-3 mt-3\">
  2258.                         ";
  2259.         // line 888
  2260.         $context["p"] = "";
  2261.         // line 889
  2262.         yield "                        ";
  2263.         if ((=== CoreExtension::compare((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'889$this->source); })()), 1))) {
  2264.             // line 890
  2265.             yield "                            ";
  2266.             $context["p"] = "p";
  2267.             // line 891
  2268.             yield "                        ";
  2269.         }
  2270.         // line 892
  2271.         yield "                        <span class=\"fs18 orange-new\">";
  2272.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["nb_recherches_partenariats"]) || array_key_exists("nb_recherches_partenariats"$context) ? $context["nb_recherches_partenariats"] : (function () { throw new RuntimeError('Variable "nb_recherches_partenariats" does not exist.'892$this->source); })()), "html"nulltrue);
  2273.         yield " ";
  2274.         yield $this->extensions['App\Twig\TranslationExtension']->translate("\$\$recherche\$\${p|recherches} de partenariats", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'892$this->source); })()), """m", (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'892$this->source); })()));
  2275.         yield "</span>
  2276.                     </div>
  2277.                 </div>
  2278.                 <!--PAGINATION-->
  2279.                 <div class=\"row mt-3\">
  2280.                     <div class=\"col-sm-12\">
  2281.                         <nav aria-label=\"...\" class=\" pagination-orange\">
  2282.                             ";
  2283.         // line 900
  2284.         yield $this->extensions['Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension']->render($this->env, (isset($context["liste_annonces"]) || array_key_exists("liste_annonces"$context) ? $context["liste_annonces"] : (function () { throw new RuntimeError('Variable "liste_annonces" does not exist.'900$this->source); })()));
  2285.         yield "
  2286.                         </nav>
  2287.                     </div>
  2288.                 </div>
  2289.                 <!--FIN PAGINATION-->
  2290.                 <div class=\"row\" >
  2291.                     <div class=\"col-4 offset-8 text-right mb-2\">
  2292.                         <select class=\"form-control\" id=\"idFromControlSelectTri\" v-on:change=\"sortBy(\$event)\">
  2293.                             ";
  2294.         // line 909
  2295.         if ((isset($context["is_recherche_by_localisation"]) || array_key_exists("is_recherche_by_localisation"$context) ? $context["is_recherche_by_localisation"] : (function () { throw new RuntimeError('Variable "is_recherche_by_localisation" does not exist.'909$this->source); })())) {
  2296.             // line 910
  2297.             yield "                                <option value=\"pertinence\" ";
  2298.             if (((=== CoreExtension::compare((isset($context["tri"]) || array_key_exists("tri"$context) ? $context["tri"] : (function () { throw new RuntimeError('Variable "tri" does not exist.'910$this->source); })()), "pertinence")) || (=== CoreExtension::compare((isset($context["tri_default"]) || array_key_exists("tri_default"$context) ? $context["tri_default"] : (function () { throw new RuntimeError('Variable "tri_default" does not exist.'910$this->source); })()), "pertinence")))) {
  2299.                 yield "selected=\"selected\"";
  2300.             }
  2301.             yield ">";
  2302.             yield $this->extensions['App\Twig\TranslationExtension']->translate("pertinence", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'910$this->source); })()), """M");
  2303.             yield "</option>
  2304.                             ";
  2305.         }
  2306.         // line 912
  2307.         yield "                            <option value=\"date_desc\" ";
  2308.         if (((=== CoreExtension::compare((isset($context["tri"]) || array_key_exists("tri"$context) ? $context["tri"] : (function () { throw new RuntimeError('Variable "tri" does not exist.'912$this->source); })()), "date_desc")) || (=== CoreExtension::compare((isset($context["tri_default"]) || array_key_exists("tri_default"$context) ? $context["tri_default"] : (function () { throw new RuntimeError('Variable "tri_default" does not exist.'912$this->source); })()), "date_desc")))) {
  2309.             yield "selected=\"selected\"";
  2310.         }
  2311.         yield ">";
  2312.         yield $this->extensions['App\Twig\TranslationExtension']->translate("dates plus recentes", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'912$this->source); })()), """M");
  2313.         yield "</option>
  2314.                             <option value=\"ca_desc\" ";
  2315.         // line 913
  2316.         if (((=== CoreExtension::compare((isset($context["tri"]) || array_key_exists("tri"$context) ? $context["tri"] : (function () { throw new RuntimeError('Variable "tri" does not exist.'913$this->source); })()), "ca_desc")) || (=== CoreExtension::compare((isset($context["tri_default"]) || array_key_exists("tri_default"$context) ? $context["tri_default"] : (function () { throw new RuntimeError('Variable "tri_default" does not exist.'913$this->source); })()), "ca_desc")))) {
  2317.             yield "selected=\"selected\"";
  2318.         }
  2319.         yield " >";
  2320.         yield $this->extensions['App\Twig\TranslationExtension']->translate("CA plus grand", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'913$this->source); })()), """M");
  2321.         yield "</option>
  2322.                             <option value=\"ca_asc\" ";
  2323.         // line 914
  2324.         if ((=== CoreExtension::compare((isset($context["tri"]) || array_key_exists("tri"$context) ? $context["tri"] : (function () { throw new RuntimeError('Variable "tri" does not exist.'914$this->source); })()), "ca_asc"))) {
  2325.             yield "selected=\"selected\"";
  2326.         }
  2327.         yield ">";
  2328.         yield $this->extensions['App\Twig\TranslationExtension']->translate("CA plus petit", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'914$this->source); })()), """M");
  2329.         yield "</option>
  2330.                         </select>
  2331.                     </div>
  2332.                 </div>
  2333.                 <div class=\"row\" >
  2334.                     <div class=\"col-12\">
  2335.                         <!--ANNONCES -->
  2336.                         ";
  2337.         // line 922
  2338.         $context['_parent'] = $context;
  2339.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["liste_annonces"]) || array_key_exists("liste_annonces"$context) ? $context["liste_annonces"] : (function () { throw new RuntimeError('Variable "liste_annonces" does not exist.'922$this->source); })()));
  2340.         foreach ($context['_seq'] as $context["index"] => $context["annonce"]) {
  2341.             // line 923
  2342.             yield "                            ";
  2343.             $context["lienAnnonce"] = ((((((($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre_entreprise_annonce_acquisition_details", ["slug" => CoreExtension::getAttribute($this->env$this->source,             // line 925
  2344. $context["annonce"], "slug", [], "any"falsefalsefalse925), "nomLocalisation" => CoreExtension::getAttribute($this->env$this->source,             // line 926
  2345. $context["annonce"], "nom_localisation_slug", [], "any"falsefalsefalse926), "idAnnonce" => CoreExtension::getAttribute($this->env$this->source,             // line 927
  2346. $context["annonce"], "id_annonce_acheteur", [], "any"falsefalsefalse927), "codePays" =>             // line 928
  2347. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'928$this->source); })())]) . "?urlList=") .             // line 929
  2348. (isset($context["urlList"]) || array_key_exists("urlList"$context) ? $context["urlList"] : (function () { throw new RuntimeError('Variable "urlList" does not exist.'929$this->source); })())) . "&") . (isset($context["string_params"]) || array_key_exists("string_params"$context) ? $context["string_params"] : (function () { throw new RuntimeError('Variable "string_params" does not exist.'929$this->source); })())) . "&from=ouvrir-capital") . "&index=") . $context["index"]);
  2349.             // line 930
  2350.             yield "                            <div class=\"card mb-3 card-ie filet_gris\">
  2351.                                 <div class=\"card-body\">
  2352.                                     <div class=\"row mb-3\">
  2353.                                         <div class=\"col-8 col-md-8 col-lg-9 col-xl-10\">
  2354.                                             <div class=\"mb-2\">
  2355.                                                 <h5 class=\"titre_annonce_orange\"><a href=\"";
  2356.             // line 935
  2357.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienAnnonce"]) || array_key_exists("lienAnnonce"$context) ? $context["lienAnnonce"] : (function () { throw new RuntimeError('Variable "lienAnnonce" does not exist.'935$this->source); })()), "html"nulltrue);
  2358.             yield "\" title=\"";
  2359.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "titre_annonce", [], "any"falsefalsefalse935), "html"nulltrue);
  2360.             yield "\">";
  2361.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "titre_annonce", [], "any"falsefalsefalse935), "html"nulltrue);
  2362.             yield "</a></h5>
  2363.                                                 ";
  2364.             // line 936
  2365.             if ((CoreExtension::getAttribute($this->env$this->source$context["annonce"], "etat", [], "any"truetruefalse936) && ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "etat", [], "any"falsefalsefalse936), "information_transmise")) || (=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "etat", [], "any"falsefalsefalse936), "facture_envoyee"))))) {
  2366.                 // line 937
  2367.                 yield "                                                <span class=\"orange font_600\"><i class=\"fa-solid fa-circle-check\"></i>&nbsp;&nbsp;";
  2368.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("déjà commandé", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'937$this->source); })()), """M");
  2369.                 yield "</span>
  2370.                                                 ";
  2371.             }
  2372.             // line 939
  2373.             yield "                                            </div>
  2374.                                             <div class=\"mb-1\">
  2375.                                                 ";
  2376.             // line 941
  2377.             if ((!== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "ca_max", [], "any"falsefalsefalse941), 0))) {
  2378.                 // line 942
  2379.                 yield "                                                    <span class=\"nowrap_custom\">";
  2380.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("CA", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'942$this->source); })()), """M");
  2381.                 yield " : <strong>";
  2382.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "ca_max", [], "any"falsefalsefalse942), 0""" "), "html"nulltrue);
  2383.                 yield " k€ </strong></span>&nbsp;&nbsp;&nbsp;&nbsp;
  2384.                                                 ";
  2385.             }
  2386.             // line 944
  2387.             yield "                                                <span class=\"nowrap_custom\">
  2388.                                                     ";
  2389.             // line 945
  2390.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "date_parution", [], "any"falsefalsefalse945), CoreExtension::getAttribute($this->env$this->source$context["annonce"], "date_parution_initiale", [], "any"falsefalsefalse945)))) {
  2391.                 // line 946
  2392.                 yield "                                                        ";
  2393.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("mise à jour le", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'946$this->source); })()), """M");
  2394.                 yield "
  2395.                                                     ";
  2396.             } else {
  2397.                 // line 948
  2398.                 yield "                                                        ";
  2399.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("poste le", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'948$this->source); })()), """M");
  2400.                 yield "
  2401.                                                     ";
  2402.             }
  2403.             // line 950
  2404.             yield "                                                    <strong>";
  2405.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\DateExtension']->date(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "date_parution_object", [], "any"falsefalsefalse950), "d/m/Y"), "html"nulltrue);
  2406.             yield "</strong>
  2407.                                                 </span>&nbsp;&nbsp;&nbsp;&nbsp;
  2408.                                                 <span class=\"nowrap_custom\">";
  2409.             // line 952
  2410.             yield $this->extensions['App\Twig\TranslationExtension']->translate("ref.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'952$this->source); })()), """M");
  2411.             yield " : <strong>A";
  2412.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "id_annonce_acheteur", [], "any"falsefalsefalse952), "html"nulltrue);
  2413.             yield "</strong></span>
  2414.                                             </div>
  2415.                                             <i class=\"fas fa-map-marker-alt\"></i>&nbsp; ";
  2416.             // line 954
  2417.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "nom_localisation", [], "any"falsefalsefalse954), "html"nulltrue);
  2418.             yield "
  2419.                                         </div>
  2420.                                         <div class=\"col-4 col-md-4 col-lg-3 col-xl-2\" id=\"cartes\">
  2421.                                             <div class=\"row\">
  2422.                                                 <div class=\"col-4 col-md-12 text-center\">
  2423.                                                     <a href=\"";
  2424.             // line 959
  2425.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienAnnonce"]) || array_key_exists("lienAnnonce"$context) ? $context["lienAnnonce"] : (function () { throw new RuntimeError('Variable "lienAnnonce" does not exist.'959$this->source); })()), "html"nulltrue);
  2426.             yield "\">
  2427.                                                         ";
  2428.             // line 960
  2429.             if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse960), "id_localisation_by_country", [], "any"falsefalsefalse960)), 1))) {
  2430.                 // line 961
  2431.                 yield "                                                            ";
  2432.                 if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse961), "id_localisation_by_country", [], "any"falsefalsefalse961))), "33"))) {
  2433.                     // line 962
  2434.                     yield "                                                                <img class=\"img-fluid\"
  2435.                                                                      id='absolute_index_1'
  2436.                                                                      src=\"";
  2437.                     // line 964
  2438.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'964$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse964), "html"nulltrue);
  2439.                     yield "/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  2440.                                                                      alt=\"France\">
  2441.                                                                 ";
  2442.                     // line 967
  2443.                     $context['_parent'] = $context;
  2444.                     $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse967), "id_localisation_by_country", [], "any"falsefalsefalse967), 33, [], "any"falsefalsefalse967));
  2445.                     foreach ($context['_seq'] as $context["k"] => $context["carte"]) {
  2446.                         // line 968
  2447.                         yield "                                                                    <img class=\"img-fluid\"
  2448.                                                                          id='absolute_index_2'
  2449.                                                                          src=\"";
  2450.                         // line 970
  2451.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'970$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse970), "html"nulltrue);
  2452.                         yield "/static/help-fusacq/fr/images/cartes/fond/33/";
  2453.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["carte"], "html"nulltrue);
  2454.                         yield ".png\"
  2455.                                                                          alt=\"France\">
  2456.                                                                 ";
  2457.                     }
  2458.                     $_parent $context['_parent'];
  2459.                     unset($context['_seq'], $context['_iterated'], $context['k'], $context['carte'], $context['_parent'], $context['loop']);
  2460.                     $context array_intersect_key($context$_parent) + $_parent;
  2461.                     // line 973
  2462.                     yield "                                                            ";
  2463.                 }
  2464.                 // line 974
  2465.                 yield "
  2466.                                                             ";
  2467.                 // line 975
  2468.                 if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse975), "id_localisation_by_country", [], "any"falsefalsefalse975))), "41"))) {
  2469.                     // line 976
  2470.                     yield "                                                                ";
  2471.                     if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse976), "id_localisation_by_country", [], "any"falsefalsefalse976), 41, [], "any"falsefalsefalse976)), 1))) {
  2472.                         // line 977
  2473.                         yield "                                                                    <img class=\"img-fluid\"
  2474.                                                                          id='absolute_index_2'
  2475.                                                                          src=\"";
  2476.                         // line 979
  2477.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'979$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse979), "html"nulltrue);
  2478.                         yield "/static/help-fusacq/fr/images/cartes/pays/41/";
  2479.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::first($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse979), "id_localisation_by_country", [], "any"falsefalsefalse979), 41, [], "any"falsefalsefalse979)), "html"nulltrue);
  2480.                         yield ".png\"
  2481.                                                                          alt=\"Suisse\">
  2482.                                                                 ";
  2483.                     } else {
  2484.                         // line 982
  2485.                         yield "                                                                    <img class=\"img-fluid\"
  2486.                                                                          id='absolute_index_2'
  2487.                                                                          src=\"";
  2488.                         // line 984
  2489.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'984$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse984), "html"nulltrue);
  2490.                         yield "/static/help-fusacq/fr/images/cartes/pays/41/41_transparent.png\"
  2491.                                                                          alt=\"Suisse\">
  2492.                                                                 ";
  2493.                     }
  2494.                     // line 987
  2495.                     yield "                                                            ";
  2496.                 }
  2497.                 // line 988
  2498.                 yield "
  2499.                                                             ";
  2500.                 // line 989
  2501.                 if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse989), "id_localisation_by_country", [], "any"falsefalsefalse989))), "01"))) {
  2502.                     // line 990
  2503.                     yield "                                                                ";
  2504.                     if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse990), "id_localisation_by_country", [], "any"falsefalsefalse990), "01", [], "array"falsefalsefalse990)), 1))) {
  2505.                         // line 991
  2506.                         yield "                                                                    <img class=\"img-fluid\"
  2507.                                                                          id='absolute_index_2'
  2508.                                                                          src=\"";
  2509.                         // line 993
  2510.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'993$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse993), "html"nulltrue);
  2511.                         yield "/static/help-fusacq/fr/images/cartes/pays/01/";
  2512.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::first($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse993), "id_localisation_by_country", [], "any"falsefalsefalse993), "01", [], "array"falsefalsefalse993)), "html"nulltrue);
  2513.                         yield ".png\"
  2514.                                                                          alt=\"Canada\">
  2515.                                                                 ";
  2516.                     } else {
  2517.                         // line 996
  2518.                         yield "                                                                    <img class=\"img-fluid\"
  2519.                                                                          id='absolute_index_2'
  2520.                                                                          src=\"";
  2521.                         // line 998
  2522.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'998$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse998), "html"nulltrue);
  2523.                         yield "/static/help-fusacq/fr/images/cartes/pays/01/01_transparent.png\"
  2524.                                                                          alt=\"Canada\">
  2525.                                                                 ";
  2526.                     }
  2527.                     // line 1001
  2528.                     yield "                                                            ";
  2529.                 }
  2530.                 // line 1002
  2531.                 yield "
  2532.                                                             ";
  2533.                 // line 1003
  2534.                 if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::first($this->env->getCharset(), Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse1003), "id_localisation_by_country", [], "any"falsefalsefalse1003))), "32"))) {
  2535.                     // line 1004
  2536.                     yield "                                                                ";
  2537.                     if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse1004), "id_localisation_by_country", [], "any"falsefalsefalse1004), 32, [], "any"falsefalsefalse1004)), 1))) {
  2538.                         // line 1005
  2539.                         yield "                                                                    <img class=\"img-fluid\"
  2540.                                                                          id='absolute_index_2'
  2541.                                                                          src=\"";
  2542.                         // line 1007
  2543.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'1007$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse1007), "html"nulltrue);
  2544.                         yield "/static/help-fusacq/fr/images/cartes/pays/32/";
  2545.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::first($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse1007), "id_localisation_by_country", [], "any"falsefalsefalse1007), 32, [], "any"falsefalsefalse1007)), "html"nulltrue);
  2546.                         yield ".png\"
  2547.                                                                          alt=\"Belgique\">
  2548.                                                                 ";
  2549.                     } else {
  2550.                         // line 1010
  2551.                         yield "                                                                    <img class=\"img-fluid\"
  2552.                                                                          id='absolute_index_2'
  2553.                                                                          src=\"";
  2554.                         // line 1012
  2555.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'1012$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse1012), "html"nulltrue);
  2556.                         yield "/static/help-fusacq/fr/images/cartes/pays/32/32_transparent.png\"
  2557.                                                                          alt=\"Belgique\">
  2558.                                                                 ";
  2559.                     }
  2560.                     // line 1015
  2561.                     yield "                                                            ";
  2562.                 }
  2563.                 // line 1016
  2564.                 yield "                                                        ";
  2565.             }
  2566.             // line 1017
  2567.             yield "
  2568.                                                         ";
  2569.             // line 1018
  2570.             if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse1018), "id_localisation_by_country", [], "any"falsefalsefalse1018)), 1))) {
  2571.                 // line 1019
  2572.                 yield "                                                            ";
  2573.                 if (CoreExtension::inFilter(33Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse1019), "id_localisation_by_country", [], "any"falsefalsefalse1019)))) {
  2574.                     // line 1020
  2575.                     yield "                                                                <img class=\"img-fluid\"
  2576.                                                                      id='absolute_index_1'
  2577.                                                                      src=\"";
  2578.                     // line 1022
  2579.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'1022$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse1022), "html"nulltrue);
  2580.                     yield "/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  2581.                                                                      alt=\"France\">
  2582.                                                                 ";
  2583.                     // line 1025
  2584.                     $context['_parent'] = $context;
  2585.                     $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse1025), "id_localisation_by_country", [], "any"falsefalsefalse1025), 33, [], "any"falsefalsefalse1025));
  2586.                     foreach ($context['_seq'] as $context["k"] => $context["carte"]) {
  2587.                         // line 1026
  2588.                         yield "                                                                    <img class=\"img-fluid\"
  2589.                                                                          id='absolute_index_2'
  2590.                                                                          src=\"";
  2591.                         // line 1028
  2592.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'1028$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse1028), "html"nulltrue);
  2593.                         yield "/static/help-fusacq/fr/images/cartes/fond/33/";
  2594.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["carte"], "html"nulltrue);
  2595.                         yield ".png\"
  2596.                                                                          alt=\"France\">
  2597.                                                                 ";
  2598.                     }
  2599.                     $_parent $context['_parent'];
  2600.                     unset($context['_seq'], $context['_iterated'], $context['k'], $context['carte'], $context['_parent'], $context['loop']);
  2601.                     $context array_intersect_key($context$_parent) + $_parent;
  2602.                     // line 1031
  2603.                     yield "                                                                <img class=\"img-fluid\"
  2604.                                                                      id='absolute_index_2'
  2605.                                                                      src=\"";
  2606.                     // line 1033
  2607.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'1033$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse1033), "html"nulltrue);
  2608.                     yield "/static/help-fusacq/fr/images/cartes/fond/33/monde.png\"
  2609.                                                                      alt=\"Monde\">
  2610.                                                             ";
  2611.                 }
  2612.                 // line 1036
  2613.                 yield "                                                            ";
  2614.                 if (!CoreExtension::inFilter(33Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["annonce"], "cartes", [], "any"falsefalsefalse1036), "id_localisation_by_country", [], "any"falsefalsefalse1036)))) {
  2615.                     // line 1037
  2616.                     yield "                                                                <img class=\"img-fluid\"
  2617.                                                                      id='absolute_index_2'
  2618.                                                                      src=\"";
  2619.                     // line 1039
  2620.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["CDN"]) || array_key_exists("CDN"$context) ? $context["CDN"] : (function () { throw new RuntimeError('Variable "CDN" does not exist.'1039$this->source); })()), "CDN_FUSACQ", [], "any"falsefalsefalse1039), "html"nulltrue);
  2621.                     yield "/static/help-fusacq/fr/images/cartes/pays/monde_transparent.png\"
  2622.                                                                      alt=\"Monde\">
  2623.                                                             ";
  2624.                 }
  2625.                 // line 1042
  2626.                 yield "                                                        ";
  2627.             }
  2628.             // line 1043
  2629.             yield "                                                    </a>
  2630.                                                 </div>
  2631.                                             </div>
  2632.                                         </div>
  2633.                                     </div>
  2634.                                     <div class=\"row\">
  2635.                                         <div class=\"col-6 col-md-4 col-lg-4 mt-2 br_gris\">
  2636.                                             <a href=\"";
  2637.             // line 1050
  2638.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienAnnonce"]) || array_key_exists("lienAnnonce"$context) ? $context["lienAnnonce"] : (function () { throw new RuntimeError('Variable "lienAnnonce" does not exist.'1050$this->source); })()), "html"nulltrue);
  2639.             yield "\" title=\"";
  2640.             yield $this->extensions['App\Twig\TranslationExtension']->translate("voir les details", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1050$this->source); })()), """M");
  2641.             yield "\">
  2642.                                                 <button type=\"button\" class=\"btn btn-orange-new\">
  2643.                                                     <span class=\"d-none d-xl-block\">";
  2644.             // line 1052
  2645.             yield $this->extensions['App\Twig\TranslationExtension']->translate("voir les details", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1052$this->source); })()), """M");
  2646.             yield "</span>
  2647.                                                     <span class=\"d-xl-none\">";
  2648.             // line 1053
  2649.             yield $this->extensions['App\Twig\TranslationExtension']->translate("details", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1053$this->source); })()), """M");
  2650.             yield "</span>
  2651.                                                 </button>
  2652.                                             </a>
  2653.                                         </div>
  2654.                                         <div class=\"col-3 col-md-4 col-lg-4 text-center mt-2 pt-2 br_gris\">
  2655.                                             <a href=\"";
  2656.             // line 1058
  2657.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienAnnonce"]) || array_key_exists("lienAnnonce"$context) ? $context["lienAnnonce"] : (function () { throw new RuntimeError('Variable "lienAnnonce" does not exist.'1058$this->source); })()), "html"nulltrue);
  2658.             yield "&partager=1\" title=\"";
  2659.             yield $this->extensions['App\Twig\TranslationExtension']->translate("partager", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1058$this->source); })()), """M");
  2660.             yield "\" class=\"orange\">
  2661.                                                 <i class=\"fas fa-envelope orange\"></i><span class=\"cache_petit\"> &nbsp;";
  2662.             // line 1059
  2663.             yield $this->extensions['App\Twig\TranslationExtension']->translate("partager", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1059$this->source); })()), """M");
  2664.             yield "</span>
  2665.                                             </a>
  2666.                                         </div>
  2667.                                         <div class=\"col-3 col-md-4 col-lg-4 text-center mt-2 pt-2 orange\">
  2668.                                             ";
  2669.             // line 1063
  2670.             if (CoreExtension::getAttribute($this->env$this->source$context["annonce"], "is_favoris", [], "any"falsefalsefalse1063)) {
  2671.                 // line 1064
  2672.                 yield "                                               ";
  2673.                 // line 1065
  2674.                 yield "                                                    <i class=\"fa-sharp fa-solid fa-heart color_bleuclair\"></i>
  2675.                                                 ";
  2676.                 // line 1067
  2677.                 yield "                                                <a href=\"";
  2678.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("compte_favoris", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'1067$this->source); })())]), "html"nulltrue);
  2679.                 yield "\" title=\"";
  2680.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("favoris", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1067$this->source); })()), """M"""), "html"nulltrue);
  2681.                 yield "\">
  2682.                                                     ";
  2683.                 // line 1068
  2684.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("appartient à : mes favoris", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1068$this->source); })()), """M"""), "html"nulltrue);
  2685.                 yield "
  2686.                                                 </a>
  2687.                                             ";
  2688.             } else {
  2689.                 // line 1071
  2690.                 yield "                                                <a href=\"javascript:void(0)\" title=\"";
  2691.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("favoris", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1071$this->source); })()), """M");
  2692.                 yield "\" class=\"orange btn-favoris favoris-";
  2693.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "id_annonce_acheteur", [], "any"falsefalsefalse1071), "html"nulltrue);
  2694.                 yield "\" data-id-annonce=\"";
  2695.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["annonce"], "id_annonce_acheteur", [], "any"falsefalsefalse1071), "html"nulltrue);
  2696.                 yield "\" data-type-annonce=\"A\">
  2697.                                                     <i class=\"fa-light fa-heart color_bleuclair\"></i><span class=\"cache_petit\">&nbsp;&nbsp;";
  2698.                 // line 1072
  2699.                 yield $this->extensions['App\Twig\TranslationExtension']->translate("favoris", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1072$this->source); })()), """M");
  2700.                 yield "</span>
  2701.                                                 </a>
  2702.                                             ";
  2703.             }
  2704.             // line 1075
  2705.             yield "                                        </div>
  2706.                                     </div>
  2707.                                 </div>
  2708.                             </div>
  2709.                         ";
  2710.         }
  2711.         $_parent $context['_parent'];
  2712.         unset($context['_seq'], $context['_iterated'], $context['index'], $context['annonce'], $context['_parent'], $context['loop']);
  2713.         $context array_intersect_key($context$_parent) + $_parent;
  2714.         // line 1080
  2715.         yield "                        <!--FIN ANNONCES -->
  2716.                         <!--PUB FRANCHISE-->
  2717.                         <!--<div class=\"card mb-3 card-ie card-franchises filet_gris\">
  2718.                                 <div class=\"card-header\">Avez-vous pense a creer ou reprendre en franchise ?</div>
  2719.                                 <div class=\"card-body\">
  2720.                             <div class=\"row\">
  2721.                                         <div class=\"col-6 col-md-3\">
  2722.                                                 <a href=\"https://www.placedesfranchises.com/carslift\" target=\"_blank\" title=\"Carslift\"><img class=\"img-fluid\" src=\"https://static.placedesfranchises.com/images/uploads/5ede3ed64cf8e/logo_carslift.jpg\"  alt=\"Carslift\" ></a>
  2723.                                         </div>
  2724.                                         <div class=\"col-6 col-md-7\">
  2725.                                                 <div>
  2726.                                                         <a href=\"https://www.placedesfranchises.com/carslift\" class=\"inter_orange_link\" title=\"Carslift\">CARSLIFT</a><br>
  2727.                                                         <a href=\"https://www.placedesfranchises.com/carslift\" class=\"orange-new_franchises\" title=\"Le specialiste du bien motorise\">Le specialiste du bien motorise</a><br>
  2728.                                                         <span class=\"nowrap_custom\">Apport : <strong>15 000 € </strong></span>&nbsp;&nbsp;&nbsp;&nbsp;
  2729.                                                         <span class=\"nowrap_custom\">Droit d'entree :  <strong>35 000 €</strong>
  2730.                                                 </div>
  2731.                                         </div>
  2732.                                         <div class=\"col-12 col-md-2 text-center\">
  2733.                                                 <div class=\"pt-3 mt-2 inline\"><small>Consultez sur </small></div>
  2734.                                                 <div class=\" inline\"><img src=\"https://static.placedesfranchises.com/img/logo_text.jpg\" width=\"120\"></div>
  2735.                                         </div>
  2736.                                 </div>
  2737.                                 </div>
  2738.                         </div>-->
  2739.                         <!--FIN PUB FRANCHISE-->
  2740.                         <!--PUB FRANCHISE-->
  2741.                         <!--<div class=\"card mb-3 card-ie card-franchises\">
  2742.                             <div class=\"card-header\">";
  2743.         // line 1113
  2744.         yield $this->extensions['App\Twig\TranslationExtension']->translate("avez-vous pense a creer ou reprendre en franchise ?", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1113$this->source); })()), """M");
  2745.         yield "</div>
  2746.                             <div class=\"card-body\">
  2747.                                 <div class=\"row\">
  2748.                                     <div class=\"col-12 col-md-6\">
  2749.                                         <a href=\"https://www.placedesfranchises.com/carslift\" class=\"inter_orange_link\" title=\"OUEST CONTRÔLE ENVIRONNEMENT\">OUEST CONTRÔLE ENVIRONNEMENT</a>
  2750.                                     </div>
  2751.                                     <div class=\"col-12 col-md-6\">
  2752.                                         <div>
  2753.                                             <a href=\"https://www.placedesfranchises.com/carslift\" class=\"vert_franchises fs13\" title=\"Le specialiste du bien motorise\">Le specialiste du bien motorise</a><br>
  2754.                                             <span class=\"nowrap_custom\">";
  2755.         // line 1125
  2756.         yield $this->extensions['App\Twig\TranslationExtension']->translate("apport", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1125$this->source); })()), """M");
  2757.         yield " : <strong>15 000 € </strong></span>&nbsp;&nbsp;&nbsp;&nbsp;
  2758.                                             <span class=\"nowrap_custom\">";
  2759.         // line 1126
  2760.         yield $this->extensions['App\Twig\TranslationExtension']->translate("droit d'entree", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1126$this->source); })()), """M");
  2761.         yield " :  <strong>35 000 €</strong>
  2762.                                         </div>
  2763.                                     </div>
  2764.                                     <div class=\"col-12 col-md-12 text-right mt-3\">
  2765.                                         <div class=\"inline\"><small>";
  2766.         // line 1131
  2767.         yield $this->extensions['App\Twig\TranslationExtension']->translate("consultez sur", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1131$this->source); })()), """M");
  2768.         yield " </small></div>
  2769.                                         <div class=\"inline\"><img src=\"images/logo_PDF_petit.jpg\" width=\"120\"></div>
  2770.                                     </div>
  2771.                                 </div>
  2772.                             </div>
  2773.                         </div>-->
  2774.                         <!--FIN PUB FRANCHISE-->
  2775.                     </div>
  2776.                 </div>
  2777.                 <!--PAGINATION-->
  2778.                 <div class=\"row mt-3\">
  2779.                     <div class=\"col-sm-12\">
  2780.                         <nav aria-label=\"...\" class=\" pagination-orange\">
  2781.                             ";
  2782.         // line 1146
  2783.         yield $this->extensions['Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension']->render($this->env, (isset($context["liste_annonces"]) || array_key_exists("liste_annonces"$context) ? $context["liste_annonces"] : (function () { throw new RuntimeError('Variable "liste_annonces" does not exist.'1146$this->source); })()));
  2784.         yield "
  2785.                         </nav>
  2786.                     </div>
  2787.                 </div>
  2788.                 <!--FIN PAGINATION-->
  2789.             </div><!--FIN COLONNE DROITE -->
  2790.         </div> <!--FIN ROW CONTAINER -->
  2791.     </div>  <!--FIN CONTAINER -->
  2792.     <!--MODAL-->
  2793.     <div class=\"modal fade\" id=\"modal-explication-generale\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  2794.         <div class=\"modal-dialog modal-lg\" role=\"document\">
  2795.             <div class=\"modal-content\">
  2796.                 <div class=\"modal-header\">
  2797.                     <h5 class=\"modal-title orange-new\" id=\"exampleModalLabel\">";
  2798.         // line 1160
  2799.         yield $this->extensions['App\Twig\TranslationExtension']->translate("que sont les \"acquéreurs prêts à investir\" proposés par FUSACQ ?", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1160$this->source); })()), """M");
  2800.         yield "</h5>
  2801.                     <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  2802.                         <span aria-hidden=\"true\">&times;</span>
  2803.                     </button>
  2804.                 </div>
  2805.                 <div class=\"modal-body\">
  2806.                     ";
  2807.         // line 1166
  2808.         yield $this->extensions['App\Twig\TranslationExtension']->translate("<b>Les acquéreurs prêts à investir sont des sociétés ou des personnes physiques prêtes à investir aux côtés du dirigeant actuel.</b><br><br>
  2809. En quoi un acquéreur est un investisseur potentiel ?<br><br>
  2810. <i>Une société ou une personne physique qui cherche faire une acquisition peut être également ouverte à une prise de participation majoritaire ou minoritaire avec le chef d'entreprise actuel.<br><br> 
  2811. Les acquéreurs prêts à investir présents dans cette rubrique ont ainsi indiqué lors du dépôt de leur annonce être ouvert à ce type d'investissement.</i>",         // line 1169
  2812. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'1169$this->source); })()), """M");
  2813.         yield "
  2814.                     <!-- <div class=\"form-check-inline col-12 mt-5\">
  2815.                         <label class=\"form-check-label\">
  2816.                                 <input type=\"checkbox\" class=\"form-check-input\" value=\"affichage\">Ne plus afficher la prochaine fois
  2817.                         </label>
  2818.                     </div> -->
  2819.                 </div>
  2820.                 <div class=\"modal-footer\">
  2821.                     <button type=\"button\" class=\"btn btn-orange-new\" data-dismiss=\"modal\">J'ai compris</button>
  2822.                 </div>
  2823.             </div>
  2824.         </div>
  2825.     </div>
  2826.     <!--FIN MODAL-->
  2827.     <div style=\"display: none;\" id=\"from\" data-value=\"ouvrir-capital\"></div>
  2828.     <input type=\"hidden\" name=\"urlList\" value=\"";
  2829.         // line 1186
  2830.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["urlList"]) || array_key_exists("urlList"$context) ? $context["urlList"] : (function () { throw new RuntimeError('Variable "urlList" does not exist.'1186$this->source); })()), "html"nulltrue);
  2831.         yield "\" id=\"urlList\">
  2832.     <input type=\"hidden\" name=\"string_params\" value=\"";
  2833.         // line 1187
  2834.         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.'1187$this->source); })()), "html"nulltrue);
  2835.         yield "\" id=\"string_params\">
  2836. ";
  2837.         
  2838.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  2839.         
  2840.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  2841.         return; yield '';
  2842.     }
  2843.     // line 1190
  2844.     public function block_javascripts($context, array $blocks = [])
  2845.     {
  2846.         $macros $this->macros;
  2847.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2848.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2849.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2850.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2851.         // line 1191
  2852.         yield "    ";
  2853.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  2854.         yield "
  2855.     <script type=\"module\" data-name=\"";
  2856.         // line 1192
  2857.         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.'1192$this->source); })()), "html"nulltrue);
  2858.         yield "\" id=\"codePaysParam\" src=\"";
  2859.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/vendre_entreprise/acquisition.js"), "html"nulltrue);
  2860.         yield "\"></script>
  2861.     <script type=\"application/javascript\" src=\"";
  2862.         // line 1193
  2863.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/annonces/favoris.js"), "html"nulltrue);
  2864.         yield "\"></script>
  2865.     ";
  2866.         // line 1194
  2867.         yield from         $this->loadTemplate("annonces/fragments/modal_favoris.html.twig""ouvrir_capital/recherche_partenariat.html.twig"1194)->unwrap()->yield($context);
  2868.         
  2869.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  2870.         
  2871.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  2872.         return; yield '';
  2873.     }
  2874.     /**
  2875.      * @codeCoverageIgnore
  2876.      */
  2877.     public function getTemplateName()
  2878.     {
  2879.         return "ouvrir_capital/recherche_partenariat.html.twig";
  2880.     }
  2881.     /**
  2882.      * @codeCoverageIgnore
  2883.      */
  2884.     public function isTraitable()
  2885.     {
  2886.         return false;
  2887.     }
  2888.     /**
  2889.      * @codeCoverageIgnore
  2890.      */
  2891.     public function getDebugInfo()
  2892.     {
  2893.         return array (  2933 => 1194,  2929 => 1193,  2923 => 1192,  2918 => 1191,  2908 => 1190,  2895 => 1187,  2891 => 1186,  2871 => 1169,  2867 => 1166,  2858 => 1160,  2841 => 1146,  2823 => 1131,  2815 => 1126,  2811 => 1125,  2796 => 1113,  2761 => 1080,  2751 => 1075,  2745 => 1072,  2736 => 1071,  2730 => 1068,  2723 => 1067,  2720 => 1065,  2718 => 1064,  2716 => 1063,  2709 => 1059,  2703 => 1058,  2695 => 1053,  2691 => 1052,  2684 => 1050,  2675 => 1043,  2672 => 1042,  2666 => 1039,  2662 => 1037,  2659 => 1036,  2653 => 1033,  2649 => 1031,  2638 => 1028,  2634 => 1026,  2630 => 1025,  2624 => 1022,  2620 => 1020,  2617 => 1019,  2615 => 1018,  2612 => 1017,  2609 => 1016,  2606 => 1015,  2600 => 1012,  2596 => 1010,  2588 => 1007,  2584 => 1005,  2581 => 1004,  2579 => 1003,  2576 => 1002,  2573 => 1001,  2567 => 998,  2563 => 996,  2555 => 993,  2551 => 991,  2548 => 990,  2546 => 989,  2543 => 988,  2540 => 987,  2534 => 984,  2530 => 982,  2522 => 979,  2518 => 977,  2515 => 976,  2513 => 975,  2510 => 974,  2507 => 973,  2496 => 970,  2492 => 968,  2488 => 967,  2482 => 964,  2478 => 962,  2475 => 961,  2473 => 960,  2469 => 959,  2461 => 954,  2454 => 952,  2448 => 950,  2442 => 948,  2436 => 946,  2434 => 945,  2431 => 944,  2423 => 942,  2421 => 941,  2417 => 939,  2411 => 937,  2409 => 936,  2401 => 935,  2394 => 930,  2392 => 929,  2391 => 928,  2390 => 927,  2389 => 926,  2388 => 925,  2386 => 923,  2382 => 922,  2367 => 914,  2359 => 913,  2350 => 912,  2340 => 910,  2338 => 909,  2326 => 900,  2312 => 892,  2309 => 891,  2306 => 890,  2303 => 889,  2301 => 888,  2296 => 885,  2281 => 876,  2278 => 875,  2275 => 874,  2272 => 873,  2270 => 872,  2264 => 871,  2254 => 867,  2251 => 866,  2248 => 865,  2245 => 864,  2243 => 863,  2237 => 862,  2227 => 858,  2224 => 857,  2221 => 856,  2218 => 855,  2216 => 854,  2205 => 849,  2202 => 848,  2199 => 847,  2196 => 846,  2194 => 845,  2188 => 844,  2169 => 829,  2166 => 828,  2163 => 827,  2160 => 826,  2158 => 825,  2154 => 824,  2148 => 823,  2137 => 816,  2134 => 815,  2131 => 814,  2128 => 813,  2126 => 812,  2122 => 811,  2116 => 810,  2106 => 804,  2103 => 803,  2100 => 802,  2097 => 801,  2095 => 800,  2091 => 799,  2080 => 792,  2077 => 791,  2074 => 790,  2071 => 789,  2069 => 788,  2065 => 787,  2059 => 786,  2043 => 776,  2040 => 775,  2037 => 774,  2034 => 773,  2032 => 772,  2028 => 770,  2013 => 761,  2010 => 760,  2007 => 759,  2004 => 758,  2002 => 757,  1996 => 756,  1986 => 752,  1983 => 751,  1980 => 750,  1977 => 749,  1975 => 748,  1969 => 747,  1959 => 743,  1956 => 742,  1953 => 741,  1950 => 740,  1948 => 739,  1937 => 734,  1934 => 733,  1931 => 732,  1928 => 731,  1926 => 730,  1920 => 729,  1901 => 714,  1898 => 713,  1895 => 712,  1892 => 711,  1890 => 710,  1886 => 709,  1880 => 708,  1869 => 701,  1866 => 700,  1863 => 699,  1860 => 698,  1858 => 697,  1854 => 696,  1848 => 695,  1838 => 689,  1835 => 688,  1832 => 687,  1829 => 686,  1827 => 685,  1823 => 684,  1812 => 677,  1809 => 676,  1806 => 675,  1803 => 674,  1801 => 673,  1797 => 672,  1791 => 671,  1775 => 661,  1772 => 660,  1769 => 659,  1766 => 658,  1763 => 657,  1761 => 656,  1757 => 654,  1755 => 653,  1741 => 645,  1738 => 644,  1735 => 643,  1732 => 642,  1730 => 641,  1724 => 640,  1714 => 636,  1711 => 635,  1708 => 634,  1705 => 633,  1703 => 632,  1697 => 631,  1687 => 627,  1684 => 626,  1681 => 625,  1678 => 624,  1676 => 623,  1665 => 618,  1662 => 617,  1659 => 616,  1656 => 615,  1654 => 614,  1648 => 613,  1629 => 598,  1626 => 597,  1623 => 596,  1620 => 595,  1618 => 594,  1614 => 593,  1608 => 592,  1597 => 585,  1594 => 584,  1591 => 583,  1588 => 582,  1586 => 581,  1582 => 580,  1576 => 579,  1566 => 573,  1563 => 572,  1560 => 571,  1557 => 570,  1555 => 569,  1551 => 568,  1540 => 561,  1537 => 560,  1534 => 559,  1531 => 558,  1529 => 557,  1525 => 556,  1519 => 555,  1503 => 545,  1500 => 544,  1497 => 543,  1494 => 542,  1491 => 541,  1489 => 540,  1485 => 538,  1483 => 537,  1469 => 529,  1466 => 528,  1463 => 527,  1460 => 526,  1458 => 525,  1452 => 524,  1442 => 520,  1439 => 519,  1436 => 518,  1433 => 517,  1431 => 516,  1425 => 515,  1415 => 511,  1412 => 510,  1409 => 509,  1406 => 508,  1404 => 507,  1393 => 502,  1390 => 501,  1387 => 500,  1384 => 499,  1382 => 498,  1376 => 497,  1357 => 482,  1354 => 481,  1351 => 480,  1348 => 479,  1346 => 478,  1342 => 477,  1336 => 476,  1325 => 469,  1322 => 468,  1319 => 467,  1316 => 466,  1314 => 465,  1310 => 464,  1304 => 463,  1294 => 457,  1291 => 456,  1288 => 455,  1285 => 454,  1283 => 453,  1279 => 452,  1268 => 445,  1265 => 444,  1262 => 443,  1259 => 442,  1257 => 441,  1253 => 440,  1247 => 439,  1231 => 429,  1228 => 428,  1225 => 427,  1222 => 426,  1219 => 425,  1217 => 424,  1213 => 422,  1211 => 421,  1201 => 414,  1194 => 412,  1189 => 410,  1181 => 409,  1175 => 405,  1167 => 399,  1162 => 396,  1156 => 395,  1152 => 393,  1144 => 391,  1136 => 388,  1132 => 387,  1127 => 386,  1125 => 385,  1122 => 384,  1119 => 383,  1116 => 382,  1112 => 381,  1106 => 377,  1100 => 376,  1096 => 374,  1088 => 372,  1080 => 369,  1076 => 368,  1071 => 367,  1069 => 366,  1066 => 365,  1063 => 364,  1060 => 363,  1056 => 362,  1052 => 360,  1049 => 359,  1047 => 358,  1043 => 356,  1036 => 354,  1028 => 352,  1020 => 349,  1016 => 348,  1011 => 347,  1009 => 346,  1006 => 345,  1003 => 344,  999 => 343,  995 => 341,  992 => 340,  990 => 339,  982 => 336,  978 => 334,  974 => 332,  967 => 328,  962 => 327,  959 => 326,  957 => 325,  948 => 318,  946 => 317,  939 => 312,  934 => 309,  928 => 308,  924 => 306,  916 => 304,  908 => 301,  904 => 300,  899 => 299,  897 => 298,  894 => 297,  891 => 296,  888 => 295,  884 => 294,  878 => 290,  872 => 289,  868 => 287,  860 => 285,  852 => 282,  848 => 281,  843 => 280,  841 => 279,  838 => 278,  835 => 277,  832 => 276,  828 => 275,  824 => 273,  821 => 272,  819 => 271,  815 => 269,  808 => 267,  800 => 265,  792 => 262,  788 => 261,  783 => 260,  781 => 259,  778 => 258,  775 => 257,  771 => 256,  767 => 254,  764 => 253,  762 => 252,  754 => 249,  750 => 247,  740 => 243,  730 => 239,  727 => 238,  725 => 237,  716 => 230,  714 => 229,  707 => 224,  702 => 221,  696 => 220,  692 => 218,  684 => 216,  676 => 213,  669 => 212,  667 => 211,  664 => 210,  661 => 209,  658 => 208,  654 => 207,  648 => 203,  642 => 202,  638 => 200,  630 => 198,  622 => 195,  615 => 194,  613 => 193,  610 => 192,  607 => 191,  604 => 190,  600 => 189,  596 => 187,  593 => 186,  591 => 185,  587 => 183,  580 => 181,  572 => 179,  564 => 176,  557 => 175,  555 => 174,  552 => 173,  549 => 172,  545 => 171,  541 => 169,  538 => 168,  536 => 167,  528 => 164,  524 => 162,  520 => 160,  510 => 156,  507 => 155,  505 => 154,  496 => 147,  494 => 146,  491 => 145,  485 => 141,  475 => 139,  473 => 138,  468 => 137,  465 => 136,  456 => 135,  454 => 134,  450 => 133,  446 => 131,  444 => 130,  441 => 129,  437 => 127,  428 => 125,  424 => 124,  421 => 123,  419 => 122,  416 => 121,  412 => 119,  403 => 117,  399 => 116,  396 => 115,  394 => 114,  388 => 110,  382 => 108,  379 => 107,  373 => 106,  367 => 104,  360 => 100,  356 => 99,  352 => 98,  349 => 97,  346 => 96,  344 => 95,  341 => 94,  338 => 93,  335 => 92,  332 => 91,  329 => 90,  326 => 89,  323 => 88,  320 => 87,  315 => 86,  305 => 82,  301 => 81,  297 => 80,  294 => 79,  291 => 78,  287 => 77,  278 => 76,  275 => 75,  269 => 74,  263 => 72,  256 => 68,  252 => 67,  248 => 66,  245 => 65,  242 => 64,  239 => 63,  235 => 62,  226 => 61,  223 => 60,  217 => 59,  211 => 57,  204 => 53,  200 => 52,  196 => 51,  193 => 50,  190 => 49,  188 => 48,  185 => 47,  182 => 46,  179 => 45,  176 => 44,  173 => 43,  170 => 42,  167 => 41,  164 => 40,  160 => 39,  151 => 38,  149 => 37,  143 => 36,  137 => 35,  127 => 27,  125 => 26,  118 => 21,  116 => 20,  110 => 16,  108 => 15,  107 => 14,  106 => 13,  105 => 11,  101 => 9,  98 => 8,  88 => 7,  75 => 4,  61 => 3,  38 => 1,);
  2894.     }
  2895.     public function getSourceContext()
  2896.     {
  2897.         return new Source("{% extends 'base.html.twig' %}
  2898. {% block stylesheets %}  {{ parent() }}
  2899.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/annuaires/repreneurs/repreneurs_recherche.css') }}\">
  2900. {% endblock %}
  2901. {% block body %}
  2902.     {% include 'assets/assets_vuejs.html.twig' %}
  2903.     <!-- Menu  -->
  2904.     {{ render_esi(controller(
  2905.       'App\\\\Controller\\\\CoreController::menu',
  2906.       {   \"lang\": lang,
  2907.           \"currentRoute\":currentRoute,
  2908.           \"codePays\": codePaysWithUnderScore }
  2909.     )) | spaceless }}
  2910.     <!-- Menu  -->
  2911.     <!-- Publicite  -->
  2912.     {% include 'includes/publicite.html.twig' %}
  2913.     <!-- Publicite  -->
  2914.     <div class=\"container\" id=\"app\">
  2915.         <div class=\"row\">
  2916.             <!--COLONNE GAUCHE -->
  2917.             {% include 'includes/colonnes_gauche.html.twig' %}
  2918.             <!--FIN COLONNE GAUCHE -->
  2919.             <!--COLONNE DROITE -->
  2920.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  2921.                 <!-- ARIANE -->
  2922.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  2923.                     <ol class=\"breadcrumb\">
  2924.                         <li class=\"breadcrumb-item\"><a href=\"{{ path('index',{'codePays':codePays}) }}\">{{ translate(\"accueil\",lang,\"\",\"M\") | raw }}</a></li>
  2925.                         <li class=\"breadcrumb-item\"><a href=\"{{ path('ouvrir_capital_business_angel',{'codePays':codePaysWithUnderScore}) }}\">{{ translate(\"ouvrir mon capital\",lang,\"\",\"M\") | raw }}</a></li>
  2926.                             {% if idLocalisation and not idSecteurActivite %}
  2927.                             <li class=\"breadcrumb-item\"><a href=\"{{ path('ouvrir_capital_resultats_recherches_partenariat', {'codePays' : codePaysWithUnderScore}) }}\" title=\"{{ translate(\"recherches de partenariats\",lang,\"\",\"M\") | raw }}\">{{ translate(\"recherches de partenariats\",lang,\"\",\"M\") | raw }}</a></li>
  2928.                                 {% for index, localisation in localisations %}
  2929.                                     {% if index == 0 %}
  2930.                                         {% set type_loc = \"p\" %}
  2931.                                     {% elseif index == 1 %}
  2932.                                         {% set type_loc = \"r\" %}
  2933.                                     {% else %}
  2934.                                         {% set type_loc = \"d\" %}
  2935.                                     {% endif %}
  2936.                                 {% if localisation != localisations|last %}
  2937.                                     {% set arrayVarsTrans =  {\"prefixe\": localisation.prefixe, \"nom_localisation\" : localisation.nom_localisation }  %}
  2938.                                     <li class=\"breadcrumb-item\">
  2939.                                         <a href=\"{{ path('ouvrir_capital_recherche_partenariat_localisation', {'slug': localisation.nom_localisation|slugify, 'type': type_loc, 'idLocalisation': localisation.id_localisation, 'codePays': codePaysWithUnderScore}) }}\"
  2940.                                            title=\"{{ translate(\"recherches de partenariats %\$prefixe%\$ %\$nom_localisation%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  2941.                                             {{ localisation.nom_localisation }}
  2942.                                         </a>
  2943.                                     </li>
  2944.                                 {% else %}
  2945.                                     <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ localisation.nom_localisation }}</li>
  2946.                                     {% endif %}
  2947.                                 {% endfor %}
  2948.                             {% elseif idSecteurActivite and not idLocalisation %}
  2949.                             <li class=\"breadcrumb-item\"><a href=\"{{ path('ouvrir_capital_resultats_recherches_partenariat', {'codePays' : codePaysWithUnderScore}) }}\" title=\"{{ translate(\"recherches de partenariats\",lang,\"\",\"M\") | raw }}\">{{ translate(\"recherches de partenariats\",lang,\"\",\"M\") | raw }}</a></li>
  2950.                                 {% for index, secteurActivite in secteurActivites %}
  2951.                                     {% if secteurActivite != secteurActivites|last %}
  2952.                                         {% set arrayVarsTrans =  {\"nomPourTitle\": secteurActivite.nomPourTitle|lower }  %}
  2953.                                     <li class=\"breadcrumb-item\">
  2954.                                         <a href=\"{{ path('ouvrir_capital_recherche_partenariat_secteur_activite', {'slug': secteurActivite.nomSecteurActivite|slugify, 'idSecteurActivite': secteurActivite.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}\"
  2955.                                            title=\"{{ translate(\"recherches de partenariats %\$nomPourTitle%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  2956.                                             {{ secteurActivite.nomSecteurActivite }}
  2957.                                         </a>
  2958.                                     </li>
  2959.                                 {% else %}
  2960.                                     <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ secteurActivite.nomSecteurActivite }}</li>
  2961.                                     {% endif %}
  2962.                                 {% endfor %}
  2963.                             {% elseif idSecteurActivite and idLocalisation %}
  2964.                             <li class=\"breadcrumb-item\"><a href=\"{{ path('ouvrir_capital_resultats_recherches_partenariat', {'codePays' : codePaysWithUnderScore}) }}\" title=\"{{ translate(\"recherches de partenariats\",lang,\"\",\"M\") | raw }}\">{{ translate(\"recherches de partenariats\",lang,\"\",\"M\") | raw }}</a></li>
  2965.                                 {% for index, secteurActivite in secteurActivites %}
  2966.                                     {% set arrayVarsTrans =  {\"nomPourTitle\": secteurActivite.nomPourTitle|lower }  %}
  2967.                                 <li class=\"breadcrumb-item\">
  2968.                                     <a href=\"{{ path('ouvrir_capital_recherche_partenariat_secteur_activite', {'slug': secteurActivite.nomSecteurActivite|slugify, 'idSecteurActivite': secteurActivite.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}\"
  2969.                                        title=\"{{ translate(\"recherches de partenariats %\$nomPourTitle%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  2970.                                         {{ secteurActivite.nomSecteurActivite }}
  2971.                                     </a>
  2972.                                 </li>
  2973.                             {% endfor %}
  2974.                             {% for index, localisation in localisations %}
  2975.                                 {% if index == 0 %}
  2976.                                     {% set type_loc = \"p\" %}
  2977.                                 {% elseif index == 1 %}
  2978.                                     {% set type_loc = \"r\" %}
  2979.                                 {% else %}
  2980.                                     {% set type_loc = \"d\" %}
  2981.                                 {% endif %}
  2982.                                 {% if localisation != localisations|last %}
  2983.                                     {% set arrayVarsTrans =  {\"prefixe\": localisation.prefixe, \"nom_localisation\" : localisation.nom_localisation, \"nomPourTitle\": secteurActivites|last.nomPourTitle|lower }  %}
  2984.                                     <li class=\"breadcrumb-item\">
  2985.                                         <a href=\"{{ path('ouvrir_capital_recherche_partenariat_croise', {'nomLocalisation': localisation.nom_localisation|slugify, 'nomSecteurActivite': secteurActivites|last.nomSecteurActivite|slugify, 'type': type_loc, 'idLocalisation': localisation.id_localisation, 'idSecteurActivite': secteurActivites|last.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}\"
  2986.                                            title=\"{{ translate(\"recherches de partenariats %\$nomPourTitle%\$ %\$prefixe%\$ %\$nom_localisation%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  2987.                                             {{ localisation.nom_localisation }}
  2988.                                         </a>
  2989.                                     </li>
  2990.                                 {% else %}
  2991.                                     <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ localisation.nom_localisation }}</li>
  2992.                                     {% endif %}
  2993.                                 {% endfor %}
  2994.                             {% else %}
  2995.                             <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"recherches de partenariats\",lang,\"\",\"M\") | raw }}</li>
  2996.                             {% endif %}
  2997.                     </ol>
  2998.                 </nav>
  2999.                 <!-- FIN ARIANE -->
  3000.                 {% if app.session.flashbag.peek('error')|length > 0 %}
  3001.                     <div class=\"alert alert-danger\" role=\"alert\">
  3002.                         {% for message in app.flashes('error') %}
  3003.                             {{ message }}<br>
  3004.                         {% endfor %}
  3005.                     </div>
  3006.                 {% endif %}
  3007.                 {% if app.session.flashbag.peek('success')|length > 0 %}
  3008.                     <div class=\"alert alert-success\" role=\"alert\">
  3009.                         {% for message in app.flashes('success') %}
  3010.                             - {{ message }}<br>
  3011.                         {% endfor %}
  3012.                     </div>
  3013.                 {% endif %}
  3014.                 {% if idLocalisation or idSecteurActivite %}
  3015.                     <div class=\"row mt-4\">
  3016.                         <div class=\"col-12 mb-1 ml-3 mt-3\">
  3017.                             <h1 class=\"orange-new fs2\">{{ translate(\"recherches de partenariats\",lang,\"\",\"M\") | raw }} -
  3018.                                 {% if idLocalisation and not idSecteurActivite %}
  3019.                                     {{ localisations|last.nom_localisation }} {% if noms_ville %}({{ noms_ville }}...){% endif %}
  3020.                                 {% elseif idSecteurActivite and not idLocalisation %}
  3021.                                     {{ secteurActivites|last.nomSecteurActivite }}
  3022.                                 {% elseif idSecteurActivite and idLocalisation %}
  3023.                                     {{ secteurActivites|last.nomSecteurActivite }} {{ localisations|last.prefixe }} {{ localisations|last.nom_localisation }}
  3024.                                 {% endif %}
  3025.                             </h1>
  3026.                         </div>
  3027.                     </div>
  3028.                 {% endif %}
  3029.                 {% if idLocalisation and not idSecteurActivite %}
  3030.                     <div class=\"row\">
  3031.                         <div class=\"col-12\">
  3032.                             <div class=\"card no_shadow mb-3 card-ie\">
  3033.                                 <div class=\"card-body\">
  3034.                                     <div class=\"row\">
  3035.                                         <div class=\"col-12 mt-1\">
  3036.                                             <div class=\"float-left\">
  3037.                                                 {% if prev_localisation %}
  3038.                                                     {% set arrayVarsTrans =  {\"prefixe\": prev_localisation.prefixe, \"nom_localisation\" : prev_localisation.nom_localisation }  %}
  3039.                                                     <a href=\"{{ path('ouvrir_capital_recherche_partenariat_localisation', {'slug': prev_localisation.nom_localisation|slugify, 'type': prev_localisation.type, 'idLocalisation': prev_localisation.id_localisation, 'codePays': codePaysWithUnderScore}) }}\" title=\"{{ translate(\"recherches de partenariats %\$prefixe%\$ %\$nom_localisation%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3040.                                                         <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  3041.                                                     </a>
  3042.                                                 {% else %}
  3043.                                                     <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  3044.                                                 {% endif %}
  3045.                                             </div>
  3046.                                             <div class=\"lh18 ml-5\">
  3047.                                                 <strong class=\"orange-new\">{{ localisations|last.nom_localisation }} ({{ nb_recherches_partenariats }})</strong>
  3048.                                             </div>
  3049.                                         </div>
  3050.                                         {% set nb_elements = sous_localisations_numbers | length %}
  3051.                                         {% if nb_elements > 0 and nb_elements <= 5 %}
  3052.                                             <div class=\"col-12 pt-2 mt-3\">
  3053.                                                 <ul class=\"cat_regions\">
  3054.                                                     {% for element in sous_localisations_numbers %}
  3055.                                                         {% set arrayVarsTrans =  {\"prefixe\": element.prefixe, \"nom_localisation\" : element.nom_localisation }  %}
  3056.                                                         <li>
  3057.                                                             {% if element.nb_recherches_partenariats > 0 %}
  3058.                                                                 <a href=\"{{ path('ouvrir_capital_recherche_partenariat_localisation', {'slug' : element.nom_localisation|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'codePays' : codePaysWithUnderScore }) }}\" title=\"{{ translate(\"recherches de partenariats %\$prefixe%\$ %\$nom_localisation%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3059.                                                                     {{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})
  3060.                                                                 </a>
  3061.                                                             {% else %}
  3062.                                                                 <span class=\"disabled-link\">{{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})</span>
  3063.                                                             {% endif %}
  3064.                                                         </li>
  3065.                                                     {% endfor %}
  3066.                                                 </ul>
  3067.                                             </div>
  3068.                                         {% elseif nb_elements > 5 %}
  3069.                                             {% set half = ((sous_localisations_numbers | length) / 2)| round(0, 'ceil') %}
  3070.                                             <div class=\"col-6 pt-2 mt-3\">
  3071.                                                 <ul class=\"cat_regions\">
  3072.                                                     {% for index, element in sous_localisations_numbers %}
  3073.                                                         {% set arrayVarsTrans =  {\"prefixe\": element.prefixe, \"nom_localisation\" : element.nom_localisation }  %}
  3074.                                                         {% if index < half %}
  3075.                                                             <li>
  3076.                                                                 {% if element.nb_recherches_partenariats > 0 %}
  3077.                                                                     <a href=\"{{ path('ouvrir_capital_recherche_partenariat_localisation', {'slug' : element.nom_localisation|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'codePays' : codePaysWithUnderScore }) }}\" title=\"{{ translate(\"recherches de partenariats %\$prefixe%\$ %\$nom_localisation%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3078.                                                                         {{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})
  3079.                                                                     </a>
  3080.                                                                 {% else %}
  3081.                                                                     <span class=\"disabled-link\">{{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})</span>
  3082.                                                                 {% endif %}
  3083.                                                             </li>
  3084.                                                         {% endif %}
  3085.                                                     {% endfor %}
  3086.                                                 </ul>
  3087.                                             </div>
  3088.                                             <div class=\"col-6 pt-2 mt-3\">
  3089.                                                 <ul class=\"cat_regions\">
  3090.                                                     {% for index, element in sous_localisations_numbers %}
  3091.                                                         {% set arrayVarsTrans =  {\"prefixe\": element.prefixe, \"nom_localisation\" : element.nom_localisation }  %}
  3092.                                                         {% if index >= half %}
  3093.                                                             <li>
  3094.                                                                 {% if element.nb_recherches_partenariats > 0 %}
  3095.                                                                     <a href=\"{{ path('ouvrir_capital_recherche_partenariat_localisation', {'slug' : element.nom_localisation|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'codePays' : codePaysWithUnderScore }) }}\" title=\"{{ translate(\"recherches de partenariats %\$prefixe%\$ %\$nom_localisation%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3096.                                                                         {{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})
  3097.                                                                     </a>
  3098.                                                                 {% else %}
  3099.                                                                     <span class=\"disabled-link\">{{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})</span>
  3100.                                                                 {% endif %}
  3101.                                                             </li>
  3102.                                                         {% endif %}
  3103.                                                     {% endfor %}
  3104.                                                 </ul>
  3105.                                             </div>
  3106.                                         {% endif %}
  3107.                                     </div>
  3108.                                 </div>
  3109.                             </div>
  3110.                         </div>
  3111.                     </div>
  3112.                 {% elseif idSecteurActivite and not idLocalisation %}
  3113.                     <div class=\"row\">
  3114.                         <div class=\"col-12\">
  3115.                             <div class=\"card no_shadow mb-3 card-ie\">
  3116.                                 <div class=\"card-body\">
  3117.                                     <div class=\"row\">
  3118.                                         <div class=\"col-12 mt-1\">
  3119.                                             <div class=\"float-left\">
  3120.                                                 {% if prev_secteur %}
  3121.                                                     {% set arrayVarsTrans =  {\"nomPourTitle\": prev_secteur.nomPourTitle|lower }  %}
  3122.                                                     <a href=\"{{ path('ouvrir_capital_recherche_partenariat_secteur_activite', {'slug': prev_secteur.nomSecteurActivite|slugify, 'idSecteurActivite': prev_secteur.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}\" title=\"{{ translate(\"recherches de partenariats %\$nomPourTitle%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3123.                                                         <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  3124.                                                     </a>
  3125.                                                 {% else %}
  3126.                                                     <a href=\"{{ path('ouvrir_capital_annonces_acquisition', {'codePays': codePaysWithUnderScore }) }}\" title=\"{{ translate(\"toutes les opportunités\", lang, \"\", \"M\") }}\">
  3127.                                                         <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  3128.                                                     </a>
  3129.                                                 {% endif %}
  3130.                                             </div>
  3131.                                             <div class=\"lh18 ml-5\">
  3132.                                                 <strong class=\"orange-new\">{{ secteurActivites|last.nomSecteurActivite }} ({{ nb_recherches_partenariats }})</strong>
  3133.                                             </div>
  3134.                                         </div>
  3135.                                         {% set nb_elements = sous_secteurs_numbers | length %}
  3136.                                         {% if nb_elements > 0 and nb_elements <= 5 %}
  3137.                                             <div class=\"col-12 pt-2 mt-3\">
  3138.                                                 <ul class=\"cat_regions\">
  3139.                                                     {% for element in sous_secteurs_numbers %}
  3140.                                                         {% set arrayVarsTrans =  {\"nomPourTitle\": element.nomPourTitle|lower }  %}
  3141.                                                         <li>
  3142.                                                             {% if element.nb_recherches_partenariats > 0 %}
  3143.                                                                 <a href=\"{{ path('ouvrir_capital_recherche_partenariat_secteur_activite', {'slug' : element.nomSecteurActivite|slugify, 'idSecteurActivite' : element.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}\"
  3144.                                                                    title=\"{{ translate(\"recherches de partenariats %\$nomPourTitle%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3145.                                                                     {{ element.nomSecteurActivite }} ({{ element.nb_recherches_partenariats }})
  3146.                                                                 </a>
  3147.                                                             {% else %}
  3148.                                                                 <span class=\"disabled-link\">{{ element.nomSecteurActivite }} ({{ element.nb_recherches_partenariats }})</span>
  3149.                                                             {% endif %}
  3150.                                                         </li>
  3151.                                                     {% endfor %}
  3152.                                                 </ul>
  3153.                                             </div>
  3154.                                         {% elseif nb_elements > 5 %}
  3155.                                             {% set half = ((sous_secteurs_numbers | length) / 2)| round(0, 'ceil') %}
  3156.                                             <div class=\"col-6 pt-2 mt-3\">
  3157.                                                 <ul class=\"cat_regions\">
  3158.                                                     {% for index, element in sous_secteurs_numbers %}
  3159.                                                         {% set arrayVarsTrans =  {\"nomPourTitle\": element.nomPourTitle|lower }  %}
  3160.                                                         {% if index < half %}
  3161.                                                             <li>
  3162.                                                                 {% if element.nb_recherches_partenariats > 0 %}
  3163.                                                                     <a href=\"{{ path('ouvrir_capital_recherche_partenariat_secteur_activite', {'slug' : element.nomSecteurActivite|slugify, 'idSecteurActivite' : element.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}\"
  3164.                                                                        title=\"{{ translate(\"recherches de partenariats %\$nomPourTitle%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3165.                                                                         {{ element.nomSecteurActivite }} ({{ element.nb_recherches_partenariats }})
  3166.                                                                     </a>
  3167.                                                                 {% else %}
  3168.                                                                     <span class=\"disabled-link\">{{ element.nomSecteurActivite }} ({{ element.nb_recherches_partenariats }})</span>
  3169.                                                                 {% endif %}
  3170.                                                             </li>
  3171.                                                         {% endif %}
  3172.                                                     {% endfor %}
  3173.                                                 </ul>
  3174.                                             </div>
  3175.                                             <div class=\"col-6 pt-2 mt-3\">
  3176.                                                 <ul class=\"cat_regions\">
  3177.                                                     {% for index, element in sous_secteurs_numbers %}
  3178.                                                         {% set arrayVarsTrans =  {\"nomPourTitle\": element.nomPourTitle|lower }  %}
  3179.                                                         {% if index >= half %}
  3180.                                                             <li>
  3181.                                                                 {% if element.nb_recherches_partenariats > 0 %}
  3182.                                                                     <a href=\"{{ path('ouvrir_capital_recherche_partenariat_secteur_activite', {'slug' : element.nomSecteurActivite|slugify, 'idSecteurActivite' : element.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}\"
  3183.                                                                        title=\"{{ translate(\"recherches de partenariats %\$nomPourTitle%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3184.                                                                         {{ element.nomSecteurActivite }} ({{ element.nb_recherches_partenariats }})
  3185.                                                                     </a>
  3186.                                                                 {% else %}
  3187.                                                                     <span class=\"disabled-link\">{{ element.nomSecteurActivite }} ({{ element.nb_recherches_partenariats }})</span>
  3188.                                                                 {% endif %}
  3189.                                                             </li>
  3190.                                                         {% endif %}
  3191.                                                     {% endfor %}
  3192.                                                 </ul>
  3193.                                             </div>
  3194.                                         {% endif %}
  3195.                                     </div>
  3196.                                 </div>
  3197.                             </div>
  3198.                         </div>
  3199.                     </div>
  3200.                 {% elseif idSecteurActivite and idLocalisation %}
  3201.                     <div class=\"row\">
  3202.                         <div class=\"col-12\">
  3203.                             <div class=\"card no_shadow mb-3 card-ie\">
  3204.                                 <div class=\"card-body\">
  3205.                                     <div class=\"row\">
  3206.                                         <div class=\"col-12 mt-1 mb-3\">
  3207.                                             <div class=\"float-left\">
  3208.                                                 {% if prev_localisation %}
  3209.                                                     {% set arrayVarsTrans =  {\"prefixe\": prev_localisation.prefixe, \"nom_localisation\" : prev_localisation.nom_localisation, \"nomPourTitle\": secteurActivites|last.nomPourTitle|lower }  %}
  3210.                                                     <a href=\"{{ path('ouvrir_capital_recherche_partenariat_croise', {'nomLocalisation': prev_localisation.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': prev_localisation.type, 'idLocalisation': prev_localisation.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays': codePaysWithUnderScore}) }}\"
  3211.                                                        title=\"{{ translate(\"recherches de partenariats %\$nomPourTitle%\$ %\$prefixe%\$ %\$nom_localisation%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3212.                                                         <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  3213.                                                     </a>
  3214.                                                 {% else %}
  3215.                                                     <i class=\"fas fa-arrow-circle-up fa-2x orange-new\"></i>
  3216.                                                 {% endif %}
  3217.                                             </div>
  3218.                                             <div class=\"lh18 ml-5\">
  3219.                                                 <strong class=\"orange-new\">{{ localisations|last.nom_localisation }} ({{ nb_recherches_partenariats }})</strong>
  3220.                                             </div>
  3221.                                         </div>
  3222.                                         {% set nb_elements = sous_localisations_numbers | length %}
  3223.                                         {% if nb_elements > 0 and nb_elements <= 5 %}
  3224.                                             <div class=\"col-12 pt-2\">
  3225.                                                 <ul class=\"cat_regions\">
  3226.                                                     {% for element in sous_localisations_numbers %}
  3227.                                                         {% set arrayVarsTrans =  {\"prefixe\": element.prefixe, \"nom_localisation\" : element.nom_localisation, \"nomPourTitle\": secteurActivites|last.nomPourTitle|lower }  %}
  3228.                                                         <li>
  3229.                                                             {% if element.nb_recherches_partenariats > 0 %}
  3230.                                                                 <a href=\"{{ path('ouvrir_capital_recherche_partenariat_croise', {'nomLocalisation' : element.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}\"
  3231.                                                                    title=\"{{ translate(\"recherches de partenariats %\$nomPourTitle%\$ %\$prefixe%\$ %\$nom_localisation%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3232.                                                                     {{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})
  3233.                                                                 </a>
  3234.                                                             {% else %}
  3235.                                                                 <span class=\"disabled-link\">{{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})</span>
  3236.                                                             {% endif %}
  3237.                                                         </li>
  3238.                                                     {% endfor %}
  3239.                                                 </ul>
  3240.                                             </div>
  3241.                                         {% elseif nb_elements > 5 %}
  3242.                                             {% set half = ((sous_localisations_numbers | length) / 2)| round(0, 'ceil') %}
  3243.                                             <div class=\"col-6 pt-2 mt-3\">
  3244.                                                 <ul class=\"cat_regions\">
  3245.                                                     {% for index, element in sous_localisations_numbers %}
  3246.                                                         {% set arrayVarsTrans =  {\"prefixe\": element.prefixe, \"nom_localisation\" : element.nom_localisation, \"nomPourTitle\": secteurActivites|last.nomPourTitle|lower }  %}
  3247.                                                         {% if index < half %}
  3248.                                                             <li>
  3249.                                                                 {% if element.nb_recherches_partenariats > 0 %}
  3250.                                                                     <a href=\"{{ path('ouvrir_capital_recherche_partenariat_croise', {'nomLocalisation' : element.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}\"
  3251.                                                                        title=\"{{ translate(\"recherches de partenariats %\$nomPourTitle%\$ %\$prefixe%\$ %\$nom_localisation%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3252.                                                                         {{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})
  3253.                                                                     </a>
  3254.                                                                 {% else %}
  3255.                                                                     <span class=\"disabled-link\">{{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})</span>
  3256.                                                                 {% endif %}
  3257.                                                             </li>
  3258.                                                         {% endif %}
  3259.                                                     {% endfor %}
  3260.                                                 </ul>
  3261.                                             </div>
  3262.                                             <div class=\"col-6 pt-2 mt-3\">
  3263.                                                 <ul class=\"cat_regions\">
  3264.                                                     {% for index, element in sous_localisations_numbers %}
  3265.                                                         {% set arrayVarsTrans =  {\"prefixe\": element.prefixe, \"nom_localisation\" : element.nom_localisation, \"nomPourTitle\": secteurActivites|last.nomPourTitle|lower }  %}
  3266.                                                         {% if index >= half %}
  3267.                                                             <li>
  3268.                                                                 {% if element.nb_recherches_partenariats > 0 %}
  3269.                                                                     <a href=\"{{ path('ouvrir_capital_recherche_partenariat_croise', {'nomLocalisation' : element.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'idLocalisation' : element.id_localisation, 'type' : element.type, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays' : codePaysWithUnderScore }) }}\"
  3270.                                                                        title=\"{{ translate(\"recherches de partenariats %\$nomPourTitle%\$ %\$prefixe%\$ %\$nom_localisation%\$\",lang,\"\",\"M\", \"\", arrayVarsTrans) | raw }}\">
  3271.                                                                         {{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})
  3272.                                                                     </a>
  3273.                                                                 {% else %}
  3274.                                                                     <span class=\"disabled-link\">{{ element.nom_localisation }} ({{ element.nb_recherches_partenariats }})</span>
  3275.                                                                 {% endif %}
  3276.                                                             </li>
  3277.                                                         {% endif %}
  3278.                                                     {% endfor %}
  3279.                                                 </ul>
  3280.                                             </div>
  3281.                                         {% endif %}
  3282.                                     </div>
  3283.                                 </div>
  3284.                             </div>
  3285.                         </div>
  3286.                     </div>
  3287.                 {% endif %}
  3288.                 <!--2 BOUTONS-->
  3289.                 <div class=\"row mt-3 mb-3\">
  3290.                     <div class=\"col-12 pt-2 mb-4 text-right\">
  3291.                         <a href=\"{{ path('ouvrir_capital_recherche_recherches_partenariat',{'codePays':codePaysWithUnderScore}  ) }}?{{ string_params_without_page }}\" class=\"text-decoration-none\" title=\"{{ translate(\"modifiez votre recherche\",lang,\"\",\"M\") | raw }}\">
  3292.                             <button type=\"submit\" class=\"btn btn-orange-new mt-2\">{{ translate(\"modifiez votre recherche\",lang,\"\",\"M\") | raw }}</button>
  3293.                         </a>
  3294.                         <a href=\"{{ path('creer_alerte', {type: 'achat', codePays: codePaysWithUnderScore}) }}\" class=\"ml-2\" title=\"{{ translate(\"creer une alerte\",lang,\"\",\"M\") | raw }}\" id=\"btnCreationAlerte\">
  3295.                             <button type=\"submit\" class=\"btn btn-jaune blanc mt-2\">
  3296.                                 <i class=\"fas fa-bell white\"></i> {{ translate(\"creer une alerte\",lang,\"\",\"M\") | raw }}
  3297.                             </button>
  3298.                         </a>
  3299.                     </div>
  3300.                 </div>
  3301.                 <!--FIN 2 BOUTONS-->
  3302.                 {% if idLocalisation and not idSecteurActivite %}
  3303.                     <div class=\"row\" >
  3304.                         <div class=\"col-12 mb-3 ml-3\">
  3305.                             {% set p = \"\" %}
  3306.                             {% if ( nb_annonces > 1 ) %}
  3307.                                 {% set p = \"p\" %}
  3308.                             {% endif %}
  3309.                             {% set arrayVarsTrans =  {\"prefixe\": localisations|last.prefixe, \"nom_localisation\" : localisations|last.nom_localisation }  %}
  3310.                             <span class=\"fs13 orange-new\">{{ nb_annonces }} {{ translate(\"\$\$opportunité\$\${p|opportunités} %\$prefixe%\$ %\$nom_localisation%\$ dont\",lang,\"\",\"m\", p, arrayVarsTrans) | raw }} :</span>
  3311.                         </div>
  3312.                     </div>
  3313.                     <!--MOBILE-->
  3314.                     <div class=\"row d-block d-sm-none bkg_gris_clair\">
  3315.                         <div class=\"col-12\">
  3316.                             <div class=\"row\">
  3317.                                 <div class=\"col-6 text-center my-3 br_gris\">
  3318.                                     <div class=\"blanc lh099 py-3\">
  3319.                                         <a href=\"{{ path('ouvrir_capital_business_angel_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3320.                                             <span class=\"fs2\">{{ nb_business_angel }}</span><br>
  3321.                                             {% set p = \"\" %}
  3322.                                             {% if ( nb_business_angel > 1 ) %}
  3323.                                                 {% set p = \"p\" %}
  3324.                                             {% endif %}
  3325.                                             <span class=\"res_font\">{{ translate(\"business<br>angel\",lang,\"\",\"m\", p) | raw }}</span>
  3326.                                         </a>
  3327.                                     </div>
  3328.                                 </div>
  3329.                                 
  3330.                                 <div class=\"col-6 text-center my-3 pr-4 br_gris\">
  3331.                                     <div class=\"blanc bkg_orange_new lh099 py-3\">
  3332.                                         <span class=\"fs2\">{{ nb_recherches_partenariats }}</span><br>
  3333.                                         {% set p = \"\" %}
  3334.                                         {% if ( nb_recherches_partenariats > 1 ) %}
  3335.                                             {% set p = \"p\" %}
  3336.                                         {% endif %}
  3337.                                         <span class=\"res_font\">{{ translate(\"\$\$recherche de partenariat\$\${p|recherches de partenariats}\",lang,\"\",\"m\", p) | raw }}</span>
  3338.                                     </div>
  3339.                                 </div>
  3340.                                 <div class=\"col-6 text-center my-3\">
  3341.                                     <div class=\"blanc lh099 py-3\">
  3342.                                         <a href=\"{{ path('ouvrir_capital_cv_repreneur_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3343.                                             <span class=\"fs2\">{{ nb_repreneurs_investisseurs + nb_acquereurs_investisseurs }}</span><br>
  3344.                                             {% set p = \"\" %}
  3345.                                             {% if ( nb_repreneurs_investisseurs + nb_acquereurs_investisseurs > 1 ) %}
  3346.                                                 {% set p = \"p\" %}
  3347.                                             {% endif %}
  3348.                                             <span class=\"res_font\">{{ translate(\"\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}\",lang,\"\",\"m\", p) | raw }}</span>
  3349.                                         </a>
  3350.                                     </div>
  3351.                                 </div>
  3352.                                 <div class=\"col-6  text-center my-3\">
  3353.                                     <div class=\"blanc lh099 py-3\">
  3354.                                         <a href=\"{{ path('ouvrir_capital_fonds_investissement_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3355.                                             <span class=\"fs2\">{{ nb_fonds_investissement }}</span><br>
  3356.                                             {% set p = \"\" %}
  3357.                                             {% if ( nb_fonds_investissement > 1 ) %}
  3358.                                                 {% set p = \"p\" %}
  3359.                                             {% endif %}
  3360.                                             <span class=\"res_font\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"m\", p) | raw }}</span>
  3361.                                         </a>
  3362.                                     </div>
  3363.                                 </div>
  3364.                             </div>
  3365.                         </div>
  3366.                     </div>
  3367.                     <!--MOBILE-->
  3368.                     <!--TOUT SAUF MOBILE-->
  3369.                     <div class=\"row d-none d-sm-block\">
  3370.                         <div class=\"onglet8 col-12 mb-4\">
  3371.                             <nav>
  3372.                                 <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  3373.                                     <div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  3374.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_business_angel_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3375.                                             {% set p = \"\" %}
  3376.                                             {% if ( nb_business_angel > 1 ) %}
  3377.                                                 {% set p = \"p\" %}
  3378.                                             {% endif %}
  3379.                                             <span class=\"fs2\">{{ nb_business_angel }}</span><br><span class=\"fs12\">{{ translate(\"business<br>angel\",lang,\"\",\"m\", p) | raw }}</span>
  3380.                                         </a>
  3381.                                     </div>
  3382.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  3383.                                         <div class=\"nav-item nav-link active\">
  3384.                                             {% set p = \"\" %}
  3385.                                             {% if ( nb_recherches_partenariats > 1 ) %}
  3386.                                                 {% set p = \"p\" %}
  3387.                                             {% endif %}
  3388.                                             <span class=\"fs2\">{{ nb_recherches_partenariats }}</span><br><span class=\"fs12\">{{ translate(\"\$\$recherche de partenariat\$\${p|recherches de partenariats}\",lang,\"\",\"m\", p) | raw }}</span>
  3389.                                         </div>
  3390.                                     </div>
  3391.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  3392.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_cv_repreneur_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3393.                                             {% set p = \"\" %}
  3394.                                             {% if ( nb_repreneurs_investisseurs + nb_acquereurs_investisseurs > 1 ) %}
  3395.                                                 {% set p = \"p\" %}
  3396.                                             {% endif %}
  3397.                                             <span class=\"fs2\">{{ nb_repreneurs_investisseurs + nb_acquereurs_investisseurs }}</span><br><span class=\"fs12\">{{ translate(\"\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}\",lang,\"\",\"m\", p) | raw }}</span>
  3398.                                         </a>
  3399.                                     </div>
  3400.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  3401.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_fonds_investissement_localisation',{'slug':slug, 'type':type, 'idLocalisation':idLocalisation, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3402.                                             {% set p = \"\" %}
  3403.                                             {% if ( nb_fonds_investissement > 1 ) %}
  3404.                                                 {% set p = \"p\" %}
  3405.                                             {% endif %}
  3406.                                             <span class=\"fs2\">{{ nb_fonds_investissement }}</span><br><span class=\"fs12\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"m\", p) | raw }}</span>
  3407.                                         </a>
  3408.                                     </div>
  3409.                                 </div>
  3410.                             </nav>
  3411.                         </div>
  3412.                     </div>
  3413.                     <!--TOUT SAUF MOBILE-->
  3414.                 {% elseif idSecteurActivite and not idLocalisation %}
  3415.                     <div class=\"row\" >
  3416.                         <div class=\"col-12 mb-3 ml-3\">
  3417.                             {% set p = \"\" %}
  3418.                             {% if ( nb_annonces > 1 ) %}
  3419.                                 {% set p = \"p\" %}
  3420.                             {% endif %}
  3421.                             {% set arrayVarsTrans =  {\"nomPourTitle\": secteurActivites|last.nomPourTitle|lower }  %}
  3422.                             <span class=\"fs13 orange-new\">{{ nb_annonces }} {{ translate(\"\$\$opportunité\$\${p|opportunités} dont\",lang,\"\",\"m\", p) | raw }} :</span>
  3423.                         </div>
  3424.                     </div>
  3425.                     <!--MOBILE-->
  3426.                     <div class=\"row d-block d-sm-none bkg_gris_clair\">
  3427.                         <div class=\"col-12\">
  3428.                             <div class=\"row\">
  3429.                                 <div class=\"col-6 text-center my-3 br_gris\">
  3430.                                     <div class=\"blanc lh099 py-3\">
  3431.                                         <a href=\"{{ path('ouvrir_capital_business_angel_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3432.                                             <span class=\"fs2\">{{ nb_business_angel }}</span><br>
  3433.                                             {% set p = \"\" %}
  3434.                                             {% if ( nb_business_angel > 1 ) %}
  3435.                                                 {% set p = \"p\" %}
  3436.                                             {% endif %}
  3437.                                             <span class=\"res_font\">{{ translate(\"business<br>angel\",lang,\"\",\"m\", p) | raw }}</span>
  3438.                                         </a>
  3439.                                     </div>
  3440.                                 </div>
  3441.                                 <div class=\"col-6 text-center my-3 pr-4 br_gris\">
  3442.                                     <div class=\"blanc bkg_orange_new lh099 py-3\">
  3443.                                         <span class=\"fs2\">{{ nb_recherches_partenariats }}</span><br>
  3444.                                         {% set p = \"\" %}
  3445.                                         {% if ( nb_recherches_partenariats > 1 ) %}
  3446.                                             {% set p = \"p\" %}
  3447.                                         {% endif %}
  3448.                                         <span class=\"res_font\">{{ translate(\"\$\$recherche de partenariat\$\${p|recherches de partenariats}\",lang,\"\",\"m\", p) | raw }}</span>
  3449.                                     </div>
  3450.                                 </div>
  3451.                                 
  3452.                                 <div class=\"col-6 text-center my-3\">
  3453.                                     <div class=\"blanc lh099 py-3\">
  3454.                                         <a href=\"{{ path('ouvrir_capital_cv_repreneur_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3455.                                             <span class=\"fs2\">{{ nb_repreneurs_investisseurs + nb_acquereurs_investisseurs }}</span><br>
  3456.                                             {% set p = \"\" %}
  3457.                                             {% if ( nb_repreneurs_investisseurs + nb_acquereurs_investisseurs > 1 ) %}
  3458.                                                 {% set p = \"p\" %}
  3459.                                             {% endif %}
  3460.                                             <span class=\"res_font\">{{ translate(\"\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}\",lang,\"\",\"m\", p) | raw }}</span>
  3461.                                         </a>
  3462.                                     </div>
  3463.                                 </div>
  3464.                                 <div class=\"col-6  text-center my-3\">
  3465.                                     <div class=\"blanc lh099 py-3\">
  3466.                                         <a href=\"{{ path('ouvrir_capital_fonds_investissement_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3467.                                             <span class=\"fs2\">{{ nb_fonds_investissement }}</span><br>
  3468.                                             {% set p = \"\" %}
  3469.                                             {% if ( nb_fonds_investissement > 1 ) %}
  3470.                                                 {% set p = \"p\" %}
  3471.                                             {% endif %}
  3472.                                             <span class=\"res_font\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"m\", p) | raw }}</span>
  3473.                                         </a>
  3474.                                     </div>
  3475.                                 </div>
  3476.                             </div>
  3477.                         </div>
  3478.                     </div>
  3479.                     <!--MOBILE-->
  3480.                     <!--TOUT SAUF MOBILE-->
  3481.                     <div class=\"row d-none d-sm-block\">
  3482.                         <div class=\"onglet8 col-12 mb-4\">
  3483.                             <nav>
  3484.                                 <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  3485.                                     <div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  3486.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_business_angel_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3487.                                             {% set p = \"\" %}
  3488.                                             {% if ( nb_business_angel > 1 ) %}
  3489.                                                 {% set p = \"p\" %}
  3490.                                             {% endif %}
  3491.                                             <span class=\"fs2\">{{ nb_business_angel }}</span><br><span class=\"fs12\">{{ translate(\"business<br>angel\",lang,\"\",\"m\", p) | raw }}</span>
  3492.                                         </a>
  3493.                                     </div>
  3494.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  3495.                                         <div class=\"nav-item nav-link active\">
  3496.                                             {% set p = \"\" %}
  3497.                                             {% if ( nb_recherches_partenariats > 1 ) %}
  3498.                                                 {% set p = \"p\" %}
  3499.                                             {% endif %}
  3500.                                             <span class=\"fs2\">{{ nb_recherches_partenariats }}</span><br><span class=\"fs12\">{{ translate(\"\$\$recherche de partenariat\$\${p|recherches de partenariats}\",lang,\"\",\"m\", p) | raw }}</span>
  3501.                                         </div>
  3502.                                     </div>
  3503.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  3504.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_cv_repreneur_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3505.                                             {% set p = \"\" %}
  3506.                                             {% if ( nb_repreneurs_investisseurs + nb_acquereurs_investisseurs > 1 ) %}
  3507.                                                 {% set p = \"p\" %}
  3508.                                             {% endif %}
  3509.                                             <span class=\"fs2\">{{ nb_repreneurs_investisseurs + nb_acquereurs_investisseurs }}</span><br><span class=\"fs12\">{{ translate(\"\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}\",lang,\"\",\"m\", p) | raw }}</span>
  3510.                                         </a>
  3511.                                     </div>
  3512.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  3513.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_fonds_investissement_secteur_activite',{'slug': slug, 'idSecteurActivite' : idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3514.                                             {% set p = \"\" %}
  3515.                                             {% if ( nb_fonds_investissement > 1 ) %}
  3516.                                                 {% set p = \"p\" %}
  3517.                                             {% endif %}
  3518.                                             <span class=\"fs2\">{{ nb_fonds_investissement }}</span><br><span class=\"fs12\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"m\", p) | raw }}</span>
  3519.                                         </a>
  3520.                                     </div>
  3521.                                 </div>
  3522.                             </nav>
  3523.                         </div>
  3524.                     </div>
  3525.                     <!--TOUT SAUF MOBILE-->
  3526.                 {% elseif idLocalisation and idSecteurActivite %}
  3527.                     <div class=\"row\" >
  3528.                         <div class=\"col-12 mb-3 ml-3\">
  3529.                             {% set p = \"\" %}
  3530.                             {% if ( nb_annonces > 1 ) %}
  3531.                                 {% set p = \"p\" %}
  3532.                             {% endif %}
  3533.                             {% set arrayVarsTrans =  {\"prefixe\": localisations|last.prefixe, \"nom_localisation\" : localisations|last.nom_localisation, \"nomPourTitle\": secteurActivites|last.nomPourTitle|lower }  %}
  3534.                             <span class=\"fs13 orange-new\">{{ nb_annonces }} {{ translate(\"\$\$opportunité\$\${p|opportunités} dont\",lang,\"\",\"m\", p) | raw }} :</span>
  3535.                         </div>
  3536.                     </div>
  3537.                     <!--MOBILE-->
  3538.                     <div class=\"row d-block d-sm-none bkg_gris_clair\">
  3539.                         <div class=\"col-12\">
  3540.                             <div class=\"row\">
  3541.                                 <div class=\"col-6 text-center my-3 br_gris\">
  3542.                                     <div class=\"blanc lh099 py-3\">
  3543.                                         <a href=\"{{ path('ouvrir_capital_business_angel_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3544.                                             <span class=\"fs2\">{{ nb_business_angel }}</span><br>
  3545.                                             {% set p = \"\" %}
  3546.                                             {% if ( nb_business_angel > 1 ) %}
  3547.                                                 {% set p = \"p\" %}
  3548.                                             {% endif %}
  3549.                                             <span class=\"res_font\">{{ translate(\"business<br>angel\",lang,\"\",\"m\", p) | raw }}</span>
  3550.                                         </a>
  3551.                                     </div>
  3552.                                 </div>
  3553.                                 <div class=\"col-6 text-center my-3 pr-4 br_gris\">
  3554.                                     <div class=\"blanc bkg_orange_new lh099 py-3\">
  3555.                                         <span class=\"fs2\">{{ nb_recherches_partenariats }}</span><br>
  3556.                                         {% set p = \"\" %}
  3557.                                         {% if ( nb_recherches_partenariats > 1 ) %}
  3558.                                             {% set p = \"p\" %}
  3559.                                         {% endif %}
  3560.                                         <span class=\"res_font\">{{ translate(\"\$\$recherche de partenariat\$\${p|recherches de partenariats}\",lang,\"\",\"m\", p) | raw }}</span>
  3561.                                     </div>
  3562.                                 </div>
  3563.                                 
  3564.                                 <div class=\"col-6 text-center my-3\">
  3565.                                     <div class=\"blanc lh099 py-3\">
  3566.                                         <a href=\"{{ path('ouvrir_capital_cv_repreneur_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3567.                                             <span class=\"fs2\">{{ nb_repreneurs_investisseurs + nb_acquereurs_investisseurs }}</span><br>
  3568.                                             {% set p = \"\" %}
  3569.                                             {% if ( nb_repreneurs_investisseurs + nb_acquereurs_investisseurs > 1 ) %}
  3570.                                                 {% set p = \"p\" %}
  3571.                                             {% endif %}
  3572.                                             <span class=\"res_font\">{{ translate(\"\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}\",lang,\"\",\"m\", p) | raw }}</span>
  3573.                                         </a>
  3574.                                     </div>
  3575.                                 </div>
  3576.                                 <div class=\"col-6  text-center my-3\">
  3577.                                     <div class=\"blanc lh099 py-3\">
  3578.                                         <a href=\"{{ path('ouvrir_capital_fonds_investissement_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3579.                                             <span class=\"fs2\">{{ nb_fonds_investissement }}</span><br>
  3580.                                             {% set p = \"\" %}
  3581.                                             {% if ( nb_fonds_investissement > 1 ) %}
  3582.                                                 {% set p = \"p\" %}
  3583.                                             {% endif %}
  3584.                                             <span class=\"res_font\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"m\", p) | raw }}</span>
  3585.                                         </a>
  3586.                                     </div>
  3587.                                 </div>
  3588.                             </div>
  3589.                         </div>
  3590.                     </div>
  3591.                     <!--MOBILE-->
  3592.                     <!--TOUT SAUF MOBILE-->
  3593.                     <div class=\"row d-none d-sm-block\">
  3594.                         <div class=\"onglet8 col-12 mb-4\">
  3595.                             <nav>
  3596.                                 <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  3597.                                     <div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  3598.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_business_angel_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3599.                                             {% set p = \"\" %}
  3600.                                             {% if ( nb_business_angel > 1 ) %}
  3601.                                                 {% set p = \"p\" %}
  3602.                                             {% endif %}
  3603.                                             <span class=\"fs2\">{{ nb_business_angel }}</span><br><span class=\"fs12\">{{ translate(\"business<br>angel\",lang,\"\",\"m\", p) | raw }}</span>
  3604.                                         </a>
  3605.                                     </div>
  3606.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  3607.                                         <div class=\"nav-item nav-link active\">
  3608.                                             {% set p = \"\" %}
  3609.                                             {% if ( nb_recherches_partenariats > 1 ) %}
  3610.                                                 {% set p = \"p\" %}
  3611.                                             {% endif %}
  3612.                                             <span class=\"fs2\">{{ nb_recherches_partenariats }}</span><br><span class=\"fs12\">{{ translate(\"\$\$recherche de partenariat\$\${p|recherches de partenariats}\",lang,\"\",\"m\", p) | raw }}</span>
  3613.                                         </div>
  3614.                                     </div>
  3615.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  3616.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_cv_repreneur_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3617.                                             {% set p = \"\" %}
  3618.                                             {% if ( nb_repreneurs_investisseurs + nb_acquereurs_investisseurs > 1 ) %}
  3619.                                                 {% set p = \"p\" %}
  3620.                                             {% endif %}
  3621.                                             <span class=\"fs2\">{{ nb_repreneurs_investisseurs + nb_acquereurs_investisseurs }}</span><br><span class=\"fs12\">{{ translate(\"\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}\",lang,\"\",\"m\", p) | raw }}</span>
  3622.                                         </a>
  3623.                                     </div>
  3624.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  3625.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_fonds_investissement_croise',{'nomLocalisation': localisations|last.nom_localisation|slugify, 'nomSecteurActivite' : secteurActivites|last.nomSecteurActivite|slugify, 'type': type, 'idLocalisation': localisations|last.id_localisation, 'idSecteurActivite' : secteurActivites|last.idSecteurActivite, 'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3626.                                             {% set p = \"\" %}
  3627.                                             {% if ( nb_fonds_investissement > 1 ) %}
  3628.                                                 {% set p = \"p\" %}
  3629.                                             {% endif %}
  3630.                                             <span class=\"fs2\">{{ nb_fonds_investissement }}</span><br><span class=\"fs12\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"m\", p) | raw }}</span>
  3631.                                         </a>
  3632.                                     </div>
  3633.                                 </div>
  3634.                             </nav>
  3635.                         </div>
  3636.                     </div>
  3637.                     <!--TOUT SAUF MOBILE-->
  3638.                 {% else %}
  3639.                     <div class=\"row\" >
  3640.                         <div class=\"col-12 mb-3 ml-3\">
  3641.                             {% set p = \"\" %}
  3642.                             {% if ( nb_annonces > 1 ) %}
  3643.                                 {% set p = \"p\" %}
  3644.                             {% endif %}
  3645.                             <span class=\"fs13 orange-new\">{{ nb_annonces }} {{ translate(\"\$\$opportunité\$\${p|opportunités} dont\",lang,\"\",\"m\", p) | raw }} :</span>
  3646.                         </div>
  3647.                     </div>
  3648.                     <!--MOBILE-->
  3649.                     <div class=\"row d-block d-sm-none bkg_gris_clair\">
  3650.                         <div class=\"col-12\">
  3651.                             <div class=\"row\">
  3652.                                 <div class=\"col-6 text-center my-3 br_gris\">
  3653.                                     <div class=\"blanc lh099 py-3\">
  3654.                                         <a href=\"{{ path('ouvrir_capital_resultats_business_angel',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3655.                                             <span class=\"fs2\">{{ nb_business_angel }}</span><br>
  3656.                                             {% set p = \"\" %}
  3657.                                             {% if ( nb_business_angel > 1 ) %}
  3658.                                                 {% set p = \"p\" %}
  3659.                                             {% endif %}
  3660.                                             <span class=\"res_font\">{{ translate(\"business<br>angel\",lang,\"\",\"m\", p) | raw }}</span>
  3661.                                         </a>
  3662.                                     </div>
  3663.                                 </div>
  3664.                                 <div class=\"col-6 text-center my-3 pr-4 br_gris\">
  3665.                                     <div class=\"blanc bkg_orange_new lh099 py-3\">
  3666.                                         <span class=\"fs2\">{{ nb_recherches_partenariats }}</span><br>
  3667.                                         {% set p = \"\" %}
  3668.                                         {% if ( nb_recherches_partenariats > 1 ) %}
  3669.                                             {% set p = \"p\" %}
  3670.                                         {% endif %}
  3671.                                         <span class=\"res_font\">{{ translate(\"\$\$recherche de partenariat\$\${p|recherches de partenariats}\",lang,\"\",\"m\", p) | raw }}</span>
  3672.                                     </div>
  3673.                                 </div>
  3674.                                 
  3675.                                 <div class=\"col-6 text-center my-3\">
  3676.                                     <div class=\"blanc lh099 py-3\">
  3677.                                         <a href=\"{{ path('ouvrir_capital_resultats_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3678.                                             <span class=\"fs2\">{{ nb_repreneurs_investisseurs + nb_acquereurs_investisseurs }}</span><br>
  3679.                                             {% set p = \"\" %}
  3680.                                             {% if ( nb_repreneurs_investisseurs + nb_acquereurs_investisseurs > 1 ) %}
  3681.                                                 {% set p = \"p\" %}
  3682.                                             {% endif %}
  3683.                                             <span class=\"res_font\">{{ translate(\"\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}\",lang,\"\",\"m\", p) | raw }}</span>
  3684.                                         </a>
  3685.                                     </div>
  3686.                                 </div>
  3687.                                 <div class=\"col-6  text-center my-3\">
  3688.                                     <div class=\"blanc lh099 py-3\">
  3689.                                         <a href=\"{{ path('ouvrir_capital_resultats_fonds_investissement',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\" class=\"orange-new lh099 py-3\">
  3690.                                             <span class=\"fs2\">{{ nb_fonds_investissement }}</span><br>
  3691.                                             {% set p = \"\" %}
  3692.                                             {% if ( nb_fonds_investissement > 1 ) %}
  3693.                                                 {% set p = \"p\" %}
  3694.                                             {% endif %}
  3695.                                             <span class=\"res_font\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"m\", p) | raw }}</span>
  3696.                                         </a>
  3697.                                     </div>
  3698.                                 </div>
  3699.                             </div>
  3700.                         </div>
  3701.                     </div>
  3702.                     <!--MOBILE-->
  3703.                     <!--TOUT SAUF MOBILE-->
  3704.                     <div class=\"row d-none d-sm-block\">
  3705.                         <div class=\"onglet8 col-12 mb-4\">
  3706.                             <nav>
  3707.                                 <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  3708.                                     <div class=\"col-12 col-sm-3 no-padding-x bl_gris br_gris lh13 order-sm-1\">
  3709.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_resultats_business_angel',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3710.                                             {% set p = \"\" %}
  3711.                                             {% if ( nb_business_angel > 1 ) %}
  3712.                                                 {% set p = \"p\" %}
  3713.                                             {% endif %}
  3714.                                             <span class=\"fs2\">{{ nb_business_angel }}</span><br><span class=\"fs12\">{{ translate(\"business<br>angel\",lang,\"\",\"m\", p) | raw }}</span>
  3715.                                         </a>
  3716.                                     </div>
  3717.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-2\">
  3718.                                         <div class=\"nav-item nav-link active\">
  3719.                                             {% set p = \"\" %}
  3720.                                             {% if ( nb_recherches_partenariats > 1 ) %}
  3721.                                                 {% set p = \"p\" %}
  3722.                                             {% endif %}
  3723.                                             <span class=\"fs2\">{{ nb_recherches_partenariats }}</span><br><span class=\"fs12\">{{ translate(\"\$\$recherche de partenariat\$\${p|recherches de partenariats}\",lang,\"\",\"m\", p) | raw }}</span>
  3724.                                         </div>
  3725.                                     </div>
  3726.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-sm-3\">
  3727.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_resultats_cv_repreneur',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3728.                                             {% set p = \"\" %}
  3729.                                             {% if ( nb_repreneurs_investisseurs + nb_acquereurs_investisseurs > 1 ) %}
  3730.                                                 {% set p = \"p\" %}
  3731.                                             {% endif %}
  3732.                                             <span class=\"fs2\">{{ nb_repreneurs_investisseurs + nb_acquereurs_investisseurs }}</span><br><span class=\"fs12\">{{ translate(\"\$\$acheteur<br>prêt à investir\$\${p|acheteurs<br>prêts à investir}\",lang,\"\",\"m\", p) | raw }}</span>
  3733.                                         </a>
  3734.                                     </div>
  3735.                                     <div class=\"col-12 col-sm-3 no-padding-x br_gris lh13 order-4 order-sm-4\">
  3736.                                         <a class=\"nav-item nav-link\" href=\"{{ path('ouvrir_capital_resultats_fonds_investissement',{'codePays':codePaysWithUnderScore}) }}?{{ string_params_without_page }}\">
  3737.                                             {% set p = \"\" %}
  3738.                                             {% if ( nb_fonds_investissement > 1 ) %}
  3739.                                                 {% set p = \"p\" %}
  3740.                                             {% endif %}
  3741.                                             <span class=\"fs2\">{{ nb_fonds_investissement }}</span><br><span class=\"fs12\">{{ translate(\"fonds<br>d'investissement\",lang,\"\",\"m\", p) | raw }}</span>
  3742.                                         </a>
  3743.                                     </div>
  3744.                                 </div>
  3745.                             </nav>
  3746.                         </div>
  3747.                     </div>
  3748.                     <!--TOUT SAUF MOBILE-->
  3749.                 {% endif %}
  3750.                 <div class=\"row mt-5\" >
  3751.                     <div class=\"col-12 mb-1 ml-3 mt-3\">
  3752.                         {% set p = \"\" %}
  3753.                         {% if ( nb_recherches_partenariats > 1 ) %}
  3754.                             {% set p = \"p\" %}
  3755.                         {% endif %}
  3756.                         <span class=\"fs18 orange-new\">{{ nb_recherches_partenariats }} {{ translate(\"\$\$recherche\$\${p|recherches} de partenariats\",lang,\"\",\"m\", p) | raw }}</span>
  3757.                     </div>
  3758.                 </div>
  3759.                 <!--PAGINATION-->
  3760.                 <div class=\"row mt-3\">
  3761.                     <div class=\"col-sm-12\">
  3762.                         <nav aria-label=\"...\" class=\" pagination-orange\">
  3763.                             {{ knp_pagination_render(liste_annonces) }}
  3764.                         </nav>
  3765.                     </div>
  3766.                 </div>
  3767.                 <!--FIN PAGINATION-->
  3768.                 <div class=\"row\" >
  3769.                     <div class=\"col-4 offset-8 text-right mb-2\">
  3770.                         <select class=\"form-control\" id=\"idFromControlSelectTri\" v-on:change=\"sortBy(\$event)\">
  3771.                             {% if is_recherche_by_localisation %}
  3772.                                 <option value=\"pertinence\" {% if tri == \"pertinence\" or tri_default == 'pertinence' %}selected=\"selected\"{% endif %}>{{ translate(\"pertinence\",lang,\"\",\"M\") | raw }}</option>
  3773.                             {% endif %}
  3774.                             <option value=\"date_desc\" {% if tri == \"date_desc\" or tri_default == 'date_desc' %}selected=\"selected\"{% endif %}>{{ translate(\"dates plus recentes\",lang,\"\",\"M\") | raw }}</option>
  3775.                             <option value=\"ca_desc\" {% if tri == \"ca_desc\" or tri_default == 'ca_desc' %}selected=\"selected\"{% endif %} >{{ translate(\"CA plus grand\",lang,\"\",\"M\") | raw }}</option>
  3776.                             <option value=\"ca_asc\" {% if tri == \"ca_asc\" %}selected=\"selected\"{% endif %}>{{ translate(\"CA plus petit\",lang,\"\",\"M\") | raw }}</option>
  3777.                         </select>
  3778.                     </div>
  3779.                 </div>
  3780.                 <div class=\"row\" >
  3781.                     <div class=\"col-12\">
  3782.                         <!--ANNONCES -->
  3783.                         {% for index, annonce in liste_annonces %}
  3784.                             {% set lienAnnonce = path('vendre_entreprise_annonce_acquisition_details',
  3785.                  {
  3786.                  \t'slug':annonce.slug,
  3787.                  \t'nomLocalisation':annonce.nom_localisation_slug,
  3788.                     'idAnnonce':annonce.id_annonce_acheteur,
  3789.                     'codePays':codePaysWithUnderScore
  3790.                  }) ~ '?urlList=' ~ urlList ~ '&' ~ string_params  ~ '&from=ouvrir-capital' ~ '&index=' ~ index %}
  3791.                             <div class=\"card mb-3 card-ie filet_gris\">
  3792.                                 <div class=\"card-body\">
  3793.                                     <div class=\"row mb-3\">
  3794.                                         <div class=\"col-8 col-md-8 col-lg-9 col-xl-10\">
  3795.                                             <div class=\"mb-2\">
  3796.                                                 <h5 class=\"titre_annonce_orange\"><a href=\"{{ lienAnnonce }}\" title=\"{{ annonce.titre_annonce }}\">{{ annonce.titre_annonce }}</a></h5>
  3797.                                                 {% if annonce.etat is defined and (annonce.etat == \"information_transmise\" or annonce.etat == \"facture_envoyee\") %}
  3798.                                                 <span class=\"orange font_600\"><i class=\"fa-solid fa-circle-check\"></i>&nbsp;&nbsp;{{ translate(\"déjà commandé\",lang,\"\",\"M\") | raw }}</span>
  3799.                                                 {% endif %}
  3800.                                             </div>
  3801.                                             <div class=\"mb-1\">
  3802.                                                 {% if annonce.ca_max != 0 %}
  3803.                                                     <span class=\"nowrap_custom\">{{ translate(\"CA\",lang,\"\",\"M\") | raw }} : <strong>{{ annonce.ca_max | number_format(0, \"\", \" \") }} k€ </strong></span>&nbsp;&nbsp;&nbsp;&nbsp;
  3804.                                                 {% endif %}
  3805.                                                 <span class=\"nowrap_custom\">
  3806.                                                     {% if annonce.date_parution > annonce.date_parution_initiale %}
  3807.                                                         {{ translate(\"mise à jour le\",lang,\"\",\"M\") | raw }}
  3808.                                                     {% else %}
  3809.                                                         {{ translate(\"poste le\",lang,\"\",\"M\") | raw }}
  3810.                                                     {% endif %}
  3811.                                                     <strong>{{ annonce.date_parution_object | date('d/m/Y') }}</strong>
  3812.                                                 </span>&nbsp;&nbsp;&nbsp;&nbsp;
  3813.                                                 <span class=\"nowrap_custom\">{{ translate(\"ref.\",lang,\"\",\"M\") | raw }} : <strong>A{{ annonce.id_annonce_acheteur }}</strong></span>
  3814.                                             </div>
  3815.                                             <i class=\"fas fa-map-marker-alt\"></i>&nbsp; {{ annonce.nom_localisation }}
  3816.                                         </div>
  3817.                                         <div class=\"col-4 col-md-4 col-lg-3 col-xl-2\" id=\"cartes\">
  3818.                                             <div class=\"row\">
  3819.                                                 <div class=\"col-4 col-md-12 text-center\">
  3820.                                                     <a href=\"{{ lienAnnonce }}\">
  3821.                                                         {% if  annonce.cartes.id_localisation_by_country|length == 1 %}
  3822.                                                             {% if annonce.cartes.id_localisation_by_country|keys |first == \"33\" %}
  3823.                                                                 <img class=\"img-fluid\"
  3824.                                                                      id='absolute_index_1'
  3825.                                                                      src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  3826.                                                                      alt=\"France\">
  3827.                                                                 {% for k, carte  in annonce.cartes.id_localisation_by_country.33 %}
  3828.                                                                     <img class=\"img-fluid\"
  3829.                                                                          id='absolute_index_2'
  3830.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png\"
  3831.                                                                          alt=\"France\">
  3832.                                                                 {% endfor %}
  3833.                                                             {% endif %}
  3834.                                                             {% if annonce.cartes.id_localisation_by_country|keys |first == \"41\" %}
  3835.                                                                 {% if annonce.cartes.id_localisation_by_country.41 |length == 1 %}
  3836.                                                                     <img class=\"img-fluid\"
  3837.                                                                          id='absolute_index_2'
  3838.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/{{ annonce.cartes.id_localisation_by_country.41|first }}.png\"
  3839.                                                                          alt=\"Suisse\">
  3840.                                                                 {% else %}
  3841.                                                                     <img class=\"img-fluid\"
  3842.                                                                          id='absolute_index_2'
  3843.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/41/41_transparent.png\"
  3844.                                                                          alt=\"Suisse\">
  3845.                                                                 {% endif %}
  3846.                                                             {% endif %}
  3847.                                                             {% if annonce.cartes.id_localisation_by_country|keys |first == \"01\" %}
  3848.                                                                 {% if annonce.cartes.id_localisation_by_country['01'] |length == 1 %}
  3849.                                                                     <img class=\"img-fluid\"
  3850.                                                                          id='absolute_index_2'
  3851.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/{{ annonce.cartes.id_localisation_by_country['01']|first }}.png\"
  3852.                                                                          alt=\"Canada\">
  3853.                                                                 {% else %}
  3854.                                                                     <img class=\"img-fluid\"
  3855.                                                                          id='absolute_index_2'
  3856.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/01/01_transparent.png\"
  3857.                                                                          alt=\"Canada\">
  3858.                                                                 {% endif %}
  3859.                                                             {% endif %}
  3860.                                                             {% if annonce.cartes.id_localisation_by_country|keys |first == \"32\" %}
  3861.                                                                 {% if annonce.cartes.id_localisation_by_country.32 |length == 1 %}
  3862.                                                                     <img class=\"img-fluid\"
  3863.                                                                          id='absolute_index_2'
  3864.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/{{ annonce.cartes.id_localisation_by_country.32|first }}.png\"
  3865.                                                                          alt=\"Belgique\">
  3866.                                                                 {% else %}
  3867.                                                                     <img class=\"img-fluid\"
  3868.                                                                          id='absolute_index_2'
  3869.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/32/32_transparent.png\"
  3870.                                                                          alt=\"Belgique\">
  3871.                                                                 {% endif %}
  3872.                                                             {% endif %}
  3873.                                                         {% endif %}
  3874.                                                         {% if  annonce.cartes.id_localisation_by_country|length  > 1 %}
  3875.                                                             {% if 33 in annonce.cartes.id_localisation_by_country|keys %}
  3876.                                                                 <img class=\"img-fluid\"
  3877.                                                                      id='absolute_index_1'
  3878.                                                                      src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/33_fond_monde.png\"
  3879.                                                                      alt=\"France\">
  3880.                                                                 {% for k, carte  in annonce.cartes.id_localisation_by_country.33 %}
  3881.                                                                     <img class=\"img-fluid\"
  3882.                                                                          id='absolute_index_2'
  3883.                                                                          src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/{{ carte }}.png\"
  3884.                                                                          alt=\"France\">
  3885.                                                                 {% endfor %}
  3886.                                                                 <img class=\"img-fluid\"
  3887.                                                                      id='absolute_index_2'
  3888.                                                                      src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/fond/33/monde.png\"
  3889.                                                                      alt=\"Monde\">
  3890.                                                             {% endif %}
  3891.                                                             {% if 33 not in annonce.cartes.id_localisation_by_country|keys %}
  3892.                                                                 <img class=\"img-fluid\"
  3893.                                                                      id='absolute_index_2'
  3894.                                                                      src=\"{{ CDN.CDN_FUSACQ }}/static/help-fusacq/fr/images/cartes/pays/monde_transparent.png\"
  3895.                                                                      alt=\"Monde\">
  3896.                                                             {% endif %}
  3897.                                                         {% endif %}
  3898.                                                     </a>
  3899.                                                 </div>
  3900.                                             </div>
  3901.                                         </div>
  3902.                                     </div>
  3903.                                     <div class=\"row\">
  3904.                                         <div class=\"col-6 col-md-4 col-lg-4 mt-2 br_gris\">
  3905.                                             <a href=\"{{ lienAnnonce }}\" title=\"{{ translate(\"voir les details\",lang,\"\",\"M\") | raw }}\">
  3906.                                                 <button type=\"button\" class=\"btn btn-orange-new\">
  3907.                                                     <span class=\"d-none d-xl-block\">{{ translate(\"voir les details\",lang,\"\",\"M\") | raw }}</span>
  3908.                                                     <span class=\"d-xl-none\">{{ translate(\"details\",lang,\"\",\"M\") | raw }}</span>
  3909.                                                 </button>
  3910.                                             </a>
  3911.                                         </div>
  3912.                                         <div class=\"col-3 col-md-4 col-lg-4 text-center mt-2 pt-2 br_gris\">
  3913.                                             <a href=\"{{ lienAnnonce }}&partager=1\" title=\"{{ translate(\"partager\",lang,\"\",\"M\") | raw }}\" class=\"orange\">
  3914.                                                 <i class=\"fas fa-envelope orange\"></i><span class=\"cache_petit\"> &nbsp;{{ translate(\"partager\",lang,\"\",\"M\") | raw }}</span>
  3915.                                             </a>
  3916.                                         </div>
  3917.                                         <div class=\"col-3 col-md-4 col-lg-4 text-center mt-2 pt-2 orange\">
  3918.                                             {% if annonce.is_favoris %}
  3919.                                                {# <div class=\"float-left\">#}
  3920.                                                     <i class=\"fa-sharp fa-solid fa-heart color_bleuclair\"></i>
  3921.                                                 {# </div>#}
  3922.                                                 <a href=\"{{ path('compte_favoris' ,{'codePays':codePaysWithUnderScore  }) }}\" title=\"{{ translate(\"favoris\", lang, '', 'M', '') }}\">
  3923.                                                     {{ translate(\"appartient à : mes favoris\", lang, '', 'M', '') }}
  3924.                                                 </a>
  3925.                                             {% else %}
  3926.                                                 <a href=\"javascript:void(0)\" title=\"{{ translate(\"favoris\",lang,\"\",\"M\") | raw }}\" class=\"orange btn-favoris favoris-{{ annonce.id_annonce_acheteur }}\" data-id-annonce=\"{{ annonce.id_annonce_acheteur }}\" data-type-annonce=\"A\">
  3927.                                                     <i class=\"fa-light fa-heart color_bleuclair\"></i><span class=\"cache_petit\">&nbsp;&nbsp;{{ translate(\"favoris\",lang,\"\",\"M\") | raw }}</span>
  3928.                                                 </a>
  3929.                                             {% endif %}
  3930.                                         </div>
  3931.                                     </div>
  3932.                                 </div>
  3933.                             </div>
  3934.                         {% endfor %}
  3935.                         <!--FIN ANNONCES -->
  3936.                         <!--PUB FRANCHISE-->
  3937.                         <!--<div class=\"card mb-3 card-ie card-franchises filet_gris\">
  3938.                                 <div class=\"card-header\">Avez-vous pense a creer ou reprendre en franchise ?</div>
  3939.                                 <div class=\"card-body\">
  3940.                             <div class=\"row\">
  3941.                                         <div class=\"col-6 col-md-3\">
  3942.                                                 <a href=\"https://www.placedesfranchises.com/carslift\" target=\"_blank\" title=\"Carslift\"><img class=\"img-fluid\" src=\"https://static.placedesfranchises.com/images/uploads/5ede3ed64cf8e/logo_carslift.jpg\"  alt=\"Carslift\" ></a>
  3943.                                         </div>
  3944.                                         <div class=\"col-6 col-md-7\">
  3945.                                                 <div>
  3946.                                                         <a href=\"https://www.placedesfranchises.com/carslift\" class=\"inter_orange_link\" title=\"Carslift\">CARSLIFT</a><br>
  3947.                                                         <a href=\"https://www.placedesfranchises.com/carslift\" class=\"orange-new_franchises\" title=\"Le specialiste du bien motorise\">Le specialiste du bien motorise</a><br>
  3948.                                                         <span class=\"nowrap_custom\">Apport : <strong>15 000 € </strong></span>&nbsp;&nbsp;&nbsp;&nbsp;
  3949.                                                         <span class=\"nowrap_custom\">Droit d'entree :  <strong>35 000 €</strong>
  3950.                                                 </div>
  3951.                                         </div>
  3952.                                         <div class=\"col-12 col-md-2 text-center\">
  3953.                                                 <div class=\"pt-3 mt-2 inline\"><small>Consultez sur </small></div>
  3954.                                                 <div class=\" inline\"><img src=\"https://static.placedesfranchises.com/img/logo_text.jpg\" width=\"120\"></div>
  3955.                                         </div>
  3956.                                 </div>
  3957.                                 </div>
  3958.                         </div>-->
  3959.                         <!--FIN PUB FRANCHISE-->
  3960.                         <!--PUB FRANCHISE-->
  3961.                         <!--<div class=\"card mb-3 card-ie card-franchises\">
  3962.                             <div class=\"card-header\">{{ translate(\"avez-vous pense a creer ou reprendre en franchise ?\",lang,\"\",\"M\") | raw }}</div>
  3963.                             <div class=\"card-body\">
  3964.                                 <div class=\"row\">
  3965.                                     <div class=\"col-12 col-md-6\">
  3966.                                         <a href=\"https://www.placedesfranchises.com/carslift\" class=\"inter_orange_link\" title=\"OUEST CONTRÔLE ENVIRONNEMENT\">OUEST CONTRÔLE ENVIRONNEMENT</a>
  3967.                                     </div>
  3968.                                     <div class=\"col-12 col-md-6\">
  3969.                                         <div>
  3970.                                             <a href=\"https://www.placedesfranchises.com/carslift\" class=\"vert_franchises fs13\" title=\"Le specialiste du bien motorise\">Le specialiste du bien motorise</a><br>
  3971.                                             <span class=\"nowrap_custom\">{{ translate(\"apport\",lang,\"\",\"M\") | raw }} : <strong>15 000 € </strong></span>&nbsp;&nbsp;&nbsp;&nbsp;
  3972.                                             <span class=\"nowrap_custom\">{{ translate(\"droit d'entree\",lang,\"\",\"M\") | raw }} :  <strong>35 000 €</strong>
  3973.                                         </div>
  3974.                                     </div>
  3975.                                     <div class=\"col-12 col-md-12 text-right mt-3\">
  3976.                                         <div class=\"inline\"><small>{{ translate(\"consultez sur\",lang,\"\",\"M\") | raw }} </small></div>
  3977.                                         <div class=\"inline\"><img src=\"images/logo_PDF_petit.jpg\" width=\"120\"></div>
  3978.                                     </div>
  3979.                                 </div>
  3980.                             </div>
  3981.                         </div>-->
  3982.                         <!--FIN PUB FRANCHISE-->
  3983.                     </div>
  3984.                 </div>
  3985.                 <!--PAGINATION-->
  3986.                 <div class=\"row mt-3\">
  3987.                     <div class=\"col-sm-12\">
  3988.                         <nav aria-label=\"...\" class=\" pagination-orange\">
  3989.                             {{ knp_pagination_render(liste_annonces) }}
  3990.                         </nav>
  3991.                     </div>
  3992.                 </div>
  3993.                 <!--FIN PAGINATION-->
  3994.             </div><!--FIN COLONNE DROITE -->
  3995.         </div> <!--FIN ROW CONTAINER -->
  3996.     </div>  <!--FIN CONTAINER -->
  3997.     <!--MODAL-->
  3998.     <div class=\"modal fade\" id=\"modal-explication-generale\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  3999.         <div class=\"modal-dialog modal-lg\" role=\"document\">
  4000.             <div class=\"modal-content\">
  4001.                 <div class=\"modal-header\">
  4002.                     <h5 class=\"modal-title orange-new\" id=\"exampleModalLabel\">{{ translate('que sont les \"acquéreurs prêts à investir\" proposés par FUSACQ ?',lang,\"\",\"M\") | raw }}</h5>
  4003.                     <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  4004.                         <span aria-hidden=\"true\">&times;</span>
  4005.                     </button>
  4006.                 </div>
  4007.                 <div class=\"modal-body\">
  4008.                     {{ translate(\"<b>Les acquéreurs prêts à investir sont des sociétés ou des personnes physiques prêtes à investir aux côtés du dirigeant actuel.</b><br><br>
  4009. En quoi un acquéreur est un investisseur potentiel ?<br><br>
  4010. <i>Une société ou une personne physique qui cherche faire une acquisition peut être également ouverte à une prise de participation majoritaire ou minoritaire avec le chef d'entreprise actuel.<br><br> 
  4011. Les acquéreurs prêts à investir présents dans cette rubrique ont ainsi indiqué lors du dépôt de leur annonce être ouvert à ce type d'investissement.</i>\",lang,\"\",\"M\") | raw }}
  4012.                     <!-- <div class=\"form-check-inline col-12 mt-5\">
  4013.                         <label class=\"form-check-label\">
  4014.                                 <input type=\"checkbox\" class=\"form-check-input\" value=\"affichage\">Ne plus afficher la prochaine fois
  4015.                         </label>
  4016.                     </div> -->
  4017.                 </div>
  4018.                 <div class=\"modal-footer\">
  4019.                     <button type=\"button\" class=\"btn btn-orange-new\" data-dismiss=\"modal\">J'ai compris</button>
  4020.                 </div>
  4021.             </div>
  4022.         </div>
  4023.     </div>
  4024.     <!--FIN MODAL-->
  4025.     <div style=\"display: none;\" id=\"from\" data-value=\"ouvrir-capital\"></div>
  4026.     <input type=\"hidden\" name=\"urlList\" value=\"{{ urlList }}\" id=\"urlList\">
  4027.     <input type=\"hidden\" name=\"string_params\" value=\"{{ string_params }}\" id=\"string_params\">
  4028. {% endblock %}
  4029. {% block javascripts %}
  4030.     {{ parent() }}
  4031.     <script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\" src=\"{{ asset('build/js/vendre_entreprise/acquisition.js') }}\"></script>
  4032.     <script type=\"application/javascript\" src=\"{{ asset('build/js/annonces/favoris.js') }}\"></script>
  4033.     {% include 'annonces/fragments/modal_favoris.html.twig' %}
  4034. {% endblock %}""ouvrir_capital/recherche_partenariat.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/ouvrir_capital/recherche_partenariat.html.twig");
  4035.     }
  4036. }