var/cache/dev/twig/b0/b019c988969ec66fe3a5efc0cf2d80bca679b3358024f11f4a9b68f04fe5ef40.php line 172

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. /* footer_page/qui_somme_nous.html.twig */
  15. class __TwigTemplate_986cde460d101b05edec9b479c85f1266846e3b3244eb114904da1ef052e6916 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""footer_page/qui_somme_nous.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""footer_page/qui_somme_nous.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""footer_page/qui_somme_nous.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("qui sommes-nous ", (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("découvrez l'équipe FUSACQ", (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.       ";
  128.         // line 25
  129.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""footer_page/qui_somme_nous.html.twig"25)->unwrap()->yield($context);
  130.         // line 26
  131.         yield "      <!-- Publicite  -->
  132.       ";
  133.         // line 27
  134.         yield from         $this->loadTemplate("includes/publicite.html.twig""footer_page/qui_somme_nous.html.twig"27)->unwrap()->yield($context);
  135.         // line 28
  136.         yield "      <!-- Publicite  -->
  137.       <div class=\"container\" id=\"app\" >
  138.           <div class=\"row\">
  139.               <!--COLONNE GAUCHE -->
  140.               ";
  141.         // line 33
  142.         yield from         $this->loadTemplate("includes/colonnes_gauche.html.twig""footer_page/qui_somme_nous.html.twig"33)->unwrap()->yield($context);
  143.         // line 34
  144.         yield "              <!--FIN COLONNE GAUCHE -->
  145.               
  146.               
  147.               <!--COLONNE DROITE -->
  148.               <div class=\"col-12 col-lg-9 bkg_blanc no_shadow\">
  149.                   
  150.                   <!-- ARIANE -->
  151.                   <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  152.                       <ol class=\"breadcrumb\">
  153.                           <li class=\"breadcrumb-item\"> <a href=\"";
  154.         // line 43
  155.         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.'43$this->source); })())]), "html"nulltrue);
  156.         yield "\"> ";
  157.         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.'43$this->source); })()), """M");
  158.         yield "</a></li>
  159.                           <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  160.         // line 44
  161.         yield $this->extensions['App\Twig\TranslationExtension']->translate("qui sommes nous", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'44$this->source); })()), """M");
  162.         yield "</li>
  163.                       </ol>
  164.                   </nav>
  165.                   <!-- FIN ARIANE -->
  166.                   
  167.                   
  168.                   <div class=\"col-12 mt-5 mb-3 ml-5\">
  169.                       <h2 class=\"gris_666\">";
  170.         // line 51
  171.         yield $this->extensions['App\Twig\TranslationExtension']->translate("qui sommes nous", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'51$this->source); })()), """M");
  172.         yield "</h2>
  173.                   </div>
  174.                   
  175.                   <div class=\"card mb-3 mt-sm-1 no_shadow\">
  176.                       <div class=\"card-body\">
  177.                           <div class=\"row\">
  178.                               <div class=\"col-12 col-sm-10 mt-3 mb-3 offset-sm-1\">
  179.                                   <h5 class=\"gris_666\">";
  180.         // line 58
  181.         yield $this->extensions['App\Twig\TranslationExtension']->translate("qu'est-ce que Fusacq ?", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'58$this->source); })()), """M");
  182.         yield "</h5>
  183.                                   ";
  184.         // line 59
  185.         yield $this->extensions['App\Twig\TranslationExtension']->translate("fusacq est une place de marche dediee a la Transmission-Reprise d’entreprise.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'59$this->source); })()), """M");
  186.         yield "
  187.                                   ";
  188.         // line 60
  189.         yield $this->extensions['App\Twig\TranslationExtension']->translate("son objectif est simple : faciliter les operations de transmission et de rapprochement d’entreprises en permettant notamment des mises en relation entre les intermediaires, les cedants et les repreneurs d’entreprise.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'60$this->source); })()), """M");
  190.         yield "
  191.                                   <br> <br> <br>
  192.                                   <h5 class=\"gris_666\">";
  193.         // line 62
  194.         yield $this->extensions['App\Twig\TranslationExtension']->translate("a qui s'adresse Fusacq ?", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'62$this->source); })()), """M");
  195.         yield "</h5>
  196.                                   ";
  197.         // line 63
  198.         yield $this->extensions['App\Twig\TranslationExtension']->translate("fusacq s'adresse:", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'63$this->source); })()), """M");
  199.         yield "
  200.                                   <br>
  201.                                   &nbsp;&nbsp;&nbsp;•&nbsp;";
  202.         // line 65
  203.         yield $this->extensions['App\Twig\TranslationExtension']->translate("aux repreneurs d’entreprises.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'65$this->source); })()), """");
  204.         yield "
  205.                                   <br>
  206.                                   &nbsp;&nbsp;&nbsp;•&nbsp;";
  207.         // line 67
  208.         yield $this->extensions['App\Twig\TranslationExtension']->translate("aux dirigeants d'entreprises dans une demarche de cession ou de croissance externe.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'67$this->source); })()), """");
  209.         yield "
  210.                                   <br>
  211.                                   &nbsp;&nbsp;&nbsp;•&nbsp;";
  212.         // line 69
  213.         yield $this->extensions['App\Twig\TranslationExtension']->translate("aux professionnels de la finance (intermediaires en fusions-acquisitions, investisseurs, experts comptables).", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'69$this->source); })()), """");
  214.         yield "
  215.                                   <br><br><br>
  216.                                   
  217.                                   <h5 class=\"gris_666\">";
  218.         // line 72
  219.         yield $this->extensions['App\Twig\TranslationExtension']->translate("l'equipe Fusacq", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'72$this->source); })()), """M");
  220.         yield "</h5>
  221.                                   ";
  222.         // line 73
  223.         yield $this->extensions['App\Twig\TranslationExtension']->translate("l'equipe de Fusacq est composee de professionnels de la Finance specialises dans le metier des Fusions-Acquisitions.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'73$this->source); })()), """M");
  224.         yield "
  225.                                   ";
  226.         // line 74
  227.         yield $this->extensions['App\Twig\TranslationExtension']->translate("leur experience les a amenes a creer cette structure afin de fluidifier le marche de la transmission / reprise d’entreprise.", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'74$this->source); })()), """M");
  228.         yield "
  229.                                   <br><br>
  230.                               </div>
  231.     
  232.                           
  233.                               <div class=\"col-12 col-sm-10 mt-1 mb-3 offset-sm-1\">
  234.                                  
  235.                                  ";
  236.         // line 81
  237.         yield $this->extensions['App\Twig\TranslationExtension']->translate("contact repreneur/ acquereur", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'81$this->source); })()), """M");
  238.         yield ":
  239.                                   <a href=\"";
  240.         // line 82
  241.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'82$this->source); })())]), "html"nulltrue);
  242.         yield "\" v-on:click=\"onClickResponsableRepreneur\">
  243.                                       <strong>";
  244.         // line 83
  245.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["fusacq_team_fr"]) || array_key_exists("fusacq_team_fr"$context) ? $context["fusacq_team_fr"] : (function () { throw new RuntimeError('Variable "fusacq_team_fr" does not exist.'83$this->source); })()), 4, [], "array"falsefalsefalse83), "html"nulltrue);
  246.         yield "</strong>
  247.                                   </a>
  248.                                   <br>
  249.                                   ";
  250.         // line 86
  251.         yield $this->extensions['App\Twig\TranslationExtension']->translate("contact cedant/ intermediaire", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'86$this->source); })()), """M");
  252.         yield ":
  253.                                   <a href=\"";
  254.         // line 87
  255.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'87$this->source); })())]), "html"nulltrue);
  256.         yield "\"  v-on:click=\"onClickResponsableIntermediaire\">
  257.                                       <strong>";
  258.         // line 88
  259.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["fusacq_team_fr"]) || array_key_exists("fusacq_team_fr"$context) ? $context["fusacq_team_fr"] : (function () { throw new RuntimeError('Variable "fusacq_team_fr" does not exist.'88$this->source); })()), 6, [], "array"falsefalsefalse88), "html"nulltrue);
  260.         yield "</strong>
  261.                                   </a>
  262.                                   <br>
  263.                                   ";
  264.         // line 91
  265.         yield $this->extensions['App\Twig\TranslationExtension']->translate("contact investisseur/ partenaire", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'91$this->source); })()), """M");
  266.         yield ":
  267.                                   <a href=\"";
  268.         // line 92
  269.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'92$this->source); })())]), "html"nulltrue);
  270.         yield "\" v-on:click=\"onClickResponsablePartenaire\">
  271.                                       <strong> ";
  272.         // line 93
  273.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["fusacq_team_fr"]) || array_key_exists("fusacq_team_fr"$context) ? $context["fusacq_team_fr"] : (function () { throw new RuntimeError('Variable "fusacq_team_fr" does not exist.'93$this->source); })()), 1, [], "array"falsefalsefalse93), "html"nulltrue);
  274.         yield "</strong>
  275.                                   </a>
  276.                                   <br>
  277.                                   ";
  278.         // line 96
  279.         yield $this->extensions['App\Twig\TranslationExtension']->translate("contact publicite/ Communication", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'96$this->source); })()), """M");
  280.         yield ":
  281.                                   <a href=\"";
  282.         // line 97
  283.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'97$this->source); })())]), "html"nulltrue);
  284.         yield "\"   v-on:click=\"onClickResponsableCommunication\">
  285.                                       <strong>";
  286.         // line 98
  287.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["fusacq_team_fr"]) || array_key_exists("fusacq_team_fr"$context) ? $context["fusacq_team_fr"] : (function () { throw new RuntimeError('Variable "fusacq_team_fr" does not exist.'98$this->source); })()), 5, [], "array"falsefalsefalse98), "html"nulltrue);
  288.         yield "</strong>
  289.                                   </a>
  290.                                   <br>
  291.                                   ";
  292.         // line 101
  293.         yield $this->extensions['App\Twig\TranslationExtension']->translate("contact formation", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'101$this->source); })()), """M");
  294.         yield ":
  295.                                   <a href=\"";
  296.         // line 102
  297.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact", ["codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'102$this->source); })())]), "html"nulltrue);
  298.         yield "\" v-on:click=\"onClickResponsableFormation\">
  299.                                       <strong>";
  300.         // line 103
  301.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["fusacq_team_fr"]) || array_key_exists("fusacq_team_fr"$context) ? $context["fusacq_team_fr"] : (function () { throw new RuntimeError('Variable "fusacq_team_fr" does not exist.'103$this->source); })()), 2, [], "array"falsefalsefalse103), "html"nulltrue);
  302.         yield "</strong>
  303.                                   </a>
  304.                                   <br>
  305.                               </div>
  306.                               
  307.                           </div>
  308.                       </div>
  309.                   </div>
  310.               </div> <!--FIN COLONNE DROITE -->
  311.           </div>
  312.       </div>
  313.   ";
  314.         
  315.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  316.         
  317.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  318.         return; yield '';
  319.     }
  320.     // line 121
  321.     public function block_javascripts($context, array $blocks = [])
  322.     {
  323.         $macros $this->macros;
  324.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  325.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  326.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  327.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  328.         yield " ";
  329.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  330.         yield "
  331.     
  332.           <script type=\"module\" data-name=\"";
  333.         // line 123
  334.         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.'123$this->source); })()), "html"nulltrue);
  335.         yield "\" id=\"codePaysParam\"
  336.                   src=\"";
  337.         // line 124
  338.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/footer_page/qui_sommes_nous.js"), "html"nulltrue);
  339.         yield "\"></script>
  340.      
  341.  ";
  342.         
  343.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  344.         
  345.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  346.         return; yield '';
  347.     }
  348.     /**
  349.      * @codeCoverageIgnore
  350.      */
  351.     public function getTemplateName()
  352.     {
  353.         return "footer_page/qui_somme_nous.html.twig";
  354.     }
  355.     /**
  356.      * @codeCoverageIgnore
  357.      */
  358.     public function isTraitable()
  359.     {
  360.         return false;
  361.     }
  362.     /**
  363.      * @codeCoverageIgnore
  364.      */
  365.     public function getDebugInfo()
  366.     {
  367.         return array (  378 => 124,  374 => 123,  359 => 121,  331 => 103,  327 => 102,  323 => 101,  317 => 98,  313 => 97,  309 => 96,  303 => 93,  299 => 92,  295 => 91,  289 => 88,  285 => 87,  281 => 86,  275 => 83,  271 => 82,  267 => 81,  257 => 74,  253 => 73,  249 => 72,  243 => 69,  238 => 67,  233 => 65,  228 => 63,  224 => 62,  219 => 60,  215 => 59,  211 => 58,  201 => 51,  191 => 44,  185 => 43,  174 => 34,  172 => 33,  165 => 28,  163 => 27,  160 => 26,  158 => 25,  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,);
  368.     }
  369.     public function getSourceContext()
  370.     {
  371.         return new Source("{% extends 'base.html.twig' %}
  372. {% block title %}
  373. <title>{{ translate(\"qui sommes-nous \" ,lang,\"\",\"M\") | raw }}</title>
  374. {% endblock %}
  375. {% block description %}
  376. <meta name=\"description\" content=\"{{ translate(\"découvrez l'équipe FUSACQ\" ,lang,\"\",\"M\") | raw }}\">
  377. {% endblock %}
  378.  {% block stylesheets %}
  379.      {{ parent() }}
  380.  {% endblock %}
  381.   {% block body %}
  382.       <!-- Menu  -->
  383.       {{ render_esi(controller(
  384.           'App\\\\Controller\\\\CoreController::menu',
  385.           {   \"lang\": lang,
  386.               \"currentRoute\":currentRoute,
  387.               \"codePays\": codePaysWithUnderScore }
  388.       )) | spaceless }}
  389.       <!-- Menu  -->
  390.       {% include 'assets/assets_vuejs.html.twig' %}
  391.       <!-- Publicite  -->
  392.       {% include 'includes/publicite.html.twig' %}
  393.       <!-- Publicite  -->
  394.       <div class=\"container\" id=\"app\" >
  395.           <div class=\"row\">
  396.               <!--COLONNE GAUCHE -->
  397.               {% include 'includes/colonnes_gauche.html.twig' %}
  398.               <!--FIN COLONNE GAUCHE -->
  399.               
  400.               
  401.               <!--COLONNE DROITE -->
  402.               <div class=\"col-12 col-lg-9 bkg_blanc no_shadow\">
  403.                   
  404.                   <!-- ARIANE -->
  405.                   <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  406.                       <ol class=\"breadcrumb\">
  407.                           <li class=\"breadcrumb-item\"> <a href=\"{{ path('index',{'codePays':codePays }) }}\"> {{ translate(\"accueil\" ,lang,\"\",\"M\") | raw }}</a></li>
  408.                           <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ translate(\"qui sommes nous\",lang,\"\",\"M\") | raw }}</li>
  409.                       </ol>
  410.                   </nav>
  411.                   <!-- FIN ARIANE -->
  412.                   
  413.                   
  414.                   <div class=\"col-12 mt-5 mb-3 ml-5\">
  415.                       <h2 class=\"gris_666\">{{ translate(\"qui sommes nous\",lang,\"\",\"M\") | raw }}</h2>
  416.                   </div>
  417.                   
  418.                   <div class=\"card mb-3 mt-sm-1 no_shadow\">
  419.                       <div class=\"card-body\">
  420.                           <div class=\"row\">
  421.                               <div class=\"col-12 col-sm-10 mt-3 mb-3 offset-sm-1\">
  422.                                   <h5 class=\"gris_666\">{{ translate(\"qu'est-ce que Fusacq ?\",lang,\"\",\"M\") | raw }}</h5>
  423.                                   {{ translate(\"fusacq est une place de marche dediee a la Transmission-Reprise d’entreprise.\",lang,\"\",\"M\") | raw }}
  424.                                   {{ translate(\"son objectif est simple : faciliter les operations de transmission et de rapprochement d’entreprises en permettant notamment des mises en relation entre les intermediaires, les cedants et les repreneurs d’entreprise.\",lang,\"\",\"M\") | raw }}
  425.                                   <br> <br> <br>
  426.                                   <h5 class=\"gris_666\">{{ translate(\"a qui s'adresse Fusacq ?\",lang,\"\",\"M\") | raw }}</h5>
  427.                                   {{ translate(\"fusacq s'adresse:\",lang,\"\",\"M\") | raw }}
  428.                                   <br>
  429.                                   &nbsp;&nbsp;&nbsp;•&nbsp;{{ translate(\"aux repreneurs d’entreprises.\",lang,\"\",\"\") | raw }}
  430.                                   <br>
  431.                                   &nbsp;&nbsp;&nbsp;•&nbsp;{{ translate(\"aux dirigeants d'entreprises dans une demarche de cession ou de croissance externe.\",lang,\"\",\"\") | raw }}
  432.                                   <br>
  433.                                   &nbsp;&nbsp;&nbsp;•&nbsp;{{ translate(\"aux professionnels de la finance (intermediaires en fusions-acquisitions, investisseurs, experts comptables).\",lang,\"\",\"\") | raw }}
  434.                                   <br><br><br>
  435.                                   
  436.                                   <h5 class=\"gris_666\">{{ translate(\"l'equipe Fusacq\",lang,\"\",\"M\") | raw }}</h5>
  437.                                   {{ translate(\"l'equipe de Fusacq est composee de professionnels de la Finance specialises dans le metier des Fusions-Acquisitions.\",lang,\"\",\"M\") | raw }}
  438.                                   {{ translate(\"leur experience les a amenes a creer cette structure afin de fluidifier le marche de la transmission / reprise d’entreprise.\",lang,\"\",\"M\") | raw }}
  439.                                   <br><br>
  440.                               </div>
  441.     
  442.                           
  443.                               <div class=\"col-12 col-sm-10 mt-1 mb-3 offset-sm-1\">
  444.                                  
  445.                                  {{ translate(\"contact repreneur/ acquereur\",lang,\"\",\"M\") | raw }}:
  446.                                   <a href=\"{{ path(\"contact\",{'codePays':codePaysWithUnderScore }) }}\" v-on:click=\"onClickResponsableRepreneur\">
  447.                                       <strong>{{ fusacq_team_fr[4]  }}</strong>
  448.                                   </a>
  449.                                   <br>
  450.                                   {{ translate(\"contact cedant/ intermediaire\",lang,\"\",\"M\") | raw }}:
  451.                                   <a href=\"{{ path(\"contact\",{'codePays':codePaysWithUnderScore }) }}\"  v-on:click=\"onClickResponsableIntermediaire\">
  452.                                       <strong>{{ fusacq_team_fr[6]  }}</strong>
  453.                                   </a>
  454.                                   <br>
  455.                                   {{ translate(\"contact investisseur/ partenaire\",lang,\"\",\"M\") | raw }}:
  456.                                   <a href=\"{{ path(\"contact\",{'codePays':codePaysWithUnderScore }) }}\" v-on:click=\"onClickResponsablePartenaire\">
  457.                                       <strong> {{ fusacq_team_fr[1]  }}</strong>
  458.                                   </a>
  459.                                   <br>
  460.                                   {{ translate(\"contact publicite/ Communication\",lang,\"\",\"M\") | raw }}:
  461.                                   <a href=\"{{ path(\"contact\",{'codePays':codePaysWithUnderScore }) }}\"   v-on:click=\"onClickResponsableCommunication\">
  462.                                       <strong>{{ fusacq_team_fr[5]  }}</strong>
  463.                                   </a>
  464.                                   <br>
  465.                                   {{ translate(\"contact formation\",lang,\"\",\"M\") | raw }}:
  466.                                   <a href=\"{{ path(\"contact\",{'codePays':codePaysWithUnderScore }) }}\" v-on:click=\"onClickResponsableFormation\">
  467.                                       <strong>{{ fusacq_team_fr[2]  }}</strong>
  468.                                   </a>
  469.                                   <br>
  470.                               </div>
  471.                               
  472.                           </div>
  473.                       </div>
  474.                   </div>
  475.               </div> <!--FIN COLONNE DROITE -->
  476.           </div>
  477.       </div>
  478.   {% endblock %}
  479.  {% block javascripts %} {{ parent() }}
  480.     
  481.           <script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\"
  482.                   src=\"{{ asset('build/js/footer_page/qui_sommes_nous.js') }}\"></script>
  483.      
  484.  {% endblock %}""footer_page/qui_somme_nous.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/footer_page/qui_somme_nous.html.twig");
  485.     }
  486. }