var/cache/dev/twig/13/135f7aa6c1e4936bc28a4db54d22fef9.php line 48

  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. /* base_layout.html.twig */
  15. class __TwigTemplate_d59ee6537ddc10f20c4b4e9d6ae19879 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.             'body' => [$this'block_body'],
  26.             'drawerMenu' => [$this'block_drawerMenu'],
  27.             'header' => [$this'block_header'],
  28.             'mainNavigation' => [$this'block_mainNavigation'],
  29.             'topNavigationExtra' => [$this'block_topNavigationExtra'],
  30.             'beforeContent' => [$this'block_beforeContent'],
  31.             'content' => [$this'block_content'],
  32.             'afterContent' => [$this'block_afterContent'],
  33.             'footer' => [$this'block_footer'],
  34.         ];
  35.     }
  36.     protected function doGetParent(array $context)
  37.     {
  38.         // line 1
  39.         return "base.html.twig";
  40.     }
  41.     protected function doDisplay(array $context, array $blocks = [])
  42.     {
  43.         $macros $this->macros;
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base_layout.html.twig"));
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base_layout.html.twig"));
  48.         $this->parent $this->loadTemplate("base.html.twig""base_layout.html.twig"1);
  49.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  50.         
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  52.         
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  54.     }
  55.     // line 2
  56.     public function block_title($context, array $blocks = [])
  57.     {
  58.         $macros $this->macros;
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  63.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app_name") . " ") . $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse2), "get", ["title"], "method"truetruefalse2)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse2), "get", ["title"], "method"falsefalsefalse2), "")) : ("")))), "html"nulltrue);
  64.         
  65.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  66.         
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  68.         return; yield '';
  69.     }
  70.     // line 3
  71.     public function block_body($context, array $blocks = [])
  72.     {
  73.         $macros $this->macros;
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  75.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  76.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  77.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  78.         // line 4
  79.         yield "<ntl-linear-progress></ntl-linear-progress>
  80.     <ntl-drawer type=\"modal\" hasHeader trigger=\"[ntl-layout-main-menu-btn]\">
  81.         <div slot=\"title\" class=\"logo-caption\">
  82.             <div class=\"drawer-logo\">                
  83.                 <a class=\"ntl-logo\" href=\"/\">
  84.                     <div class=\"logoImg\"></div>
  85.                 </a>          
  86.             </div>            
  87.         </div>";
  88.         // line 13
  89.         yield from $this->unwrap()->yieldBlock('drawerMenu'$context$blocks);
  90.         // line 17
  91.         yield "</ntl-drawer>    
  92.     <section class=\"ntl-app-layout\">";
  93.         // line 19
  94.         yield from $this->unwrap()->yieldBlock('header'$context$blocks);
  95.         // line 53
  96.         yield "<section class=\"before-content-section\">";
  97.         yield from $this->unwrap()->yieldBlock('beforeContent'$context$blocks);
  98.         yield "</section>                                     
  99.         <section class=\"content-section\">";
  100.         // line 54
  101.         yield from $this->unwrap()->yieldBlock('content'$context$blocks);
  102.         yield "</section>
  103.         <section class=\"after-content-section\">";
  104.         // line 55
  105.         yield from $this->unwrap()->yieldBlock('afterContent'$context$blocks);
  106.         yield "</section>";
  107.         // line 56
  108.         yield from $this->unwrap()->yieldBlock('footer'$context$blocks);
  109.         // line 124
  110.         yield "</section>";
  111.         
  112.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  113.         
  114.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  115.         return; yield '';
  116.     }
  117.     // line 13
  118.     public function block_drawerMenu($context, array $blocks = [])
  119.     {
  120.         $macros $this->macros;
  121.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""drawerMenu"));
  123.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  124.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""drawerMenu"));
  125.         // line 14
  126.         $context["menu"] = $this->extensions['Knp\Menu\Twig\MenuExtension']->get("main", [], ["attributes" => ["class" => "drawerMenu"]]);
  127.         yield "     
  128.             ";
  129.         // line 15
  130.         yield $this->extensions['Knp\Menu\Twig\MenuExtension']->render((isset($context["menu"]) || array_key_exists("menu"$context) ? $context["menu"] : (function () { throw new RuntimeError('Variable "menu" does not exist.'15$this->source); })()), ["template" => "menu/ntl-list.html.twig"]);
  131.         
  132.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  133.         
  134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  135.         return; yield '';
  136.     }
  137.     // line 19
  138.     public function block_header($context, array $blocks = [])
  139.     {
  140.         $macros $this->macros;
  141.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  143.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  144.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  145.         // line 20
  146.         yield "<section class=\"header-section\" >       
  147.                 <div class=\"navbar-mini\">                   
  148.                     <ntl-fab mini icon=\"menu\" ntl-layout-main-menu-btn tooltip=\"Menu principal\"></ntl-fab>                                        
  149.                     <div class=\"contact-group\">
  150.                         <ntl-fab mini extended href-target=\"_blank\" icon=\"smartphone\" href=\"https://nautile.support\" label=\"SMS au 14 28\"
  151.                             tooltip=\"Envoyez un SMS au 1428 (numéro non surtaxé)\"></ntl-fab>                        
  152.                         <ntl-fab mini extended href-target=\"_blank\" icon=\"mail_outline\" href=\"https://nautile.support\" label=\"contact@nautile.nc\"
  153.                             tooltip=\"Envoyez-nous vos messages\"></ntl-fab>
  154.                         <ntl-fab mini extended href-target=\"_blank\" icon=\"location_on\" href=\"https://nautile.boutique/\" label=\"Boutique\"
  155.                             tooltip=\"Découvrez notre boutique\"></ntl-fab>
  156.                     </div>
  157.                 </div>
  158.                 <div class=\"navbar\">
  159.                     <div class=\"logo-section\">
  160.                         <div class=\"logo-wrapper\">
  161.                             <a class=\"ntl-logo\" href=\"/\">
  162.                                 <div class=\"logoImg\"></div>
  163.                             </a>                        
  164.                         </div>
  165.                     </div>";
  166.         // line 40
  167.         yield from $this->unwrap()->yieldBlock('mainNavigation'$context$blocks);
  168.         // line 45
  169.         yield "<div class=\"header-widget\">";
  170.         // line 46
  171.         yield from $this->unwrap()->yieldBlock('topNavigationExtra'$context$blocks);
  172.         // line 49
  173.         yield "</div>
  174.                 </div>   
  175.             </section>";
  176.         
  177.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  178.         
  179.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  180.         return; yield '';
  181.     }
  182.     // line 40
  183.     public function block_mainNavigation($context, array $blocks = [])
  184.     {
  185.         $macros $this->macros;
  186.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  187.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainNavigation"));
  188.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  189.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainNavigation"));
  190.         // line 41
  191.         yield "                   
  192.                         ";
  193.         // line 42
  194.         $context["menu"] = $this->extensions['Knp\Menu\Twig\MenuExtension']->get("main", [], ["attributes" => ["class" => "mainNavigation""disposition" => "horizontal"]]);
  195.         yield "         
  196.                         ";
  197.         // line 43
  198.         yield $this->extensions['Knp\Menu\Twig\MenuExtension']->render((isset($context["menu"]) || array_key_exists("menu"$context) ? $context["menu"] : (function () { throw new RuntimeError('Variable "menu" does not exist.'43$this->source); })()), ["template" => "menu/ntl-list.html.twig"]);
  199.         
  200.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  201.         
  202.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  203.         return; yield '';
  204.     }
  205.     // line 46
  206.     public function block_topNavigationExtra($context, array $blocks = [])
  207.     {
  208.         $macros $this->macros;
  209.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  210.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""topNavigationExtra"));
  211.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  212.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""topNavigationExtra"));
  213.         
  214.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  215.         
  216.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  217.         return; yield '';
  218.     }
  219.     // line 53
  220.     public function block_beforeContent($context, array $blocks = [])
  221.     {
  222.         $macros $this->macros;
  223.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  224.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""beforeContent"));
  225.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  226.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""beforeContent"));
  227.         
  228.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  229.         
  230.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  231.         return; yield '';
  232.     }
  233.     // line 54
  234.     public function block_content($context, array $blocks = [])
  235.     {
  236.         $macros $this->macros;
  237.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  238.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  239.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  240.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  241.         
  242.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  243.         
  244.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  245.         return; yield '';
  246.     }
  247.     // line 55
  248.     public function block_afterContent($context, array $blocks = [])
  249.     {
  250.         $macros $this->macros;
  251.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  252.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""afterContent"));
  253.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  254.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""afterContent"));
  255.         
  256.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  257.         
  258.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  259.         return; yield '';
  260.     }
  261.     // line 56
  262.     public function block_footer($context, array $blocks = [])
  263.     {
  264.         $macros $this->macros;
  265.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  266.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  267.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  268.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  269.         // line 57
  270.         yield "<section class=\"footer-section\">             
  271.                 <section class=\"ntl-footer--social-section\">            
  272.                     <span class=\"footer-social-overlap ntl-footer--social-connect\">EN CONTACT<span class=\"footer-social-small\">avec</span>Nautile</span>
  273.                     <span class=\"footer-social-overlap ntl-footer--social-icons\">                
  274.                         <ntl-icon-button class=\"instagram\" href=\"https://www.instagram.com/nautile_nc/?hl=fr\" tooltip=\"Nautile sur Instagram\" >
  275.                             <span class=\"instagramLogo\"></span>
  276.                         </ntl-icon-button>
  277.                         <ntl-icon-button class=\"facebook\" href=\"https://www.facebook.com/nautile.nc\" tooltip=\"Nautile sur Facebook\" >
  278.                             <span class=\"facebookLogo\"></span>
  279.                         </ntl-icon-button>
  280.                         <ntl-icon-button class=\"twitter\" href=\"https://twitter.com/nautilenc\" tooltip=\"Nautile sur Twitter\" >
  281.                             <span class=\"twitterLogo\"></span>
  282.                         </ntl-icon-button>
  283.                         <ntl-icon-button class=\"twitter\" href=\"https://www.nautile.video\" icon=\"play_circle_outline\" tooltip=\"Assistance sur nautile.video\" ></ntl-icon-button>                
  284.                     </span>    
  285.                 </section>
  286.                 <section class=\"ntl-footer--slogan-section\">
  287.                     <img src=\"/build/images/logo-nautile-footer.png\">                     
  288.                     <div class=\"footer-slogan\"> 
  289.                         Nautile vous propose une connexion internet à vitesse maximale en fibre optique et en ADSL, des téléchargements à volonté et des appels illimités dans le monde entier !
  290.                     </div>
  291.                 </section>
  292.                 <section class=\"ntl-footer--quick-links-section\">
  293.                     <div>
  294.                         <div class=\"footer-section-title\">Services</div> 
  295.                         <ul class=\"footer-links\">
  296.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://mon.nautile.nc/\" target=\"_blank\">Mon Nautile</a></li> 
  297.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://webmail.nautile.nc/\" target=\"_blank\">Webmail</a></li> 
  298.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://nautile.support/\" target=\"_blank\">Nous contacter</a></li> 
  299.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://nautile.video/\" target=\"_blank\">Assistance</a></li>
  300.                         </ul>
  301.                     </div> 
  302.                     <div>
  303.                         <div class=\"footer-section-title\">Accès rapide</div> 
  304.                         <ul class=\"footer-links\">
  305.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://www.nautile.nc/service/connexion/\" target=\"_blank\">Forfait Nautile</a></li>
  306.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://nautile.boutique\" target=\"_blank\">Boutique</a></li>
  307.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://www.internet-signalement.gouv.fr/PortailWeb/planets/Accueil!input.action\" target=\"_blank\">Signalement</a></li>
  308.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://www.nautile.nc/team/\" target=\"_blank\">Recrutement</a></li>
  309.                         </ul>
  310.                     </div>
  311.                     <div>
  312.                         <div class=\"footer-section-title\">Découvrez notre boutique</div> 
  313.                         <ul class=\"footer-address\">
  314.                             <li><ntl-icon small>location_on</ntl-icon><a href=\"https://nautile.boutique\" target=\"_blank\">142 Rue Auguste Bénébig à Magenta</a></li>
  315.                             <li><ntl-icon small>location_city</ntl-icon><a href=\"https://nautile.boutique\" target=\"_blank\">98800 NOUMÉA</a></li>
  316.                             <li><ntl-icon small>email</ntl-icon><a href=\"https://nautile.support\" target=\"_blank\">contact@nautile.nc</a></li>
  317.                             <li><ntl-icon small>phone</ntl-icon><a href=\"https://nautile.support\" target=\"_blank\">SMS au 1428</a></li>
  318.                             <li><ntl-icon small>schedule</ntl-icon><a href=\"https://nautile.support\" target=\"_blank\">Sur rendez-vous</a></li>
  319.                         </ul>
  320.                     </div>
  321.                 </section>
  322.                 <section class=\"ntl-footer--action-section\">
  323.                     <ntl-fab extended icon=\"contact_support\" href=\"https://nautile.support\" href-target=\"_blank\" label=\"Nous contacter\"></ntl-fab>
  324.                 </section>
  325.                 <section class=\"ntl-footer--bottom-section\">
  326.                     <div>
  327.                         <strong>Nautile</strong> | <span>Internet. Téléphone. Télévision</span>
  328.                     </div> 
  329.                     <div >
  330.                         <a href=\"https://www.nautile.nc/conditions-generales-de-vente\" target=\"_blank\" rel=\"nofollow\" class=\"tooltip\">CGV/CGU</a> |
  331.                         <a href=\"https://www.nautile.nc/nautile/mentions-legales\" target=\"_blank\" rel=\"nofollow\" class=\"tooltip\" >Mentions légales</a> |
  332.                         <a href=\"https://www.nautile.nc\" target=\"_blank\" rel=\"nofollow\" class=\"tooltip\">Notre site nautile.nc</a>
  333.                     </div>
  334.                 </section>
  335.             </section>";
  336.         
  337.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  338.         
  339.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  340.         return; yield '';
  341.     }
  342.     /**
  343.      * @codeCoverageIgnore
  344.      */
  345.     public function getTemplateName()
  346.     {
  347.         return "base_layout.html.twig";
  348.     }
  349.     /**
  350.      * @codeCoverageIgnore
  351.      */
  352.     public function isTraitable()
  353.     {
  354.         return false;
  355.     }
  356.     /**
  357.      * @codeCoverageIgnore
  358.      */
  359.     public function getDebugInfo()
  360.     {
  361.         return array (  329 => 57,  319 => 56,  300 => 55,  281 => 54,  262 => 53,  243 => 46,  232 => 43,  228 => 42,  225 => 41,  215 => 40,  202 => 49,  200 => 46,  198 => 45,  196 => 40,  175 => 20,  165 => 19,  154 => 15,  150 => 14,  140 => 13,  129 => 124,  127 => 56,  124 => 55,  120 => 54,  115 => 53,  113 => 19,  110 => 17,  108 => 13,  98 => 4,  88 => 3,  68 => 2,  45 => 1,);
  362.     }
  363.     public function getSourceContext()
  364.     {
  365.         return new Source("{% extends 'base.html.twig' %}
  366. {% block title %}{{ 'app_name'|trans ~ \" \" ~ app.request.get('title')|default(\"\")|trans }}{% endblock %}
  367. {%- block body -%}             
  368.     <ntl-linear-progress></ntl-linear-progress>
  369.     <ntl-drawer type=\"modal\" hasHeader trigger=\"[ntl-layout-main-menu-btn]\">
  370.         <div slot=\"title\" class=\"logo-caption\">
  371.             <div class=\"drawer-logo\">                
  372.                 <a class=\"ntl-logo\" href=\"/\">
  373.                     <div class=\"logoImg\"></div>
  374.                 </a>          
  375.             </div>            
  376.         </div>        
  377.         {%- block drawerMenu -%}
  378.         {% set menu = knp_menu_get(\"main\", [], { attributes: { class:\"drawerMenu\"} } ) %}     
  379.             {{ knp_menu_render(menu, { template: \"menu/ntl-list.html.twig\" } ) }}                                   
  380.         {%- endblock -%}             
  381.     </ntl-drawer>    
  382.     <section class=\"ntl-app-layout\">                             
  383.         {%- block header -%}             
  384.             <section class=\"header-section\" >       
  385.                 <div class=\"navbar-mini\">                   
  386.                     <ntl-fab mini icon=\"menu\" ntl-layout-main-menu-btn tooltip=\"Menu principal\"></ntl-fab>                                        
  387.                     <div class=\"contact-group\">
  388.                         <ntl-fab mini extended href-target=\"_blank\" icon=\"smartphone\" href=\"https://nautile.support\" label=\"SMS au 14 28\"
  389.                             tooltip=\"Envoyez un SMS au 1428 (numéro non surtaxé)\"></ntl-fab>                        
  390.                         <ntl-fab mini extended href-target=\"_blank\" icon=\"mail_outline\" href=\"https://nautile.support\" label=\"contact@nautile.nc\"
  391.                             tooltip=\"Envoyez-nous vos messages\"></ntl-fab>
  392.                         <ntl-fab mini extended href-target=\"_blank\" icon=\"location_on\" href=\"https://nautile.boutique/\" label=\"Boutique\"
  393.                             tooltip=\"Découvrez notre boutique\"></ntl-fab>
  394.                     </div>
  395.                 </div>
  396.                 <div class=\"navbar\">
  397.                     <div class=\"logo-section\">
  398.                         <div class=\"logo-wrapper\">
  399.                             <a class=\"ntl-logo\" href=\"/\">
  400.                                 <div class=\"logoImg\"></div>
  401.                             </a>                        
  402.                         </div>
  403.                     </div>    
  404.                     {%- block mainNavigation -%} 
  405.                         {# SEE https://github.com/KnpLabs/KnpMenu/blob/master/doc/02-Twig-Integration.md#}                   
  406.                         {% set menu = knp_menu_get(\"main\", [], { attributes: { class:\"mainNavigation\", disposition: \"horizontal\" } } ) %}         
  407.                         {{ knp_menu_render(menu, { template: \"menu/ntl-list.html.twig\" } ) }}                         
  408.                     {%- endblock -%}             
  409.                     <div class=\"header-widget\">
  410.                         {%- block topNavigationExtra -%}
  411.                         {# {{ render(path('ntl_user.userbox')) }} #}
  412.                         {%- endblock -%}
  413.                     </div>
  414.                 </div>   
  415.             </section>
  416.         {%- endblock -%}
  417.         <section class=\"before-content-section\">{%- block beforeContent -%}{%- endblock -%}</section>                                     
  418.         <section class=\"content-section\">{%- block content -%}{%- endblock -%}</section>
  419.         <section class=\"after-content-section\">{%- block afterContent -%}{%- endblock -%}</section>                                
  420.         {%- block footer -%}
  421.             <section class=\"footer-section\">             
  422.                 <section class=\"ntl-footer--social-section\">            
  423.                     <span class=\"footer-social-overlap ntl-footer--social-connect\">EN CONTACT<span class=\"footer-social-small\">avec</span>Nautile</span>
  424.                     <span class=\"footer-social-overlap ntl-footer--social-icons\">                
  425.                         <ntl-icon-button class=\"instagram\" href=\"https://www.instagram.com/nautile_nc/?hl=fr\" tooltip=\"Nautile sur Instagram\" >
  426.                             <span class=\"instagramLogo\"></span>
  427.                         </ntl-icon-button>
  428.                         <ntl-icon-button class=\"facebook\" href=\"https://www.facebook.com/nautile.nc\" tooltip=\"Nautile sur Facebook\" >
  429.                             <span class=\"facebookLogo\"></span>
  430.                         </ntl-icon-button>
  431.                         <ntl-icon-button class=\"twitter\" href=\"https://twitter.com/nautilenc\" tooltip=\"Nautile sur Twitter\" >
  432.                             <span class=\"twitterLogo\"></span>
  433.                         </ntl-icon-button>
  434.                         <ntl-icon-button class=\"twitter\" href=\"https://www.nautile.video\" icon=\"play_circle_outline\" tooltip=\"Assistance sur nautile.video\" ></ntl-icon-button>                
  435.                     </span>    
  436.                 </section>
  437.                 <section class=\"ntl-footer--slogan-section\">
  438.                     <img src=\"/build/images/logo-nautile-footer.png\">                     
  439.                     <div class=\"footer-slogan\"> 
  440.                         Nautile vous propose une connexion internet à vitesse maximale en fibre optique et en ADSL, des téléchargements à volonté et des appels illimités dans le monde entier !
  441.                     </div>
  442.                 </section>
  443.                 <section class=\"ntl-footer--quick-links-section\">
  444.                     <div>
  445.                         <div class=\"footer-section-title\">Services</div> 
  446.                         <ul class=\"footer-links\">
  447.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://mon.nautile.nc/\" target=\"_blank\">Mon Nautile</a></li> 
  448.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://webmail.nautile.nc/\" target=\"_blank\">Webmail</a></li> 
  449.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://nautile.support/\" target=\"_blank\">Nous contacter</a></li> 
  450.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://nautile.video/\" target=\"_blank\">Assistance</a></li>
  451.                         </ul>
  452.                     </div> 
  453.                     <div>
  454.                         <div class=\"footer-section-title\">Accès rapide</div> 
  455.                         <ul class=\"footer-links\">
  456.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://www.nautile.nc/service/connexion/\" target=\"_blank\">Forfait Nautile</a></li>
  457.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://nautile.boutique\" target=\"_blank\">Boutique</a></li>
  458.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://www.internet-signalement.gouv.fr/PortailWeb/planets/Accueil!input.action\" target=\"_blank\">Signalement</a></li>
  459.                             <li><ntl-icon small>send</ntl-icon><a href=\"https://www.nautile.nc/team/\" target=\"_blank\">Recrutement</a></li>
  460.                         </ul>
  461.                     </div>
  462.                     <div>
  463.                         <div class=\"footer-section-title\">Découvrez notre boutique</div> 
  464.                         <ul class=\"footer-address\">
  465.                             <li><ntl-icon small>location_on</ntl-icon><a href=\"https://nautile.boutique\" target=\"_blank\">142 Rue Auguste Bénébig à Magenta</a></li>
  466.                             <li><ntl-icon small>location_city</ntl-icon><a href=\"https://nautile.boutique\" target=\"_blank\">98800 NOUMÉA</a></li>
  467.                             <li><ntl-icon small>email</ntl-icon><a href=\"https://nautile.support\" target=\"_blank\">contact@nautile.nc</a></li>
  468.                             <li><ntl-icon small>phone</ntl-icon><a href=\"https://nautile.support\" target=\"_blank\">SMS au 1428</a></li>
  469.                             <li><ntl-icon small>schedule</ntl-icon><a href=\"https://nautile.support\" target=\"_blank\">Sur rendez-vous</a></li>
  470.                         </ul>
  471.                     </div>
  472.                 </section>
  473.                 <section class=\"ntl-footer--action-section\">
  474.                     <ntl-fab extended icon=\"contact_support\" href=\"https://nautile.support\" href-target=\"_blank\" label=\"Nous contacter\"></ntl-fab>
  475.                 </section>
  476.                 <section class=\"ntl-footer--bottom-section\">
  477.                     <div>
  478.                         <strong>Nautile</strong> | <span>Internet. Téléphone. Télévision</span>
  479.                     </div> 
  480.                     <div >
  481.                         <a href=\"https://www.nautile.nc/conditions-generales-de-vente\" target=\"_blank\" rel=\"nofollow\" class=\"tooltip\">CGV/CGU</a> |
  482.                         <a href=\"https://www.nautile.nc/nautile/mentions-legales\" target=\"_blank\" rel=\"nofollow\" class=\"tooltip\" >Mentions légales</a> |
  483.                         <a href=\"https://www.nautile.nc\" target=\"_blank\" rel=\"nofollow\" class=\"tooltip\">Notre site nautile.nc</a>
  484.                     </div>
  485.                 </section>
  486.             </section>
  487.         {%- endblock -%}            
  488.     </section>              
  489. {%- endblock -%}
  490. ""base_layout.html.twig""/var/www/html/app/Paiement/templates/base_layout.html.twig");
  491.     }
  492. }