var/cache/dev/twig/92/929d71f6c0ef733b76639009831a75184bfac1fdea9bed276aeb9b7fc7a00e2e.php line 39

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. /* base.html.twig */
  14. class __TwigTemplate_a41d4a8b23f0254efb85d1ea8447f03e639f348a16368a1d0ee7c1a241c525cc extends 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->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'navbar' => [$this'block_navbar'],
  27.             'flashes' => [$this'block_flashes'],
  28.             'body' => [$this'block_body'],
  29.             'javascripts' => [$this'block_javascripts'],
  30.         ];
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  39.         // line 1
  40.         echo "<!DOCTYPE html>
  41. <html>
  42. \t<head>
  43. \t\t<meta charset=\"UTF-8\">
  44. \t\t<title>
  45. \t\t\t";
  46.         // line 6
  47.         $this->displayBlock('title'$context$blocks);
  48.         // line 8
  49.         echo "\t\t</title>
  50. \t\t";
  51.         // line 9
  52.         $this->displayBlock('stylesheets'$context$blocks);
  53.         // line 21
  54.         echo "\t</head>
  55. \t<body>
  56. \t\t";
  57.         // line 23
  58.         $this->displayBlock('navbar'$context$blocks);
  59.         // line 26
  60.         echo "\t\t";
  61.         $this->displayBlock('flashes'$context$blocks);
  62.         // line 38
  63.         echo "\t\t";
  64.         $this->displayBlock('body'$context$blocks);
  65.         // line 39
  66.         echo "\t\t";
  67.         $this->displayBlock('javascripts'$context$blocks);
  68.         // line 43
  69.         echo "\t</body>
  70. </html>
  71. ";
  72.         
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  74.         
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  76.     }
  77.     // line 6
  78.     public function block_title($context, array $blocks = [])
  79.     {
  80.         $macros $this->macros;
  81.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  82.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  84.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  85.         echo "Sulser Group
  86. \t\t\t";
  87.         
  88.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  89.         
  90.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  91.     }
  92.     // line 9
  93.     public function block_stylesheets($context, array $blocks = [])
  94.     {
  95.         $macros $this->macros;
  96.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  97.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  98.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  99.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  100.         // line 10
  101.         echo "\t\t\t<link href=\"https://cdnjs.cloudflare.com/ajax/libs/vuetify/2.0.11/vuetify.min.css\" rel=\"stylesheet\">
  102. \t\t\t<link href=\"https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900\" rel=\"stylesheet\">
  103. \t\t\t<link href=\"https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css\" rel=\"stylesheet\">
  104. \t\t\t<link href=\"https://fonts.googleapis.com/css?family=Material+Icons\" rel=\"stylesheet\">
  105. \t\t\t<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css\">
  106. \t\t\t<link
  107. \t\t\t\trel=\"stylesheet\"
  108. \t\t\t\thref=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css\"
  109. \t\t\t/>
  110. \t\t\t";
  111.         // line 19
  112.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  113.         echo "
  114. \t\t";
  115.         
  116.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  117.         
  118.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  119.     }
  120.     // line 23
  121.     public function block_navbar($context, array $blocks = [])
  122.     {
  123.         $macros $this->macros;
  124.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  125.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""navbar"));
  126.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  127.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""navbar"));
  128.         // line 24
  129.         echo "\t\t\t";
  130.         $this->loadTemplate("navbar.html.twig""base.html.twig"24)->display($context);
  131.         // line 25
  132.         echo "\t\t";
  133.         
  134.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  135.         
  136.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  137.     }
  138.     // line 26
  139.     public function block_flashes($context, array $blocks = [])
  140.     {
  141.         $macros $this->macros;
  142.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  143.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flashes"));
  144.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  145.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flashes"));
  146.         // line 27
  147.         echo "\t\t\t";
  148.         $context['_parent'] = $context;
  149.         $context['_seq'] = twig_ensure_traversable(twig_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.'27$this->source); })()), "flashes", [=> "success"], "method"falsefalsefalse27));
  150.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  151.             // line 28
  152.             echo "\t\t\t\t<div class=\"alert alert-success\">
  153. \t\t\t\t\t";
  154.             // line 29
  155.             echo twig_escape_filter($this->env$context["message"], "html"nulltrue);
  156.             echo "
  157. \t\t\t\t</div>
  158. \t\t\t";
  159.         }
  160.         $_parent $context['_parent'];
  161.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  162.         $context array_intersect_key($context$_parent) + $_parent;
  163.         // line 32
  164.         echo "\t\t\t";
  165.         $context['_parent'] = $context;
  166.         $context['_seq'] = twig_ensure_traversable(twig_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.'32$this->source); })()), "flashes", [=> "error"], "method"falsefalsefalse32));
  167.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  168.             // line 33
  169.             echo "\t\t\t\t<div class=\"alert alert-danger\">
  170. \t\t\t\t\t";
  171.             // line 34
  172.             echo twig_escape_filter($this->env$context["message"], "html"nulltrue);
  173.             echo "
  174. \t\t\t\t</div>
  175. \t\t\t";
  176.         }
  177.         $_parent $context['_parent'];
  178.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  179.         $context array_intersect_key($context$_parent) + $_parent;
  180.         // line 37
  181.         echo "\t\t";
  182.         
  183.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  184.         
  185.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  186.     }
  187.     // line 38
  188.     public function block_body($context, array $blocks = [])
  189.     {
  190.         $macros $this->macros;
  191.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  192.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  193.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  194.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  195.         
  196.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  197.         
  198.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  199.     }
  200.     // line 39
  201.     public function block_javascripts($context, array $blocks = [])
  202.     {
  203.         $macros $this->macros;
  204.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  205.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  206.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  207.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  208.         // line 40
  209.         echo "\t\t\t";
  210.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  211.         echo "
  212. \t\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/intlTelInput.min.js\"></script>
  213. \t\t";
  214.         
  215.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  216.         
  217.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  218.     }
  219.     public function getTemplateName()
  220.     {
  221.         return "base.html.twig";
  222.     }
  223.     public function getDebugInfo()
  224.     {
  225.         return array (  248 => 40,  238 => 39,  220 => 38,  210 => 37,  201 => 34,  198 => 33,  193 => 32,  184 => 29,  181 => 28,  176 => 27,  166 => 26,  156 => 25,  153 => 24,  143 => 23,  131 => 19,  120 => 10,  110 => 9,  90 => 6,  78 => 43,  75 => 39,  72 => 38,  69 => 26,  67 => 23,  63 => 21,  61 => 9,  58 => 8,  56 => 6,  49 => 1,);
  226.     }
  227.     public function getSourceContext()
  228.     {
  229.         return new Source("<!DOCTYPE html>
  230. <html>
  231. \t<head>
  232. \t\t<meta charset=\"UTF-8\">
  233. \t\t<title>
  234. \t\t\t{% block title %}Sulser Group
  235. \t\t\t{% endblock %}
  236. \t\t</title>
  237. \t\t{% block stylesheets %}
  238. \t\t\t<link href=\"https://cdnjs.cloudflare.com/ajax/libs/vuetify/2.0.11/vuetify.min.css\" rel=\"stylesheet\">
  239. \t\t\t<link href=\"https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900\" rel=\"stylesheet\">
  240. \t\t\t<link href=\"https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css\" rel=\"stylesheet\">
  241. \t\t\t<link href=\"https://fonts.googleapis.com/css?family=Material+Icons\" rel=\"stylesheet\">
  242. \t\t\t<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css\">
  243. \t\t\t<link
  244. \t\t\t\trel=\"stylesheet\"
  245. \t\t\t\thref=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css\"
  246. \t\t\t/>
  247. \t\t\t{{ encore_entry_link_tags('app') }}
  248. \t\t{% endblock %}
  249. \t</head>
  250. \t<body>
  251. \t\t{% block navbar %}
  252. \t\t\t{% include 'navbar.html.twig' %}
  253. \t\t{% endblock %}
  254. \t\t{% block flashes %}
  255. \t\t\t{% for message in app.flashes('success') %}
  256. \t\t\t\t<div class=\"alert alert-success\">
  257. \t\t\t\t\t{{ message }}
  258. \t\t\t\t</div>
  259. \t\t\t{% endfor %}
  260. \t\t\t{% for message in app.flashes('error') %}
  261. \t\t\t\t<div class=\"alert alert-danger\">
  262. \t\t\t\t\t{{ message }}
  263. \t\t\t\t</div>
  264. \t\t\t{% endfor %}
  265. \t\t{% endblock %}
  266. \t\t{% block body %}{% endblock %}
  267. \t\t{% block javascripts %}
  268. \t\t\t{{ encore_entry_script_tags('app') }}
  269. \t\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/intlTelInput.min.js\"></script>
  270. \t\t{% endblock %}
  271. \t</body>
  272. </html>
  273. ""base.html.twig""/var/www/sulser.smt-web09b.swissmains.net/SMT_Sulser/sulser/templates/base.html.twig");
  274.     }
  275. }