<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* @PumukitWebTV/Layout/template_header_top.html.twig */
class __TwigTemplate_dbf5321c28490e59046a0b62caf2f0a5 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@PumukitWebTV/Layout/template_header_top.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@PumukitWebTV/Layout/template_header_top.html.twig"));
// line 1
yield "<div class=\"container-fluid header-top-pmk\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-xs-6 language-pmk\">
";
// line 5
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("Pumukit\\WebTVBundle\\Controller\\ModulesController::languageAction"));
yield "
</div>
<div class=\"col-xs-6 text-right login-box-pmk\">
";
// line 9
yield from $this->load("@PumukitWebTV/Misc/loginbox.html.twig", 9)->unwrap()->yield($context);
// line 10
yield " </div>
</div>
</div>
</div>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "@PumukitWebTV/Layout/template_header_top.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 63 => 10, 61 => 9, 54 => 5, 48 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<div class=\"container-fluid header-top-pmk\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-xs-6 language-pmk\">
{{ render(controller( \"Pumukit\\\\WebTVBundle\\\\Controller\\\\ModulesController::languageAction\") ) }}
</div>
<div class=\"col-xs-6 text-right login-box-pmk\">
{% include '@PumukitWebTV/Misc/loginbox.html.twig' %}
</div>
</div>
</div>
</div>
", "@PumukitWebTV/Layout/template_header_top.html.twig", "/srv/pumukit/src/Pumukit/WebTVBundle/Resources/views/Layout/template_header_top.html.twig");
}
}