var/cache/dev/fr/vpauto/twig/41/415d4eeb4da27ba997a1ab0625d820a6.php line 278

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* Frontend/landing/organization.html.twig */
  14. class __TwigTemplate_79604b166c3e34ae6b29486f3b3c3f02 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'meta_robot' => [$this'block_meta_robot'],
  24.             'meta_title' => [$this'block_meta_title'],
  25.             'meta_desc' => [$this'block_meta_desc'],
  26.             'body_content' => [$this'block_body_content'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "frontend/frontend.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/organization.html.twig"));
  39.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  40.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/organization.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/organization.html.twig"));
  43.         $this->parent $this->loadTemplate("frontend/frontend.html.twig""Frontend/landing/organization.html.twig"1);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  49.         
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  51.     }
  52.     // line 3
  53.     public function block_meta_robot($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  58.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  59.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  62.         // line 4
  63.         echo "    ";
  64.         $this->displayParentBlock("meta_robot"$context$blocks);
  65.         echo "
  66.     <link rel=\"canonical\" href=\"";
  67.         // line 5
  68.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend_organization");
  69.         echo "\"/>
  70.     ";
  71.         // line 6
  72.         echo twig_source($this->env"stubs/seo/robots_index_follow.html.twig");
  73.         echo "
  74. ";
  75.         
  76.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  77.         
  78.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  79.         
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  81.     }
  82.     // line 9
  83.     public function block_meta_title($context, array $blocks = [])
  84.     {
  85.         $macros $this->macros;
  86.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  88.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  89.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  91.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  92.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.organization.title", [], "seo"), "html"nulltrue);
  93.         
  94.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  95.         
  96.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  97.         
  98.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  99.     }
  100.     // line 10
  101.     public function block_meta_desc($context, array $blocks = [])
  102.     {
  103.         $macros $this->macros;
  104.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  106.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  107.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  109.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  110.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.organization.desc", [], "seo"), "html"nulltrue);
  111.         
  112.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  113.         
  114.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  115.         
  116.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  117.     }
  118.     // line 12
  119.     public function block_body_content($context, array $blocks = [])
  120.     {
  121.         $macros $this->macros;
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  124.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  125.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  126.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  127.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  128.         // line 13
  129.         echo "
  130. <div class=\"organisation\">
  131. \t<div class=\"landing-header\">
  132. \t\t<h1 class=\"titre05\">
  133. \t\t\t";
  134.         // line 17
  135.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.header.title", [], "landing"), "html"nulltrue);
  136.         echo "
  137. \t\t\t<span>";
  138.         // line 18
  139.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.header.subtitle", [], "landing"), "html"nulltrue);
  140.         echo "</span>
  141. \t\t</h1>
  142. \t</div>
  143. \t<div class=\"landing-content\">
  144. \t\t<div>
  145. \t\t\t<h2 class=\"titre01\">";
  146.         // line 23
  147.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.title01", [], "landing");
  148.         echo "</h2>
  149. \t\t\t<p class=\"marginT20\">";
  150.         // line 24
  151.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.text01", [], "landing"), "html"nulltrue);
  152.         echo "</p>
  153. \t\t\t<p class=\"marginT20\">";
  154.         // line 25
  155.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.text02", [], "landing"), "html"nulltrue);
  156.         echo "</p>
  157. \t\t\t<p class=\"marginT20\">";
  158.         // line 26
  159.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.text03", [], "landing"), "html"nulltrue);
  160.         echo "</p>
  161.             <div class=\"grid-container marginT40\">
  162.                 <div class=\"grid-50 tab-p-100 m-100\">
  163.                     <div>
  164.                         <h2 class=\"titre04 marginT10\">";
  165.         // line 31
  166.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.title02", [], "landing");
  167.         echo "</h2>
  168.                         <p class=\"marginT20\">";
  169.         // line 32
  170.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.text04", [], "landing");
  171.         echo "</p>
  172.                     </div>
  173.                 </div>
  174.                 <div class=\"grid-50 tab-p-100 m-100\">
  175.                     <div>
  176.                         <h2 class=\"titre04 marginT10\">";
  177.         // line 37
  178.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.title03", [], "landing");
  179.         echo "</h2>
  180.                         <p class=\"marginT20\">";
  181.         // line 38
  182.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.text05", [], "landing");
  183.         echo "</p>
  184.                     </div>
  185.                 </div>
  186.             </div>
  187. \t        <p class=\"marginT40\">
  188. \t            <h3 class=\"titre04\"><strong>";
  189.         // line 44
  190.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.title04", [], "landing"), "html"nulltrue);
  191.         echo "</strong></h3>
  192.             </p>
  193. \t        <p class=\"marginT20\">
  194.                 ";
  195.         // line 47
  196.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.text06", [], "landing");
  197.         echo " <a href=\"";
  198.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_wiki_recruitment");
  199.         echo "\" title=\"\" class=\"lien03\">";
  200.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.text06.link01", [], "landing"), "html"nulltrue);
  201.         echo "</a>
  202. \t        </p>
  203.             ";
  204.         // line 50
  205.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'50$this->source); })()), "request", [], "any"falsefalsefalse50), "locale", [], "any"falsefalsefalse50) == "fr")) {
  206.             // line 51
  207.             echo "            <p class=\"marginT40\">
  208.                 <h3 class=\"titre04\"><strong>";
  209.             // line 52
  210.             echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.title05", [], "landing");
  211.             echo "</strong></h3>
  212.             </p>
  213.             <p class=\"marginT20\">
  214.                 ";
  215.             // line 55
  216.             echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.text07", [], "landing");
  217.             echo "
  218.             </p>
  219.             ";
  220.         }
  221.         // line 58
  222.         echo "
  223.             <p class=\"txtcenter marginT40\">
  224.                 <a class=\"lien09\" href=\"";
  225.         // line 60
  226.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_engagements");
  227.         echo "\">";
  228.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.organization.content.button01.label", [], "landing"), "html"nulltrue);
  229.         echo "</a>
  230.             </p>
  231.         </div>
  232. \t</div>
  233. </div>
  234. <!--Footer -->
  235. ";
  236.         // line 66
  237.         $this->loadTemplate("frontend/footer.html.twig""Frontend/landing/organization.html.twig"66)->display($context);
  238.         // line 67
  239.         echo "<!-- FIN Footer -->
  240. ";
  241.         
  242.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  243.         
  244.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  245.         
  246.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  247.     }
  248.     public function getTemplateName()
  249.     {
  250.         return "Frontend/landing/organization.html.twig";
  251.     }
  252.     public function isTraitable()
  253.     {
  254.         return false;
  255.     }
  256.     public function getDebugInfo()
  257.     {
  258.         return array (  280 => 67,  278 => 66,  267 => 60,  263 => 58,  257 => 55,  251 => 52,  248 => 51,  246 => 50,  236 => 47,  230 => 44,  221 => 38,  217 => 37,  209 => 32,  205 => 31,  197 => 26,  193 => 25,  189 => 24,  185 => 23,  177 => 18,  173 => 17,  167 => 13,  154 => 12,  129 => 10,  104 => 9,  89 => 6,  85 => 5,  80 => 4,  67 => 3,  38 => 1,);
  259.     }
  260.     public function getSourceContext()
  261.     {
  262.         return new Source("{% extends 'frontend/frontend.html.twig' %}
  263. {% block meta_robot %}
  264.     {{ parent() }}
  265.     <link rel=\"canonical\" href=\"{{ url('frontend_organization') }}\"/>
  266.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  267. {% endblock %}
  268. {% block meta_title %}{{ 'seo.landing.organization.title'|trans({}, \"seo\") }}{% endblock %}
  269. {% block meta_desc %}{{ 'seo.landing.organization.desc'|trans({}, \"seo\") }}{% endblock %}
  270. {% block body_content %}
  271. <div class=\"organisation\">
  272. \t<div class=\"landing-header\">
  273. \t\t<h1 class=\"titre05\">
  274. \t\t\t{{ 'frontend.landing.organization.header.title'|trans({}, 'landing') }}
  275. \t\t\t<span>{{ 'frontend.landing.organization.header.subtitle'|trans({}, 'landing') }}</span>
  276. \t\t</h1>
  277. \t</div>
  278. \t<div class=\"landing-content\">
  279. \t\t<div>
  280. \t\t\t<h2 class=\"titre01\">{{ 'frontend.landing.organization.content.title01'|trans({}, 'landing')|raw }}</h2>
  281. \t\t\t<p class=\"marginT20\">{{ 'frontend.landing.organization.content.text01'|trans({}, 'landing') }}</p>
  282. \t\t\t<p class=\"marginT20\">{{ 'frontend.landing.organization.content.text02'|trans({}, 'landing') }}</p>
  283. \t\t\t<p class=\"marginT20\">{{ 'frontend.landing.organization.content.text03'|trans({}, 'landing') }}</p>
  284.             <div class=\"grid-container marginT40\">
  285.                 <div class=\"grid-50 tab-p-100 m-100\">
  286.                     <div>
  287.                         <h2 class=\"titre04 marginT10\">{{ 'frontend.landing.organization.content.title02'|trans({}, 'landing')|raw }}</h2>
  288.                         <p class=\"marginT20\">{{'frontend.landing.organization.content.text04'|trans({}, 'landing')|raw }}</p>
  289.                     </div>
  290.                 </div>
  291.                 <div class=\"grid-50 tab-p-100 m-100\">
  292.                     <div>
  293.                         <h2 class=\"titre04 marginT10\">{{ 'frontend.landing.organization.content.title03'|trans({}, 'landing')|raw }}</h2>
  294.                         <p class=\"marginT20\">{{'frontend.landing.organization.content.text05'|trans({}, 'landing')|raw }}</p>
  295.                     </div>
  296.                 </div>
  297.             </div>
  298. \t        <p class=\"marginT40\">
  299. \t            <h3 class=\"titre04\"><strong>{{ 'frontend.landing.organization.content.title04'|trans({}, 'landing') }}</strong></h3>
  300.             </p>
  301. \t        <p class=\"marginT20\">
  302.                 {{ 'frontend.landing.organization.content.text06'|trans({}, 'landing')|raw }} <a href=\"{{ path('frontend_wiki_recruitment') }}\" title=\"\" class=\"lien03\">{{ 'frontend.landing.organization.content.text06.link01'|trans({}, 'landing') }}</a>
  303. \t        </p>
  304.             {% if app.request.locale == 'fr' %}
  305.             <p class=\"marginT40\">
  306.                 <h3 class=\"titre04\"><strong>{{ 'frontend.landing.organization.content.title05'|trans({}, 'landing')|raw }}</strong></h3>
  307.             </p>
  308.             <p class=\"marginT20\">
  309.                 {{ 'frontend.landing.organization.content.text07'|trans({}, 'landing')|raw }}
  310.             </p>
  311.             {% endif %}
  312.             <p class=\"txtcenter marginT40\">
  313.                 <a class=\"lien09\" href=\"{{ path('frontend_engagements') }}\">{{ 'frontend.landing.organization.content.button01.label'|trans({}, 'landing') }}</a>
  314.             </p>
  315.         </div>
  316. \t</div>
  317. </div>
  318. <!--Footer -->
  319. {% include 'frontend/footer.html.twig' %}
  320. <!-- FIN Footer -->
  321. {% endblock body_content %}
  322. ""Frontend/landing/organization.html.twig""/srv/src/Resources/views/Frontend/landing/organization.html.twig");
  323.     }
  324. }