var/cache/dev/twig/db/db8ef9d58e57c18c8d1a2d1d47cc9187.php line 38

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. use Twig\TemplateWrapper;
  15. /* @PumukitWebTV/Layout/template_header_top.html.twig */
  16. class __TwigTemplate_dbf5321c28490e59046a0b62caf2f0a5 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.         ];
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = []): iterable
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PumukitWebTV/Layout/template_header_top.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PumukitWebTV/Layout/template_header_top.html.twig"));
  38.         // line 1
  39.         yield "<div class=\"container-fluid header-top-pmk\">
  40.     <div class=\"container\">
  41.         <div class=\"row\">
  42.             <div class=\"col-xs-6 language-pmk\">
  43.                 ";
  44.         // line 5
  45.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("Pumukit\\WebTVBundle\\Controller\\ModulesController::languageAction"));
  46.         yield "
  47.             </div>
  48.             <div class=\"col-xs-6 text-right login-box-pmk\">
  49.                 ";
  50.         // line 9
  51.         yield from $this->load("@PumukitWebTV/Misc/loginbox.html.twig"9)->unwrap()->yield($context);
  52.         // line 10
  53.         yield "            </div>
  54.         </div>
  55.     </div>
  56. </div>
  57. ";
  58.         
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  60.         
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  62.         yield from [];
  63.     }
  64.     /**
  65.      * @codeCoverageIgnore
  66.      */
  67.     public function getTemplateName(): string
  68.     {
  69.         return "@PumukitWebTV/Layout/template_header_top.html.twig";
  70.     }
  71.     /**
  72.      * @codeCoverageIgnore
  73.      */
  74.     public function isTraitable(): bool
  75.     {
  76.         return false;
  77.     }
  78.     /**
  79.      * @codeCoverageIgnore
  80.      */
  81.     public function getDebugInfo(): array
  82.     {
  83.         return array (  63 => 10,  61 => 9,  54 => 5,  48 => 1,);
  84.     }
  85.     public function getSourceContext(): Source
  86.     {
  87.         return new Source("<div class=\"container-fluid header-top-pmk\">
  88.     <div class=\"container\">
  89.         <div class=\"row\">
  90.             <div class=\"col-xs-6 language-pmk\">
  91.                 {{ render(controller( \"Pumukit\\\\WebTVBundle\\\\Controller\\\\ModulesController::languageAction\") ) }}
  92.             </div>
  93.             <div class=\"col-xs-6 text-right login-box-pmk\">
  94.                 {% include '@PumukitWebTV/Misc/loginbox.html.twig' %}
  95.             </div>
  96.         </div>
  97.     </div>
  98. </div>
  99. ""@PumukitWebTV/Layout/template_header_top.html.twig""/srv/pumukit/src/Pumukit/WebTVBundle/Resources/views/Layout/template_header_top.html.twig");
  100.     }
  101. }