<?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;
/* /pages/page.html.twig */
class __TwigTemplate_43b3675bcca931185c45b5f996809890 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->blocks = [
'customcss' => [$this, 'block_customcss'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 2
return "base.html.twig";
}
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", "/pages/page.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "/pages/page.html.twig", 2);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 4
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_customcss(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(), "block", "customcss"));
// line 5
yield " ";
yield from $this->yieldParentBlock("customcss", $context, $blocks);
yield "
<link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/custom/css/media.min.";
// line 6
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 6), "server", [], "any", false, false, false, 6), "get", ["APP_PREVCACHE"], "method", false, false, false, 6), "html", null, true);
yield ".css\" />
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 9
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body(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(), "block", "body"));
// line 10
yield "
<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('";
// line 11
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "picture", [], "any", false, false, false, 11), "small", [], "any", false, false, false, 11), "html", null, true);
yield "');\">
";
// line 13
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["pageinfo"] ?? null), "info", [], "any", false, false, false, 13) != "")) {
// line 14
yield " <div class=\"container\" style=\"position: relative; top: -80px\">
<div id=\"id-header-news\">
<i class=\"fa fa-info-circle\"></i>
<marquee>";
// line 17
yield CoreExtension::getAttribute($this->env, $this->source, ($context["pageinfo"] ?? null), "info", [], "any", false, false, false, 17);
yield "</marquee>
</div>
</div>
";
}
// line 21
yield "
<div class=\"text-center color-white mt-6 mb-6 index-1\">
<h1>";
// line 23
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, false, 23), "html", null, true);
yield "</h1>
</div>
</div>
";
// line 28
if ((Twig\Extension\CoreExtension::slice($this->env->getCharset(), ($context["html"] ?? null), 20, 5) == "list1")) {
// line 29
yield " <article class=\"container\" style=\"margin-top: -110px\">
<div class=\"row\">
<div class=\"col-lg-8\">
";
// line 32
yield ($context["html"] ?? null);
yield "
</div>
";
// line 34
yield from $this->loadTemplate("partials/sidecol.html.twig", "/pages/page.html.twig", 34)->unwrap()->yield($context);
// line 35
yield " </div>
</article>
";
} else {
// line 38
yield " <div class=\"container\" style=\"margin-top: -110px\">
<div class=\"row\">
<div class=\"col-lg-9\">
";
// line 41
yield ($context["html"] ?? null);
yield "
</div>
";
// line 43
yield from $this->loadTemplate("partials/sidecol.html.twig", "/pages/page.html.twig", 43)->unwrap()->yield($context);
// line 44
yield " </div>
";
}
// line 46
yield "
</div>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 52
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(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(), "block", "javascripts"));
// line 53
yield " ";
yield from $this->yieldParentBlock("javascripts", $context, $blocks);
yield "
<script src=\"/assets/js/component-carousels-1.js\"></script>
<script>
\$(document).ready(function(){
";
// line 58
if ((Twig\Extension\CoreExtension::slice($this->env->getCharset(), ($context["html"] ?? null), 20, 5) != "list1")) {
// line 59
yield " \$('article.card').css('min-height', '1460px');
";
}
// line 61
yield " \$( 'a.custom-collapsed' ).click(function( index ) {
console.log(element_id);
var element_id = \$(this).data('id');
var toggle = \$(this).data('toggle');
if (toggle == 'collapse') {
\$(this).removeClass('collapsed');
\$(this).addClass('collapse');
\$(this).data('toggle', 'collapsed');
\$('#'+element_id).collapse('show');
}
else {
\$(this).removeClass('collapse');
\$(this).addClass('collapsed');
\$(this).data('collapse');
\$(this).data('toggle', 'collapse');
\$('#'+element_id).collapse('hide');
}
});
//<a class=\"collapsed\" role=\"button\" data-toggle=\"collapse\" data-id=\"collapse16\" aria-expanded=\"false\" aria-controls=\"collapse16\">
});
</script>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "/pages/page.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
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,);
}
public function getSourceContext(): Source
{
return new Source("", "/pages/page.html.twig", "/var/www/clients/client0/web40/private/templates/pages/page.html.twig");
}
}