var/cache/dev/twig/01/014ce8dcbf66d5681f9cdc2bdee839cecaa088433d37d68ec0dcaa4e7e10bad1.php line 169

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. /* annuaires/index.html.twig */
  15. class __TwigTemplate_09473df7c02ff0e551287a8cb7a9841c87fd8df47de6af6d74409add5731db0d extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'description' => [$this'block_description'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'body' => [$this'block_body'],
  28.             'javascripts' => [$this'block_javascripts'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "base.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""annuaires/index.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""annuaires/index.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""annuaires/index.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 3
  51.     public function block_title($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  58.         // line 4
  59.         yield "    <title>";
  60.         yield $this->extensions['App\Twig\TranslationExtension']->translate("les annuaires FUSACQ pour vous aider dans votre projet de cession / reprise d'entreprise.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'4$this->source); })()), """M");
  61.         yield "</title>
  62. ";
  63.         
  64.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  65.         
  66.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  67.         return; yield '';
  68.     }
  69.     // line 7
  70.     public function block_description($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  77.         // line 8
  78.         yield "    <meta name=\"description\" content=\"";
  79.         yield $this->extensions['App\Twig\TranslationExtension']->translate("consultez l'ensemble des annuaires FUSACQ pour vous aider dans votre projet cession / reprise d'entreprise", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'8$this->source); })()), """M");
  80.         yield "\">
  81. ";
  82.         
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  84.         
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  86.         return; yield '';
  87.     }
  88.     // line 11
  89.     public function block_stylesheets($context, array $blocks = [])
  90.     {
  91.         $macros $this->macros;
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  94.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  95.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  96.         // line 12
  97.         yield "    ";
  98.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  99.         yield "
  100. ";
  101.         
  102.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  103.         
  104.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  105.         return; yield '';
  106.     }
  107.     // line 15
  108.     public function block_body($context, array $blocks = [])
  109.     {
  110.         $macros $this->macros;
  111.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  112.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  113.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  114.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  115.         // line 16
  116.         yield "
  117.     <!-- Menu  -->
  118.     ";
  119.         // line 18
  120.         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 20
  121. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'20$this->source); })()), "currentRoute" =>         // line 21
  122. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'21$this->source); })()), "codePays" =>         // line 22
  123. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'22$this->source); })())])));
  124.         // line 23
  125.         yield "
  126.     <!-- Menu  -->
  127.     <!-- Publicité  -->
  128.     ";
  129.         // line 27
  130.         yield from         $this->loadTemplate("includes/publicite.html.twig""annuaires/index.html.twig"27)->unwrap()->yield($context);
  131.         // line 28
  132.         yield "    <!-- Publicité  -->
  133.     <div class=\"container\">
  134.         <div class=\"row\">
  135.             <!--COLONNE GAUCHE -->
  136.             ";
  137.         // line 33
  138.         yield from         $this->loadTemplate("includes/colonnes_gauche.html.twig""annuaires/index.html.twig"33)->unwrap()->yield($context);
  139.         // line 34
  140.         yield "            <!--FIN COLONNE GAUCHE -->
  141.             <!--COLONNE DROITE -->
  142.             <div class=\"col-12 col-md-8 col-lg-9 bkg_blanc no_shadow mb-3\">
  143.                 <!-- ARIANE -->
  144.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  145.                     <ol class=\"breadcrumb\">
  146.                         <li class=\"breadcrumb-item\">
  147.                             <a href=\"";
  148.         // line 47
  149.         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.'47$this->source); })())]), "html"nulltrue);
  150.         yield "\"> ";
  151.         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.'47$this->source); })()), """M");
  152.         yield "</a>
  153.                         </li>
  154.                         <li aria-current=\"page\" class=\"breadcrumb-item active\">
  155.                             ";
  156.         // line 50
  157.         yield $this->extensions['App\Twig\TranslationExtension']->translate("annuaires", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'50$this->source); })()), """M");
  158.         yield "
  159.                         </li>
  160.                     </ol>
  161.                 </nav>
  162.                 <!-- FIN ARIANE -->
  163.                 <div class=\"row mt-3 mb-5\">
  164.                     <div class=\"col-12 mt-3 mb-2 ml-3\">
  165.                         <h2 class=\"gris_666\"> ";
  166.         // line 58
  167.         yield $this->extensions['App\Twig\TranslationExtension']->translate("annuaires fusacq", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'58$this->source); })()), """M");
  168.         yield "</h2>
  169.                     </div>\t  \t
  170.                 </div>
  171.                 <div class=\"card-deck\">
  172.                     <a href=\"";
  173.         // line 64
  174.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'64$this->source); })())]), "html"nulltrue);
  175.         yield "\"  ><div class=\"card no_shadow\">
  176.                             <div class=\"card-body\">
  177.                                 <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/logo_annu_experts.png\" alt=\"\">
  178.                             </div>
  179.                             <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/users_111.png\" alt=\"\">
  180.                             <div class=\"card-body\">
  181.                                 <a href=\"";
  182.         // line 70
  183.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'70$this->source); })())]), "html"nulltrue);
  184.         yield "\"  >
  185.                                     <p class=\"card-text mb-2\" style=\"min-height:80px; max-height: 140px;\">
  186.                                         ";
  187.         // line 72
  188.         yield $this->extensions['App\Twig\TranslationExtension']->translate("trouvez les experts qui repondent a vos besoins pour creer, reprendre, developper ou ceder votre societe", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'72$this->source); })()), """M");
  189.         yield "
  190.                                     </p>
  191.                                 </a>
  192.                                 <div class=\"col-12 text-center\">
  193.                                     <a href=\"";
  194.         // line 76
  195.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_index", ["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);
  196.         yield "\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  197.                                         ";
  198.         // line 77
  199.         yield $this->extensions['App\Twig\TranslationExtension']->translate("decouvrir", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'77$this->source); })()), """M");
  200.         yield "
  201.                                     </a>
  202.                                 </div>
  203.                             </div>
  204.                         </div>
  205.                     </a>
  206.                     <a href=\"";
  207.         // line 83
  208.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_repreneurs_recherche", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'83$this->source); })())]), "html"nulltrue);
  209.         yield "\" >
  210.                         <div class=\"card no_shadow\">
  211.                             <div class=\"card-body\">
  212.                                 <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/logo_annu_repreneurs.png\" alt=\"\">
  213.                             </div>
  214.                             <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/photo_141.png\" alt=\"\">
  215.                             <div class=\"card-body\">
  216.                                 <a href=\"";
  217.         // line 90
  218.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_repreneurs_recherche", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'90$this->source); })())]), "html"nulltrue);
  219.         yield "\" >
  220.                                     <p class=\"card-text mb-2\" style=\"min-height:80px;\">
  221.                                         ";
  222.         // line 92
  223.         yield $this->extensions['App\Twig\TranslationExtension']->translate("consultez plus de %%nb_cv_repreneurs_annuaire_fusacq%% CV detailles de repreneurs personnes-physiques en demarche active", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'92$this->source); })()), """M");
  224.         yield "
  225.                                     </p>  
  226.                                 </a>
  227.                                 <div class=\"col-12 text-center\">
  228.                                     <a href=\"";
  229.         // line 96
  230.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_repreneurs_recherche", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'96$this->source); })())]), "html"nulltrue);
  231.         yield "\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  232.                                         ";
  233.         // line 97
  234.         yield $this->extensions['App\Twig\TranslationExtension']->translate("decouvrir", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'97$this->source); })()), """M");
  235.         yield "
  236.                                     </a>
  237.                                 </div>
  238.                             </div>
  239.                         </div>
  240.                     </a>
  241.                     <a href=\"";
  242.         // line 103
  243.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fonds_investissement_liste_alphabetique", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'103$this->source); })()), "start" => ""]), "html"nulltrue);
  244.         yield "\"  >
  245.                         <div class=\"card no_shadow\">
  246.                             <div class=\"card-body\">
  247.                                 <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/logo_annu_fonds.png\" alt=\"\">
  248.                             </div>
  249.                             <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/photo_121.png\" alt=\"\">
  250.                             <div class=\"card-body\">
  251.                                 <a href=\"";
  252.         // line 110
  253.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fonds_investissement_liste_alphabetique", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'110$this->source); })()), "start" => ""]), "html"nulltrue);
  254.         yield "\"  >
  255.                                     <p class=\"card-text mb-2\" style=\"min-height:80px;\">
  256.                                         ";
  257.         // line 112
  258.         yield $this->extensions['App\Twig\TranslationExtension']->translate("faites appel a un fonds pour vos operations de lbo ou d'augmentation  <br> de capital", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'112$this->source); })()), """M");
  259.         yield "
  260.                                     </p> 
  261.                                 </a>
  262.                                 <div class=\"col-12 text-center\">
  263.                                     <a href=\"";
  264.         // line 116
  265.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fonds_investissement_liste_alphabetique", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'116$this->source); })()), "start" => ""]), "html"nulltrue);
  266.         yield "\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  267.                                         ";
  268.         // line 117
  269.         yield $this->extensions['App\Twig\TranslationExtension']->translate("decouvrir", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'117$this->source); })()), """M");
  270.         yield "
  271.                                     </a>
  272.                                 </div>
  273.                             </div>
  274.                         </div>
  275.                     </a>
  276.                 </div>
  277.                 <div class=\"card-deck\">
  278.                     <a href=\"";
  279.         // line 126
  280.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("participation_fonds_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'126$this->source); })())]), "html"nulltrue);
  281.         yield "\" >
  282.                         <div class=\"card no_shadow\">
  283.                             <div class=\"card-body\">
  284.                                 <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/logo_annu_particip.png\" alt=\"\">
  285.                             </div>
  286.                             <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/photo_151.png\" alt=\"\">
  287.                             <div class=\"card-body\">
  288.                                 <a href=\"";
  289.         // line 133
  290.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("participation_fonds_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'133$this->source); })())]), "html"nulltrue);
  291.         yield "\" >
  292.                                     <p class=\"card-text mb-2\" style=\"min-height:80px;\">
  293.                                         ";
  294.         // line 135
  295.         yield $this->extensions['App\Twig\TranslationExtension']->translate("consultez les participations des fonds par secteur d’activité, par investisseur ou par date d’investissement. ", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'135$this->source); })()), """M");
  296.         yield "
  297.                                     </p>
  298.                                 </a>
  299.                                 <div class=\"col-12 text-center\">
  300.                                     <a href=\"";
  301.         // line 139
  302.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("participation_fonds_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'139$this->source); })())]), "html"nulltrue);
  303.         yield "\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  304.                                         ";
  305.         // line 140
  306.         yield $this->extensions['App\Twig\TranslationExtension']->translate("decouvrir", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'140$this->source); })()), """M");
  307.         yield "
  308.                                     </a>
  309.                                 </div>
  310.                             </div>
  311.                         </div>
  312.                     </a>
  313.                     <a href=\"";
  314.         // line 146
  315.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("investisseurs_prives_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'146$this->source); })())]), "html"nulltrue);
  316.         yield "\"  >
  317.                         <div class=\"card no_shadow\">
  318.                             <div class=\"card-body\">
  319.                                 <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/logo_annu_invest.png\" alt=\"\">
  320.                             </div>
  321.                             <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/photo_161.png\" alt=\"\">
  322.                             <div class=\"card-body\">
  323.                                 <a href=\"";
  324.         // line 153
  325.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("investisseurs_prives_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'153$this->source); })())]), "html"nulltrue);
  326.         yield "\"  >
  327.                                     <p class=\"card-text mb-2\" style=\"min-height:80px; max-height: 140px;\">
  328.                                         ";
  329.         // line 155
  330.         yield $this->extensions['App\Twig\TranslationExtension']->translate("trouvez un business angel pour financer la creation ou le developpement de votre societe", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'155$this->source); })()), """M");
  331.         yield "
  332.                                     </p>  
  333.                                 </a>
  334.                                 <div class=\"col-12 text-center\">
  335.                                     <a href=\"";
  336.         // line 159
  337.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("investisseurs_prives_index", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'159$this->source); })())]), "html"nulltrue);
  338.         yield "\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  339.                                         ";
  340.         // line 160
  341.         yield $this->extensions['App\Twig\TranslationExtension']->translate("decouvrir", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'160$this->source); })()), """M");
  342.         yield "
  343.                                     </a>
  344.                                 </div>
  345.                             </div>
  346.                         </div>
  347.                     </a>
  348.                     <div class=\"card no_shadow\" style=\"/*background-color: #44a3b4;*/border-style: hidden;\">
  349.                         ";
  350.         // line 183
  351.         yield "                    </div>
  352.                 </div>
  353.                 <div class=\"r-tabs col-12 text-center\">
  354.                     <div class=\"r-tabs-nav input-group\">
  355.                         <!-- <div class=\"col-12 col-sm-4 r-tabs-boite-outils mb-3\" >
  356.                                 <a href=\"annu_fonds_invest.html\" class=\"r-tabs-anchor9\">
  357.                                         <div style=\"margin:0 auto; text-align:center; padding:10px;\">
  358.                                                 <img src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/user_2.png\" width=\"140\" height=\"140\"><br><br>
  359.                                         <p style=\"line-height:1.04; padding-bottom:10px; font-size:22px;\">Annuaire<br> des fonds d'investissement </p>
  360.                                         <span>Faites appel à un fonds pour vos opérations de LBO ou d'augmentation de capital</span>
  361.                                         </div>
  362.                                 </a>
  363.                         </div> -->
  364.                     </div>
  365.                 </div>
  366.             </div>
  367.             <!--FIN COLONNE DROITE -->
  368.         </div> <!--FIN ROW CONTAINER -->
  369.     </div>  <!--FIN CONTAINER -->
  370. ";
  371.         
  372.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  373.         
  374.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  375.         return; yield '';
  376.     }
  377.     // line 215
  378.     public function block_javascripts($context, array $blocks = [])
  379.     {
  380.         $macros $this->macros;
  381.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  382.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  383.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  384.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  385.         yield " ";
  386.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  387.         yield " ";
  388.         
  389.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  390.         
  391.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  392.         return; yield '';
  393.     }
  394.     /**
  395.      * @codeCoverageIgnore
  396.      */
  397.     public function getTemplateName()
  398.     {
  399.         return "annuaires/index.html.twig";
  400.     }
  401.     /**
  402.      * @codeCoverageIgnore
  403.      */
  404.     public function isTraitable()
  405.     {
  406.         return false;
  407.     }
  408.     /**
  409.      * @codeCoverageIgnore
  410.      */
  411.     public function getDebugInfo()
  412.     {
  413.         return array (  433 => 215,  392 => 183,  382 => 160,  378 => 159,  371 => 155,  366 => 153,  356 => 146,  347 => 140,  343 => 139,  336 => 135,  331 => 133,  321 => 126,  309 => 117,  305 => 116,  298 => 112,  293 => 110,  283 => 103,  274 => 97,  270 => 96,  263 => 92,  258 => 90,  248 => 83,  239 => 77,  235 => 76,  228 => 72,  223 => 70,  214 => 64,  205 => 58,  194 => 50,  186 => 47,  171 => 34,  169 => 33,  162 => 28,  160 => 27,  154 => 23,  152 => 22,  151 => 21,  150 => 20,  149 => 18,  145 => 16,  135 => 15,  121 => 12,  111 => 11,  97 => 8,  87 => 7,  73 => 4,  63 => 3,  40 => 1,);
  414.     }
  415.     public function getSourceContext()
  416.     {
  417.         return new Source("{% extends 'base.html.twig' %}
  418. {% block title %}
  419.     <title>{{ translate(\"les annuaires FUSACQ pour vous aider dans votre projet de cession / reprise d'entreprise.\" ,lang,\"\",\"M\") | raw }}</title>
  420. {% endblock %}
  421. {% block description %}
  422.     <meta name=\"description\" content=\"{{ translate(\"consultez l'ensemble des annuaires FUSACQ pour vous aider dans votre projet cession / reprise d'entreprise\" ,lang,\"\",\"M\") | raw }}\">
  423. {% endblock %}
  424. {% block stylesheets %}
  425.     {{ parent() }}
  426. {% endblock %}
  427. {% block body %}
  428.     <!-- Menu  -->
  429.     {{ render_esi(controller(
  430.           'App\\\\Controller\\\\CoreController::menu',
  431.           {   \"lang\": lang,
  432.               \"currentRoute\":currentRoute,
  433.               \"codePays\": codePaysWithUnderScore }
  434.       )) | spaceless }}
  435.     <!-- Menu  -->
  436.     <!-- Publicité  -->
  437.     {% include 'includes/publicite.html.twig' %}
  438.     <!-- Publicité  -->
  439.     <div class=\"container\">
  440.         <div class=\"row\">
  441.             <!--COLONNE GAUCHE -->
  442.             {% include 'includes/colonnes_gauche.html.twig' %}
  443.             <!--FIN COLONNE GAUCHE -->
  444.             <!--COLONNE DROITE -->
  445.             <div class=\"col-12 col-md-8 col-lg-9 bkg_blanc no_shadow mb-3\">
  446.                 <!-- ARIANE -->
  447.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  448.                     <ol class=\"breadcrumb\">
  449.                         <li class=\"breadcrumb-item\">
  450.                             <a href=\"{{ path('index',{'codePays':codePays   }) }}\"> {{ translate(\"accueil\" ,lang,\"\",\"M\") | raw }}</a>
  451.                         </li>
  452.                         <li aria-current=\"page\" class=\"breadcrumb-item active\">
  453.                             {{ translate(\"annuaires\" ,lang,\"\",\"M\") | raw }}
  454.                         </li>
  455.                     </ol>
  456.                 </nav>
  457.                 <!-- FIN ARIANE -->
  458.                 <div class=\"row mt-3 mb-5\">
  459.                     <div class=\"col-12 mt-3 mb-2 ml-3\">
  460.                         <h2 class=\"gris_666\"> {{ translate('annuaires fusacq' ,lang,\"\",\"M\") | raw }}</h2>
  461.                     </div>\t  \t
  462.                 </div>
  463.                 <div class=\"card-deck\">
  464.                     <a href=\"{{ path('annuaires_experts_index',{'codePays':codePaysWithUnderScore}) }}\"  ><div class=\"card no_shadow\">
  465.                             <div class=\"card-body\">
  466.                                 <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/logo_annu_experts.png\" alt=\"\">
  467.                             </div>
  468.                             <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/users_111.png\" alt=\"\">
  469.                             <div class=\"card-body\">
  470.                                 <a href=\"{{ path('annuaires_experts_index',{'codePays':codePaysWithUnderScore}) }}\"  >
  471.                                     <p class=\"card-text mb-2\" style=\"min-height:80px; max-height: 140px;\">
  472.                                         {{ translate(\"trouvez les experts qui repondent a vos besoins pour creer, reprendre, developper ou ceder votre societe\",lang,\"\",\"M\") | raw }}
  473.                                     </p>
  474.                                 </a>
  475.                                 <div class=\"col-12 text-center\">
  476.                                     <a href=\"{{ path('annuaires_experts_index',{'codePays':codePaysWithUnderScore}) }}\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  477.                                         {{ translate(\"decouvrir\",lang,\"\",\"M\") | raw }}
  478.                                     </a>
  479.                                 </div>
  480.                             </div>
  481.                         </div>
  482.                     </a>
  483.                     <a href=\"{{ path('annuaires_repreneurs_recherche',{'codePays':codePaysWithUnderScore  }) }}\" >
  484.                         <div class=\"card no_shadow\">
  485.                             <div class=\"card-body\">
  486.                                 <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/logo_annu_repreneurs.png\" alt=\"\">
  487.                             </div>
  488.                             <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/photo_141.png\" alt=\"\">
  489.                             <div class=\"card-body\">
  490.                                 <a href=\"{{ path('annuaires_repreneurs_recherche',{'codePays':codePaysWithUnderScore  }) }}\" >
  491.                                     <p class=\"card-text mb-2\" style=\"min-height:80px;\">
  492.                                         {{ translate(\"consultez plus de %%nb_cv_repreneurs_annuaire_fusacq%% CV detailles de repreneurs personnes-physiques en demarche active\" ,lang,\"\",\"M\") | raw }}
  493.                                     </p>  
  494.                                 </a>
  495.                                 <div class=\"col-12 text-center\">
  496.                                     <a href=\"{{ path('annuaires_repreneurs_recherche',{'codePays':codePaysWithUnderScore  }) }}\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  497.                                         {{ translate(\"decouvrir\",lang,\"\",\"M\") | raw }}
  498.                                     </a>
  499.                                 </div>
  500.                             </div>
  501.                         </div>
  502.                     </a>
  503.                     <a href=\"{{ path('fonds_investissement_liste_alphabetique',{'codePays':codePaysWithUnderScore, 'start' : ''}) }}\"  >
  504.                         <div class=\"card no_shadow\">
  505.                             <div class=\"card-body\">
  506.                                 <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/logo_annu_fonds.png\" alt=\"\">
  507.                             </div>
  508.                             <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/photo_121.png\" alt=\"\">
  509.                             <div class=\"card-body\">
  510.                                 <a href=\"{{ path('fonds_investissement_liste_alphabetique',{'codePays':codePaysWithUnderScore, 'start' : ''}) }}\"  >
  511.                                     <p class=\"card-text mb-2\" style=\"min-height:80px;\">
  512.                                         {{ translate(\"faites appel a un fonds pour vos operations de lbo ou d'augmentation  <br> de capital\" ,lang,\"\",\"M\") | raw }}
  513.                                     </p> 
  514.                                 </a>
  515.                                 <div class=\"col-12 text-center\">
  516.                                     <a href=\"{{ path('fonds_investissement_liste_alphabetique',{'codePays':codePaysWithUnderScore, 'start' : ''}) }}\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  517.                                         {{ translate(\"decouvrir\",lang,\"\",\"M\") | raw }}
  518.                                     </a>
  519.                                 </div>
  520.                             </div>
  521.                         </div>
  522.                     </a>
  523.                 </div>
  524.                 <div class=\"card-deck\">
  525.                     <a href=\"{{ path('participation_fonds_index',{'codePays':codePaysWithUnderScore}) }}\" >
  526.                         <div class=\"card no_shadow\">
  527.                             <div class=\"card-body\">
  528.                                 <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/logo_annu_particip.png\" alt=\"\">
  529.                             </div>
  530.                             <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/photo_151.png\" alt=\"\">
  531.                             <div class=\"card-body\">
  532.                                 <a href=\"{{ path('participation_fonds_index',{'codePays':codePaysWithUnderScore}) }}\" >
  533.                                     <p class=\"card-text mb-2\" style=\"min-height:80px;\">
  534.                                         {{ translate(\"consultez les participations des fonds par secteur d’activité, par investisseur ou par date d’investissement. \",lang,\"\",\"M\") | raw }}
  535.                                     </p>
  536.                                 </a>
  537.                                 <div class=\"col-12 text-center\">
  538.                                     <a href=\"{{ path('participation_fonds_index',{'codePays':codePaysWithUnderScore}) }}\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  539.                                         {{ translate(\"decouvrir\",lang,\"\",\"M\") | raw }}
  540.                                     </a>
  541.                                 </div>
  542.                             </div>
  543.                         </div>
  544.                     </a>
  545.                     <a href=\"{{ path('investisseurs_prives_index',{'codePays':codePaysWithUnderScore}) }}\"  >
  546.                         <div class=\"card no_shadow\">
  547.                             <div class=\"card-body\">
  548.                                 <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/logo_annu_invest.png\" alt=\"\">
  549.                             </div>
  550.                             <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/photo_161.png\" alt=\"\">
  551.                             <div class=\"card-body\">
  552.                                 <a href=\"{{ path('investisseurs_prives_index',{'codePays':codePaysWithUnderScore}) }}\"  >
  553.                                     <p class=\"card-text mb-2\" style=\"min-height:80px; max-height: 140px;\">
  554.                                         {{ translate(\"trouvez un business angel pour financer la creation ou le developpement de votre societe\" ,lang,\"\",\"M\") | raw }}
  555.                                     </p>  
  556.                                 </a>
  557.                                 <div class=\"col-12 text-center\">
  558.                                     <a href=\"{{ path('investisseurs_prives_index',{'codePays':codePaysWithUnderScore}) }}\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  559.                                         {{ translate(\"decouvrir\",lang,\"\",\"M\") | raw }}
  560.                                     </a>
  561.                                 </div>
  562.                             </div>
  563.                         </div>
  564.                     </a>
  565.                     <div class=\"card no_shadow\" style=\"/*background-color: #44a3b4;*/border-style: hidden;\">
  566.                         {#<div class=\"card-body\">
  567.                             <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/logo_comment.png\" alt=\"\">
  568.                         </div>
  569.                         <img class=\"card-img-top\" src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/photo_131.png\" alt=\"\">
  570.                         <div class=\"card-body\">
  571.                             <a href=\"#\" >
  572.                                 <p class=\"card-text blanc\" style=\"min-height:80px; max-height: 140px;\">
  573.                                     {{ translate(\"quelques conseils pour une visibilité maximum de votre référencement\" ,lang,\"\",\"M\") | raw }}
  574.                                 </p>      
  575.                             </a>
  576.                             <div class=\"col-12 text-center\">
  577.                                 <a href=\"#\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  578.                                     {{ translate(\"decouvrir\",lang,\"\",\"M\") | raw }}
  579.                                 </a>
  580.                             </div>
  581.                         </div>#}
  582.                     </div>
  583.                 </div>
  584.                 <div class=\"r-tabs col-12 text-center\">
  585.                     <div class=\"r-tabs-nav input-group\">
  586.                         <!-- <div class=\"col-12 col-sm-4 r-tabs-boite-outils mb-3\" >
  587.                                 <a href=\"annu_fonds_invest.html\" class=\"r-tabs-anchor9\">
  588.                                         <div style=\"margin:0 auto; text-align:center; padding:10px;\">
  589.                                                 <img src=\"https://content.fusacq.com/static/fusacq-symfony/css/images/prestataire/user_2.png\" width=\"140\" height=\"140\"><br><br>
  590.                                         <p style=\"line-height:1.04; padding-bottom:10px; font-size:22px;\">Annuaire<br> des fonds d'investissement </p>
  591.                                         <span>Faites appel à un fonds pour vos opérations de LBO ou d'augmentation de capital</span>
  592.                                         </div>
  593.                                 </a>
  594.                         </div> -->
  595.                     </div>
  596.                 </div>
  597.             </div>
  598.             <!--FIN COLONNE DROITE -->
  599.         </div> <!--FIN ROW CONTAINER -->
  600.     </div>  <!--FIN CONTAINER -->
  601. {% endblock %}
  602. {% block javascripts %} {{ parent() }} {% endblock %}
  603. ""annuaires/index.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/annuaires/index.html.twig");
  604.     }
  605. }