var/cache/dev/twig/93/9307dc9ac2fc44da65b7fb8e5ff7f7e9.php line 49

  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. /* default/index.html.twig */
  15. class __TwigTemplate_b291cf5f6dc05217aaaac04bbf3fd936 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.             'content' => [$this'block_content'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "base_layout.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default/index.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default/index.html.twig"));
  39.         $this->parent $this->loadTemplate("base_layout.html.twig""default/index.html.twig"1);
  40.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45.     }
  46.     // line 2
  47.     public function block_content($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  54.         // line 3
  55.         yield "\t<div class=\"intro\">
  56. \t\t<div class=\"subtitle\">Bienvenue sur le</div>
  57. \t\t<div class=\"title\">portail de paiement en ligne</div>
  58. \t\t<p>Nautile simplifie vos démarches et vous propose différents moyens de paiement</p>
  59. \t</div>
  60. \t
  61. \t<section class=\"section\">
  62. \t\t<div class=\"illustration\"><img src=\"";
  63.         // line 10
  64.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/pmt_card.png"), "html"nulltrue);
  65.         yield "\"/></div>\t\t
  66. \t\t<div class=\"subtitle\"><span>";
  67.         // line 11
  68.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section1.subtitle", [], "home");
  69.         yield "<span></div>
  70. \t\t<div class=\"title\">";
  71.         // line 12
  72.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section1.title", [], "home");
  73.         yield "</div>
  74. \t\t<div class=\"content\">
  75. \t\t\t";
  76.         // line 14
  77.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section1.content", [], "home");
  78.         yield "
  79. \t\t\t<div class=\"actions\">
  80. \t\t\t\t<ntl-fab extended href=\"http://mon.nautile.nc\" label=\"Accéder à 'Mon Nautile'\" icon=\"person\"></ntl-fab>
  81. \t\t\t</div>
  82. \t\t</div>
  83. \t</section>
  84. \t<hr>
  85. \t<section class=\"section reverse\">
  86. \t\t<div class=\"illustration\"><img src=\"";
  87.         // line 22
  88.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/scheduled.png"), "html"nulltrue);
  89.         yield "\"/></div>\t\t
  90.         <div class=\"subtitle\"><span>";
  91.         // line 23
  92.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section2.subtitle", [], "home");
  93.         yield "<span></div>
  94.         <div class=\"title\">";
  95.         // line 24
  96.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section2.title", [], "home");
  97.         yield "</div>
  98. \t\t<div class=\"content\">";
  99.         // line 25
  100.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section2.content", [], "home");
  101.         yield "</div>\t\t
  102. \t</section>
  103. \t<hr>
  104. \t<section class=\"section\">
  105. \t\t<div class=\"illustration\"><img src=\"";
  106.         // line 29
  107.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/transfer.png"), "html"nulltrue);
  108.         yield "\"/></div>
  109. \t\t<div class=\"subtitle\"><span>";
  110.         // line 30
  111.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section3.subtitle", [], "home");
  112.         yield "<span></div>
  113. \t\t<div class=\"title\">";
  114.         // line 31
  115.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section3.title", [], "home");
  116.         yield "</div>
  117. \t\t<div class=\"content\">";
  118.         // line 32
  119.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section3.content", [], "home");
  120.         yield "</div>
  121. \t</section>
  122. \t<hr>
  123. \t<section class=\"section reverse\">
  124. \t\t<div class=\"illustration\"><img src=\"";
  125.         // line 36
  126.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/shopping.png"), "html"nulltrue);
  127.         yield "\"/></div>
  128. \t\t<div class=\"subtitle\"><span>";
  129.         // line 37
  130.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section4.subtitle", [], "home");
  131.         yield "<span></div>
  132. \t\t<div class=\"title\">";
  133.         // line 38
  134.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section4.title", [], "home");
  135.         yield "</div>
  136. \t\t<div class=\"content\">
  137. \t\t\t";
  138.         // line 40
  139.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("home.section4.content", [], "home");
  140.         yield "\t\t\t
  141. \t\t\t<div class=\"address\">
  142. \t\t\t\t<div>
  143. \t\t\t\t\t<ntl-icon>location_on</ntl-icon>
  144. \t\t\t\t\t<span>142 Rue Auguste Bénébig à Magenta</span>
  145. \t\t\t\t</div>
  146. \t\t\t\t<div>
  147. \t\t\t\t\t<ntl-icon>location_city</ntl-icon>
  148. \t\t\t\t\t<span>98800 NOUMÉA</span>
  149. \t\t\t\t</div>
  150. \t\t\t\t<div>
  151. \t\t\t\t\t<ntl-icon>phone</ntl-icon>
  152. \t\t\t\t\t<span>SMS au 1428</span>
  153. \t\t\t\t</div>
  154. \t\t\t\t<div>
  155. \t\t\t\t\t<ntl-icon>email</ntl-icon>
  156. \t\t\t\t\t<span> contact@nautile.nc</span>
  157. \t\t\t\t</div>
  158. \t\t\t</div>
  159. \t\t</div>
  160. \t</section>\t
  161. ";
  162.         
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  164.         
  165.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  166.         return; yield '';
  167.     }
  168.     /**
  169.      * @codeCoverageIgnore
  170.      */
  171.     public function getTemplateName()
  172.     {
  173.         return "default/index.html.twig";
  174.     }
  175.     /**
  176.      * @codeCoverageIgnore
  177.      */
  178.     public function isTraitable()
  179.     {
  180.         return false;
  181.     }
  182.     /**
  183.      * @codeCoverageIgnore
  184.      */
  185.     public function getDebugInfo()
  186.     {
  187.         return array (  153 => 40,  148 => 38,  144 => 37,  140 => 36,  133 => 32,  129 => 31,  125 => 30,  121 => 29,  114 => 25,  110 => 24,  106 => 23,  102 => 22,  91 => 14,  86 => 12,  82 => 11,  78 => 10,  69 => 3,  59 => 2,  36 => 1,);
  188.     }
  189.     public function getSourceContext()
  190.     {
  191.         return new Source("{% extends 'base_layout.html.twig' %}
  192. {% block content %}
  193. \t<div class=\"intro\">
  194. \t\t<div class=\"subtitle\">Bienvenue sur le</div>
  195. \t\t<div class=\"title\">portail de paiement en ligne</div>
  196. \t\t<p>Nautile simplifie vos démarches et vous propose différents moyens de paiement</p>
  197. \t</div>
  198. \t
  199. \t<section class=\"section\">
  200. \t\t<div class=\"illustration\"><img src=\"{{ asset('build/images/pmt_card.png') }}\"/></div>\t\t
  201. \t\t<div class=\"subtitle\"><span>{{\"home.section1.subtitle\"|trans({},\"home\")|raw}}<span></div>
  202. \t\t<div class=\"title\">{{\"home.section1.title\"|trans({},\"home\")|raw}}</div>
  203. \t\t<div class=\"content\">
  204. \t\t\t{{\"home.section1.content\"|trans({},\"home\")|raw}}
  205. \t\t\t<div class=\"actions\">
  206. \t\t\t\t<ntl-fab extended href=\"http://mon.nautile.nc\" label=\"Accéder à 'Mon Nautile'\" icon=\"person\"></ntl-fab>
  207. \t\t\t</div>
  208. \t\t</div>
  209. \t</section>
  210. \t<hr>
  211. \t<section class=\"section reverse\">
  212. \t\t<div class=\"illustration\"><img src=\"{{ asset('build/images/scheduled.png') }}\"/></div>\t\t
  213.         <div class=\"subtitle\"><span>{{\"home.section2.subtitle\"|trans({},\"home\")|raw}}<span></div>
  214.         <div class=\"title\">{{\"home.section2.title\"|trans({},\"home\")|raw}}</div>
  215. \t\t<div class=\"content\">{{\"home.section2.content\"|trans({},\"home\")|raw}}</div>\t\t
  216. \t</section>
  217. \t<hr>
  218. \t<section class=\"section\">
  219. \t\t<div class=\"illustration\"><img src=\"{{ asset('build/images/transfer.png') }}\"/></div>
  220. \t\t<div class=\"subtitle\"><span>{{\"home.section3.subtitle\"|trans({},\"home\")|raw}}<span></div>
  221. \t\t<div class=\"title\">{{\"home.section3.title\"|trans({},\"home\")|raw}}</div>
  222. \t\t<div class=\"content\">{{\"home.section3.content\"|trans({},\"home\")|raw}}</div>
  223. \t</section>
  224. \t<hr>
  225. \t<section class=\"section reverse\">
  226. \t\t<div class=\"illustration\"><img src=\"{{ asset('build/images/shopping.png') }}\"/></div>
  227. \t\t<div class=\"subtitle\"><span>{{\"home.section4.subtitle\"|trans({},\"home\")|raw}}<span></div>
  228. \t\t<div class=\"title\">{{\"home.section4.title\"|trans({},\"home\")|raw}}</div>
  229. \t\t<div class=\"content\">
  230. \t\t\t{{\"home.section4.content\"|trans({},\"home\")|raw}}\t\t\t
  231. \t\t\t<div class=\"address\">
  232. \t\t\t\t<div>
  233. \t\t\t\t\t<ntl-icon>location_on</ntl-icon>
  234. \t\t\t\t\t<span>142 Rue Auguste Bénébig à Magenta</span>
  235. \t\t\t\t</div>
  236. \t\t\t\t<div>
  237. \t\t\t\t\t<ntl-icon>location_city</ntl-icon>
  238. \t\t\t\t\t<span>98800 NOUMÉA</span>
  239. \t\t\t\t</div>
  240. \t\t\t\t<div>
  241. \t\t\t\t\t<ntl-icon>phone</ntl-icon>
  242. \t\t\t\t\t<span>SMS au 1428</span>
  243. \t\t\t\t</div>
  244. \t\t\t\t<div>
  245. \t\t\t\t\t<ntl-icon>email</ntl-icon>
  246. \t\t\t\t\t<span> contact@nautile.nc</span>
  247. \t\t\t\t</div>
  248. \t\t\t</div>
  249. \t\t</div>
  250. \t</section>\t
  251. {% endblock %}
  252. ""default/index.html.twig""/var/www/html/app/Paiement/templates/default/index.html.twig");
  253.     }
  254. }