var/cache/dev/twig/23/23b309fd3b70485109e052cdd88f5bfc.php line 44

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/Live/template.html.twig */
  16. class __TwigTemplate_295bbc65f6bef27fcfcbff16017de776 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->blocks = [
  28.             'title' => [$this'block_title'],
  29.             'body' => [$this'block_body'],
  30.         ];
  31.     }
  32.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  33.     {
  34.         // line 1
  35.         return "@PumukitWebTV/layout.html.twig";
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = []): iterable
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PumukitWebTV/Live/template.html.twig"));
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PumukitWebTV/Live/template.html.twig"));
  44.         // line 2
  45.         $context["title"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Events");
  46.         // line 1
  47.         $this->parent $this->load("@PumukitWebTV/layout.html.twig"1);
  48.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  49.         
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  51.         
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  53.     }
  54.     // line 4
  55.     /**
  56.      * @return iterable<null|scalar|\Stringable>
  57.      */
  58.     public function block_title(array $context, array $blocks = []): iterable
  59.     {
  60.         $macros $this->macros;
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  62.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  65.         yield from $this->yieldParentBlock("title"$context$blocks);
  66.         yield " - ";
  67.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'4$this->source); })()), "html"nulltrue);
  68.         
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  70.         
  71.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  72.         yield from [];
  73.     }
  74.     // line 6
  75.     /**
  76.      * @return iterable<null|scalar|\Stringable>
  77.      */
  78.     public function block_body(array $context, array $blocks = []): iterable
  79.     {
  80.         $macros $this->macros;
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  85.         // line 7
  86.         yield "        ";
  87.         yield from $this->load("@PumukitWebTV/Misc/page_title.html.twig"7)->unwrap()->yield($context);
  88.         // line 8
  89.         yield "
  90.         ";
  91.         // line 9
  92.         if (((Twig\Extension\CoreExtension::testEmpty((isset($context["eventsNow"]) || array_key_exists("eventsNow"$context) ? $context["eventsNow"] : (function () { throw new RuntimeError('Variable "eventsNow" does not exist.'9$this->source); })())) && Twig\Extension\CoreExtension::testEmpty((isset($context["eventsToday"]) || array_key_exists("eventsToday"$context) ? $context["eventsToday"] : (function () { throw new RuntimeError('Variable "eventsToday" does not exist.'9$this->source); })()))) && Twig\Extension\CoreExtension::testEmpty((isset($context["eventsFuture"]) || array_key_exists("eventsFuture"$context) ? $context["eventsFuture"] : (function () { throw new RuntimeError('Variable "eventsFuture" does not exist.'9$this->source); })())))) {
  93.             // line 10
  94.             yield "            <div class=\"row\">
  95.                 <div class=\"col-xs-12\" style=\"margin-top:20px;\">
  96.                     <p>
  97.                         ";
  98.             // line 13
  99.             yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("There are no scheduled live events. You will find ended live events in the series catalogue or through the media portal search.", [], "messages");
  100.             // line 16
  101.             yield "                    </p>
  102.                 </div>
  103.             </div>
  104.         ";
  105.         } else {
  106.             // line 20
  107.             yield "
  108.             ";
  109.             // line 21
  110.             if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["eventsNow"]) || array_key_exists("eventsNow"$context) ? $context["eventsNow"] : (function () { throw new RuntimeError('Variable "eventsNow" does not exist.'21$this->source); })())) > 0)) {
  111.                 // line 22
  112.                 yield "                <div class=\"row\">
  113.                     <div class=\"col-xs-12\">
  114.                         <ul>
  115.                             <li class=\"categories_list\">
  116.                                 <div class=\"categories_list_block\">
  117.                                     <h2>";
  118.                 // line 27
  119.                 yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Now events", [], "messages");
  120.                 yield "</h2>
  121.                                     ";
  122.                 // line 28
  123.                 $context['_parent'] = $context;
  124.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["eventsNow"]) || array_key_exists("eventsNow"$context) ? $context["eventsNow"] : (function () { throw new RuntimeError('Variable "eventsNow" does not exist.'28$this->source); })()));
  125.                 $context['loop'] = [
  126.                   'parent' => $context['_parent'],
  127.                   'index0' => 0,
  128.                   'index'  => 1,
  129.                   'first'  => true,
  130.                 ];
  131.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  132.                     $length count($context['_seq']);
  133.                     $context['loop']['revindex0'] = $length 1;
  134.                     $context['loop']['revindex'] = $length;
  135.                     $context['loop']['length'] = $length;
  136.                     $context['loop']['last'] = === $length;
  137.                 }
  138.                 foreach ($context['_seq'] as $context["_key"] => $context["eventNow"]) {
  139.                     // line 29
  140.                     yield "                                        ";
  141.                     yield from $this->load("@PumukitWebTV/Resources/template_event.html.twig"29)->unwrap()->yield(CoreExtension::merge($context, ["cols" => (isset($context["objectByCol"]) || array_key_exists("objectByCol"$context) ? $context["objectByCol"] : (function () { throw new RuntimeError('Variable "objectByCol" does not exist.'29$this->source); })()), "event" => CoreExtension::getAttribute($this->env$this->source$context["eventNow"], "data", [], "array"falsefalsefalse29), "defaultPic" => (isset($context["defaultPic"]) || array_key_exists("defaultPic"$context) ? $context["defaultPic"] : (function () { throw new RuntimeError('Variable "defaultPic" does not exist.'29$this->source); })()), "active" => true]));
  142.                     // line 30
  143.                     yield "                                        ";
  144.                     yield from $this->load("@PumukitWebTV/Resources/template_clearfix.html.twig"30)->unwrap()->yield($context);
  145.                     // line 31
  146.                     yield "                                    ";
  147.                     ++$context['loop']['index0'];
  148.                     ++$context['loop']['index'];
  149.                     $context['loop']['first'] = false;
  150.                     if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  151.                         --$context['loop']['revindex0'];
  152.                         --$context['loop']['revindex'];
  153.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  154.                     }
  155.                 }
  156.                 $_parent $context['_parent'];
  157.                 unset($context['_seq'], $context['_key'], $context['eventNow'], $context['_parent'], $context['loop']);
  158.                 $context array_intersect_key($context$_parent) + $_parent;
  159.                 // line 32
  160.                 yield "                                </div>
  161.                                 <div class=\"clearfix\"></div>
  162.                             </li>
  163.                         </ul>
  164.                     </div>
  165.                 </div>
  166.             ";
  167.             }
  168.             // line 39
  169.             yield "
  170.             ";
  171.             // line 40
  172.             if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["eventsToday"]) || array_key_exists("eventsToday"$context) ? $context["eventsToday"] : (function () { throw new RuntimeError('Variable "eventsToday" does not exist.'40$this->source); })())) > 0)) {
  173.                 // line 41
  174.                 yield "                <div class=\"row\">
  175.                     <div class=\"col-xs-12\">
  176.                         <ul>
  177.                             <li class=\"categories_list\">
  178.                                 <div class=\"categories_list_block\">
  179.                                     <h2>";
  180.                 // line 46
  181.                 yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Today events", [], "messages");
  182.                 yield "</h2>
  183.                                     ";
  184.                 // line 47
  185.                 $context['_parent'] = $context;
  186.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["eventsToday"]) || array_key_exists("eventsToday"$context) ? $context["eventsToday"] : (function () { throw new RuntimeError('Variable "eventsToday" does not exist.'47$this->source); })()));
  187.                 $context['loop'] = [
  188.                   'parent' => $context['_parent'],
  189.                   'index0' => 0,
  190.                   'index'  => 1,
  191.                   'first'  => true,
  192.                 ];
  193.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  194.                     $length count($context['_seq']);
  195.                     $context['loop']['revindex0'] = $length 1;
  196.                     $context['loop']['revindex'] = $length;
  197.                     $context['loop']['length'] = $length;
  198.                     $context['loop']['last'] = === $length;
  199.                 }
  200.                 foreach ($context['_seq'] as $context["_key"] => $context["eventToday"]) {
  201.                     // line 48
  202.                     yield "                                        ";
  203.                     yield from $this->load("@PumukitWebTV/Resources/template_event.html.twig"48)->unwrap()->yield(CoreExtension::merge($context, ["cols" => (isset($context["objectByCol"]) || array_key_exists("objectByCol"$context) ? $context["objectByCol"] : (function () { throw new RuntimeError('Variable "objectByCol" does not exist.'48$this->source); })()), "event" => CoreExtension::getAttribute($this->env$this->source$context["eventToday"], "data", [], "array"falsefalsefalse48), "defaultPic" => (isset($context["defaultPic"]) || array_key_exists("defaultPic"$context) ? $context["defaultPic"] : (function () { throw new RuntimeError('Variable "defaultPic" does not exist.'48$this->source); })()), "active" => false]));
  204.                     // line 49
  205.                     yield "                                        ";
  206.                     yield from $this->load("@PumukitWebTV/Resources/template_clearfix.html.twig"49)->unwrap()->yield($context);
  207.                     // line 50
  208.                     yield "                                    ";
  209.                     ++$context['loop']['index0'];
  210.                     ++$context['loop']['index'];
  211.                     $context['loop']['first'] = false;
  212.                     if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  213.                         --$context['loop']['revindex0'];
  214.                         --$context['loop']['revindex'];
  215.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  216.                     }
  217.                 }
  218.                 $_parent $context['_parent'];
  219.                 unset($context['_seq'], $context['_key'], $context['eventToday'], $context['_parent'], $context['loop']);
  220.                 $context array_intersect_key($context$_parent) + $_parent;
  221.                 // line 51
  222.                 yield "                                </div>
  223.                                 <div class=\"clearfix\"></div>
  224.                             </li>
  225.                         </ul>
  226.                     </div>
  227.                 </div>
  228.             ";
  229.             }
  230.             // line 58
  231.             yield "
  232.             ";
  233.             // line 59
  234.             if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["eventsFuture"]) || array_key_exists("eventsFuture"$context) ? $context["eventsFuture"] : (function () { throw new RuntimeError('Variable "eventsFuture" does not exist.'59$this->source); })())) > 0)) {
  235.                 // line 60
  236.                 yield "                <div class=\"row\">
  237.                     <div class=\"col-xs-12\">
  238.                         <ul>
  239.                             <li class=\"categories_list\">
  240.                                 <div class=\"categories_list_block\">
  241.                                     <h2>";
  242.                 // line 65
  243.                 yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Future events", [], "messages");
  244.                 yield "</h2>
  245.                                     ";
  246.                 // line 66
  247.                 $context['_parent'] = $context;
  248.                 $context['_seq'] = CoreExtension::ensureTraversable((isset($context["eventsFuture"]) || array_key_exists("eventsFuture"$context) ? $context["eventsFuture"] : (function () { throw new RuntimeError('Variable "eventsFuture" does not exist.'66$this->source); })()));
  249.                 $context['loop'] = [
  250.                   'parent' => $context['_parent'],
  251.                   'index0' => 0,
  252.                   'index'  => 1,
  253.                   'first'  => true,
  254.                 ];
  255.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  256.                     $length count($context['_seq']);
  257.                     $context['loop']['revindex0'] = $length 1;
  258.                     $context['loop']['revindex'] = $length;
  259.                     $context['loop']['length'] = $length;
  260.                     $context['loop']['last'] = === $length;
  261.                 }
  262.                 foreach ($context['_seq'] as $context["_key"] => $context["eventFuture"]) {
  263.                     // line 67
  264.                     yield "                                        ";
  265.                     yield from $this->load("@PumukitWebTV/Resources/template_event.html.twig"67)->unwrap()->yield(CoreExtension::merge($context, ["cols" => (isset($context["objectByCol"]) || array_key_exists("objectByCol"$context) ? $context["objectByCol"] : (function () { throw new RuntimeError('Variable "objectByCol" does not exist.'67$this->source); })()), "event" => CoreExtension::getAttribute($this->env$this->source$context["eventFuture"], "data", [], "array"falsefalsefalse67), "defaultPic" => (isset($context["defaultPic"]) || array_key_exists("defaultPic"$context) ? $context["defaultPic"] : (function () { throw new RuntimeError('Variable "defaultPic" does not exist.'67$this->source); })()), "active" => false]));
  266.                     // line 68
  267.                     yield "                                        ";
  268.                     yield from $this->load("@PumukitWebTV/Resources/template_clearfix.html.twig"68)->unwrap()->yield($context);
  269.                     // line 69
  270.                     yield "                                    ";
  271.                     ++$context['loop']['index0'];
  272.                     ++$context['loop']['index'];
  273.                     $context['loop']['first'] = false;
  274.                     if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  275.                         --$context['loop']['revindex0'];
  276.                         --$context['loop']['revindex'];
  277.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  278.                     }
  279.                 }
  280.                 $_parent $context['_parent'];
  281.                 unset($context['_seq'], $context['_key'], $context['eventFuture'], $context['_parent'], $context['loop']);
  282.                 $context array_intersect_key($context$_parent) + $_parent;
  283.                 // line 70
  284.                 yield "                                </div>
  285.                                 <div class=\"clearfix\"></div>
  286.                             </li>
  287.                         </ul>
  288.                     </div>
  289.                     <div class=\"col-xs-12 text-center\">
  290.                         ";
  291.                 // line 76
  292.                 yield $this->env->getRuntime('Pagerfanta\Twig\Extension\PagerfantaRuntime')->renderPagerfanta((isset($context["eventsFuture"]) || array_key_exists("eventsFuture"$context) ? $context["eventsFuture"] : (function () { throw new RuntimeError('Variable "eventsFuture" does not exist.'76$this->source); })()), "twitter_bootstrap3");
  293.                 yield "
  294.                     </div>
  295.                 </div>
  296.             ";
  297.             }
  298.             // line 80
  299.             yield "
  300.         ";
  301.         }
  302.         // line 82
  303.         yield "
  304. ";
  305.         
  306.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  307.         
  308.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  309.         yield from [];
  310.     }
  311.     /**
  312.      * @codeCoverageIgnore
  313.      */
  314.     public function getTemplateName(): string
  315.     {
  316.         return "@PumukitWebTV/Live/template.html.twig";
  317.     }
  318.     /**
  319.      * @codeCoverageIgnore
  320.      */
  321.     public function isTraitable(): bool
  322.     {
  323.         return false;
  324.     }
  325.     /**
  326.      * @codeCoverageIgnore
  327.      */
  328.     public function getDebugInfo(): array
  329.     {
  330.         return array (  322 => 82,  318 => 80,  311 => 76,  303 => 70,  289 => 69,  286 => 68,  283 => 67,  266 => 66,  262 => 65,  255 => 60,  253 => 59,  250 => 58,  241 => 51,  227 => 50,  224 => 49,  221 => 48,  204 => 47,  200 => 46,  193 => 41,  191 => 40,  188 => 39,  179 => 32,  165 => 31,  162 => 30,  159 => 29,  142 => 28,  138 => 27,  131 => 22,  129 => 21,  126 => 20,  120 => 16,  118 => 13,  113 => 10,  111 => 9,  108 => 8,  105 => 7,  92 => 6,  67 => 4,  56 => 1,  54 => 2,  41 => 1,);
  331.     }
  332.     public function getSourceContext(): Source
  333.     {
  334.         return new Source("{% extends '@PumukitWebTV/layout.html.twig' %}
  335. {% set title = \"Events\"|trans %}
  336. {% block title %}{{ parent() }} - {{ title }}{% endblock %}
  337. {% block body %}
  338.         {% include \"@PumukitWebTV/Misc/page_title.html.twig\" %}
  339.         {% if eventsNow is empty and eventsToday is empty and eventsFuture is empty %}
  340.             <div class=\"row\">
  341.                 <div class=\"col-xs-12\" style=\"margin-top:20px;\">
  342.                     <p>
  343.                         {% trans %}
  344.                         There are no scheduled live events. You will find ended live events in the series catalogue or through the media portal search.
  345.                         {% endtrans %}
  346.                     </p>
  347.                 </div>
  348.             </div>
  349.         {% else %}
  350.             {% if eventsNow|length > 0 %}
  351.                 <div class=\"row\">
  352.                     <div class=\"col-xs-12\">
  353.                         <ul>
  354.                             <li class=\"categories_list\">
  355.                                 <div class=\"categories_list_block\">
  356.                                     <h2>{% trans %}Now events{% endtrans %}</h2>
  357.                                     {% for eventNow in eventsNow %}
  358.                                         {% include '@PumukitWebTV/Resources/template_event.html.twig' with {'cols': objectByCol, 'event': eventNow['data'], 'defaultPic' : defaultPic, active: true} %}
  359.                                         {% include \"@PumukitWebTV/Resources/template_clearfix.html.twig\" %}
  360.                                     {% endfor %}
  361.                                 </div>
  362.                                 <div class=\"clearfix\"></div>
  363.                             </li>
  364.                         </ul>
  365.                     </div>
  366.                 </div>
  367.             {% endif %}
  368.             {% if eventsToday|length > 0 %}
  369.                 <div class=\"row\">
  370.                     <div class=\"col-xs-12\">
  371.                         <ul>
  372.                             <li class=\"categories_list\">
  373.                                 <div class=\"categories_list_block\">
  374.                                     <h2>{% trans %}Today events{% endtrans %}</h2>
  375.                                     {% for eventToday in eventsToday %}
  376.                                         {% include '@PumukitWebTV/Resources/template_event.html.twig' with {'cols': objectByCol, 'event': eventToday['data'], 'defaultPic' : defaultPic, active: false} %}
  377.                                         {% include \"@PumukitWebTV/Resources/template_clearfix.html.twig\" %}
  378.                                     {% endfor %}
  379.                                 </div>
  380.                                 <div class=\"clearfix\"></div>
  381.                             </li>
  382.                         </ul>
  383.                     </div>
  384.                 </div>
  385.             {% endif %}
  386.             {% if eventsFuture|length > 0 %}
  387.                 <div class=\"row\">
  388.                     <div class=\"col-xs-12\">
  389.                         <ul>
  390.                             <li class=\"categories_list\">
  391.                                 <div class=\"categories_list_block\">
  392.                                     <h2>{% trans %}Future events{% endtrans %}</h2>
  393.                                     {% for eventFuture in eventsFuture %}
  394.                                         {% include '@PumukitWebTV/Resources/template_event.html.twig' with {'cols': objectByCol, 'event': eventFuture['data'], 'defaultPic' : defaultPic, active: false} %}
  395.                                         {% include \"@PumukitWebTV/Resources/template_clearfix.html.twig\" %}
  396.                                     {% endfor %}
  397.                                 </div>
  398.                                 <div class=\"clearfix\"></div>
  399.                             </li>
  400.                         </ul>
  401.                     </div>
  402.                     <div class=\"col-xs-12 text-center\">
  403.                         {{ pagerfanta(eventsFuture, 'twitter_bootstrap3') }}
  404.                     </div>
  405.                 </div>
  406.             {% endif %}
  407.         {% endif %}
  408. {% endblock %}
  409. ""@PumukitWebTV/Live/template.html.twig""/srv/pumukit/src/Pumukit/WebTVBundle/Resources/views/Live/template.html.twig");
  410.     }
  411. }