var/cache/dev/twig/9a/9acc7a455201c12c539718f24faf0a34.php line 45

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. /* /pages/page.html.twig */
  16. class __TwigTemplate_43b3675bcca931185c45b5f996809890 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.             'customcss' => [$this'block_customcss'],
  29.             'body' => [$this'block_body'],
  30.             'javascripts' => [$this'block_javascripts'],
  31.         ];
  32.     }
  33.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  34.     {
  35.         // line 2
  36.         return "base.html.twig";
  37.     }
  38.     protected function doDisplay(array $context, array $blocks = []): iterable
  39.     {
  40.         $macros $this->macros;
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""/pages/page.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""/pages/page.html.twig"2);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.     }
  48.     // line 4
  49.     /**
  50.      * @return iterable<null|scalar|\Stringable>
  51.      */
  52.     public function block_customcss(array $context, array $blocks = []): iterable
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""customcss"));
  57.         // line 5
  58.         yield "    ";
  59.         yield from $this->yieldParentBlock("customcss"$context$blocks);
  60.         yield "
  61.     <link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/custom/css/media.min.";
  62.         // line 6
  63.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse6), "server", [], "any"falsefalsefalse6), "get", ["APP_PREVCACHE"], "method"falsefalsefalse6), "html"nulltrue);
  64.         yield ".css\" />
  65. ";
  66.         
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  68.         yield from [];
  69.     }
  70.     // line 9
  71.     /**
  72.      * @return iterable<null|scalar|\Stringable>
  73.      */
  74.     public function block_body(array $context, array $blocks = []): iterable
  75.     {
  76.         $macros $this->macros;
  77.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  78.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  79.         // line 10
  80.         yield "
  81.     <div class=\" ms-hero-page ms-hero-bg-info mb-6\" style=\"background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('";
  82.         // line 11
  83.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["page"] ?? null), "picture", [], "any"falsefalsefalse11), "small", [], "any"falsefalsefalse11), "html"nulltrue);
  84.         yield "');\">
  85.         ";
  86.         // line 13
  87.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["pageinfo"] ?? null), "info", [], "any"falsefalsefalse13) != "")) {
  88.             // line 14
  89.             yield "            <div class=\"container\" style=\"position: relative; top: -80px\">
  90.                 <div id=\"id-header-news\">
  91.                     <i class=\"fa fa-info-circle\"></i>
  92.                     <marquee>";
  93.             // line 17
  94.             yield CoreExtension::getAttribute($this->env$this->source, ($context["pageinfo"] ?? null), "info", [], "any"falsefalsefalse17);
  95.             yield "</marquee>
  96.                 </div>
  97.             </div>
  98.         ";
  99.         }
  100.         // line 21
  101.         yield "
  102.         <div class=\"text-center color-white mt-6 mb-6 index-1\">
  103.             <h1>";
  104.         // line 23
  105.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, ($context["page"] ?? null), "title", [], "any"falsefalsefalse23), "html"nulltrue);
  106.         yield "</h1>
  107.         </div>
  108.     </div>
  109.     ";
  110.         // line 28
  111.         if ((Twig\Extension\CoreExtension::slice($this->env->getCharset(), ($context["html"] ?? null), 205) == "list1")) {
  112.             // line 29
  113.             yield "        <article class=\"container\" style=\"margin-top: -110px\">
  114.             <div class=\"row\">
  115.                 <div class=\"col-lg-8\">
  116.                     ";
  117.             // line 32
  118.             yield ($context["html"] ?? null);
  119.             yield "
  120.                 </div>
  121.                 ";
  122.             // line 34
  123.             yield from $this->loadTemplate("partials/sidecol.html.twig""/pages/page.html.twig"34)->unwrap()->yield($context);
  124.             // line 35
  125.             yield "            </div>
  126.         </article>
  127.     ";
  128.         } else {
  129.             // line 38
  130.             yield "        <div class=\"container\" style=\"margin-top: -110px\">
  131.         <div class=\"row\">
  132.             <div class=\"col-lg-9\">
  133.                 ";
  134.             // line 41
  135.             yield ($context["html"] ?? null);
  136.             yield "
  137.             </div>
  138.             ";
  139.             // line 43
  140.             yield from $this->loadTemplate("partials/sidecol.html.twig""/pages/page.html.twig"43)->unwrap()->yield($context);
  141.             // line 44
  142.             yield "        </div>
  143.     ";
  144.         }
  145.         // line 46
  146.         yield "
  147. </div>
  148. ";
  149.         
  150.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  151.         yield from [];
  152.     }
  153.     // line 52
  154.     /**
  155.      * @return iterable<null|scalar|\Stringable>
  156.      */
  157.     public function block_javascripts(array $context, array $blocks = []): iterable
  158.     {
  159.         $macros $this->macros;
  160.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  161.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  162.         // line 53
  163.         yield "    ";
  164.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  165.         yield "
  166.     <script src=\"/assets/js/component-carousels-1.js\"></script>
  167.     <script>
  168.         \$(document).ready(function(){
  169.             ";
  170.         // line 58
  171.         if ((Twig\Extension\CoreExtension::slice($this->env->getCharset(), ($context["html"] ?? null), 205) != "list1")) {
  172.             // line 59
  173.             yield "                \$('article.card').css('min-height', '1460px');
  174.             ";
  175.         }
  176.         // line 61
  177.         yield "            \$( 'a.custom-collapsed' ).click(function( index ) {
  178.                 console.log(element_id);
  179.                     var element_id = \$(this).data('id');
  180.                     var toggle = \$(this).data('toggle');
  181.                     if (toggle == 'collapse') {
  182.                         \$(this).removeClass('collapsed');
  183.                         \$(this).addClass('collapse');
  184.                         \$(this).data('toggle', 'collapsed');
  185.                         \$('#'+element_id).collapse('show');
  186.                     }
  187.                     else {
  188.                         \$(this).removeClass('collapse');
  189.                         \$(this).addClass('collapsed');
  190.                         \$(this).data('collapse');
  191.                         \$(this).data('toggle', 'collapse');
  192.                         \$('#'+element_id).collapse('hide');
  193.                     }
  194.             });
  195.             //<a class=\"collapsed\" role=\"button\" data-toggle=\"collapse\" data-id=\"collapse16\" aria-expanded=\"false\" aria-controls=\"collapse16\">
  196.         });
  197.     </script>
  198. ";
  199.         
  200.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  201.         yield from [];
  202.     }
  203.     /**
  204.      * @codeCoverageIgnore
  205.      */
  206.     public function getTemplateName(): string
  207.     {
  208.         return "/pages/page.html.twig";
  209.     }
  210.     /**
  211.      * @codeCoverageIgnore
  212.      */
  213.     public function isTraitable(): bool
  214.     {
  215.         return false;
  216.     }
  217.     /**
  218.      * @codeCoverageIgnore
  219.      */
  220.     public function getDebugInfo(): array
  221.     {
  222.         return array (  199 => 61,  195 => 59,  193 => 58,  184 => 53,  174 => 52,  163 => 46,  159 => 44,  157 => 43,  152 => 41,  147 => 38,  142 => 35,  140 => 34,  135 => 32,  130 => 29,  128 => 28,  120 => 23,  116 => 21,  109 => 17,  104 => 14,  102 => 13,  97 => 11,  94 => 10,  84 => 9,  74 => 6,  69 => 5,  59 => 4,  42 => 2,);
  223.     }
  224.     public function getSourceContext(): Source
  225.     {
  226.         return new Source("""/pages/page.html.twig""/var/www/clients/client0/web40/private/templates/pages/page.html.twig");
  227.     }
  228. }