Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_izi-message.html.twig_Ua89dFcfdHaIr1CstvY0g6sci', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/contrib/izi_message/templates/izi-message.html.twig */
class __TwigTemplate_0586004d01d992cd54b11a07df73a3d5 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 24
echo "
";
// line 25
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["message_list"] ?? null));
foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
// line 26
echo " ";
$context["iziType"] = ((($context["type"] == "status")) ? ("success") : ($context["type"]));
// line 27
echo " ";
if ((twig_length_filter($this->env, $context["messages"]) > 1)) {
// line 28
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["messages"]);
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 29
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source), "html", null, true);
echo " data-title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source)), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["message"], 29, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 31
echo " ";
} else {
// line 32
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source), "html", null, true);
echo " data-title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source)), "html", null, true);
echo "\"> ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_first($this->env, $this->sandbox->ensureToStringAllowed($context["messages"], 32, $this->source)), "html", null, true);
echo "
";
}
// line 34
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 35
echo "
";
}
public function getTemplateName()
{
return "modules/contrib/izi_message/templates/izi-message.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 89 => 35, 83 => 34, 73 => 32, 70 => 31, 57 => 29, 52 => 28, 49 => 27, 46 => 26, 42 => 25, 39 => 24,);
}
public function getSourceContext()
{
return new Source("", "modules/contrib/izi_message/templates/izi-message.html.twig", "/var/www/html/modules/contrib/izi_message/templates/izi-message.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 25, "set" => 26, "if" => 27);
static $filters = array("length" => 27, "escape" => 29, "capitalize" => 29, "first" => 32);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for', 'set', 'if'],
['length', 'escape', 'capitalize', 'first'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_izi-message.html.twig_Ua89dFcfdHaIr1CstvY0g6sci', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/contrib/izi_message/templates/izi-message.html.twig */
class __TwigTemplate_0586004d01d992cd54b11a07df73a3d5 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 24
echo "
";
// line 25
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["message_list"] ?? null));
foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
// line 26
echo " ";
$context["iziType"] = ((($context["type"] == "status")) ? ("success") : ($context["type"]));
// line 27
echo " ";
if ((twig_length_filter($this->env, $context["messages"]) > 1)) {
// line 28
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["messages"]);
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 29
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source), "html", null, true);
echo " data-title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source)), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["message"], 29, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 31
echo " ";
} else {
// line 32
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source), "html", null, true);
echo " data-title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source)), "html", null, true);
echo "\"> ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_first($this->env, $this->sandbox->ensureToStringAllowed($context["messages"], 32, $this->source)), "html", null, true);
echo "
";
}
// line 34
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 35
echo "
";
}
public function getTemplateName()
{
return "modules/contrib/izi_message/templates/izi-message.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 89 => 35, 83 => 34, 73 => 32, 70 => 31, 57 => 29, 52 => 28, 49 => 27, 46 => 26, 42 => 25, 39 => 24,);
}
public function getSourceContext()
{
return new Source("", "modules/contrib/izi_message/templates/izi-message.html.twig", "/var/www/html/modules/contrib/izi_message/templates/izi-message.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 25, "set" => 26, "if" => 27);
static $filters = array("length" => 27, "escape" => 29, "capitalize" => 29, "first" => 32);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for', 'set', 'if'],
['length', 'escape', 'capitalize', 'first'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_0586004d01d992cd54b11a07df73a3d5', 'modules/contrib/izi_message/templates/izi-message.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/contrib/izi_message/templates/izi-message.html.twig') (Line: 55)
twig_render_template('modules/contrib/izi_message/templates/izi-message.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('izi_message', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, 1) (Line: 160)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 175)
Drupal\Core\Render\Renderer->renderPlaceholder('', Array) (Line: 665)
Drupal\Core\Render\Renderer->replacePlaceholders(Array) (Line: 550)
Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 278)
Drupal\Core\Render\HtmlResponseAttachmentsProcessor->renderPlaceholders(Object) (Line: 127)
Drupal\Core\Render\HtmlResponseAttachmentsProcessor->processAttachments(Object) (Line: 45)
Drupal\Core\EventSubscriber\HtmlResponseSubscriber->onRespond(Object, 'kernel.response', Object)
call_user_func(Array, Object, 'kernel.response', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.response') (Line: 202)
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Object, Object, 1) (Line: 190)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_dms-product-single.html.t__7qe-H3crmfeDXcOt-rC1ORJb', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/dms/dms-product-single.html.twig */
class __TwigTemplate_507d4f7f970dd5890189f9dce06f5eb3 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 14
$context["amended_date"] = $this->env->getFilter('format_date')->getCallable()(twig_date_format_filter($this->env, twig_date_converter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "amended", [], "any", false, false, true, 14), 14, $this->source)), "U"), "medium");
// line 15
$context["address"] = [0 => "Country", 1 => "Place", 2 => "PostCode"];
// line 16
$context["sections"] = ["s1" => false, "s2" => false, "s3" => false, "s4" => true, "s5" => false, "s6" => false, "s7" => false, "s8" => false, "s9" => false, "s10" => false];
// line 17
echo "
";
// line 18
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("dms/font-awesome"), "html", null, true);
echo "
";
// line 19
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("tripin/show-more"), "html", null, true);
echo "
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("dms/share-library"), "html", null, true);
echo "
";
// line 22
$context["header_image_background_default"] = "/sites/default/files/cocoon/blog-single-bg.jpg";
// line 23
$context["header_image_background_styles"] = "";
// line 24
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 24), "mediadetails", [], "any", false, false, true, 24)) {
// line 25
echo " ";
$context["header_image_background_default"] = (((twig_length_filter($this->env, twig_array_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 25), "mediadetails", [], "any", false, false, true, 25), 25, $this->source), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "isdefault", [], "any", false, false, true, 25); })) > 0)) ? (twig_get_attribute($this->env, $this->source, twig_first($this->env, twig_array_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 25), "mediadetails", [], "any", false, false, true, 25), 25, $this->source), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "isdefault", [], "any", false, false, true, 25); })), "urlfullscreenlandscape", [], "any", false, false, true, 25)) : (twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 25), "mediadetails", [], "any", false, false, true, 25)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null), "urlfullscreenlandscape", [], "any", false, false, true, 25)));
// line 26
echo " ";
$context["header_image_background_styles"] = (((twig_length_filter($this->env, twig_array_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 26), "mediadetails", [], "any", false, false, true, 26), 26, $this->source), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "isdefault", [], "any", false, false, true, 26); })) > 0)) ? ((($__internal_compile_1 = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_first($this->env, twig_array_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 26), "mediadetails", [], "any", false, false, true, 26), 26, $this->source), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "isdefault", [], "any", false, false, true, 26); })), "comments", [], "any", false, false, true, 26), 26, $this->source), "styles=\"")) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[1] ?? null) : null), 26, $this->source), "\"")) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[0] ?? null) : null)) : ((($__internal_compile_3 = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_4 = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (($__internal_compile_5 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 26), "mediadetails", [], "any", false, false, true, 26)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null), "comments", [], "any", false, false, true, 26), 26, $this->source), "styles=\"")) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[1] ?? null) : null), 26, $this->source), "\"")) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[0] ?? null) : null)));
}
// line 28
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["path"] ?? null), "baseUrl", [], "any", false, false, true, 29), 29, $this->source), "html", null, true);
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["path"] ?? null), "themeUrl", [], "any", false, false, true, 30), 30, $this->source), "html", null, true);
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "key", [], "any", false, false, true, 32), 32, $this->source), "html", null, true);
echo "\" style=\"background-image: url('";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_image_background_default"] ?? null), 32, $this->source), "html", null, true);
echo "');";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_image_background_styles"] ?? null), 32, $this->source), "html", null, true);
echo "\">
";
// line 38
echo "
";
// line 40
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
echo "
";
// line 42
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 42), "mediadetails", [], "any", false, false, true, 42) && (twig_length_filter($this->env, twig_array_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 42), "mediadetails", [], "any", false, false, true, 42), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "typename", [], "any", false, false, true, 42) == "image"); })) > 0))) {
// line 43
echo "
<a>";
// line 44
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Media gallery"));
echo "</a>
";
}
// line 47
echo "
";
// line 49
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Share"));
echo ":
<a>
default
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "\" title=\"Facebook\">
facebook
</a>
";
// line 63
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "&title=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
echo "&source=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "\" title=\"Linkedin\">
linkedin
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 70), 70, $this->source), "html", null, true);
echo "&url=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "&hashtags=Hashtag\" title=\"Twitter\">
twitter
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "&description=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 75), 75, $this->source), "html", null, true);
echo "\" title=\"Pinterest\">
pinterest
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 80), 80, $this->source), "html", null, true);
echo "&body=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Visit this web page"));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Email"));
echo "\">
email
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Url copied!"));
echo "');\" data-url=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Copy url"));
echo "\">
copy
</a>
";
// line 90
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["flag"] ?? null), "link", [], "any", false, false, true, 90), 90, $this->source), "html", null, true);
echo "
";
// line 92
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, ($context["flag"] ?? null), "status", [], "any", false, false, true, 92)) ? (t("Remove from favourites")) : (t("Add to favourites"))));
echo "
";
// line 102
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "descriptions", [], "any", false, false, true, 102), "short", [], "any", false, false, true, 102)) {
// line 103
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "descriptions", [], "any", false, false, true, 103), "short", [], "any", false, false, true, 103), 103, $this->source), "html", null, true);
echo "
";
}
// line 105
echo "
";
// line 106
$context["media_items_extra"] = false;
// line 107
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 107), "mediadetails", [], "any", false, false, true, 107) && (twig_length_filter($this->env, twig_array_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 107), "mediadetails", [], "any", false, false, true, 107), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "typename", [], "any", false, false, true, 107) == "image"); })) > 0))) {
// line 108
echo " ";
// line 110
echo "
";
// line 112
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Photos"));
echo "
";
// line 114
echo "
";
// line 116
$context["break"] = false;
// line 117
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_array_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 117), "mediadetails", [], "any", false, false, true, 117), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, $context["media"], "typename", [], "any", false, false, true, 117) == "image"); }));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["key"] => $context["media"]) {
// line 118
echo " ";
$context["media"] = (($__internal_compile_6 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 118), "mediadetails", [], "any", false, false, true, 118)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, true, 118)] ?? null) : null);
// line 119
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["media"], "urlfullscreenlandscape", [], "any", false, false, true, 119), 119, $this->source), "html", null, true);
echo "\" id=\"media-item-";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 119), 119, $this->source), "html", null, true);
echo "\" class=\"img ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 119) == 3)) ? ("media-item-more") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 119) > 3)) ? ("media-item-hide") : ("")));
echo " media-item-";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 119), 119, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_lower_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["media"], "mediatypename", [], "any", false, false, true, 119), 119, $this->source)), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["media"], "isdefault", [], "any", false, false, true, 119)) ? ("default") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 119)) ? ("first") : ("")));
echo " ";
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["media"], "url", [], "any", false, false, true, 120), 120, $this->source), "html", null, true);
echo "\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["media"], "alttext", [], "any", false, false, true, 120), 120, $this->source), "html", null, true);
echo "\" />
";
// line 121
if ((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 121) == 3)) {
// line 122
echo " + ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, (twig_length_filter($this->env, twig_array_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 122), "mediadetails", [], "any", false, false, true, 122), 122, $this->source), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, $context["media"], "typename", [], "any", false, false, true, 122) == "image"); })) - 2), "html", null, true);
echo "
";
}
// line 124
echo " </a>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['media'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 126
echo "
";
}
// line 129
echo "
";
// line 130
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 130), "mediadetails", [], "any", false, false, true, 130) && (twig_length_filter($this->env, twig_array_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 130), "mediadetails", [], "any", false, false, true, 130), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "typename", [], "any", false, false, true, 130) != "image"); })) > 0))) {
// line 131
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Media items"));
echo "
<ul>
";
// line 134
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_array_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 134), "mediadetails", [], "any", false, false, true, 134), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, $context["media"], "typename", [], "any", false, false, true, 134) != "image"); }));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["key"] => $context["media"]) {
// line 135
echo " <li>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["media"], "url", [], "any", false, false, true, 136), 136, $this->source), "html", null, true);
echo "\" target=\"_blank\">";
((twig_get_attribute($this->env, $this->source, $context["media"], "mediatypename", [], "any", false, false, true, 136)) ? (print ($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_get_attribute($this->env, $this->source, $context["media"], "mediatypename", [], "any", false, false, true, 136), "html", null, true))) : (print (t("Media item"))));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($context["key"] + 1), "html", null, true);
echo "</a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((( !twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 136)) ? (" ") : ("")));
echo "
</li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['media'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 139
echo " </ul>
";
}
// line 142
echo "
";
// line 143
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "descriptions", [], "any", false, false, true, 143), "longrichtext", [], "any", false, false, true, 143)) {
// line 144
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "descriptions", [], "any", false, false, true, 144), "longrichtext", [], "any", false, false, true, 144), 144, $this->source));
echo "
";
}
// line 146
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "publicdirections", [], "any", false, false, true, 146)) {
// line 147
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Transport Directions"));
echo "
";
// line 148
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "publicdirections", [], "any", false, false, true, 148), "longrichtext", [], "any", false, false, true, 148), 148, $this->source));
echo "
";
}
// line 150
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "roaddirections", [], "any", false, false, true, 150)) {
// line 151
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Road Directions"));
echo "
";
// line 152
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "roaddirections", [], "any", false, false, true, 152), "longrichtext", [], "any", false, false, true, 152), 152, $this->source));
echo "
";
}
// line 154
echo " ";
// line 167
echo "
";
// line 171
echo "
";
// line 172
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "stories", [], "any", false, false, true, 172), "relevantstories", [], "any", false, false, true, 172)) {
// line 173
echo "
";
// line 175
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Stories"));
echo "
<a>";
// line 177
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("All Stories"));
echo "</a>
";
// line 180
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Get to know the destination better by reading the following stories."));
echo "
";
// line 185
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "stories", [], "any", false, false, true, 185), "relevantstories", [], "any", false, false, true, 185));
foreach ($context['_seq'] as $context["_key"] => $context["story"]) {
// line 186
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => twig_get_attribute($this->env, $this->source, $context["story"], "nid", [], "any", false, false, true, 186)]), "html", null, true);
echo "\" class=\"story_item\" style=\"background-image: url(";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["story"], "image", [], "any", false, false, true, 186), 186, $this->source), "html", null, true);
echo ")\">
";
// line 191
if (twig_get_attribute($this->env, $this->source, $context["story"], "flag", [], "any", false, false, true, 191)) {
// line 192
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["story"], "flag", [], "any", false, false, true, 192), 192, $this->source), "html", null, true);
echo "\" alt=\"\">
";
} else {
// line 194
echo "
";
}
// line 196
echo "
";
// line 198
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["story"], "title", [], "any", false, false, true, 198), 198, $this->source), "html", null, true);
echo "
";
// line 199
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["story"], "subtitle", [], "any", false, false, true, 199), 199, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["story"], "image", [], "any", false, false, true, 202), 202, $this->source), "html", null, true);
echo ")\">
</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['story'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 205
echo "
";
}
// line 211
echo "
";
// line 212
if (twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 212)) {
// line 213
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Location"));
echo "
";
// line 214
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Find the destination on the interactive map below."));
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 214), "latitude", [], "any", false, false, true, 214), 214, $this->source), "html", null, true);
echo ",";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 214), "longitude", [], "any", false, false, true, 214), 214, $this->source), "html", null, true);
echo "&hl=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["language"] ?? null), 214, $this->source), "html", null, true);
echo "\" target=\"_blank\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Open on Google Map."));
echo "</a>
";
// line 218
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("dms/leaflet-library"), "html", null, true);
echo "
var map = L.map('map'); // .setView([51.505, -0.09], 13)
map.setView(L.latLng(";
// line 222
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 222), "latitude", [], "any", false, false, true, 222), 222, $this->source), "html", null, true);
echo ", ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 222), "longitude", [], "any", false, false, true, 222), 222, $this->source), "html", null, true);
echo "), 6);
map.setZoom(11);
if (map.scrollWheelZoom) {
map.scrollWheelZoom.disable();
}
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '© <a>OpenStreetMap</a>'
}).addTo(map);
var marker = L.marker([";
// line 231
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 231), "latitude", [], "any", false, false, true, 231), 231, $this->source), "html", null, true);
echo ", ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 231), "longitude", [], "any", false, false, true, 231), 231, $this->source), "html", null, true);
echo "]).addTo(map);
marker.bindPopup('";
// line 232
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 232), 232, $this->source), "html", null, true);
echo "').openPopup();
";
// line 261
echo "
";
}
// line 265
echo "
";
// line 266
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "routes", [], "any", false, false, true, 266), "relevantroutes", [], "any", false, false, true, 266)) {
// line 267
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Related route"));
echo "
";
// line 268
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Follow the route below and get to know our area better through its destinations."));
echo "
";
// line 269
$context["route"] = (($__internal_compile_7 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "routes", [], "any", false, false, true, 269), "relevantroutes", [], "any", false, false, true, 269)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7[0] ?? null) : null);
// line 270
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "nid", [], "any", false, false, true, 274)]), "html", null, true);
echo "\">
background image
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "image", [], "any", false, false, true, 276), 276, $this->source), "html", null, true);
echo ")\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "image", [], "any", false, false, true, 277), 277, $this->source), "html", null, true);
echo ")\">
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "nid", [], "any", false, false, true, 282)]), "html", null, true);
echo "\" class=\"_top\">
";
// line 283
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "subtitle", [], "any", false, false, true, 283), 283, $this->source), "html", null, true);
echo "
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "nid", [], "any", false, false, true, 285)]), "html", null, true);
echo "\" class=\"_center\">
";
// line 288
echo "
";
// line 290
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "title", [], "any", false, false, true, 290), 290, $this->source), "html", null, true);
echo "
";
// line 293
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "short_desc", [], "any", false, false, true, 293), 293, $this->source), "html", null, true);
echo "
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "nid", [], "any", false, false, true, 296)]), "html", null, true);
echo "\" class=\"_bottom\">
";
// line 299
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "days", [], "any", false, false, true, 299), 299, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, (($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "dests", [], "any", false, false, true, 299), 299, $this->source) . " ") . t("destinations")), "html", null, true);
echo "
</a>
";
// line 308
echo "
";
}
// line 313
echo "
";
// line 319
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "facilitiesgroups", [], "any", false, false, true, 319), "facilitiesgroupsdetails", [], "any", false, false, true, 319)) {
// line 320
echo "
";
// line 323
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Categories"));
echo "
<ul>
";
// line 326
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "facilitiesgroups", [], "any", false, false, true, 326), "facilitiesgroupsdetails", [], "any", false, false, true, 326));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["facilitiesgroups"]) {
// line 327
echo " <li><a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["facilitiesgroups"], "key", [], "any", false, false, true, 327), 327, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 327)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 327)) ? ("last") : ("")));
echo "\" data-href=\"#\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["facilitiesgroups"], "name", [], "any", false, false, true, 327), 327, $this->source), "html", null, true);
echo "</a> </li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['facilitiesgroups'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 329
echo " ";
// line 332
echo " </ul>
";
}
// line 338
echo "
";
// line 422
echo "
";
// line 423
if (twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "weatherwidget", [], "any", false, false, true, 423)) {
// line 424
echo "
";
// line 427
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Weather"));
echo "
";
// line 429
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "weatherwidget", [], "any", false, false, true, 429), 429, $this->source));
echo "
";
}
// line 435
echo "
";
// line 436
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "openings", [], "any", false, false, true, 436), "openingdetails", [], "any", false, false, true, 436)) {
// line 437
echo "
";
// line 440
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Openings"));
echo "
<ul>
";
// line 442
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "openings", [], "any", false, false, true, 442), "openingdetails", [], "any", false, false, true, 442));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["opening"]) {
// line 443
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 443)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 443)) ? ("last") : ("")));
echo "\">
";
// line 444
$context["opening_name_item"] = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "name", [], "any", false, false, true, 444), 444, $this->source), "");
// line 445
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["opening_name_item"] ?? null));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["opnm"]) {
// line 446
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 446) == 1)) {
// line 447
echo " ";
// line 448
echo " ";
} elseif ($context["opnm"]) {
// line 449
echo " <a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed($context["opnm"], 449, $this->source));
echo "</a>
";
}
// line 451
echo " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['opnm'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 452
echo " </li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['opening'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 454
echo " </ul>
";
// line 455
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "extrapolatedopenings", [], "any", false, false, true, 455), "timeboundopeningdetails", [], "any", false, false, true, 455)) {
// line 456
echo " <ul>
";
// line 457
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "extrapolatedopenings", [], "any", false, false, true, 457), "timeboundopeningdetails", [], "any", false, false, true, 457));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["reopening"]) {
// line 458
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 458)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 458)) ? ("last") : ("")));
echo "\">
> ";
// line 459
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["reopening"], "name", [], "any", false, false, true, 459), 459, $this->source));
echo "
</li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['reopening'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 462
echo " </ul>
";
}
// line 464
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "openings", [], "any", false, false, true, 464), "fixedopeningdetails", [], "any", false, false, true, 464)) {
// line 465
echo " <ul>
";
// line 466
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "openings", [], "any", false, false, true, 466), "fixedopeningdetails", [], "any", false, false, true, 466));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["opening"]) {
// line 467
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 467)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 467)) ? ("last") : ("")));
echo "\">
- ";
// line 468
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "name", [], "any", false, false, true, 468), 468, $this->source));
echo "
</li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['opening'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 471
echo " </ul>
";
}
// line 473
echo "
";
}
// line 477
echo "
";
// line 478
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "tickets", [], "any", false, false, true, 478), "ticketdetails", [], "any", false, false, true, 478)) {
// line 479
echo "
";
// line 482
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Tickets"));
echo "
<ul>
";
// line 484
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "tickets", [], "any", false, false, true, 484), "ticketdetails", [], "any", false, false, true, 484));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["ticket"]) {
// line 485
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 485)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 485)) ? ("last") : ("")));
echo "\">
<a>";
// line 486
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["ticket"], "name", [], "any", false, false, true, 486), 486, $this->source), "html", null, true);
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["ticket"], "unittypename", [], "any", false, false, true, 486), 486, $this->source), "html", null, true);
echo "</a>
<a>";
// line 487
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Quantity"));
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["ticket"], "quantity", [], "any", false, false, true, 487), 487, $this->source), "html", null, true);
echo "</a>
";
// line 488
if ((twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 488) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 488), "value", [], "any", false, false, true, 488) != 0))) {
// line 489
echo " <a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 489), "pricebasisname", [], "any", false, false, true, 489), 489, $this->source), "html", null, true);
echo " </a>
<a> ";
// line 490
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 490), "value", [], "any", false, false, true, 490), 490, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 490), "currencyname", [], "any", false, false, true, 490), 490, $this->source), "html", null, true);
echo "</a>
";
// line 491
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 491), "pricebasisname", [], "any", false, false, true, 491), 491, $this->source), "html", null, true);
echo "</a> -->
";
}
// line 493
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["ticket"], "openings", [], "any", false, false, true, 493)) {
// line 494
echo "
";
// line 495
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "openings", [], "any", false, false, true, 495), "unitopeningdetails", [], "any", false, false, true, 495));
foreach ($context['_seq'] as $context["_key"] => $context["opening"]) {
// line 496
echo " <a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "start", [], "any", false, false, true, 496), 496, $this->source), "html", null, true);
echo " - ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "end", [], "any", false, false, true, 496), 496, $this->source), "html", null, true);
echo ":";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 496), "value", [], "any", false, false, true, 496) == twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "maxguideprice", [], "any", false, false, true, 496), "value", [], "any", false, false, true, 496))) ? (($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 496), "value", [], "any", false, false, true, 496), 496, $this->source) . "€")) : ((((((($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 496), "value", [], "any", false, false, true, 496), 496, $this->source) . "€") . " ") . t("to")) . " ") . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "maxguideprice", [], "any", false, false, true, 496), "value", [], "any", false, false, true, 496), 496, $this->source)) . "€"))), "html", null, true);
echo "</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['opening'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 498
echo "
";
}
// line 500
echo " </li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ticket'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 502
echo " </ul>
";
}
// line 507
echo "
";
// line 508
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "rooms", [], "any", false, false, true, 508), "roomdetails", [], "any", false, false, true, 508)) {
// line 509
echo "
";
// line 512
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Rooms"));
echo "
<ul>
";
// line 514
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "rooms", [], "any", false, false, true, 514), "roomdetails", [], "any", false, false, true, 514));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["room"]) {
// line 515
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 515)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 515)) ? ("last") : ("")));
echo "\">
<a>";
// line 516
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["room"], "name", [], "any", false, false, true, 516), 516, $this->source), "html", null, true);
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["room"], "unittypename", [], "any", false, false, true, 516), 516, $this->source), "html", null, true);
echo "</a>
";
// line 517
if (twig_get_attribute($this->env, $this->source, $context["room"], "quantity", [], "any", false, false, true, 517)) {
echo "<a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Quantity"));
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["room"], "quantity", [], "any", false, false, true, 517), 517, $this->source), "html", null, true);
echo "</a>";
}
// line 518
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["room"], "minoccupancy", [], "any", false, false, true, 518)) {
echo "<a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Minimum Occupancy"));
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["room"], "minoccupancy", [], "any", false, false, true, 518), 518, $this->source), "html", null, true);
echo "</a>";
}
// line 519
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["room"], "maxcapacity", [], "any", false, false, true, 519)) {
echo "<a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Maximum Occupancy"));
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["room"], "maxcapacity", [], "any", false, false, true, 519), 519, $this->source), "html", null, true);
echo "</a>";
}
// line 520
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["room"], "guideprice", [], "any", false, false, true, 520)) {
echo "<a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "guideprice", [], "any", false, false, true, 520), "pricebasisname", [], "any", false, false, true, 520), 520, $this->source), "html", null, true);
echo " </a>";
}
// line 521
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "facilities", [], "any", false, false, true, 521), "facilitydetails", [], "any", false, false, true, 521)) {
// line 522
echo " <a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Room Facilities"));
echo " </a>
";
// line 523
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "facilities", [], "any", false, false, true, 523), "facilitydetails", [], "any", false, false, true, 523));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["facility"]) {
// line 524
echo " <a> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["facility"], "facility", [], "any", false, false, true, 524), 524, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 524)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 524)) ? ("last") : ("")));
echo " count\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["facility"], "name", [], "any", false, false, true, 524), 524, $this->source), "html", null, true);
echo "</a>
";
// line 525
if (twig_get_attribute($this->env, $this->source, $context["facility"], "notes", [], "any", false, false, true, 525)) {
echo "<a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["facility"], "notes", [], "any", false, false, true, 525), 525, $this->source), "html", null, true);
echo "</a>";
}
// line 526
echo " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['facility'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 527
echo " ";
}
// line 528
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["room"], "guideprice", [], "any", false, false, true, 528)) {
echo "<a> ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "guideprice", [], "any", false, false, true, 528), "value", [], "any", false, false, true, 528), 528, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "guideprice", [], "any", false, false, true, 528), "currencyname", [], "any", false, false, true, 528), 528, $this->source), "html", null, true);
echo "</a>";
}
// line 529
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["room"], "openings", [], "any", false, false, true, 529)) {
// line 530
echo "
";
// line 531
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "openings", [], "any", false, false, true, 531), "unitopeningdetails", [], "any", false, false, true, 531));
foreach ($context['_seq'] as $context["_key"] => $context["opening"]) {
// line 532
echo " <a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "start", [], "any", false, false, true, 532), 532, $this->source));
echo " - ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "end", [], "any", false, false, true, 532), 532, $this->source), "html", null, true);
echo ":";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 532), "value", [], "any", false, false, true, 532) == twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "maxguideprice", [], "any", false, false, true, 532), "value", [], "any", false, false, true, 532))) ? (($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 532), "value", [], "any", false, false, true, 532), 532, $this->source) . "€")) : ((((((($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 532), "value", [], "any", false, false, true, 532), 532, $this->source) . "€") . " ") . t("to")) . " ") . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "maxguideprice", [], "any", false, false, true, 532), "value", [], "any", false, false, true, 532), 532, $this->source)) . "€"))), "html", null, true);
echo "</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['opening'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 534
echo "
";
}
// line 536
echo " </li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['room'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 538
echo " </ul>
";
}
// line 543
echo "
";
// line 544
if (twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "offers", [], "any", false, false, true, 544)) {
// line 545
echo "
";
// line 548
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Offers"));
echo "
<ul>
";
// line 550
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "offers", [], "any", false, false, true, 550), "offerdetails", [], "any", false, false, true, 550));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["offer"]) {
// line 551
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 551)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 551)) ? ("last") : ("")));
echo "\">
<a> offer.name offer.unittypename </a>
</li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['offer'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 555
echo " </ul>
";
}
// line 560
echo "
";
// line 561
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "relatedproducts", [], "any", false, false, true, 561), "relatedproductstub", [], "any", false, false, true, 561)) {
// line 562
echo "
";
// line 563
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Experiences"));
echo "
";
// line 566
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "relatedproducts", [], "any", false, false, true, 566), "relatedproductstub", [], "any", false, false, true, 566));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["related"]) {
// line 567
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("dms.product_single", ["product_key" => twig_get_attribute($this->env, $this->source, $context["related"], "key", [], "any", false, false, true, 567)]), "html", null, true);
echo "\" class=\"related-products-list-item item ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 567)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 567)) ? ("last") : ("")));
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (($__internal_compile_8 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["related"], "media", [], "any", false, false, true, 569), "mediadetails", [], "any", false, false, true, 569)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8[0] ?? null) : null), "url", [], "any", false, false, true, 569), 569, $this->source), "html", null, true);
echo ")\">
";
// line 570
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["related"], "name", [], "any", false, false, true, 570), 570, $this->source), "html", null, true);
echo "
";
// line 573
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["related"], "amended", [], "any", false, false, true, 573), 573, $this->source), "html", null, true);
echo " |
";
// line 574
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["related"], "producttypename", [], "any", false, false, true, 574), 574, $this->source), "html", null, true);
echo "
";
// line 575
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["related"], "primarycategoryname", [], "any", false, false, true, 575), 575, $this->source), "html", null, true);
echo "
</a>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['related'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 579
echo "
";
}
// line 583
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/dms/dms-product-single.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1434 => 583, 1428 => 579, 1410 => 575, 1406 => 574, 1402 => 573, 1396 => 570, 1392 => 569, 1382 => 567, 1365 => 566, 1359 => 563, 1356 => 562, 1354 => 561, 1351 => 560, 1344 => 555, 1323 => 551, 1306 => 550, 1301 => 548, 1296 => 545, 1294 => 544, 1291 => 543, 1284 => 538, 1269 => 536, 1265 => 534, 1252 => 532, 1248 => 531, 1245 => 530, 1242 => 529, 1233 => 528, 1230 => 527, 1216 => 526, 1210 => 525, 1199 => 524, 1182 => 523, 1177 => 522, 1174 => 521, 1167 => 520, 1158 => 519, 1149 => 518, 1141 => 517, 1135 => 516, 1128 => 515, 1111 => 514, 1106 => 512, 1101 => 509, 1099 => 508, 1096 => 507, 1089 => 502, 1074 => 500, 1070 => 498, 1057 => 496, 1053 => 495, 1050 => 494, 1047 => 493, 1042 => 491, 1036 => 490, 1031 => 489, 1029 => 488, 1023 => 487, 1017 => 486, 1010 => 485, 993 => 484, 988 => 482, 983 => 479, 981 => 478, 978 => 477, 972 => 473, 968 => 471, 951 => 468, 944 => 467, 927 => 466, 924 => 465, 921 => 464, 917 => 462, 900 => 459, 893 => 458, 876 => 457, 873 => 456, 871 => 455, 868 => 454, 853 => 452, 839 => 451, 833 => 449, 830 => 448, 828 => 447, 825 => 446, 807 => 445, 805 => 444, 798 => 443, 781 => 442, 776 => 440, 771 => 437, 769 => 436, 766 => 435, 757 => 429, 752 => 427, 747 => 424, 745 => 423, 742 => 422, 739 => 338, 731 => 332, 729 => 329, 706 => 327, 689 => 326, 683 => 323, 678 => 320, 676 => 319, 668 => 313, 661 => 308, 652 => 299, 646 => 296, 640 => 293, 634 => 290, 630 => 288, 625 => 285, 620 => 283, 616 => 282, 608 => 277, 604 => 276, 599 => 274, 593 => 270, 591 => 269, 587 => 268, 582 => 267, 580 => 266, 577 => 265, 571 => 261, 565 => 232, 559 => 231, 545 => 222, 537 => 218, 523 => 214, 518 => 213, 516 => 212, 513 => 211, 505 => 205, 496 => 202, 490 => 199, 486 => 198, 482 => 196, 478 => 194, 472 => 192, 470 => 191, 459 => 186, 455 => 185, 447 => 180, 441 => 177, 436 => 175, 432 => 173, 430 => 172, 427 => 171, 424 => 167, 422 => 154, 417 => 152, 412 => 151, 409 => 150, 404 => 148, 399 => 147, 396 => 146, 390 => 144, 388 => 143, 385 => 142, 380 => 139, 357 => 136, 354 => 135, 337 => 134, 330 => 131, 328 => 130, 325 => 129, 320 => 126, 305 => 124, 299 => 122, 297 => 121, 291 => 120, 271 => 119, 268 => 118, 250 => 117, 248 => 116, 244 => 114, 240 => 112, 236 => 110, 234 => 108, 231 => 107, 229 => 106, 226 => 105, 220 => 103, 218 => 102, 205 => 92, 200 => 90, 188 => 85, 174 => 80, 164 => 75, 154 => 70, 142 => 65, 138 => 63, 132 => 57, 121 => 49, 117 => 47, 111 => 44, 108 => 43, 106 => 42, 101 => 40, 97 => 38, 89 => 32, 85 => 31, 81 => 30, 77 => 29, 74 => 28, 70 => 26, 67 => 25, 65 => 24, 63 => 23, 61 => 22, 56 => 20, 52 => 19, 48 => 18, 45 => 17, 43 => 16, 41 => 15, 39 => 14,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/dms/dms-product-single.html.twig", "/var/www/html/themes/tripin/templates/dms/dms-product-single.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 14, "if" => 24, "for" => 117);
static $filters = array("format_date" => 14, "date" => 14, "escape" => 18, "length" => 25, "filter" => 25, "first" => 25, "split" => 26, "t" => 44, "lower" => 119, "raw" => 144);
static $functions = array("date" => 14, "attach_library" => 18, "url" => 31, "path" => 186);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'for'],
['format_date', 'date', 'escape', 'length', 'filter', 'first', 'split', 't', 'lower', 'raw'],
['date', 'attach_library', 'url', 'path']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_dms-product-single.html.t__7qe-H3crmfeDXcOt-rC1ORJb', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/dms/dms-product-single.html.twig */
class __TwigTemplate_507d4f7f970dd5890189f9dce06f5eb3 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 14
$context["amended_date"] = $this->env->getFilter('format_date')->getCallable()(twig_date_format_filter($this->env, twig_date_converter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "amended", [], "any", false, false, true, 14), 14, $this->source)), "U"), "medium");
// line 15
$context["address"] = [0 => "Country", 1 => "Place", 2 => "PostCode"];
// line 16
$context["sections"] = ["s1" => false, "s2" => false, "s3" => false, "s4" => true, "s5" => false, "s6" => false, "s7" => false, "s8" => false, "s9" => false, "s10" => false];
// line 17
echo "
";
// line 18
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("dms/font-awesome"), "html", null, true);
echo "
";
// line 19
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("tripin/show-more"), "html", null, true);
echo "
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("dms/share-library"), "html", null, true);
echo "
";
// line 22
$context["header_image_background_default"] = "/sites/default/files/cocoon/blog-single-bg.jpg";
// line 23
$context["header_image_background_styles"] = "";
// line 24
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 24), "mediadetails", [], "any", false, false, true, 24)) {
// line 25
echo " ";
$context["header_image_background_default"] = (((twig_length_filter($this->env, twig_array_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 25), "mediadetails", [], "any", false, false, true, 25), 25, $this->source), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "isdefault", [], "any", false, false, true, 25); })) > 0)) ? (twig_get_attribute($this->env, $this->source, twig_first($this->env, twig_array_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 25), "mediadetails", [], "any", false, false, true, 25), 25, $this->source), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "isdefault", [], "any", false, false, true, 25); })), "urlfullscreenlandscape", [], "any", false, false, true, 25)) : (twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 25), "mediadetails", [], "any", false, false, true, 25)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null), "urlfullscreenlandscape", [], "any", false, false, true, 25)));
// line 26
echo " ";
$context["header_image_background_styles"] = (((twig_length_filter($this->env, twig_array_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 26), "mediadetails", [], "any", false, false, true, 26), 26, $this->source), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "isdefault", [], "any", false, false, true, 26); })) > 0)) ? ((($__internal_compile_1 = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_first($this->env, twig_array_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 26), "mediadetails", [], "any", false, false, true, 26), 26, $this->source), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "isdefault", [], "any", false, false, true, 26); })), "comments", [], "any", false, false, true, 26), 26, $this->source), "styles=\"")) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[1] ?? null) : null), 26, $this->source), "\"")) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[0] ?? null) : null)) : ((($__internal_compile_3 = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_4 = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (($__internal_compile_5 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 26), "mediadetails", [], "any", false, false, true, 26)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null), "comments", [], "any", false, false, true, 26), 26, $this->source), "styles=\"")) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[1] ?? null) : null), 26, $this->source), "\"")) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[0] ?? null) : null)));
}
// line 28
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["path"] ?? null), "baseUrl", [], "any", false, false, true, 29), 29, $this->source), "html", null, true);
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["path"] ?? null), "themeUrl", [], "any", false, false, true, 30), 30, $this->source), "html", null, true);
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "key", [], "any", false, false, true, 32), 32, $this->source), "html", null, true);
echo "\" style=\"background-image: url('";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_image_background_default"] ?? null), 32, $this->source), "html", null, true);
echo "');";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_image_background_styles"] ?? null), 32, $this->source), "html", null, true);
echo "\">
";
// line 38
echo "
";
// line 40
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
echo "
";
// line 42
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 42), "mediadetails", [], "any", false, false, true, 42) && (twig_length_filter($this->env, twig_array_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 42), "mediadetails", [], "any", false, false, true, 42), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "typename", [], "any", false, false, true, 42) == "image"); })) > 0))) {
// line 43
echo "
<a>";
// line 44
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Media gallery"));
echo "</a>
";
}
// line 47
echo "
";
// line 49
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Share"));
echo ":
<a>
default
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "\" title=\"Facebook\">
facebook
</a>
";
// line 63
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "&title=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
echo "&source=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "\" title=\"Linkedin\">
linkedin
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 70), 70, $this->source), "html", null, true);
echo "&url=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "&hashtags=Hashtag\" title=\"Twitter\">
twitter
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "&description=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 75), 75, $this->source), "html", null, true);
echo "\" title=\"Pinterest\">
pinterest
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 80), 80, $this->source), "html", null, true);
echo "&body=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Visit this web page"));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Email"));
echo "\">
email
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Url copied!"));
echo "');\" data-url=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Copy url"));
echo "\">
copy
</a>
";
// line 90
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["flag"] ?? null), "link", [], "any", false, false, true, 90), 90, $this->source), "html", null, true);
echo "
";
// line 92
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, ($context["flag"] ?? null), "status", [], "any", false, false, true, 92)) ? (t("Remove from favourites")) : (t("Add to favourites"))));
echo "
";
// line 102
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "descriptions", [], "any", false, false, true, 102), "short", [], "any", false, false, true, 102)) {
// line 103
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "descriptions", [], "any", false, false, true, 103), "short", [], "any", false, false, true, 103), 103, $this->source), "html", null, true);
echo "
";
}
// line 105
echo "
";
// line 106
$context["media_items_extra"] = false;
// line 107
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 107), "mediadetails", [], "any", false, false, true, 107) && (twig_length_filter($this->env, twig_array_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 107), "mediadetails", [], "any", false, false, true, 107), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "typename", [], "any", false, false, true, 107) == "image"); })) > 0))) {
// line 108
echo " ";
// line 110
echo "
";
// line 112
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Photos"));
echo "
";
// line 114
echo "
";
// line 116
$context["break"] = false;
// line 117
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_array_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 117), "mediadetails", [], "any", false, false, true, 117), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, $context["media"], "typename", [], "any", false, false, true, 117) == "image"); }));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["key"] => $context["media"]) {
// line 118
echo " ";
$context["media"] = (($__internal_compile_6 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 118), "mediadetails", [], "any", false, false, true, 118)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, true, 118)] ?? null) : null);
// line 119
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["media"], "urlfullscreenlandscape", [], "any", false, false, true, 119), 119, $this->source), "html", null, true);
echo "\" id=\"media-item-";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 119), 119, $this->source), "html", null, true);
echo "\" class=\"img ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 119) == 3)) ? ("media-item-more") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 119) > 3)) ? ("media-item-hide") : ("")));
echo " media-item-";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 119), 119, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_lower_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["media"], "mediatypename", [], "any", false, false, true, 119), 119, $this->source)), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["media"], "isdefault", [], "any", false, false, true, 119)) ? ("default") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 119)) ? ("first") : ("")));
echo " ";
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["media"], "url", [], "any", false, false, true, 120), 120, $this->source), "html", null, true);
echo "\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["media"], "alttext", [], "any", false, false, true, 120), 120, $this->source), "html", null, true);
echo "\" />
";
// line 121
if ((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 121) == 3)) {
// line 122
echo " + ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, (twig_length_filter($this->env, twig_array_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 122), "mediadetails", [], "any", false, false, true, 122), 122, $this->source), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, $context["media"], "typename", [], "any", false, false, true, 122) == "image"); })) - 2), "html", null, true);
echo "
";
}
// line 124
echo " </a>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['media'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 126
echo "
";
}
// line 129
echo "
";
// line 130
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 130), "mediadetails", [], "any", false, false, true, 130) && (twig_length_filter($this->env, twig_array_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 130), "mediadetails", [], "any", false, false, true, 130), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, ($context["media"] ?? null), "typename", [], "any", false, false, true, 130) != "image"); })) > 0))) {
// line 131
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Media items"));
echo "
<ul>
";
// line 134
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_array_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "media", [], "any", false, false, true, 134), "mediadetails", [], "any", false, false, true, 134), function ($__media__) use ($context, $macros) { $context["media"] = $__media__; return (twig_get_attribute($this->env, $this->source, $context["media"], "typename", [], "any", false, false, true, 134) != "image"); }));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["key"] => $context["media"]) {
// line 135
echo " <li>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["media"], "url", [], "any", false, false, true, 136), 136, $this->source), "html", null, true);
echo "\" target=\"_blank\">";
((twig_get_attribute($this->env, $this->source, $context["media"], "mediatypename", [], "any", false, false, true, 136)) ? (print ($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_get_attribute($this->env, $this->source, $context["media"], "mediatypename", [], "any", false, false, true, 136), "html", null, true))) : (print (t("Media item"))));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($context["key"] + 1), "html", null, true);
echo "</a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((( !twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 136)) ? (" ") : ("")));
echo "
</li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['media'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 139
echo " </ul>
";
}
// line 142
echo "
";
// line 143
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "descriptions", [], "any", false, false, true, 143), "longrichtext", [], "any", false, false, true, 143)) {
// line 144
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "descriptions", [], "any", false, false, true, 144), "longrichtext", [], "any", false, false, true, 144), 144, $this->source));
echo "
";
}
// line 146
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "publicdirections", [], "any", false, false, true, 146)) {
// line 147
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Transport Directions"));
echo "
";
// line 148
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "publicdirections", [], "any", false, false, true, 148), "longrichtext", [], "any", false, false, true, 148), 148, $this->source));
echo "
";
}
// line 150
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "roaddirections", [], "any", false, false, true, 150)) {
// line 151
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Road Directions"));
echo "
";
// line 152
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "roaddirections", [], "any", false, false, true, 152), "longrichtext", [], "any", false, false, true, 152), 152, $this->source));
echo "
";
}
// line 154
echo " ";
// line 167
echo "
";
// line 171
echo "
";
// line 172
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "stories", [], "any", false, false, true, 172), "relevantstories", [], "any", false, false, true, 172)) {
// line 173
echo "
";
// line 175
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Stories"));
echo "
<a>";
// line 177
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("All Stories"));
echo "</a>
";
// line 180
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Get to know the destination better by reading the following stories."));
echo "
";
// line 185
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "stories", [], "any", false, false, true, 185), "relevantstories", [], "any", false, false, true, 185));
foreach ($context['_seq'] as $context["_key"] => $context["story"]) {
// line 186
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => twig_get_attribute($this->env, $this->source, $context["story"], "nid", [], "any", false, false, true, 186)]), "html", null, true);
echo "\" class=\"story_item\" style=\"background-image: url(";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["story"], "image", [], "any", false, false, true, 186), 186, $this->source), "html", null, true);
echo ")\">
";
// line 191
if (twig_get_attribute($this->env, $this->source, $context["story"], "flag", [], "any", false, false, true, 191)) {
// line 192
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["story"], "flag", [], "any", false, false, true, 192), 192, $this->source), "html", null, true);
echo "\" alt=\"\">
";
} else {
// line 194
echo "
";
}
// line 196
echo "
";
// line 198
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["story"], "title", [], "any", false, false, true, 198), 198, $this->source), "html", null, true);
echo "
";
// line 199
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["story"], "subtitle", [], "any", false, false, true, 199), 199, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["story"], "image", [], "any", false, false, true, 202), 202, $this->source), "html", null, true);
echo ")\">
</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['story'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 205
echo "
";
}
// line 211
echo "
";
// line 212
if (twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 212)) {
// line 213
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Location"));
echo "
";
// line 214
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Find the destination on the interactive map below."));
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 214), "latitude", [], "any", false, false, true, 214), 214, $this->source), "html", null, true);
echo ",";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 214), "longitude", [], "any", false, false, true, 214), 214, $this->source), "html", null, true);
echo "&hl=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["language"] ?? null), 214, $this->source), "html", null, true);
echo "\" target=\"_blank\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Open on Google Map."));
echo "</a>
";
// line 218
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("dms/leaflet-library"), "html", null, true);
echo "
var map = L.map('map'); // .setView([51.505, -0.09], 13)
map.setView(L.latLng(";
// line 222
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 222), "latitude", [], "any", false, false, true, 222), 222, $this->source), "html", null, true);
echo ", ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 222), "longitude", [], "any", false, false, true, 222), 222, $this->source), "html", null, true);
echo "), 6);
map.setZoom(11);
if (map.scrollWheelZoom) {
map.scrollWheelZoom.disable();
}
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '© <a>OpenStreetMap</a>'
}).addTo(map);
var marker = L.marker([";
// line 231
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 231), "latitude", [], "any", false, false, true, 231), 231, $this->source), "html", null, true);
echo ", ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "location", [], "any", false, false, true, 231), "longitude", [], "any", false, false, true, 231), 231, $this->source), "html", null, true);
echo "]).addTo(map);
marker.bindPopup('";
// line 232
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "name", [], "any", false, false, true, 232), 232, $this->source), "html", null, true);
echo "').openPopup();
";
// line 261
echo "
";
}
// line 265
echo "
";
// line 266
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "routes", [], "any", false, false, true, 266), "relevantroutes", [], "any", false, false, true, 266)) {
// line 267
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Related route"));
echo "
";
// line 268
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Follow the route below and get to know our area better through its destinations."));
echo "
";
// line 269
$context["route"] = (($__internal_compile_7 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "routes", [], "any", false, false, true, 269), "relevantroutes", [], "any", false, false, true, 269)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7[0] ?? null) : null);
// line 270
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "nid", [], "any", false, false, true, 274)]), "html", null, true);
echo "\">
background image
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "image", [], "any", false, false, true, 276), 276, $this->source), "html", null, true);
echo ")\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "image", [], "any", false, false, true, 277), 277, $this->source), "html", null, true);
echo ")\">
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "nid", [], "any", false, false, true, 282)]), "html", null, true);
echo "\" class=\"_top\">
";
// line 283
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "subtitle", [], "any", false, false, true, 283), 283, $this->source), "html", null, true);
echo "
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "nid", [], "any", false, false, true, 285)]), "html", null, true);
echo "\" class=\"_center\">
";
// line 288
echo "
";
// line 290
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "title", [], "any", false, false, true, 290), 290, $this->source), "html", null, true);
echo "
";
// line 293
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "short_desc", [], "any", false, false, true, 293), 293, $this->source), "html", null, true);
echo "
</a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "nid", [], "any", false, false, true, 296)]), "html", null, true);
echo "\" class=\"_bottom\">
";
// line 299
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "days", [], "any", false, false, true, 299), 299, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, (($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["route"] ?? null), "dests", [], "any", false, false, true, 299), 299, $this->source) . " ") . t("destinations")), "html", null, true);
echo "
</a>
";
// line 308
echo "
";
}
// line 313
echo "
";
// line 319
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "facilitiesgroups", [], "any", false, false, true, 319), "facilitiesgroupsdetails", [], "any", false, false, true, 319)) {
// line 320
echo "
";
// line 323
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Categories"));
echo "
<ul>
";
// line 326
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "facilitiesgroups", [], "any", false, false, true, 326), "facilitiesgroupsdetails", [], "any", false, false, true, 326));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["facilitiesgroups"]) {
// line 327
echo " <li><a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["facilitiesgroups"], "key", [], "any", false, false, true, 327), 327, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 327)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 327)) ? ("last") : ("")));
echo "\" data-href=\"#\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["facilitiesgroups"], "name", [], "any", false, false, true, 327), 327, $this->source), "html", null, true);
echo "</a> </li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['facilitiesgroups'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 329
echo " ";
// line 332
echo " </ul>
";
}
// line 338
echo "
";
// line 422
echo "
";
// line 423
if (twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "weatherwidget", [], "any", false, false, true, 423)) {
// line 424
echo "
";
// line 427
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Weather"));
echo "
";
// line 429
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "weatherwidget", [], "any", false, false, true, 429), 429, $this->source));
echo "
";
}
// line 435
echo "
";
// line 436
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "openings", [], "any", false, false, true, 436), "openingdetails", [], "any", false, false, true, 436)) {
// line 437
echo "
";
// line 440
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Openings"));
echo "
<ul>
";
// line 442
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "openings", [], "any", false, false, true, 442), "openingdetails", [], "any", false, false, true, 442));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["opening"]) {
// line 443
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 443)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 443)) ? ("last") : ("")));
echo "\">
";
// line 444
$context["opening_name_item"] = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "name", [], "any", false, false, true, 444), 444, $this->source), "");
// line 445
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["opening_name_item"] ?? null));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["opnm"]) {
// line 446
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, true, 446) == 1)) {
// line 447
echo " ";
// line 448
echo " ";
} elseif ($context["opnm"]) {
// line 449
echo " <a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed($context["opnm"], 449, $this->source));
echo "</a>
";
}
// line 451
echo " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['opnm'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 452
echo " </li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['opening'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 454
echo " </ul>
";
// line 455
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "extrapolatedopenings", [], "any", false, false, true, 455), "timeboundopeningdetails", [], "any", false, false, true, 455)) {
// line 456
echo " <ul>
";
// line 457
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "extrapolatedopenings", [], "any", false, false, true, 457), "timeboundopeningdetails", [], "any", false, false, true, 457));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["reopening"]) {
// line 458
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 458)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 458)) ? ("last") : ("")));
echo "\">
> ";
// line 459
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["reopening"], "name", [], "any", false, false, true, 459), 459, $this->source));
echo "
</li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['reopening'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 462
echo " </ul>
";
}
// line 464
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "openings", [], "any", false, false, true, 464), "fixedopeningdetails", [], "any", false, false, true, 464)) {
// line 465
echo " <ul>
";
// line 466
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "openings", [], "any", false, false, true, 466), "fixedopeningdetails", [], "any", false, false, true, 466));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["opening"]) {
// line 467
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 467)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 467)) ? ("last") : ("")));
echo "\">
- ";
// line 468
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "name", [], "any", false, false, true, 468), 468, $this->source));
echo "
</li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['opening'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 471
echo " </ul>
";
}
// line 473
echo "
";
}
// line 477
echo "
";
// line 478
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "tickets", [], "any", false, false, true, 478), "ticketdetails", [], "any", false, false, true, 478)) {
// line 479
echo "
";
// line 482
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Tickets"));
echo "
<ul>
";
// line 484
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "tickets", [], "any", false, false, true, 484), "ticketdetails", [], "any", false, false, true, 484));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["ticket"]) {
// line 485
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 485)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 485)) ? ("last") : ("")));
echo "\">
<a>";
// line 486
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["ticket"], "name", [], "any", false, false, true, 486), 486, $this->source), "html", null, true);
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["ticket"], "unittypename", [], "any", false, false, true, 486), 486, $this->source), "html", null, true);
echo "</a>
<a>";
// line 487
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Quantity"));
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["ticket"], "quantity", [], "any", false, false, true, 487), 487, $this->source), "html", null, true);
echo "</a>
";
// line 488
if ((twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 488) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 488), "value", [], "any", false, false, true, 488) != 0))) {
// line 489
echo " <a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 489), "pricebasisname", [], "any", false, false, true, 489), 489, $this->source), "html", null, true);
echo " </a>
<a> ";
// line 490
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 490), "value", [], "any", false, false, true, 490), 490, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 490), "currencyname", [], "any", false, false, true, 490), 490, $this->source), "html", null, true);
echo "</a>
";
// line 491
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "guideprice", [], "any", false, false, true, 491), "pricebasisname", [], "any", false, false, true, 491), 491, $this->source), "html", null, true);
echo "</a> -->
";
}
// line 493
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["ticket"], "openings", [], "any", false, false, true, 493)) {
// line 494
echo "
";
// line 495
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ticket"], "openings", [], "any", false, false, true, 495), "unitopeningdetails", [], "any", false, false, true, 495));
foreach ($context['_seq'] as $context["_key"] => $context["opening"]) {
// line 496
echo " <a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "start", [], "any", false, false, true, 496), 496, $this->source), "html", null, true);
echo " - ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "end", [], "any", false, false, true, 496), 496, $this->source), "html", null, true);
echo ":";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 496), "value", [], "any", false, false, true, 496) == twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "maxguideprice", [], "any", false, false, true, 496), "value", [], "any", false, false, true, 496))) ? (($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 496), "value", [], "any", false, false, true, 496), 496, $this->source) . "€")) : ((((((($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 496), "value", [], "any", false, false, true, 496), 496, $this->source) . "€") . " ") . t("to")) . " ") . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "maxguideprice", [], "any", false, false, true, 496), "value", [], "any", false, false, true, 496), 496, $this->source)) . "€"))), "html", null, true);
echo "</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['opening'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 498
echo "
";
}
// line 500
echo " </li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ticket'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 502
echo " </ul>
";
}
// line 507
echo "
";
// line 508
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "rooms", [], "any", false, false, true, 508), "roomdetails", [], "any", false, false, true, 508)) {
// line 509
echo "
";
// line 512
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Rooms"));
echo "
<ul>
";
// line 514
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "rooms", [], "any", false, false, true, 514), "roomdetails", [], "any", false, false, true, 514));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["room"]) {
// line 515
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 515)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 515)) ? ("last") : ("")));
echo "\">
<a>";
// line 516
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["room"], "name", [], "any", false, false, true, 516), 516, $this->source), "html", null, true);
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["room"], "unittypename", [], "any", false, false, true, 516), 516, $this->source), "html", null, true);
echo "</a>
";
// line 517
if (twig_get_attribute($this->env, $this->source, $context["room"], "quantity", [], "any", false, false, true, 517)) {
echo "<a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Quantity"));
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["room"], "quantity", [], "any", false, false, true, 517), 517, $this->source), "html", null, true);
echo "</a>";
}
// line 518
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["room"], "minoccupancy", [], "any", false, false, true, 518)) {
echo "<a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Minimum Occupancy"));
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["room"], "minoccupancy", [], "any", false, false, true, 518), 518, $this->source), "html", null, true);
echo "</a>";
}
// line 519
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["room"], "maxcapacity", [], "any", false, false, true, 519)) {
echo "<a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Maximum Occupancy"));
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["room"], "maxcapacity", [], "any", false, false, true, 519), 519, $this->source), "html", null, true);
echo "</a>";
}
// line 520
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["room"], "guideprice", [], "any", false, false, true, 520)) {
echo "<a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "guideprice", [], "any", false, false, true, 520), "pricebasisname", [], "any", false, false, true, 520), 520, $this->source), "html", null, true);
echo " </a>";
}
// line 521
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "facilities", [], "any", false, false, true, 521), "facilitydetails", [], "any", false, false, true, 521)) {
// line 522
echo " <a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Room Facilities"));
echo " </a>
";
// line 523
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "facilities", [], "any", false, false, true, 523), "facilitydetails", [], "any", false, false, true, 523));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["facility"]) {
// line 524
echo " <a> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["facility"], "facility", [], "any", false, false, true, 524), 524, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 524)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 524)) ? ("last") : ("")));
echo " count\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["facility"], "name", [], "any", false, false, true, 524), 524, $this->source), "html", null, true);
echo "</a>
";
// line 525
if (twig_get_attribute($this->env, $this->source, $context["facility"], "notes", [], "any", false, false, true, 525)) {
echo "<a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["facility"], "notes", [], "any", false, false, true, 525), 525, $this->source), "html", null, true);
echo "</a>";
}
// line 526
echo " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['facility'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 527
echo " ";
}
// line 528
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["room"], "guideprice", [], "any", false, false, true, 528)) {
echo "<a> ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "guideprice", [], "any", false, false, true, 528), "value", [], "any", false, false, true, 528), 528, $this->source), "html", null, true);
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "guideprice", [], "any", false, false, true, 528), "currencyname", [], "any", false, false, true, 528), 528, $this->source), "html", null, true);
echo "</a>";
}
// line 529
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["room"], "openings", [], "any", false, false, true, 529)) {
// line 530
echo "
";
// line 531
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["room"], "openings", [], "any", false, false, true, 531), "unitopeningdetails", [], "any", false, false, true, 531));
foreach ($context['_seq'] as $context["_key"] => $context["opening"]) {
// line 532
echo " <a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "start", [], "any", false, false, true, 532), 532, $this->source));
echo " - ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["opening"], "end", [], "any", false, false, true, 532), 532, $this->source), "html", null, true);
echo ":";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 532), "value", [], "any", false, false, true, 532) == twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "maxguideprice", [], "any", false, false, true, 532), "value", [], "any", false, false, true, 532))) ? (($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 532), "value", [], "any", false, false, true, 532), 532, $this->source) . "€")) : ((((((($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "minguideprice", [], "any", false, false, true, 532), "value", [], "any", false, false, true, 532), 532, $this->source) . "€") . " ") . t("to")) . " ") . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["opening"], "maxguideprice", [], "any", false, false, true, 532), "value", [], "any", false, false, true, 532), 532, $this->source)) . "€"))), "html", null, true);
echo "</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['opening'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 534
echo "
";
}
// line 536
echo " </li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['room'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 538
echo " </ul>
";
}
// line 543
echo "
";
// line 544
if (twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "offers", [], "any", false, false, true, 544)) {
// line 545
echo "
";
// line 548
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Offers"));
echo "
<ul>
";
// line 550
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "offers", [], "any", false, false, true, 550), "offerdetails", [], "any", false, false, true, 550));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["offer"]) {
// line 551
echo " <li echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 551)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 551)) ? ("last") : ("")));
echo "\">
<a> offer.name offer.unittypename </a>
</li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['offer'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 555
echo " </ul>
";
}
// line 560
echo "
";
// line 561
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "relatedproducts", [], "any", false, false, true, 561), "relatedproductstub", [], "any", false, false, true, 561)) {
// line 562
echo "
";
// line 563
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Experiences"));
echo "
";
// line 566
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["product"] ?? null), "relatedproducts", [], "any", false, false, true, 566), "relatedproductstub", [], "any", false, false, true, 566));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["related"]) {
// line 567
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("dms.product_single", ["product_key" => twig_get_attribute($this->env, $this->source, $context["related"], "key", [], "any", false, false, true, 567)]), "html", null, true);
echo "\" class=\"related-products-list-item item ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, true, 567)) ? ("first") : ("")));
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 567)) ? ("last") : ("")));
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (($__internal_compile_8 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["related"], "media", [], "any", false, false, true, 569), "mediadetails", [], "any", false, false, true, 569)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8[0] ?? null) : null), "url", [], "any", false, false, true, 569), 569, $this->source), "html", null, true);
echo ")\">
";
// line 570
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["related"], "name", [], "any", false, false, true, 570), 570, $this->source), "html", null, true);
echo "
";
// line 573
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["related"], "amended", [], "any", false, false, true, 573), 573, $this->source), "html", null, true);
echo " |
";
// line 574
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["related"], "producttypename", [], "any", false, false, true, 574), 574, $this->source), "html", null, true);
echo "
";
// line 575
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["related"], "primarycategoryname", [], "any", false, false, true, 575), 575, $this->source), "html", null, true);
echo "
</a>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['related'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 579
echo "
";
}
// line 583
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/dms/dms-product-single.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1434 => 583, 1428 => 579, 1410 => 575, 1406 => 574, 1402 => 573, 1396 => 570, 1392 => 569, 1382 => 567, 1365 => 566, 1359 => 563, 1356 => 562, 1354 => 561, 1351 => 560, 1344 => 555, 1323 => 551, 1306 => 550, 1301 => 548, 1296 => 545, 1294 => 544, 1291 => 543, 1284 => 538, 1269 => 536, 1265 => 534, 1252 => 532, 1248 => 531, 1245 => 530, 1242 => 529, 1233 => 528, 1230 => 527, 1216 => 526, 1210 => 525, 1199 => 524, 1182 => 523, 1177 => 522, 1174 => 521, 1167 => 520, 1158 => 519, 1149 => 518, 1141 => 517, 1135 => 516, 1128 => 515, 1111 => 514, 1106 => 512, 1101 => 509, 1099 => 508, 1096 => 507, 1089 => 502, 1074 => 500, 1070 => 498, 1057 => 496, 1053 => 495, 1050 => 494, 1047 => 493, 1042 => 491, 1036 => 490, 1031 => 489, 1029 => 488, 1023 => 487, 1017 => 486, 1010 => 485, 993 => 484, 988 => 482, 983 => 479, 981 => 478, 978 => 477, 972 => 473, 968 => 471, 951 => 468, 944 => 467, 927 => 466, 924 => 465, 921 => 464, 917 => 462, 900 => 459, 893 => 458, 876 => 457, 873 => 456, 871 => 455, 868 => 454, 853 => 452, 839 => 451, 833 => 449, 830 => 448, 828 => 447, 825 => 446, 807 => 445, 805 => 444, 798 => 443, 781 => 442, 776 => 440, 771 => 437, 769 => 436, 766 => 435, 757 => 429, 752 => 427, 747 => 424, 745 => 423, 742 => 422, 739 => 338, 731 => 332, 729 => 329, 706 => 327, 689 => 326, 683 => 323, 678 => 320, 676 => 319, 668 => 313, 661 => 308, 652 => 299, 646 => 296, 640 => 293, 634 => 290, 630 => 288, 625 => 285, 620 => 283, 616 => 282, 608 => 277, 604 => 276, 599 => 274, 593 => 270, 591 => 269, 587 => 268, 582 => 267, 580 => 266, 577 => 265, 571 => 261, 565 => 232, 559 => 231, 545 => 222, 537 => 218, 523 => 214, 518 => 213, 516 => 212, 513 => 211, 505 => 205, 496 => 202, 490 => 199, 486 => 198, 482 => 196, 478 => 194, 472 => 192, 470 => 191, 459 => 186, 455 => 185, 447 => 180, 441 => 177, 436 => 175, 432 => 173, 430 => 172, 427 => 171, 424 => 167, 422 => 154, 417 => 152, 412 => 151, 409 => 150, 404 => 148, 399 => 147, 396 => 146, 390 => 144, 388 => 143, 385 => 142, 380 => 139, 357 => 136, 354 => 135, 337 => 134, 330 => 131, 328 => 130, 325 => 129, 320 => 126, 305 => 124, 299 => 122, 297 => 121, 291 => 120, 271 => 119, 268 => 118, 250 => 117, 248 => 116, 244 => 114, 240 => 112, 236 => 110, 234 => 108, 231 => 107, 229 => 106, 226 => 105, 220 => 103, 218 => 102, 205 => 92, 200 => 90, 188 => 85, 174 => 80, 164 => 75, 154 => 70, 142 => 65, 138 => 63, 132 => 57, 121 => 49, 117 => 47, 111 => 44, 108 => 43, 106 => 42, 101 => 40, 97 => 38, 89 => 32, 85 => 31, 81 => 30, 77 => 29, 74 => 28, 70 => 26, 67 => 25, 65 => 24, 63 => 23, 61 => 22, 56 => 20, 52 => 19, 48 => 18, 45 => 17, 43 => 16, 41 => 15, 39 => 14,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/dms/dms-product-single.html.twig", "/var/www/html/themes/tripin/templates/dms/dms-product-single.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 14, "if" => 24, "for" => 117);
static $filters = array("format_date" => 14, "date" => 14, "escape" => 18, "length" => 25, "filter" => 25, "first" => 25, "split" => 26, "t" => 44, "lower" => 119, "raw" => 144);
static $functions = array("date" => 14, "attach_library" => 18, "url" => 31, "path" => 186);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'for'],
['format_date', 'date', 'escape', 'length', 'filter', 'first', 'split', 't', 'lower', 'raw'],
['date', 'attach_library', 'url', 'path']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_507d4f7f970dd5890189f9dce06f5eb3', 'themes/tripin/templates/dms/dms-product-single.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/dms/dms-product-single.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/dms/dms-product-single.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('dms_product_single', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_flag-anon-message.html.tw_mNqsL3K0ghCDtg3kfmDvVKjmU', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/flag_anon/templates/flag-anon-message.html.twig */
class __TwigTemplate_123937b99005db8e4df2494e95fe915e extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 1, $this->source), "html", null, true);
echo ">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label_attributes"] ?? null), 2, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 2, $this->source), "html", null, true);
echo "
";
// line 3
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["message"] ?? null), 3, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "modules/flag_anon/templates/flag-anon-message.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 50 => 3, 44 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "modules/flag_anon/templates/flag-anon-message.html.twig", "/var/www/html/modules/flag_anon/templates/flag-anon-message.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_flag-anon-message.html.tw_mNqsL3K0ghCDtg3kfmDvVKjmU', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/flag_anon/templates/flag-anon-message.html.twig */
class __TwigTemplate_123937b99005db8e4df2494e95fe915e extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 1, $this->source), "html", null, true);
echo ">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label_attributes"] ?? null), 2, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 2, $this->source), "html", null, true);
echo "
";
// line 3
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["message"] ?? null), 3, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "modules/flag_anon/templates/flag-anon-message.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 50 => 3, 44 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "modules/flag_anon/templates/flag-anon-message.html.twig", "/var/www/html/modules/flag_anon/templates/flag-anon-message.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_123937b99005db8e4df2494e95fe915e', 'modules/flag_anon/templates/flag-anon-message.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/flag_anon/templates/flag-anon-message.html.twig') (Line: 55)
twig_render_template('modules/flag_anon/templates/flag-anon-message.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('flag_anon_message', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 200)
__TwigTemplate_507d4f7f970dd5890189f9dce06f5eb3->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/dms/dms-product-single.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('dms_product_single', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_eu_cookie_compliance_popu_zb7xO4mumcZP7yW9t2iV8YUec', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig */
class __TwigTemplate_dff49209dd8e043936c144a02780dc37 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 40
echo "
";
// line 41
if (($context["privacy_settings_tab_label"] ?? null)) {
// line 42
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["privacy_settings_tab_label"] ?? null), 42, $this->source), "html", null, true);
echo "
";
}
// line 44
$context["classes"] = [0 => "eu-cookie-compliance-banner", 1 => "eu-cookie-compliance-banner-info", 2 => ("eu-cookie-compliance-banner--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 47
($context["method"] ?? null), 47, $this->source)))];
// line 49
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 49), 49, $this->source), "html", null, true);
echo ">
";
// line 51
if (($context["close_button_enabled"] ?? null)) {
// line 52
echo " Close
";
}
// line 54
echo "
";
// line 55
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["message"] ?? null), 55, $this->source), "html", null, true);
echo "
";
// line 56
if (($context["more_info_button"] ?? null)) {
// line 57
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more_info_button"] ?? null), 57, $this->source), "html", null, true);
echo "
";
}
// line 59
echo "
";
// line 61
if (($context["cookie_categories"] ?? null)) {
// line 62
echo "
";
// line 63
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["cookie_categories"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["category"]) {
// line 64
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["key"], 66, $this->source), "html", null, true);
echo "\"
value=\"";
// line 67
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["key"], 67, $this->source), "html", null, true);
echo "\"
";
// line 68
if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["category"], "checkbox_default_state", [], "any", false, false, true, 68), [0 => "checked", 1 => "required"])) {
echo " checked ";
}
// line 69
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["category"], "checkbox_default_state", [], "any", false, false, true, 69) == "required")) {
echo " disabled ";
}
echo " >
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["key"], 70, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["category"], "label", [], "any", false, false, true, 70), 70, $this->source), "html", null, true);
echo "
";
// line 72
if (twig_get_attribute($this->env, $this->source, $context["category"], "description", [], "any", false, false, true, 72)) {
// line 73
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["category"], "description", [], "any", false, false, true, 73), 73, $this->source), "html", null, true);
echo "
";
}
// line 75
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 77
echo " ";
if (($context["save_preferences_button_label"] ?? null)) {
// line 78
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["olivero_secondary_button_classes"] ?? null), 80, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["save_preferences_button_label"] ?? null), 80, $this->source), "html", null, true);
echo "
";
}
// line 83
echo "
";
}
// line 85
echo "
";
// line 87
if (($context["tertiary_button_label"] ?? null)) {
// line 88
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["tertiary_button_class"] ?? null), 88, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["tertiary_button_label"] ?? null), 88, $this->source), "html", null, true);
echo "
";
}
// line 90
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["primary_button_class"] ?? null), 90, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["agree_button"] ?? null), 90, $this->source), "html", null, true);
echo "
";
// line 91
if (($context["secondary_button_label"] ?? null)) {
// line 92
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["secondary_button_class"] ?? null), 92, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["secondary_button_label"] ?? null), 92, $this->source), "html", null, true);
echo "
";
}
// line 94
echo "
";
}
public function getTemplateName()
{
return "modules/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 193 => 94, 185 => 92, 183 => 91, 176 => 90, 168 => 88, 166 => 87, 160 => 86, 157 => 85, 153 => 83, 145 => 80, 141 => 78, 138 => 77, 131 => 75, 125 => 73, 123 => 72, 116 => 70, 109 => 69, 105 => 68, 101 => 67, 97 => 66, 93 => 64, 89 => 63, 86 => 62, 84 => 61, 80 => 59, 74 => 57, 72 => 56, 68 => 55, 65 => 54, 61 => 52, 59 => 51, 53 => 49, 51 => 47, 50 => 44, 44 => 42, 42 => 41, 39 => 40,);
}
public function getSourceContext()
{
return new Source("", "modules/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig", "/var/www/html/modules/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 41, "set" => 44, "for" => 63);
static $filters = array("escape" => 42, "clean_class" => 47);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'set', 'for'],
['escape', 'clean_class'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_eu_cookie_compliance_popu_zb7xO4mumcZP7yW9t2iV8YUec', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig */
class __TwigTemplate_dff49209dd8e043936c144a02780dc37 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 40
echo "
";
// line 41
if (($context["privacy_settings_tab_label"] ?? null)) {
// line 42
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["privacy_settings_tab_label"] ?? null), 42, $this->source), "html", null, true);
echo "
";
}
// line 44
$context["classes"] = [0 => "eu-cookie-compliance-banner", 1 => "eu-cookie-compliance-banner-info", 2 => ("eu-cookie-compliance-banner--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 47
($context["method"] ?? null), 47, $this->source)))];
// line 49
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 49), 49, $this->source), "html", null, true);
echo ">
";
// line 51
if (($context["close_button_enabled"] ?? null)) {
// line 52
echo " Close
";
}
// line 54
echo "
";
// line 55
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["message"] ?? null), 55, $this->source), "html", null, true);
echo "
";
// line 56
if (($context["more_info_button"] ?? null)) {
// line 57
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more_info_button"] ?? null), 57, $this->source), "html", null, true);
echo "
";
}
// line 59
echo "
";
// line 61
if (($context["cookie_categories"] ?? null)) {
// line 62
echo "
";
// line 63
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["cookie_categories"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["category"]) {
// line 64
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["key"], 66, $this->source), "html", null, true);
echo "\"
value=\"";
// line 67
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["key"], 67, $this->source), "html", null, true);
echo "\"
";
// line 68
if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["category"], "checkbox_default_state", [], "any", false, false, true, 68), [0 => "checked", 1 => "required"])) {
echo " checked ";
}
// line 69
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["category"], "checkbox_default_state", [], "any", false, false, true, 69) == "required")) {
echo " disabled ";
}
echo " >
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["key"], 70, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["category"], "label", [], "any", false, false, true, 70), 70, $this->source), "html", null, true);
echo "
";
// line 72
if (twig_get_attribute($this->env, $this->source, $context["category"], "description", [], "any", false, false, true, 72)) {
// line 73
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["category"], "description", [], "any", false, false, true, 73), 73, $this->source), "html", null, true);
echo "
";
}
// line 75
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 77
echo " ";
if (($context["save_preferences_button_label"] ?? null)) {
// line 78
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["olivero_secondary_button_classes"] ?? null), 80, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["save_preferences_button_label"] ?? null), 80, $this->source), "html", null, true);
echo "
";
}
// line 83
echo "
";
}
// line 85
echo "
";
// line 87
if (($context["tertiary_button_label"] ?? null)) {
// line 88
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["tertiary_button_class"] ?? null), 88, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["tertiary_button_label"] ?? null), 88, $this->source), "html", null, true);
echo "
";
}
// line 90
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["primary_button_class"] ?? null), 90, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["agree_button"] ?? null), 90, $this->source), "html", null, true);
echo "
";
// line 91
if (($context["secondary_button_label"] ?? null)) {
// line 92
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["secondary_button_class"] ?? null), 92, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["secondary_button_label"] ?? null), 92, $this->source), "html", null, true);
echo "
";
}
// line 94
echo "
";
}
public function getTemplateName()
{
return "modules/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 193 => 94, 185 => 92, 183 => 91, 176 => 90, 168 => 88, 166 => 87, 160 => 86, 157 => 85, 153 => 83, 145 => 80, 141 => 78, 138 => 77, 131 => 75, 125 => 73, 123 => 72, 116 => 70, 109 => 69, 105 => 68, 101 => 67, 97 => 66, 93 => 64, 89 => 63, 86 => 62, 84 => 61, 80 => 59, 74 => 57, 72 => 56, 68 => 55, 65 => 54, 61 => 52, 59 => 51, 53 => 49, 51 => 47, 50 => 44, 44 => 42, 42 => 41, 39 => 40,);
}
public function getSourceContext()
{
return new Source("", "modules/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig", "/var/www/html/modules/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 41, "set" => 44, "for" => 63);
static $filters = array("escape" => 42, "clean_class" => 47);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'set', 'for'],
['escape', 'clean_class'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_dff49209dd8e043936c144a02780dc37', 'modules/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig') (Line: 55)
twig_render_template('modules/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('eu_cookie_compliance_popup_info', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 533)
eu_cookie_compliance_build_data() (Line: 172)
eu_cookie_compliance_page_attachments(Array) (Line: 315)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}(Object, 'eu_cookie_compliance') (Line: 405)
Drupal\Core\Extension\ModuleHandler->invokeAllWith('page_attachments', Object) (Line: 316)
Drupal\Core\Render\MainContent\HtmlRenderer->invokePageAttachmentHooks(Array) (Line: 289)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 290)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_eu_cookie_compliance_with_DDoz6NyMnWoKAHkfAWU5siBg6', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig */
class __TwigTemplate_a843846baaa4c34df90ce79a32ce4439 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 22
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["withdraw_tab_button_label"] ?? null), 22, $this->source), "html", null, true);
echo "
";
// line 26
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["message"] ?? null), 26, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["olivero_primary_button_classes"] ?? null), 29, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["withdraw_action_button_label"] ?? null), 29, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "modules/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 53 => 29, 47 => 26, 39 => 22,);
}
public function getSourceContext()
{
return new Source("", "modules/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig", "/var/www/html/modules/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 22);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_eu_cookie_compliance_with_DDoz6NyMnWoKAHkfAWU5siBg6', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig */
class __TwigTemplate_a843846baaa4c34df90ce79a32ce4439 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 22
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["withdraw_tab_button_label"] ?? null), 22, $this->source), "html", null, true);
echo "
";
// line 26
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["message"] ?? null), 26, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["olivero_primary_button_classes"] ?? null), 29, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["withdraw_action_button_label"] ?? null), 29, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "modules/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 53 => 29, 47 => 26, 39 => 22,);
}
public function getSourceContext()
{
return new Source("", "modules/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig", "/var/www/html/modules/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 22);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_a843846baaa4c34df90ce79a32ce4439', 'modules/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig') (Line: 55)
twig_render_template('modules/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('eu_cookie_compliance_withdraw', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 561)
eu_cookie_compliance_build_data() (Line: 172)
eu_cookie_compliance_page_attachments(Array) (Line: 315)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}(Object, 'eu_cookie_compliance') (Line: 405)
Drupal\Core\Extension\ModuleHandler->invokeAllWith('page_attachments', Object) (Line: 316)
Drupal\Core\Render\MainContent\HtmlRenderer->invokePageAttachmentHooks(Array) (Line: 289)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 290)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_html.html.twig_WZ2wmFatEujabaO6Lxe9URpfr', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/html.html.twig */
class __TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 2, $this->source), "html", null, true);
echo ">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 4, $this->source));
echo "\">
";
// line 5
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 5, $this->source), " | "));
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 6, $this->source));
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 7, $this->source));
echo "\">
";
// line 11
echo "
";
// line 14
echo "
";
// line 40
echo "
";
// line 48
$context["body_classes"] = [0 => (( ! // line 49
($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["root_path"] ?? null), 49, $this->source))))), 1 => (( // line 50
($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null), 50, $this->source)))) : ("")), 2 => ("lang-" . $this->sandbox->ensureToStringAllowed( // line 51
($context["language"] ?? null), 51, $this->source)), 3 => (( // line 52
($context["page_system"] ?? null)) ? ("page-system") : ("")), 4 => // line 53
($context["admin"] ?? null)];
// line 56
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["body_classes"] ?? null)], "method", false, false, true, 56), 56, $this->source), "html", null, true);
echo ">
";
// line 60
echo "
";
// line 61
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 61, $this->source), "html", null, true);
echo "
";
// line 62
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 62, $this->source), "html", null, true);
echo "
";
// line 63
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 63, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 64, $this->source));
echo "\">
";
// line 72
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/html.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 118 => 72, 112 => 64, 108 => 63, 104 => 62, 100 => 61, 97 => 60, 92 => 56, 90 => 53, 89 => 52, 88 => 51, 87 => 50, 86 => 49, 85 => 48, 76 => 40, 69 => 14, 65 => 11, 59 => 7, 55 => 6, 51 => 5, 47 => 4, 42 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/html.html.twig", "/var/www/html/themes/tripin/templates/html.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 48);
static $filters = array("escape" => 2, "raw" => 4, "safe_join" => 5, "clean_class" => 49);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set'],
['escape', 'raw', 'safe_join', 'clean_class'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_html.html.twig_WZ2wmFatEujabaO6Lxe9URpfr', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/html.html.twig */
class __TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 2, $this->source), "html", null, true);
echo ">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 4, $this->source));
echo "\">
";
// line 5
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 5, $this->source), " | "));
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 6, $this->source));
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 7, $this->source));
echo "\">
";
// line 11
echo "
";
// line 14
echo "
";
// line 40
echo "
";
// line 48
$context["body_classes"] = [0 => (( ! // line 49
($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["root_path"] ?? null), 49, $this->source))))), 1 => (( // line 50
($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null), 50, $this->source)))) : ("")), 2 => ("lang-" . $this->sandbox->ensureToStringAllowed( // line 51
($context["language"] ?? null), 51, $this->source)), 3 => (( // line 52
($context["page_system"] ?? null)) ? ("page-system") : ("")), 4 => // line 53
($context["admin"] ?? null)];
// line 56
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["body_classes"] ?? null)], "method", false, false, true, 56), 56, $this->source), "html", null, true);
echo ">
";
// line 60
echo "
";
// line 61
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 61, $this->source), "html", null, true);
echo "
";
// line 62
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 62, $this->source), "html", null, true);
echo "
";
// line 63
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 63, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 64, $this->source));
echo "\">
";
// line 72
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/html.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 118 => 72, 112 => 64, 108 => 63, 104 => 62, 100 => 61, 97 => 60, 92 => 56, 90 => 53, 89 => 52, 88 => 51, 87 => 50, 86 => 49, 85 => 48, 76 => 40, 69 => 14, 65 => 11, 59 => 7, 55 => 6, 51 => 5, 47 => 4, 42 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/html.html.twig", "/var/www/html/themes/tripin/templates/html.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 48);
static $filters = array("escape" => 2, "raw" => 4, "safe_join" => 5, "clean_class" => 49);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set'],
['escape', 'raw', 'safe_join', 'clean_class'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c', 'themes/tripin/templates/html.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/html.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_page.html.twig_YZqJKmE9Cd5camAnsemar6tk2', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/page.html.twig */
class __TwigTemplate_5f52dae17b3944b877f72a6484e98693 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 4
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Official Tourism Website of the <a>Region of Peloponnese</a>", ["@link" => "https://www.ppel.gov.gr/"]));
echo "
";
// line 5
echo "
";
// line 18
echo "
";
// line 19
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "branding", [], "any", false, false, true, 19), 19, $this->source), "html", null, true);
echo "
";
// line 25
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "main_menu", [], "any", false, false, true, 25), 25, $this->source), "html", null, true);
echo "
";
// line 37
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_tel"] ?? null), 38, $this->source), "html", null, true);
echo "\"><em>phone</em>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_tel"] ?? null), 38, $this->source), "html", null, true);
echo "</a>
";
// line 39
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Contact us through social networks"));
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["social_facebook"] ?? null), 42, $this->source), "html", null, true);
echo "\" class=\"link facebook\"><em>facebook</em></a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["social_instagram"] ?? null), 43, $this->source), "html", null, true);
echo "\" class=\"link instagram\"><em>instagram</em></a>
";
// line 45
echo " ";
// line 46
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["social_youtube"] ?? null), 46, $this->source), "html", null, true);
echo "\" class=\"link youtube\"><em>youtube</em></a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_tel"] ?? null), 58, $this->source), "html", null, true);
echo "\"><em>phone</em>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_tel"] ?? null), 58, $this->source), "html", null, true);
echo "</a>
";
// line 61
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_favorites"] ?? null), 61, $this->source), "html", null, true);
echo "\" href=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("view.flag_bookmark.page_1"));
echo "\">
";
// line 62
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["flag_count"] ?? null), 62, $this->source), "html", null, true);
echo "
";
// line 63
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_favorites"] ?? null), 63, $this->source), "html", null, true);
echo "
</a>
";
// line 71
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalBlock("language_block:language_interface"), "html", null, true);
echo "
";
// line 74
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => 244]));
echo "\"><em>map</em></a>
<ul>
";
// line 79
if (($context["logged_in"] ?? null)) {
// line 80
echo " <li><a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("dms.dashboard"));
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("My dashboard"));
echo "</a></li>
<li><a>";
// line 81
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("My profile"));
echo "</a></li>
";
// line 83
echo " ";
// line 84
echo " ";
// line 85
echo " <li><a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("user.logout"));
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Logout"));
echo "</a></li>
";
} else {
// line 87
echo " <li><a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Login"));
echo "</a></li>
<li><a>";
// line 88
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Registration"));
echo "</a></li>
<li><a>";
// line 89
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Forgot password?"));
echo "</a></li>
";
}
// line 91
echo " </ul>
";
// line 103
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalBlock("language_block:language_interface"), "html", null, true);
echo "
";
// line 106
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity("block_content", "165"), "html", null, true);
echo "
";
// line 111
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "breadcrumbs", [], "any", false, false, true, 111), 111, $this->source), "html", null, true);
echo "
";
// line 112
$context["product"] = (((((((twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_0 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#markup"] ?? null) : null), 112, $this->source), "/product/")) > 1) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_1 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#markup"] ?? null) : null), 112, $this->source), "/prdct/")) > 1)) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#markup"] ?? null) : null), 112, $this->source), "/right-sidebar/")) > 1)) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_3 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#markup"] ?? null) : null), 112, $this->source), "/left-sidebar/")) > 1)) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_4 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#markup"] ?? null) : null), 112, $this->source), "/boxed/")) > 1)) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_5 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["#markup"] ?? null) : null), 112, $this->source), "/form/")) > 1)) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_6 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#markup"] ?? null) : null), 112, $this->source), "/simplenews/")) > 1));
// line 113
echo " env, $this->source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 114) == "blog_post") || ($context["product"] ?? null))) {
echo " blog-list-page blog-single-page ";
}
if (($context["product"] ?? null)) {
echo " product ";
}
if ((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 114) == "page")) {
echo " blog-list-page blog-single-page static-page ";
}
if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 114) || ($context["product"] ?? null))) {
echo " right-sidebar ";
}
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 114)) {
echo " left-sidebar ";
}
echo "\">
";
// line 115
if ((((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 115) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 115)) || ($context["product"] ?? null)) || (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 115) == "page"))) {
// line 116
echo "
";
}
// line 120
echo " ";
if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 120) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 120))) {
// line 121
echo "
";
} elseif ((twig_get_attribute($this->env, $this->source, // line 122
($context["node"] ?? null), "gettype", [], "any", false, false, true, 122) == "page")) {
// line 123
echo "
";
}
// line 125
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "page_title", [], "any", false, false, true, 125), 125, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar(((($context["product"] ?? null)) ? ("product_body tour_page_body") : ("page_body")));
echo "\">
";
// line 127
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 127), 127, $this->source), "html", null, true);
echo "
";
// line 129
if (((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 129) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 129)) || (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 129) == "page"))) {
// line 130
echo "
";
}
// line 132
echo " ";
if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 132) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 132))) {
// line 133
echo "
";
// line 134
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 134), 134, $this->source), "html", null, true);
echo "
";
// line 135
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 135), 135, $this->source), "html", null, true);
echo "
";
}
// line 138
echo " ";
if ((((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 138) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 138)) || ($context["product"] ?? null)) || (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 138) == "page"))) {
// line 139
echo "
";
}
// line 143
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "below_content", [], "any", false, false, true, 143), 143, $this->source), "html", null, true);
echo "
";
// line 145
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 145), 145, $this->source), "html", null, true);
echo "
";
// line 152
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_1", [], "any", false, false, true, 152), 152, $this->source), "html", null, true);
echo "
";
// line 155
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_2", [], "any", false, false, true, 155), 155, $this->source), "html", null, true);
echo "
";
// line 158
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_3", [], "any", false, false, true, 158), 158, $this->source), "html", null, true);
echo "
";
// line 162
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_4", [], "any", false, false, true, 162), 162, $this->source), "html", null, true);
echo "
";
// line 167
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_5", [], "any", false, false, true, 167), 167, $this->source), "html", null, true);
echo "
";
// line 176
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "disclaimer_1", [], "any", false, false, true, 176), 176, $this->source), "html", null, true);
echo "
";
// line 179
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "disclaimer_2", [], "any", false, false, true, 179), 179, $this->source), "html", null, true);
echo "
";
// line 185
echo "
";
// line 188
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_main_menu", [], "any", false, false, true, 188), 188, $this->source), "html", null, true);
echo "
";
// line 194
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_search", [], "any", false, false, true, 194), 194, $this->source), "html", null, true);
echo "
";
// line 198
if (($context["logged_in"] ?? null)) {
// line 199
echo "
";
// line 205
echo "
";
// line 206
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_booking", [], "any", false, false, true, 206), 206, $this->source), "html", null, true);
echo "
";
} else {
// line 213
echo "
";
// line 217
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Sign In"));
echo "
<a>";
// line 218
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Sign Up"));
echo "</a>
";
// line 222
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Use the e-mail and password that you specified when registering on the site"));
echo "
";
// line 224
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_login", [], "any", false, false, true, 224), 224, $this->source), "html", null, true);
echo "
";
// line 234
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Sign Up"));
echo "
<a>";
// line 235
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Sign In"));
echo "</a>
";
// line 239
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Register on our website and take advantage of the services we provided to our visitors"));
echo "
";
// line 241
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_register", [], "any", false, false, true, 241), 241, $this->source), "html", null, true);
echo "
";
// line 251
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Forgot password?"));
echo "
";
// line 255
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Use the e-mail that you specified when registering on the site"));
echo "
";
// line 258
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_password", [], "any", false, false, true, 258), 258, $this->source), "html", null, true);
echo "
";
}
// line 266
echo "
";
// line 270
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Book Now"));
echo "
";
// line 275
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "title", [], "any", false, false, true, 275), "value", [], "any", false, false, true, 275), 275, $this->source), "html", null, true);
echo "
";
// line 278
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_booking", [], "any", false, false, true, 278), 278, $this->source), "html", null, true);
echo "
";
// line 288
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Contact"));
echo " ";
// line 289
echo "
";
// line 291
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_contact", [], "any", false, false, true, 291), 291, $this->source), "html", null, true);
echo "
";
// line 301
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Success"));
echo "
";
// line 305
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Your message was successfully sent. We will contact you shortly."));
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/page.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 569 => 305, 562 => 301, 549 => 291, 545 => 289, 542 => 288, 529 => 278, 523 => 275, 515 => 270, 509 => 266, 498 => 258, 492 => 255, 485 => 251, 472 => 241, 467 => 239, 460 => 235, 456 => 234, 443 => 224, 438 => 222, 431 => 218, 427 => 217, 421 => 213, 411 => 206, 408 => 205, 403 => 199, 401 => 198, 394 => 194, 385 => 188, 380 => 185, 372 => 179, 366 => 176, 354 => 167, 346 => 162, 339 => 158, 333 => 155, 327 => 152, 317 => 145, 311 => 143, 305 => 139, 302 => 138, 296 => 135, 292 => 134, 289 => 133, 286 => 132, 282 => 130, 280 => 129, 275 => 127, 271 => 126, 266 => 125, 262 => 123, 260 => 122, 257 => 121, 254 => 120, 248 => 116, 246 => 115, 228 => 114, 225 => 113, 223 => 112, 219 => 111, 211 => 106, 205 => 103, 191 => 91, 186 => 89, 182 => 88, 177 => 87, 169 => 85, 167 => 84, 165 => 83, 161 => 81, 154 => 80, 152 => 79, 143 => 74, 137 => 71, 132 => 63, 128 => 62, 121 => 61, 114 => 58, 98 => 46, 96 => 45, 92 => 43, 88 => 42, 82 => 39, 76 => 38, 73 => 37, 68 => 25, 59 => 19, 56 => 18, 48 => 5, 44 => 4, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/page.html.twig", "/var/www/html/themes/tripin/templates/page.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 79, "set" => 112);
static $filters = array("t" => 4, "escape" => 19, "length" => 112, "split" => 112);
static $functions = array("path" => 61, "drupal_block" => 71, "url" => 80, "drupal_entity" => 106);
try {
$this->sandbox->checkSecurity(
['if', 'set'],
['t', 'escape', 'length', 'split'],
['path', 'drupal_block', 'url', 'drupal_entity']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_page.html.twig_YZqJKmE9Cd5camAnsemar6tk2', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/page.html.twig */
class __TwigTemplate_5f52dae17b3944b877f72a6484e98693 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 4
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Official Tourism Website of the <a>Region of Peloponnese</a>", ["@link" => "https://www.ppel.gov.gr/"]));
echo "
";
// line 5
echo "
";
// line 18
echo "
";
// line 19
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "branding", [], "any", false, false, true, 19), 19, $this->source), "html", null, true);
echo "
";
// line 25
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "main_menu", [], "any", false, false, true, 25), 25, $this->source), "html", null, true);
echo "
";
// line 37
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_tel"] ?? null), 38, $this->source), "html", null, true);
echo "\"><em>phone</em>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_tel"] ?? null), 38, $this->source), "html", null, true);
echo "</a>
";
// line 39
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Contact us through social networks"));
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["social_facebook"] ?? null), 42, $this->source), "html", null, true);
echo "\" class=\"link facebook\"><em>facebook</em></a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["social_instagram"] ?? null), 43, $this->source), "html", null, true);
echo "\" class=\"link instagram\"><em>instagram</em></a>
";
// line 45
echo " ";
// line 46
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["social_youtube"] ?? null), 46, $this->source), "html", null, true);
echo "\" class=\"link youtube\"><em>youtube</em></a>
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_tel"] ?? null), 58, $this->source), "html", null, true);
echo "\"><em>phone</em>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_tel"] ?? null), 58, $this->source), "html", null, true);
echo "</a>
";
// line 61
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_favorites"] ?? null), 61, $this->source), "html", null, true);
echo "\" href=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("view.flag_bookmark.page_1"));
echo "\">
";
// line 62
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["flag_count"] ?? null), 62, $this->source), "html", null, true);
echo "
";
// line 63
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_favorites"] ?? null), 63, $this->source), "html", null, true);
echo "
</a>
";
// line 71
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalBlock("language_block:language_interface"), "html", null, true);
echo "
";
// line 74
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("entity.node.canonical", ["node" => 244]));
echo "\"><em>map</em></a>
<ul>
";
// line 79
if (($context["logged_in"] ?? null)) {
// line 80
echo " <li><a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("dms.dashboard"));
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("My dashboard"));
echo "</a></li>
<li><a>";
// line 81
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("My profile"));
echo "</a></li>
";
// line 83
echo " ";
// line 84
echo " ";
// line 85
echo " <li><a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("user.logout"));
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Logout"));
echo "</a></li>
";
} else {
// line 87
echo " <li><a>";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Login"));
echo "</a></li>
<li><a>";
// line 88
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Registration"));
echo "</a></li>
<li><a>";
// line 89
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Forgot password?"));
echo "</a></li>
";
}
// line 91
echo " </ul>
";
// line 103
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalBlock("language_block:language_interface"), "html", null, true);
echo "
";
// line 106
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity("block_content", "165"), "html", null, true);
echo "
";
// line 111
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "breadcrumbs", [], "any", false, false, true, 111), 111, $this->source), "html", null, true);
echo "
";
// line 112
$context["product"] = (((((((twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_0 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#markup"] ?? null) : null), 112, $this->source), "/product/")) > 1) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_1 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#markup"] ?? null) : null), 112, $this->source), "/prdct/")) > 1)) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#markup"] ?? null) : null), 112, $this->source), "/right-sidebar/")) > 1)) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_3 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#markup"] ?? null) : null), 112, $this->source), "/left-sidebar/")) > 1)) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_4 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#markup"] ?? null) : null), 112, $this->source), "/boxed/")) > 1)) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_5 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["#markup"] ?? null) : null), 112, $this->source), "/form/")) > 1)) || (twig_length_filter($this->env, twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_6 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#markup"] ?? null) : null), 112, $this->source), "/simplenews/")) > 1));
// line 113
echo " env, $this->source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 114) == "blog_post") || ($context["product"] ?? null))) {
echo " blog-list-page blog-single-page ";
}
if (($context["product"] ?? null)) {
echo " product ";
}
if ((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 114) == "page")) {
echo " blog-list-page blog-single-page static-page ";
}
if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 114) || ($context["product"] ?? null))) {
echo " right-sidebar ";
}
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 114)) {
echo " left-sidebar ";
}
echo "\">
";
// line 115
if ((((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 115) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 115)) || ($context["product"] ?? null)) || (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 115) == "page"))) {
// line 116
echo "
";
}
// line 120
echo " ";
if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 120) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 120))) {
// line 121
echo "
";
} elseif ((twig_get_attribute($this->env, $this->source, // line 122
($context["node"] ?? null), "gettype", [], "any", false, false, true, 122) == "page")) {
// line 123
echo "
";
}
// line 125
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "page_title", [], "any", false, false, true, 125), 125, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar(((($context["product"] ?? null)) ? ("product_body tour_page_body") : ("page_body")));
echo "\">
";
// line 127
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 127), 127, $this->source), "html", null, true);
echo "
";
// line 129
if (((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 129) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 129)) || (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 129) == "page"))) {
// line 130
echo "
";
}
// line 132
echo " ";
if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 132) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 132))) {
// line 133
echo "
";
// line 134
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 134), 134, $this->source), "html", null, true);
echo "
";
// line 135
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 135), 135, $this->source), "html", null, true);
echo "
";
}
// line 138
echo " ";
if ((((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 138) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 138)) || ($context["product"] ?? null)) || (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 138) == "page"))) {
// line 139
echo "
";
}
// line 143
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "below_content", [], "any", false, false, true, 143), 143, $this->source), "html", null, true);
echo "
";
// line 145
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 145), 145, $this->source), "html", null, true);
echo "
";
// line 152
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_1", [], "any", false, false, true, 152), 152, $this->source), "html", null, true);
echo "
";
// line 155
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_2", [], "any", false, false, true, 155), 155, $this->source), "html", null, true);
echo "
";
// line 158
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_3", [], "any", false, false, true, 158), 158, $this->source), "html", null, true);
echo "
";
// line 162
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_4", [], "any", false, false, true, 162), 162, $this->source), "html", null, true);
echo "
";
// line 167
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_5", [], "any", false, false, true, 167), 167, $this->source), "html", null, true);
echo "
";
// line 176
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "disclaimer_1", [], "any", false, false, true, 176), 176, $this->source), "html", null, true);
echo "
";
// line 179
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "disclaimer_2", [], "any", false, false, true, 179), 179, $this->source), "html", null, true);
echo "
";
// line 185
echo "
";
// line 188
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_main_menu", [], "any", false, false, true, 188), 188, $this->source), "html", null, true);
echo "
";
// line 194
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_search", [], "any", false, false, true, 194), 194, $this->source), "html", null, true);
echo "
";
// line 198
if (($context["logged_in"] ?? null)) {
// line 199
echo "
";
// line 205
echo "
";
// line 206
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_booking", [], "any", false, false, true, 206), 206, $this->source), "html", null, true);
echo "
";
} else {
// line 213
echo "
";
// line 217
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Sign In"));
echo "
<a>";
// line 218
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Sign Up"));
echo "</a>
";
// line 222
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Use the e-mail and password that you specified when registering on the site"));
echo "
";
// line 224
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_login", [], "any", false, false, true, 224), 224, $this->source), "html", null, true);
echo "
";
// line 234
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Sign Up"));
echo "
<a>";
// line 235
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Sign In"));
echo "</a>
";
// line 239
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Register on our website and take advantage of the services we provided to our visitors"));
echo "
";
// line 241
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_register", [], "any", false, false, true, 241), 241, $this->source), "html", null, true);
echo "
";
// line 251
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Forgot password?"));
echo "
";
// line 255
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Use the e-mail that you specified when registering on the site"));
echo "
";
// line 258
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_password", [], "any", false, false, true, 258), 258, $this->source), "html", null, true);
echo "
";
}
// line 266
echo "
";
// line 270
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Book Now"));
echo "
";
// line 275
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "title", [], "any", false, false, true, 275), "value", [], "any", false, false, true, 275), 275, $this->source), "html", null, true);
echo "
";
// line 278
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_booking", [], "any", false, false, true, 278), 278, $this->source), "html", null, true);
echo "
";
// line 288
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Contact"));
echo " ";
// line 289
echo "
";
// line 291
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "modal_contact", [], "any", false, false, true, 291), 291, $this->source), "html", null, true);
echo "
";
// line 301
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Success"));
echo "
";
// line 305
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Your message was successfully sent. We will contact you shortly."));
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/page.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 569 => 305, 562 => 301, 549 => 291, 545 => 289, 542 => 288, 529 => 278, 523 => 275, 515 => 270, 509 => 266, 498 => 258, 492 => 255, 485 => 251, 472 => 241, 467 => 239, 460 => 235, 456 => 234, 443 => 224, 438 => 222, 431 => 218, 427 => 217, 421 => 213, 411 => 206, 408 => 205, 403 => 199, 401 => 198, 394 => 194, 385 => 188, 380 => 185, 372 => 179, 366 => 176, 354 => 167, 346 => 162, 339 => 158, 333 => 155, 327 => 152, 317 => 145, 311 => 143, 305 => 139, 302 => 138, 296 => 135, 292 => 134, 289 => 133, 286 => 132, 282 => 130, 280 => 129, 275 => 127, 271 => 126, 266 => 125, 262 => 123, 260 => 122, 257 => 121, 254 => 120, 248 => 116, 246 => 115, 228 => 114, 225 => 113, 223 => 112, 219 => 111, 211 => 106, 205 => 103, 191 => 91, 186 => 89, 182 => 88, 177 => 87, 169 => 85, 167 => 84, 165 => 83, 161 => 81, 154 => 80, 152 => 79, 143 => 74, 137 => 71, 132 => 63, 128 => 62, 121 => 61, 114 => 58, 98 => 46, 96 => 45, 92 => 43, 88 => 42, 82 => 39, 76 => 38, 73 => 37, 68 => 25, 59 => 19, 56 => 18, 48 => 5, 44 => 4, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/page.html.twig", "/var/www/html/themes/tripin/templates/page.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 79, "set" => 112);
static $filters = array("t" => 4, "escape" => 19, "length" => 112, "split" => 112);
static $functions = array("path" => 61, "drupal_block" => 71, "url" => 80, "drupal_entity" => 106);
try {
$this->sandbox->checkSecurity(
['if', 'set'],
['t', 'escape', 'length', 'split'],
['path', 'drupal_block', 'url', 'drupal_entity']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_5f52dae17b3944b877f72a6484e98693', 'themes/tripin/templates/page.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/page.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_region--branding.html.twi_mqgHezqBB6ek_dKScHCAsnB2z', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/region--branding.html.twig */
class __TwigTemplate_54527e1f99e27399b7ec2aa9a8ade094 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["content"] ?? null)) {
// line 2
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 2, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/tripin/templates/region--branding.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/region--branding.html.twig", "/var/www/html/themes/tripin/templates/region--branding.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1);
static $filters = array("escape" => 2);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_region--branding.html.twi_mqgHezqBB6ek_dKScHCAsnB2z', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/region--branding.html.twig */
class __TwigTemplate_54527e1f99e27399b7ec2aa9a8ade094 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["content"] ?? null)) {
// line 2
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 2, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/tripin/templates/region--branding.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/region--branding.html.twig", "/var/www/html/themes/tripin/templates/region--branding.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1);
static $filters = array("escape" => 2);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_54527e1f99e27399b7ec2aa9a8ade094', 'themes/tripin/templates/region--branding.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/region--branding.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/region--branding.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 59)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_block--system-menu-block._C835O7dcsO25QLG86qQx-p5dL', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/system/block--system-menu-block.html.twig */
class __TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 1
return "@classy/block/block--system-menu-block.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("@classy/block/block--system-menu-block.html.twig", "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 10
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 11
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content_attributes"] ?? null), 11, $this->source), "html", null, true);
echo ">
";
// line 13
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 13, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 57 => 13, 52 => 11, 48 => 10, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig", "/var/www/html/themes/tripin/templates/blocks/system/block--system-menu-block.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 11);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_block--system-menu-block._C835O7dcsO25QLG86qQx-p5dL', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/system/block--system-menu-block.html.twig */
class __TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 1
return "@classy/block/block--system-menu-block.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("@classy/block/block--system-menu-block.html.twig", "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 10
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 11
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content_attributes"] ?? null), 11, $this->source), "html", null, true);
echo ">
";
// line 13
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 13, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 57 => 13, 52 => 11, 48 => 10, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig", "/var/www/html/themes/tripin/templates/blocks/system/block--system-menu-block.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 11);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d', 'themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/system/block--system-menu-block.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 68)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_block--system-menu-block._Lv852ayYhlXDp2O0fn82c6E9i', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* @classy/block/block--system-menu-block.html.twig */
class __TwigTemplate_04f5c9aa9730df2edfea28f761c176a7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 36
$context["classes"] = [0 => "block", 1 => "block-menu", 2 => "navigation", 3 => ("menu--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 40
($context["derivative_plugin_id"] ?? null), 40, $this->source)))];
// line 43
$context["heading_id"] = ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 43), 43, $this->source) . \Drupal\Component\Utility\Html::getId("-menu"));
// line 44
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["heading_id"] ?? null), 44, $this->source), "html", null, true);
echo "\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 44), 44, $this->source), "aria-labelledby"), "html", null, true);
echo ">
";
// line 46
echo " ";
if ( !twig_get_attribute($this->env, $this->source, ($context["configuration"] ?? null), "label_display", [], "any", false, false, true, 46)) {
// line 47
echo " ";
$context["title_attributes"] = twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "visually-hidden"], "method", false, false, true, 47);
// line 48
echo " ";
}
// line 49
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 49, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "setAttribute", [0 => "id", 1 => ($context["heading_id"] ?? null)], "method", false, false, true, 50), 50, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["configuration"] ?? null), "label", [], "any", false, false, true, 50), 50, $this->source), "html", null, true);
echo "
";
// line 51
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 51, $this->source), "html", null, true);
echo "
";
// line 54
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 57
echo "
";
}
// line 54
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 55
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 55, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "@classy/block/block--system-menu-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 89 => 55, 85 => 54, 80 => 57, 77 => 54, 72 => 51, 66 => 50, 61 => 49, 58 => 48, 55 => 47, 52 => 46, 45 => 44, 43 => 43, 41 => 40, 40 => 36,);
}
public function getSourceContext()
{
return new Source("", "@classy/block/block--system-menu-block.html.twig", "/var/www/html/core/themes/classy/templates/block/block--system-menu-block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 36, "if" => 46, "block" => 54);
static $filters = array("clean_class" => 40, "clean_id" => 43, "escape" => 44, "without" => 44);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'clean_id', 'escape', 'without'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_block--system-menu-block._Lv852ayYhlXDp2O0fn82c6E9i', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* @classy/block/block--system-menu-block.html.twig */
class __TwigTemplate_04f5c9aa9730df2edfea28f761c176a7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 36
$context["classes"] = [0 => "block", 1 => "block-menu", 2 => "navigation", 3 => ("menu--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 40
($context["derivative_plugin_id"] ?? null), 40, $this->source)))];
// line 43
$context["heading_id"] = ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 43), 43, $this->source) . \Drupal\Component\Utility\Html::getId("-menu"));
// line 44
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["heading_id"] ?? null), 44, $this->source), "html", null, true);
echo "\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 44), 44, $this->source), "aria-labelledby"), "html", null, true);
echo ">
";
// line 46
echo " ";
if ( !twig_get_attribute($this->env, $this->source, ($context["configuration"] ?? null), "label_display", [], "any", false, false, true, 46)) {
// line 47
echo " ";
$context["title_attributes"] = twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "visually-hidden"], "method", false, false, true, 47);
// line 48
echo " ";
}
// line 49
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 49, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "setAttribute", [0 => "id", 1 => ($context["heading_id"] ?? null)], "method", false, false, true, 50), 50, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["configuration"] ?? null), "label", [], "any", false, false, true, 50), 50, $this->source), "html", null, true);
echo "
";
// line 51
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 51, $this->source), "html", null, true);
echo "
";
// line 54
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 57
echo "
";
}
// line 54
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 55
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 55, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "@classy/block/block--system-menu-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 89 => 55, 85 => 54, 80 => 57, 77 => 54, 72 => 51, 66 => 50, 61 => 49, 58 => 48, 55 => 47, 52 => 46, 45 => 44, 43 => 43, 41 => 40, 40 => 36,);
}
public function getSourceContext()
{
return new Source("", "@classy/block/block--system-menu-block.html.twig", "/var/www/html/core/themes/classy/templates/block/block--system-menu-block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 36, "if" => 46, "block" => 54);
static $filters = array("clean_class" => 40, "clean_id" => 43, "escape" => 44, "without" => 44);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'clean_id', 'escape', 'without'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_04f5c9aa9730df2edfea28f761c176a7', '@classy/block/block--system-menu-block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('@classy/block/block--system-menu-block.html.twig', NULL) (Line: 333)
Twig\Template->loadTemplate('@classy/block/block--system-menu-block.html.twig', 'themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', 1) (Line: 43)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 68)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_menu--main.html.twig_R8vL_haneA1eF8wnfo7WYezuA', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/menu--main.html.twig */
class __TwigTemplate_1342de7367993843c5d95f5028e57d94 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$macros["menus"] = $this->macros["menus"] = $this;
// line 2
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 2, $context, $this->getSourceContext()));
echo "
";
}
// line 3
public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__)
{
$macros = $this->macros;
$context = $this->env->mergeGlobals([
"items" => $__items__,
"attributes" => $__attributes__,
"menu_level" => $__menu_level__,
"varargs" => $__varargs__,
]);
$blocks = [];
ob_start(function () { return ''; });
try {
// line 4
echo " ";
$macros["menus"] = $this;
// line 5
echo " ";
if (($context["items"] ?? null)) {
// line 6
echo " ";
if ((($context["menu_level"] ?? null) == 0)) {
// line 7
echo " <ul>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "setAttribute", [0 => "id", 1 => "ccn-nav"], "method", false, false, true, 7), 7, $this->source), "html", null, true);
echo ">
";
} else {
// line 9
echo " <ul>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "dropdown_ul"], "method", false, false, true, 9), "setAttribute", [0 => "id", 1 => ("ccn-sub-nav--" . twig_random($this->env))], "method", false, false, true, 9), 9, $this->source), "html", null, true);
echo ">
";
}
// line 11
echo "
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 13
echo " ";
$context["item_url_rendered"] = $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 13), 13, $this->source));
// line 14
echo " ";
if ((((($context["menu_level"] ?? null) > 0) && !twig_get_attribute($this->env, $this->source, $context["item"], "is_expanded", [], "any", false, false, true, 14)) && twig_in_filter("#custom-content-87qw", ($context["item_url_rendered"] ?? null)))) {
// line 15
echo " ";
$context["item_url_rendered_parts"] = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["item_url_rendered"] ?? null), 15, $this->source), "---");
// line 16
echo " <li>
";
// line 17
if ((twig_in_filter("block-id", (($__internal_compile_0 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[1] ?? null) : null)) && twig_in_filter((($__internal_compile_1 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[2] ?? null) : null), "block****block_content"))) {
// line 18
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[2] ?? null) : null), 18, $this->source), "html", null, true);
echo "\">
";
// line 19
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity($this->sandbox->ensureToStringAllowed((($__internal_compile_3 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[2] ?? null) : null), 19, $this->source), $this->sandbox->ensureToStringAllowed((($__internal_compile_4 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[3] ?? null) : null), 19, $this->source)), "html", null, true);
echo "
";
}
// line 22
echo " </li>
";
} elseif ((( // line 23
($context["menu_level"] ?? null) == 0) && twig_in_filter("#custom-modal", ($context["item_url_rendered"] ?? null)))) {
echo " ";
// line 24
echo " ";
$context["item_url_rendered_parts"] = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["item_url_rendered"] ?? null), 24, $this->source), "---");
// line 25
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 25), "addClass", [0 => "dropdown_li"], "method", false, false, true, 25), "addClass", [0 => "custom-menu-content"], "method", false, false, true, 25), 25, $this->source), "html", null, true);
echo ">
";
// line 27
echo " ";
$context["inner_markup"] = (((("sandbox->ensureToStringAllowed((($__internal_compile_5 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[2] ?? null) : null), 27, $this->source)) . "\">") . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 27), 27, $this->source)) . "");
// line 28
echo " ";
ob_start(function () { return ''; });
// line 29
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["inner_markup"] ?? null), 29, $this->source));
echo "
";
$context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 31
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["link_text"] ?? null), 31, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 31), 31, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 31), "addClass", [0 => ("ccn-sub-nav " . $this->sandbox->ensureToStringAllowed((($__internal_compile_6 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[1] ?? null) : null), 31, $this->source))], "method", false, false, true, 31), 31, $this->source)), "html", null, true);
echo "
";
// line 32
if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 32)) {
// line 33
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 33), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 33, $context, $this->getSourceContext()));
echo "
";
}
// line 35
echo " </li>
";
} else {
// line 37
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["item"], "is_expanded", [], "any", false, false, true, 37)) {
// line 38
echo " ";
$context["new_class"] = ((twig_in_filter("#custom-class", ($context["item_url_rendered"] ?? null))) ? (twig_replace_filter($this->sandbox->ensureToStringAllowed(($context["item_url_rendered"] ?? null), 38, $this->source), ["#custom-class---" => ""])) : (""));
// line 39
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 39), "addClass", [0 => "dropdown_li"], "method", false, false, true, 39), "addClass", [0 => ($context["new_class"] ?? null)], "method", false, false, true, 39), 39, $this->source), "html", null, true);
echo ">
";
// line 40
$context["inner_markup"] = (("" . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 40), 40, $this->source)) . "");
// line 41
echo " ";
ob_start(function () { return ''; });
// line 42
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["inner_markup"] ?? null), 42, $this->source));
echo "
";
$context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 44
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["link_text"] ?? null), 44, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 44), 44, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 44), "addClass", [0 => "ccn-sub-nav"], "method", false, false, true, 44), 44, $this->source)), "html", null, true);
echo "
";
// line 45
if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 45)) {
// line 46
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 46), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 46, $context, $this->getSourceContext()));
echo "
";
}
// line 48
echo " </li>
";
} else {
// line 50
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 50), "addClass", [0 => ""], "method", false, false, true, 50), 50, $this->source), "html", null, true);
echo ">
";
// line 51
$context["inner_markup"] = (("" . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 51), 51, $this->source)) . "");
// line 52
echo " ";
ob_start(function () { return ''; });
// line 53
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["inner_markup"] ?? null), 53, $this->source));
echo "
";
$context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 55
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["link_text"] ?? null), 55, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 55), 55, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 55), "addClass", [0 => ""], "method", false, false, true, 55), 55, $this->source)), "html", null, true);
echo "
";
// line 56
if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 56)) {
// line 57
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 57), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 57, $context, $this->getSourceContext()));
echo "
";
}
// line 59
echo " </li>
";
}
// line 61
echo " ";
}
// line 62
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 63
echo "
</ul>
";
}
return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset());
} finally {
ob_end_clean();
}
}
public function getTemplateName()
{
return "themes/tripin/templates/menu--main.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 239 => 63, 233 => 62, 230 => 61, 226 => 59, 220 => 57, 218 => 56, 213 => 55, 207 => 53, 204 => 52, 202 => 51, 197 => 50, 193 => 48, 187 => 46, 185 => 45, 180 => 44, 174 => 42, 171 => 41, 169 => 40, 164 => 39, 161 => 38, 158 => 37, 154 => 35, 148 => 33, 146 => 32, 141 => 31, 135 => 29, 132 => 28, 129 => 27, 124 => 25, 121 => 24, 118 => 23, 115 => 22, 109 => 19, 104 => 18, 102 => 17, 99 => 16, 96 => 15, 93 => 14, 90 => 13, 86 => 12, 83 => 11, 77 => 9, 71 => 7, 68 => 6, 65 => 5, 62 => 4, 47 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/menu--main.html.twig", "/var/www/html/themes/tripin/templates/menu--main.html.twig");
}
public function checkSecurity()
{
static $tags = array("import" => 1, "macro" => 3, "if" => 5, "for" => 12, "set" => 13);
static $filters = array("escape" => 7, "render" => 13, "split" => 15, "raw" => 29, "replace" => 38);
static $functions = array("random" => 9, "drupal_entity" => 19, "link" => 31);
try {
$this->sandbox->checkSecurity(
['import', 'macro', 'if', 'for', 'set'],
['escape', 'render', 'split', 'raw', 'replace'],
['random', 'drupal_entity', 'link']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_menu--main.html.twig_R8vL_haneA1eF8wnfo7WYezuA', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/menu--main.html.twig */
class __TwigTemplate_1342de7367993843c5d95f5028e57d94 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$macros["menus"] = $this->macros["menus"] = $this;
// line 2
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 2, $context, $this->getSourceContext()));
echo "
";
}
// line 3
public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__)
{
$macros = $this->macros;
$context = $this->env->mergeGlobals([
"items" => $__items__,
"attributes" => $__attributes__,
"menu_level" => $__menu_level__,
"varargs" => $__varargs__,
]);
$blocks = [];
ob_start(function () { return ''; });
try {
// line 4
echo " ";
$macros["menus"] = $this;
// line 5
echo " ";
if (($context["items"] ?? null)) {
// line 6
echo " ";
if ((($context["menu_level"] ?? null) == 0)) {
// line 7
echo " <ul>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "setAttribute", [0 => "id", 1 => "ccn-nav"], "method", false, false, true, 7), 7, $this->source), "html", null, true);
echo ">
";
} else {
// line 9
echo " <ul>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "dropdown_ul"], "method", false, false, true, 9), "setAttribute", [0 => "id", 1 => ("ccn-sub-nav--" . twig_random($this->env))], "method", false, false, true, 9), 9, $this->source), "html", null, true);
echo ">
";
}
// line 11
echo "
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 13
echo " ";
$context["item_url_rendered"] = $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 13), 13, $this->source));
// line 14
echo " ";
if ((((($context["menu_level"] ?? null) > 0) && !twig_get_attribute($this->env, $this->source, $context["item"], "is_expanded", [], "any", false, false, true, 14)) && twig_in_filter("#custom-content-87qw", ($context["item_url_rendered"] ?? null)))) {
// line 15
echo " ";
$context["item_url_rendered_parts"] = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["item_url_rendered"] ?? null), 15, $this->source), "---");
// line 16
echo " <li>
";
// line 17
if ((twig_in_filter("block-id", (($__internal_compile_0 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[1] ?? null) : null)) && twig_in_filter((($__internal_compile_1 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[2] ?? null) : null), "block****block_content"))) {
// line 18
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[2] ?? null) : null), 18, $this->source), "html", null, true);
echo "\">
";
// line 19
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity($this->sandbox->ensureToStringAllowed((($__internal_compile_3 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[2] ?? null) : null), 19, $this->source), $this->sandbox->ensureToStringAllowed((($__internal_compile_4 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[3] ?? null) : null), 19, $this->source)), "html", null, true);
echo "
";
}
// line 22
echo " </li>
";
} elseif ((( // line 23
($context["menu_level"] ?? null) == 0) && twig_in_filter("#custom-modal", ($context["item_url_rendered"] ?? null)))) {
echo " ";
// line 24
echo " ";
$context["item_url_rendered_parts"] = twig_split_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["item_url_rendered"] ?? null), 24, $this->source), "---");
// line 25
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 25), "addClass", [0 => "dropdown_li"], "method", false, false, true, 25), "addClass", [0 => "custom-menu-content"], "method", false, false, true, 25), 25, $this->source), "html", null, true);
echo ">
";
// line 27
echo " ";
$context["inner_markup"] = (((("sandbox->ensureToStringAllowed((($__internal_compile_5 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[2] ?? null) : null), 27, $this->source)) . "\">") . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 27), 27, $this->source)) . "");
// line 28
echo " ";
ob_start(function () { return ''; });
// line 29
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["inner_markup"] ?? null), 29, $this->source));
echo "
";
$context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 31
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["link_text"] ?? null), 31, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 31), 31, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 31), "addClass", [0 => ("ccn-sub-nav " . $this->sandbox->ensureToStringAllowed((($__internal_compile_6 = ($context["item_url_rendered_parts"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[1] ?? null) : null), 31, $this->source))], "method", false, false, true, 31), 31, $this->source)), "html", null, true);
echo "
";
// line 32
if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 32)) {
// line 33
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 33), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 33, $context, $this->getSourceContext()));
echo "
";
}
// line 35
echo " </li>
";
} else {
// line 37
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["item"], "is_expanded", [], "any", false, false, true, 37)) {
// line 38
echo " ";
$context["new_class"] = ((twig_in_filter("#custom-class", ($context["item_url_rendered"] ?? null))) ? (twig_replace_filter($this->sandbox->ensureToStringAllowed(($context["item_url_rendered"] ?? null), 38, $this->source), ["#custom-class---" => ""])) : (""));
// line 39
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 39), "addClass", [0 => "dropdown_li"], "method", false, false, true, 39), "addClass", [0 => ($context["new_class"] ?? null)], "method", false, false, true, 39), 39, $this->source), "html", null, true);
echo ">
";
// line 40
$context["inner_markup"] = (("" . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 40), 40, $this->source)) . "");
// line 41
echo " ";
ob_start(function () { return ''; });
// line 42
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["inner_markup"] ?? null), 42, $this->source));
echo "
";
$context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 44
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["link_text"] ?? null), 44, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 44), 44, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 44), "addClass", [0 => "ccn-sub-nav"], "method", false, false, true, 44), 44, $this->source)), "html", null, true);
echo "
";
// line 45
if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 45)) {
// line 46
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 46), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 46, $context, $this->getSourceContext()));
echo "
";
}
// line 48
echo " </li>
";
} else {
// line 50
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 50), "addClass", [0 => ""], "method", false, false, true, 50), 50, $this->source), "html", null, true);
echo ">
";
// line 51
$context["inner_markup"] = (("" . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 51), 51, $this->source)) . "");
// line 52
echo " ";
ob_start(function () { return ''; });
// line 53
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["inner_markup"] ?? null), 53, $this->source));
echo "
";
$context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 55
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["link_text"] ?? null), 55, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 55), 55, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 55), "addClass", [0 => ""], "method", false, false, true, 55), 55, $this->source)), "html", null, true);
echo "
";
// line 56
if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 56)) {
// line 57
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 57), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 57, $context, $this->getSourceContext()));
echo "
";
}
// line 59
echo " </li>
";
}
// line 61
echo " ";
}
// line 62
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 63
echo "
</ul>
";
}
return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset());
} finally {
ob_end_clean();
}
}
public function getTemplateName()
{
return "themes/tripin/templates/menu--main.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 239 => 63, 233 => 62, 230 => 61, 226 => 59, 220 => 57, 218 => 56, 213 => 55, 207 => 53, 204 => 52, 202 => 51, 197 => 50, 193 => 48, 187 => 46, 185 => 45, 180 => 44, 174 => 42, 171 => 41, 169 => 40, 164 => 39, 161 => 38, 158 => 37, 154 => 35, 148 => 33, 146 => 32, 141 => 31, 135 => 29, 132 => 28, 129 => 27, 124 => 25, 121 => 24, 118 => 23, 115 => 22, 109 => 19, 104 => 18, 102 => 17, 99 => 16, 96 => 15, 93 => 14, 90 => 13, 86 => 12, 83 => 11, 77 => 9, 71 => 7, 68 => 6, 65 => 5, 62 => 4, 47 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/menu--main.html.twig", "/var/www/html/themes/tripin/templates/menu--main.html.twig");
}
public function checkSecurity()
{
static $tags = array("import" => 1, "macro" => 3, "if" => 5, "for" => 12, "set" => 13);
static $filters = array("escape" => 7, "render" => 13, "split" => 15, "raw" => 29, "replace" => 38);
static $functions = array("random" => 9, "drupal_entity" => 19, "link" => 31);
try {
$this->sandbox->checkSecurity(
['import', 'macro', 'if', 'for', 'set'],
['escape', 'render', 'split', 'raw', 'replace'],
['random', 'drupal_entity', 'link']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_1342de7367993843c5d95f5028e57d94', 'themes/tripin/templates/menu--main.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/menu--main.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/menu--main.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('menu__main', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 58)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 78)
__TwigTemplate_04f5c9aa9730df2edfea28f761c176a7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array, Array) (Line: 44)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 68)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_field--text-with-summary._PcQ5-qPnjB8vc7K2v-zMevvTM', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/field/field--text-with-summary.html.twig */
class __TwigTemplate_aeba7826c61421c21040809423633c9c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 1
return "field--text.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("field--text.html.twig", "core/themes/classy/templates/field/field--text-with-summary.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
public function getTemplateName()
{
return "core/themes/classy/templates/field/field--text-with-summary.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 36 => 1,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/field/field--text-with-summary.html.twig", "/var/www/html/core/themes/classy/templates/field/field--text-with-summary.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array();
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
[],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_field--text-with-summary._PcQ5-qPnjB8vc7K2v-zMevvTM', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/field/field--text-with-summary.html.twig */
class __TwigTemplate_aeba7826c61421c21040809423633c9c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 1
return "field--text.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("field--text.html.twig", "core/themes/classy/templates/field/field--text-with-summary.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
public function getTemplateName()
{
return "core/themes/classy/templates/field/field--text-with-summary.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 36 => 1,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/field/field--text-with-summary.html.twig", "/var/www/html/core/themes/classy/templates/field/field--text-with-summary.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array();
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
[],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_aeba7826c61421c21040809423633c9c', 'core/themes/classy/templates/field/field--text-with-summary.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/field/field--text-with-summary.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--text-with-summary.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 109)
__TwigTemplate_1342de7367993843c5d95f5028e57d94->macro_menu_links(Array, Object, 1) (Line: 1169)
twig_call_macro(Object, 'macro_menu_links', Array, 33, Array, Object) (Line: 149)
__TwigTemplate_1342de7367993843c5d95f5028e57d94->macro_menu_links(Array, Object, 0) (Line: 1169)
twig_call_macro(Object, 'macro_menu_links', Array, 2, Array, Object) (Line: 41)
__TwigTemplate_1342de7367993843c5d95f5028e57d94->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/menu--main.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('menu__main', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 58)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 78)
__TwigTemplate_04f5c9aa9730df2edfea28f761c176a7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array, Array) (Line: 44)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 68)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_field--text.html.twig_ejXma58uOahJMngIGFNceFyLB', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* field--text.html.twig */
class __TwigTemplate_a5e8eaead2100bcffaeea05d1014bba8 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 1
return "field.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 28
$context["attributes"] = twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "clearfix", 1 => "text-formatted"], "method", false, false, true, 28);
// line 1
$this->parent = $this->loadTemplate("field.html.twig", "field--text.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
public function getTemplateName()
{
return "field--text.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 45 => 1, 43 => 28, 36 => 1,);
}
public function getSourceContext()
{
return new Source("", "field--text.html.twig", "core/themes/classy/templates/field/field--text.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 28);
static $filters = array();
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set'],
[],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_field--text.html.twig_ejXma58uOahJMngIGFNceFyLB', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* field--text.html.twig */
class __TwigTemplate_a5e8eaead2100bcffaeea05d1014bba8 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 1
return "field.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 28
$context["attributes"] = twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "clearfix", 1 => "text-formatted"], "method", false, false, true, 28);
// line 1
$this->parent = $this->loadTemplate("field.html.twig", "field--text.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
public function getTemplateName()
{
return "field--text.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 45 => 1, 43 => 28, 36 => 1,);
}
public function getSourceContext()
{
return new Source("", "field--text.html.twig", "core/themes/classy/templates/field/field--text.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 28);
static $filters = array();
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set'],
[],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_a5e8eaead2100bcffaeea05d1014bba8', 'field--text.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('field--text.html.twig', NULL) (Line: 333)
Twig\Template->loadTemplate('field--text.html.twig', 'core/themes/classy/templates/field/field--text-with-summary.html.twig', 1) (Line: 42)
__TwigTemplate_aeba7826c61421c21040809423633c9c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--text-with-summary.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 109)
__TwigTemplate_1342de7367993843c5d95f5028e57d94->macro_menu_links(Array, Object, 1) (Line: 1169)
twig_call_macro(Object, 'macro_menu_links', Array, 33, Array, Object) (Line: 149)
__TwigTemplate_1342de7367993843c5d95f5028e57d94->macro_menu_links(Array, Object, 0) (Line: 1169)
twig_call_macro(Object, 'macro_menu_links', Array, 2, Array, Object) (Line: 41)
__TwigTemplate_1342de7367993843c5d95f5028e57d94->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/menu--main.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('menu__main', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 58)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 78)
__TwigTemplate_04f5c9aa9730df2edfea28f761c176a7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array, Array) (Line: 44)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 68)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_field.html.twig_2g4nKPcXbP2j-LrRYSLNpg1ZF', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* field.html.twig */
class __TwigTemplate_9411d4b9af530e6882014230b6ea08e7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["label_hidden"] ?? null)) {
// line 2
echo " ";
if (($context["multiple"] ?? null)) {
// line 3
echo " ";
// line 4
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 5
echo " ";
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 5), 5, $this->source), "html", null, true);
echo " ";
// line 6
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 7
echo " ";
// line 8
echo " ";
} else {
// line 9
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 10
echo " ";
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 10), 10, $this->source), "html", null, true);
echo " ";
// line 11
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo " ";
}
} else {
// line 14
echo " ";
// line 16
echo " ";
if (($context["multiple"] ?? null)) {
// line 17
echo " ";
// line 18
echo " ";
}
// line 19
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 20
echo " ";
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 20), 20, $this->source), "html", null, true);
// line 21
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 22
echo " ";
if (($context["multiple"] ?? null)) {
// line 23
echo " ";
// line 24
echo " ";
}
// line 25
echo " ";
}
}
public function getTemplateName()
{
return "field.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 120 => 25, 117 => 24, 115 => 23, 112 => 22, 106 => 21, 102 => 20, 97 => 19, 94 => 18, 92 => 17, 89 => 16, 87 => 14, 83 => 12, 77 => 11, 72 => 10, 67 => 9, 64 => 8, 62 => 7, 56 => 6, 51 => 5, 46 => 4, 44 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "field.html.twig", "themes/tripin/templates/field.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1, "for" => 4);
static $filters = array("escape" => 5);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'for'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_field.html.twig_2g4nKPcXbP2j-LrRYSLNpg1ZF', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* field.html.twig */
class __TwigTemplate_9411d4b9af530e6882014230b6ea08e7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["label_hidden"] ?? null)) {
// line 2
echo " ";
if (($context["multiple"] ?? null)) {
// line 3
echo " ";
// line 4
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 5
echo " ";
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 5), 5, $this->source), "html", null, true);
echo " ";
// line 6
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 7
echo " ";
// line 8
echo " ";
} else {
// line 9
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 10
echo " ";
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 10), 10, $this->source), "html", null, true);
echo " ";
// line 11
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo " ";
}
} else {
// line 14
echo " ";
// line 16
echo " ";
if (($context["multiple"] ?? null)) {
// line 17
echo " ";
// line 18
echo " ";
}
// line 19
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 20
echo " ";
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 20), 20, $this->source), "html", null, true);
// line 21
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 22
echo " ";
if (($context["multiple"] ?? null)) {
// line 23
echo " ";
// line 24
echo " ";
}
// line 25
echo " ";
}
}
public function getTemplateName()
{
return "field.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 120 => 25, 117 => 24, 115 => 23, 112 => 22, 106 => 21, 102 => 20, 97 => 19, 94 => 18, 92 => 17, 89 => 16, 87 => 14, 83 => 12, 77 => 11, 72 => 10, 67 => 9, 64 => 8, 62 => 7, 56 => 6, 51 => 5, 46 => 4, 44 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "field.html.twig", "themes/tripin/templates/field.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1, "for" => 4);
static $filters = array("escape" => 5);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'for'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_9411d4b9af530e6882014230b6ea08e7', 'field.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('field.html.twig', NULL) (Line: 333)
Twig\Template->loadTemplate('field.html.twig', 'field--text.html.twig', 1) (Line: 45)
__TwigTemplate_a5e8eaead2100bcffaeea05d1014bba8->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array, Array) (Line: 43)
__TwigTemplate_aeba7826c61421c21040809423633c9c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--text-with-summary.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 109)
__TwigTemplate_1342de7367993843c5d95f5028e57d94->macro_menu_links(Array, Object, 1) (Line: 1169)
twig_call_macro(Object, 'macro_menu_links', Array, 33, Array, Object) (Line: 149)
__TwigTemplate_1342de7367993843c5d95f5028e57d94->macro_menu_links(Array, Object, 0) (Line: 1169)
twig_call_macro(Object, 'macro_menu_links', Array, 2, Array, Object) (Line: 41)
__TwigTemplate_1342de7367993843c5d95f5028e57d94->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/menu--main.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('menu__main', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 58)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 78)
__TwigTemplate_04f5c9aa9730df2edfea28f761c176a7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array, Array) (Line: 44)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 68)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_region.html.twig_NauGh7QvWznIKs111L7_T-LB9', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/layout/region.html.twig */
class __TwigTemplate_aefed1b6711a56832871837dc9bff31f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 16
$context["classes"] = [0 => "region", 1 => ("region-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 18
($context["region"] ?? null), 18, $this->source)))];
// line 21
if (($context["content"] ?? null)) {
// line 22
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 22), 22, $this->source), "html", null, true);
echo ">
";
// line 23
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 23, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "core/themes/classy/templates/layout/region.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 23, 44 => 22, 42 => 21, 40 => 18, 39 => 16,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/layout/region.html.twig", "/var/www/html/core/themes/classy/templates/layout/region.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 16, "if" => 21);
static $filters = array("clean_class" => 18, "escape" => 22);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_region.html.twig_NauGh7QvWznIKs111L7_T-LB9', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/layout/region.html.twig */
class __TwigTemplate_aefed1b6711a56832871837dc9bff31f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 16
$context["classes"] = [0 => "region", 1 => ("region-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 18
($context["region"] ?? null), 18, $this->source)))];
// line 21
if (($context["content"] ?? null)) {
// line 22
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 22), 22, $this->source), "html", null, true);
echo ">
";
// line 23
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 23, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "core/themes/classy/templates/layout/region.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 23, 44 => 22, 42 => 21, 40 => 18, 39 => 16,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/layout/region.html.twig", "/var/www/html/core/themes/classy/templates/layout/region.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 16, "if" => 21);
static $filters = array("clean_class" => 18, "escape" => 22);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_aefed1b6711a56832871837dc9bff31f', 'core/themes/classy/templates/layout/region.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/layout/region.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/layout/region.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 68)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_block.html.twig__eRG0fbHDF24IbuVRBarxo1Di', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/system/block.html.twig */
class __TwigTemplate_97fd5c1492a4c766376651768b0c26ff extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source)))];
// line 8
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 => "_block"], "method", false, false, true, 8), 8, $this->source), "html", null, true);
echo ">
";
// line 9
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 9, $this->source), "html", null, true);
echo "
";
// line 10
if (($context["label"] ?? null)) {
// line 11
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "block_title"], "method", false, false, true, 11), 11, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 11, $this->source), "html", null, true);
echo "
";
}
// line 13
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 13, $this->source), "html", null, true);
echo "
";
// line 14
$this->displayBlock('content', $context, $blocks);
// line 19
echo "
";
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [0 => "ccn-content"], "method", false, false, true, 15), 15, $this->source), "html", null, true);
echo ">
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 16, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/system/block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 16, 79 => 15, 75 => 14, 70 => 19, 68 => 14, 63 => 13, 55 => 11, 53 => 10, 49 => 9, 44 => 8, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/system/block.html.twig", "/var/www/html/themes/tripin/templates/blocks/system/block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 10, "block" => 14);
static $filters = array("clean_class" => 4, "escape" => 8);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_block.html.twig__eRG0fbHDF24IbuVRBarxo1Di', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/system/block.html.twig */
class __TwigTemplate_97fd5c1492a4c766376651768b0c26ff extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source)))];
// line 8
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 => "_block"], "method", false, false, true, 8), 8, $this->source), "html", null, true);
echo ">
";
// line 9
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 9, $this->source), "html", null, true);
echo "
";
// line 10
if (($context["label"] ?? null)) {
// line 11
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "block_title"], "method", false, false, true, 11), 11, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 11, $this->source), "html", null, true);
echo "
";
}
// line 13
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 13, $this->source), "html", null, true);
echo "
";
// line 14
$this->displayBlock('content', $context, $blocks);
// line 19
echo "
";
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [0 => "ccn-content"], "method", false, false, true, 15), 15, $this->source), "html", null, true);
echo ">
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 16, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/system/block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 16, 79 => 15, 75 => 14, 70 => 19, 68 => 14, 63 => 13, 55 => 11, 53 => 10, 49 => 9, 44 => 8, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/system/block.html.twig", "/var/www/html/themes/tripin/templates/blocks/system/block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 10, "block" => 14);
static $filters = array("clean_class" => 4, "escape" => 8);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_97fd5c1492a4c766376651768b0c26ff', 'themes/tripin/templates/blocks/system/block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/system/block.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 138)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_links--language-block.htm_Sghxop9UDUIhfrqIyM03AbF5E', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/links--language-block.html.twig */
class __TwigTemplate_7ba2925452ea5e48466ef79f718894e2 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 34
if (($context["links"] ?? null)) {
// line 35
if (($context["heading"] ?? null)) {
// line 36
if (twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 36)) {
// line 37
echo "<";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo ">";
} else {
// line 39
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 39), 39, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 39), 39, $this->source), "html", null, true);
echo "";
}
}
// line 43
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Language"));
echo "
";
// line 45
$context["language_select_id"] = \Drupal\Component\Utility\Html::getUniqueId("language-select");
// line 46
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["language_select_id"] ?? null), 46, $this->source), "html", null, true);
echo "\" class=\"visually-hidden\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Language"));
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["language_select_id"] ?? null), 47, $this->source), "html", null, true);
echo "\">";
// line 48
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_slice($this->env, ($context["links"] ?? null), 0, 5));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 49
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 49), 49, $this->source), "html", null, true);
echo " value=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 49), "class", [], "any", false, false, true, 49), 49, $this->source), "html", null, true);
echo "\" data-href=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_0 = twig_split_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 49), 49, $this->source)), "\"")) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[1] ?? null) : null), 49, $this->source), "html", null, true);
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_1 = twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 49)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#title"] ?? null) : null), 49, $this->source), "html", null, true);
echo "\" ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((((($context["language"] ?? null) == twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 49), "class", [], "any", false, false, true, 49))) ? ("selected=\"selected\"") : ("")));
echo ">";
// line 50
if (twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 50)) {
// line 51
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_upper_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_2 = twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 51)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#options"] ?? null) : null), "language", [], "any", false, false, true, 51), "id", [], "any", false, false, true, 51), 51, $this->source)), "html", null, true);
echo " ";
} elseif (twig_get_attribute($this->env, $this->source, // line 52
$context["item"], "text_attributes", [], "any", false, false, true, 52)) {
// line 53
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text_attributes", [], "any", false, false, true, 53), 53, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 53), 53, $this->source), "html", null, true);
echo "";
} else {
// line 55
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 55), 55, $this->source), "html", null, true);
}
// line 57
echo "";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 59
echo "
";
}
}
public function getTemplateName()
{
return "themes/tripin/templates/links--language-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 120 => 59, 114 => 57, 111 => 55, 104 => 53, 102 => 52, 99 => 51, 97 => 50, 85 => 49, 81 => 48, 78 => 47, 71 => 46, 69 => 45, 63 => 43, 55 => 39, 45 => 37, 43 => 36, 41 => 35, 39 => 34,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/links--language-block.html.twig", "/var/www/html/themes/tripin/templates/links--language-block.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 34, "set" => 45, "for" => 48);
static $filters = array("escape" => 37, "t" => 43, "clean_unique_id" => 45, "slice" => 48, "split" => 49, "render" => 49, "upper" => 51);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'set', 'for'],
['escape', 't', 'clean_unique_id', 'slice', 'split', 'render', 'upper'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_links--language-block.htm_Sghxop9UDUIhfrqIyM03AbF5E', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/links--language-block.html.twig */
class __TwigTemplate_7ba2925452ea5e48466ef79f718894e2 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 34
if (($context["links"] ?? null)) {
// line 35
if (($context["heading"] ?? null)) {
// line 36
if (twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 36)) {
// line 37
echo "<";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo ">";
} else {
// line 39
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 39), 39, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 39), 39, $this->source), "html", null, true);
echo "";
}
}
// line 43
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Language"));
echo "
";
// line 45
$context["language_select_id"] = \Drupal\Component\Utility\Html::getUniqueId("language-select");
// line 46
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["language_select_id"] ?? null), 46, $this->source), "html", null, true);
echo "\" class=\"visually-hidden\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Language"));
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["language_select_id"] ?? null), 47, $this->source), "html", null, true);
echo "\">";
// line 48
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_slice($this->env, ($context["links"] ?? null), 0, 5));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 49
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 49), 49, $this->source), "html", null, true);
echo " value=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 49), "class", [], "any", false, false, true, 49), 49, $this->source), "html", null, true);
echo "\" data-href=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_0 = twig_split_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 49), 49, $this->source)), "\"")) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[1] ?? null) : null), 49, $this->source), "html", null, true);
echo "\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_1 = twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 49)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#title"] ?? null) : null), 49, $this->source), "html", null, true);
echo "\" ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((((($context["language"] ?? null) == twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 49), "class", [], "any", false, false, true, 49))) ? ("selected=\"selected\"") : ("")));
echo ">";
// line 50
if (twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 50)) {
// line 51
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_upper_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_2 = twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 51)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#options"] ?? null) : null), "language", [], "any", false, false, true, 51), "id", [], "any", false, false, true, 51), 51, $this->source)), "html", null, true);
echo " ";
} elseif (twig_get_attribute($this->env, $this->source, // line 52
$context["item"], "text_attributes", [], "any", false, false, true, 52)) {
// line 53
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text_attributes", [], "any", false, false, true, 53), 53, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 53), 53, $this->source), "html", null, true);
echo "";
} else {
// line 55
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 55), 55, $this->source), "html", null, true);
}
// line 57
echo "";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 59
echo "
";
}
}
public function getTemplateName()
{
return "themes/tripin/templates/links--language-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 120 => 59, 114 => 57, 111 => 55, 104 => 53, 102 => 52, 99 => 51, 97 => 50, 85 => 49, 81 => 48, 78 => 47, 71 => 46, 69 => 45, 63 => 43, 55 => 39, 45 => 37, 43 => 36, 41 => 35, 39 => 34,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/links--language-block.html.twig", "/var/www/html/themes/tripin/templates/links--language-block.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 34, "set" => 45, "for" => 48);
static $filters = array("escape" => 37, "t" => 43, "clean_unique_id" => 45, "slice" => 48, "split" => 49, "render" => 49, "upper" => 51);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'set', 'for'],
['escape', 't', 'clean_unique_id', 'slice', 'split', 'render', 'upper'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_7ba2925452ea5e48466ef79f718894e2', 'themes/tripin/templates/links--language-block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/links--language-block.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/links--language-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('links__language_block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 138)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_breadcrumb.html.twig__yVAzZdveE4h4hkcw4vlEUUfs', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/breadcrumb.html.twig */
class __TwigTemplate_2415e828a888cf4d5a62b610736cbbe7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["breadcrumb"] ?? null)) {
// line 2
echo "
";
// line 5
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["breadcrumb"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 6
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 6)) {
// line 7
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 7), 7, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 7), 7, $this->source), "html", null, true);
echo "</a>
/
";
} else {
// line 10
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 10), 10, $this->source), "html", null, true);
echo "
/
";
}
// line 13
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 14
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["current_page_title"] ?? null), 14, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/tripin/templates/breadcrumb.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 75 => 14, 69 => 13, 62 => 10, 53 => 7, 50 => 6, 46 => 5, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/breadcrumb.html.twig", "/var/www/html/themes/tripin/templates/breadcrumb.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1, "for" => 5);
static $filters = array("escape" => 7);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'for'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_breadcrumb.html.twig__yVAzZdveE4h4hkcw4vlEUUfs', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/breadcrumb.html.twig */
class __TwigTemplate_2415e828a888cf4d5a62b610736cbbe7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["breadcrumb"] ?? null)) {
// line 2
echo "
";
// line 5
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["breadcrumb"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 6
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 6)) {
// line 7
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 7), 7, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 7), 7, $this->source), "html", null, true);
echo "</a>
/
";
} else {
// line 10
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 10), 10, $this->source), "html", null, true);
echo "
/
";
}
// line 13
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 14
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["current_page_title"] ?? null), 14, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/tripin/templates/breadcrumb.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 75 => 14, 69 => 13, 62 => 10, 53 => 7, 50 => 6, 46 => 5, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/breadcrumb.html.twig", "/var/www/html/themes/tripin/templates/breadcrumb.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1, "for" => 5);
static $filters = array("escape" => 7);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'for'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_2415e828a888cf4d5a62b610736cbbe7', 'themes/tripin/templates/breadcrumb.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/breadcrumb.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/breadcrumb.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('breadcrumb', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 219)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_block--gateway.html.twig_Y50P_3Z3vSGV6oZKiBgQdOeoc', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig */
class __TwigTemplate_eff1f50decf03dff47936c86a3fdea0d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source))), 3 => (( // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 => (((($__internal_compile_0 = (($__internal_compile_1 = // line 7
($context["content"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this->source))) : ("")), 5 => (((($__internal_compile_4 = twig_get_attribute($this->env, $this->source, // line 8
($context["content"] ?? null), "field_image", [], "any", false, false, true, 8)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null)) ? ("has-bg-image") : (""))];
// line 11
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 11), "addClass", [0 => "ccn-section"], "method", false, false, true, 11), 11, $this->source), "html", null, true);
echo " ";
if ((($__internal_compile_5 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 11)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null)) {
echo "style=\"background-image: url(";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_6 = (($__internal_compile_7 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 11)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7[0] ?? null) : null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 11), "entity", [], "any", false, false, true, 11), "uri", [], "any", false, false, true, 11), "value", [], "any", false, false, true, 11), 11, $this->source)), "html", null, true);
echo ");\"";
}
echo ">
";
// line 12
$this->displayBlock('content', $context, $blocks);
// line 54
echo "
";
}
// line 12
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 14
ob_start(function () { return ''; });
ob_start(function () { return ''; });
// line 15
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 15), 15, $this->source), "html", null, true);
echo "
";
$___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 14
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_spaceless($___internal_parse_0_));
$context["content_render"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 17
echo "
";
// line 18
if (($context["content_render"] ?? null)) {
// line 19
echo "
";
// line 22
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 22, $this->source), "html", null, true);
if (($context["label"] ?? null)) {
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 22, $this->source), "html", null, true);
echo "";
}
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 22, $this->source), "html", null, true);
echo "
";
// line 23
if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 23))) {
// line 24
echo "
";
// line 25
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 25), 25, $this->source), "html", null, true);
echo "
";
}
// line 28
echo " ";
if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 28))) {
// line 29
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_8 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 30), 0, [], "any", false, false, true, 30)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["#url"] ?? null) : null), 30, $this->source), "html", null, true);
echo "\" class=\"link\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_9 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 30), 0, [], "any", false, false, true, 30)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["#title"] ?? null) : null), 30, $this->source), "html", null, true);
echo "</a>
";
}
// line 33
echo "
";
// line 34
if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 34))) {
// line 35
echo "
";
// line 36
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
echo "
";
}
// line 39
echo " ";
if ( !twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_10 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 39)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#items"] ?? null) : null), 0, [], "any", false, false, true, 39), "value", [], "any", false, false, true, 39)) {
// line 40
echo "
";
// line 41
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 41), 41, $this->source), "html", null, true);
echo "
";
}
// line 44
echo "
";
// line 46
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_11 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 46)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["#items"] ?? null) : null), 0, [], "any", false, false, true, 46), "value", [], "any", false, false, true, 46)) {
// line 47
echo "
";
// line 48
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 48), 48, $this->source), "html", null, true);
echo "
";
}
}
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 160 => 48, 157 => 47, 155 => 46, 151 => 44, 145 => 41, 142 => 40, 139 => 39, 133 => 36, 130 => 35, 128 => 34, 125 => 33, 117 => 30, 114 => 29, 111 => 28, 105 => 25, 102 => 24, 100 => 23, 90 => 22, 85 => 19, 83 => 18, 80 => 17, 77 => 14, 72 => 15, 69 => 14, 65 => 12, 60 => 54, 58 => 12, 47 => 11, 45 => 8, 44 => 7, 43 => 6, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 11, "block" => 12, "apply" => 14);
static $filters = array("clean_class" => 4, "escape" => 11, "spaceless" => 14, "render" => 23);
static $functions = array("file_url" => 11);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block', 'apply'],
['clean_class', 'escape', 'spaceless', 'render'],
['file_url']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_block--gateway.html.twig_Y50P_3Z3vSGV6oZKiBgQdOeoc', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig */
class __TwigTemplate_eff1f50decf03dff47936c86a3fdea0d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source))), 3 => (( // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 => (((($__internal_compile_0 = (($__internal_compile_1 = // line 7
($context["content"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this->source))) : ("")), 5 => (((($__internal_compile_4 = twig_get_attribute($this->env, $this->source, // line 8
($context["content"] ?? null), "field_image", [], "any", false, false, true, 8)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null)) ? ("has-bg-image") : (""))];
// line 11
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 11), "addClass", [0 => "ccn-section"], "method", false, false, true, 11), 11, $this->source), "html", null, true);
echo " ";
if ((($__internal_compile_5 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 11)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null)) {
echo "style=\"background-image: url(";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_6 = (($__internal_compile_7 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 11)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7[0] ?? null) : null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 11), "entity", [], "any", false, false, true, 11), "uri", [], "any", false, false, true, 11), "value", [], "any", false, false, true, 11), 11, $this->source)), "html", null, true);
echo ");\"";
}
echo ">
";
// line 12
$this->displayBlock('content', $context, $blocks);
// line 54
echo "
";
}
// line 12
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 14
ob_start(function () { return ''; });
ob_start(function () { return ''; });
// line 15
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 15), 15, $this->source), "html", null, true);
echo "
";
$___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 14
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_spaceless($___internal_parse_0_));
$context["content_render"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 17
echo "
";
// line 18
if (($context["content_render"] ?? null)) {
// line 19
echo "
";
// line 22
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 22, $this->source), "html", null, true);
if (($context["label"] ?? null)) {
echo "";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 22, $this->source), "html", null, true);
echo "";
}
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 22, $this->source), "html", null, true);
echo "
";
// line 23
if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 23))) {
// line 24
echo "
";
// line 25
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 25), 25, $this->source), "html", null, true);
echo "
";
}
// line 28
echo " ";
if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 28))) {
// line 29
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_8 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 30), 0, [], "any", false, false, true, 30)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["#url"] ?? null) : null), 30, $this->source), "html", null, true);
echo "\" class=\"link\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_9 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 30), 0, [], "any", false, false, true, 30)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["#title"] ?? null) : null), 30, $this->source), "html", null, true);
echo "</a>
";
}
// line 33
echo "
";
// line 34
if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 34))) {
// line 35
echo "
";
// line 36
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
echo "
";
}
// line 39
echo " ";
if ( !twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_10 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 39)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#items"] ?? null) : null), 0, [], "any", false, false, true, 39), "value", [], "any", false, false, true, 39)) {
// line 40
echo "
";
// line 41
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 41), 41, $this->source), "html", null, true);
echo "
";
}
// line 44
echo "
";
// line 46
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_11 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 46)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["#items"] ?? null) : null), 0, [], "any", false, false, true, 46), "value", [], "any", false, false, true, 46)) {
// line 47
echo "
";
// line 48
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 48), 48, $this->source), "html", null, true);
echo "
";
}
}
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 160 => 48, 157 => 47, 155 => 46, 151 => 44, 145 => 41, 142 => 40, 139 => 39, 133 => 36, 130 => 35, 128 => 34, 125 => 33, 117 => 30, 114 => 29, 111 => 28, 105 => 25, 102 => 24, 100 => 23, 90 => 22, 85 => 19, 83 => 18, 80 => 17, 77 => 14, 72 => 15, 69 => 14, 65 => 12, 60 => 54, 58 => 12, 47 => 11, 45 => 8, 44 => 7, 43 => 6, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 11, "block" => 12, "apply" => 14);
static $filters = array("clean_class" => 4, "escape" => 11, "spaceless" => 14, "render" => 23);
static $functions = array("file_url" => 11);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block', 'apply'],
['clean_class', 'escape', 'spaceless', 'render'],
['file_url']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d', 'themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 312)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_views-view--cocoon-blog--_qTxflNxeGfu3-b4ewAUgDkKQX', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/views/cocoon-blog/views-view--cocoon-blog--block.html.twig */
class __TwigTemplate_2c664b22bb8099c66d542d03a830888f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => (( // line 3
($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 3, $this->source))) : (""))];
// line 6
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 6), "addClass", [0 => "ccn-identify__blog-block"], "method", false, false, true, 6), 6, $this->source), "html", null, true);
echo ">
";
// line 7
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 7, $this->source), "html", null, true);
echo "
";
// line 8
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 8, $this->source), "html", null, true);
echo "
";
// line 9
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 9, $this->source), "html", null, true);
echo "
";
// line 10
if (($context["header"] ?? null)) {
// line 11
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 11, $this->source), "html", null, true);
echo "
";
}
// line 13
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 13, $this->source), "html", null, true);
echo "
";
// line 14
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 14, $this->source), "html", null, true);
echo "
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 16, $this->source), "html", null, true);
echo "
";
// line 17
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 17, $this->source), "html", null, true);
echo "
";
// line 18
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 18, $this->source), "html", null, true);
echo "
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 20, $this->source), "html", null, true);
echo "
";
// line 21
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 21, $this->source), "html", null, true);
echo "
";
// line 22
if (($context["footer"] ?? null)) {
// line 23
echo "
";
// line 24
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 24, $this->source), "html", null, true);
echo "
";
}
// line 27
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 27, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/views/cocoon-blog/views-view--cocoon-blog--block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 109 => 27, 103 => 24, 100 => 23, 98 => 22, 94 => 21, 90 => 20, 85 => 18, 81 => 17, 77 => 16, 72 => 14, 67 => 13, 61 => 11, 59 => 10, 55 => 9, 51 => 8, 47 => 7, 42 => 6, 40 => 3, 39 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/views/cocoon-blog/views-view--cocoon-blog--block.html.twig", "/var/www/html/themes/tripin/templates/views/cocoon-blog/views-view--cocoon-blog--block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 10);
static $filters = array("escape" => 6);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_views-view--cocoon-blog--_qTxflNxeGfu3-b4ewAUgDkKQX', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/views/cocoon-blog/views-view--cocoon-blog--block.html.twig */
class __TwigTemplate_2c664b22bb8099c66d542d03a830888f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => (( // line 3
($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 3, $this->source))) : (""))];
// line 6
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 6), "addClass", [0 => "ccn-identify__blog-block"], "method", false, false, true, 6), 6, $this->source), "html", null, true);
echo ">
";
// line 7
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 7, $this->source), "html", null, true);
echo "
";
// line 8
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 8, $this->source), "html", null, true);
echo "
";
// line 9
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 9, $this->source), "html", null, true);
echo "
";
// line 10
if (($context["header"] ?? null)) {
// line 11
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 11, $this->source), "html", null, true);
echo "
";
}
// line 13
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 13, $this->source), "html", null, true);
echo "
";
// line 14
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 14, $this->source), "html", null, true);
echo "
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 16, $this->source), "html", null, true);
echo "
";
// line 17
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 17, $this->source), "html", null, true);
echo "
";
// line 18
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 18, $this->source), "html", null, true);
echo "
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 20, $this->source), "html", null, true);
echo "
";
// line 21
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 21, $this->source), "html", null, true);
echo "
";
// line 22
if (($context["footer"] ?? null)) {
// line 23
echo "
";
// line 24
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 24, $this->source), "html", null, true);
echo "
";
}
// line 27
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 27, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/views/cocoon-blog/views-view--cocoon-blog--block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 109 => 27, 103 => 24, 100 => 23, 98 => 22, 94 => 21, 90 => 20, 85 => 18, 81 => 17, 77 => 16, 72 => 14, 67 => 13, 61 => 11, 59 => 10, 55 => 9, 51 => 8, 47 => 7, 42 => 6, 40 => 3, 39 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/views/cocoon-blog/views-view--cocoon-blog--block.html.twig", "/var/www/html/themes/tripin/templates/views/cocoon-blog/views-view--cocoon-blog--block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 10);
static $filters = array("escape" => 6);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_2c664b22bb8099c66d542d03a830888f', 'themes/tripin/templates/views/cocoon-blog/views-view--cocoon-blog--block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/views/cocoon-blog/views-view--cocoon-blog--block.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/views/cocoon-blog/views-view--cocoon-blog--block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('views_view__cocoon_blog__block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 72)
__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 58)
__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 312)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_container.html.twig_ve4TYd1ObfyX1lC8n2WwXtUHv', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/form/container.html.twig */
class __TwigTemplate_45aedc93758f2bda1dc1c469f1660d0f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 23
$context["classes"] = [0 => (( // line 24
($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 => (( // line 25
($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
// line 28
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 28), 28, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 28, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "core/themes/classy/templates/form/container.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 28, 41 => 25, 40 => 24, 39 => 23,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/form/container.html.twig", "/var/www/html/core/themes/classy/templates/form/container.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 23);
static $filters = array("escape" => 28);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_container.html.twig_ve4TYd1ObfyX1lC8n2WwXtUHv', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/form/container.html.twig */
class __TwigTemplate_45aedc93758f2bda1dc1c469f1660d0f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 23
$context["classes"] = [0 => (( // line 24
($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 => (( // line 25
($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
// line 28
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 28), 28, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 28, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "core/themes/classy/templates/form/container.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 28, 41 => 25, 40 => 24, 39 => 23,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/form/container.html.twig", "/var/www/html/core/themes/classy/templates/form/container.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 23);
static $filters = array("escape" => 28);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_45aedc93758f2bda1dc1c469f1660d0f', 'core/themes/classy/templates/form/container.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/form/container.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/form/container.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 72)
__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 58)
__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 312)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22___string_template__15e4c2_oJ_DuaE0tPFT7wH3p-3UHux45', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* __string_template__15e4c2886fb2554f14cf09e05167a91f */
class __TwigTemplate_d033faf7f38bc5b41bda31edd27759ca extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
}
public function getTemplateName()
{
return "__string_template__15e4c2886fb2554f14cf09e05167a91f";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("nl2br" => 1, "escape" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['nl2br', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22___string_template__15e4c2_oJ_DuaE0tPFT7wH3p-3UHux45', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* __string_template__15e4c2886fb2554f14cf09e05167a91f */
class __TwigTemplate_d033faf7f38bc5b41bda31edd27759ca extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
}
public function getTemplateName()
{
return "__string_template__15e4c2886fb2554f14cf09e05167a91f";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("nl2br" => 1, "escape" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['nl2br', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_d033faf7f38bc5b41bda31edd27759ca', '__string_template__15e4c2886fb2554f14cf09e05167a91f', NULL) (Line: 381)
Twig\Environment->loadTemplate('__string_template__15e4c2886fb2554f14cf09e05167a91f') (Line: 462)
Twig\Environment->createTemplate('{# inline_template_start #}{{ value|nl2br }}') (Line: 234)
Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ value|nl2br }}', Array) (Line: 53)
Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
call_user_func_array(Array, Array) (Line: 101)
Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 788)
Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 100)
__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 58)
__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 312)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_block--newsletter-subscri_9BrUVzpo2N2P8ef8SISoZBugz', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig */
class __TwigTemplate_cee1170db9390ae3c5d31be20a7dc994 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source))), 3 => (( // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 => (((($__internal_compile_0 = (($__internal_compile_1 = // line 7
($context["content"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this->source))) : (""))];
// line 10
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 11), 11, $this->source), "html", null, true);
echo ">
";
// line 12
$this->displayBlock('content', $context, $blocks);
// line 31
echo "
";
}
// line 12
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 13
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_4 = (($__internal_compile_5 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 16)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 16), "entity", [], "any", false, false, true, 16), "uri", [], "any", false, false, true, 16), "value", [], "any", false, false, true, 16), 16, $this->source)), "html", null, true);
echo ")\">
";
// line 19
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 19, $this->source), "html", null, true);
if (($context["label"] ?? null)) {
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 19, $this->source), "html", null, true);
}
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 19, $this->source), "html", null, true);
echo "
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 20), 20, $this->source), "html", null, true);
echo "
";
// line 23
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 23), 23, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 89 => 23, 83 => 20, 75 => 19, 69 => 16, 64 => 13, 60 => 12, 55 => 31, 53 => 12, 49 => 11, 46 => 10, 44 => 7, 43 => 6, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "block" => 12, "if" => 19);
static $filters = array("clean_class" => 4, "escape" => 11);
static $functions = array("file_url" => 16);
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'escape'],
['file_url']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_block--newsletter-subscri_9BrUVzpo2N2P8ef8SISoZBugz', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig */
class __TwigTemplate_cee1170db9390ae3c5d31be20a7dc994 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source))), 3 => (( // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 => (((($__internal_compile_0 = (($__internal_compile_1 = // line 7
($context["content"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this->source))) : (""))];
// line 10
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 11), 11, $this->source), "html", null, true);
echo ">
";
// line 12
$this->displayBlock('content', $context, $blocks);
// line 31
echo "
";
}
// line 12
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 13
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_4 = (($__internal_compile_5 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 16)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 16), "entity", [], "any", false, false, true, 16), "uri", [], "any", false, false, true, 16), "value", [], "any", false, false, true, 16), 16, $this->source)), "html", null, true);
echo ")\">
";
// line 19
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 19, $this->source), "html", null, true);
if (($context["label"] ?? null)) {
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 19, $this->source), "html", null, true);
}
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 19, $this->source), "html", null, true);
echo "
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 20), 20, $this->source), "html", null, true);
echo "
";
// line 23
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 23), 23, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 89 => 23, 83 => 20, 75 => 19, 69 => 16, 64 => 13, 60 => 12, 55 => 31, 53 => 12, 49 => 11, 46 => 10, 44 => 7, 43 => 6, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "block" => 12, "if" => 19);
static $filters = array("clean_class" => 4, "escape" => 11);
static $functions = array("file_url" => 16);
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'escape'],
['file_url']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994', 'themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 317)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_webform-submission-form.h_H44Gme8P7fwVdIF4a5n8LZtMC', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/webform-submission-form.html.twig */
class __TwigTemplate_3c3af2c93129a5963d73286df38a4313 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 12
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["form"] ?? null), 12, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/webform-submission-form.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 12,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/webform-submission-form.html.twig", "/var/www/html/themes/tripin/templates/webform-submission-form.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 12);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_webform-submission-form.h_H44Gme8P7fwVdIF4a5n8LZtMC', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/webform-submission-form.html.twig */
class __TwigTemplate_3c3af2c93129a5963d73286df38a4313 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 12
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["form"] ?? null), 12, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/webform-submission-form.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 12,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/webform-submission-form.html.twig", "/var/www/html/themes/tripin/templates/webform-submission-form.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 12);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_3c3af2c93129a5963d73286df38a4313', 'themes/tripin/templates/webform-submission-form.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/webform-submission-form.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 89)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 317)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_input.html.twig_G97pYu2W33Oig_qh3cvd_VmIp', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/input.html.twig */
class __TwigTemplate_a155311afff1aa244e2488cb66fad99c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "input"], "method", false, false, true, 15), 15, $this->source), "html", null, true);
echo " />";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/input.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 15,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/input.html.twig", "/var/www/html/themes/tripin/templates/input.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 15);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_input.html.twig_G97pYu2W33Oig_qh3cvd_VmIp', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/input.html.twig */
class __TwigTemplate_a155311afff1aa244e2488cb66fad99c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "input"], "method", false, false, true, 15), 15, $this->source), "html", null, true);
echo " />";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/input.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 15,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/input.html.twig", "/var/www/html/themes/tripin/templates/input.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 15);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_a155311afff1aa244e2488cb66fad99c', 'themes/tripin/templates/input.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/input.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/input.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('input', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 89)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 317)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_form-element.html.twig_PB-B418-mGN2LGMSnpHkeFY_K', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/form/form-element.html.twig */
class __TwigTemplate_d586046011bf6ad140401258effac215 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 48
$context["classes"] = [0 => "js-form-item", 1 => "form-item", 2 => ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 51
($context["type"] ?? null), 51, $this->source))), 3 => ("form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 52
($context["type"] ?? null), 52, $this->source))), 4 => ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 53
($context["name"] ?? null), 53, $this->source))), 5 => ("form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 54
($context["name"] ?? null), 54, $this->source))), 6 => ((!twig_in_filter( // line 55
($context["title_display"] ?? null), [0 => "after", 1 => "before"])) ? ("form-no-label") : ("")), 7 => ((( // line 56
($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), 8 => (( // line 57
($context["errors"] ?? null)) ? ("form-item--error") : (""))];
// line 61
$context["description_classes"] = [0 => "description", 1 => ((( // line 63
($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))];
// line 66
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 66), 66, $this->source), "html", null, true);
echo ">
";
// line 67
if (twig_in_filter(($context["label_display"] ?? null), [0 => "before", 1 => "invisible"])) {
// line 68
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 68, $this->source), "html", null, true);
echo "
";
}
// line 70
echo " ";
if ( !twig_test_empty(($context["prefix"] ?? null))) {
// line 71
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null), 71, $this->source), "html", null, true);
echo "
";
}
// line 73
echo " ";
if (((($context["description_display"] ?? null) == "before") && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 73))) {
// line 74
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 74), 74, $this->source), "html", null, true);
echo ">
";
// line 75
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 75), 75, $this->source), "html", null, true);
echo "
";
}
// line 78
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 78, $this->source), "html", null, true);
echo "
";
// line 79
if ( !twig_test_empty(($context["suffix"] ?? null))) {
// line 80
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null), 80, $this->source), "html", null, true);
echo "
";
}
// line 82
echo " ";
if ((($context["label_display"] ?? null) == "after")) {
// line 83
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 83, $this->source), "html", null, true);
echo "
";
}
// line 85
echo " ";
if (($context["errors"] ?? null)) {
// line 86
echo "
<strong>";
// line 87
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 87, $this->source), "html", null, true);
echo "</strong>
";
}
// line 90
echo " ";
if ((twig_in_filter(($context["description_display"] ?? null), [0 => "after", 1 => "invisible"]) && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 90))) {
// line 91
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 91), "addClass", [0 => ($context["description_classes"] ?? null)], "method", false, false, true, 91), 91, $this->source), "html", null, true);
echo ">
";
// line 92
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 92), 92, $this->source), "html", null, true);
echo "
";
}
// line 95
echo "
";
}
public function getTemplateName()
{
return "core/themes/classy/templates/form/form-element.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 135 => 95, 129 => 92, 124 => 91, 121 => 90, 115 => 87, 112 => 86, 109 => 85, 103 => 83, 100 => 82, 94 => 80, 92 => 79, 87 => 78, 81 => 75, 76 => 74, 73 => 73, 67 => 71, 64 => 70, 58 => 68, 56 => 67, 51 => 66, 49 => 63, 48 => 61, 46 => 57, 45 => 56, 44 => 55, 43 => 54, 42 => 53, 41 => 52, 40 => 51, 39 => 48,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/form/form-element.html.twig", "/var/www/html/core/themes/classy/templates/form/form-element.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 48, "if" => 67);
static $filters = array("clean_class" => 51, "escape" => 66);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_form-element.html.twig_PB-B418-mGN2LGMSnpHkeFY_K', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/form/form-element.html.twig */
class __TwigTemplate_d586046011bf6ad140401258effac215 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 48
$context["classes"] = [0 => "js-form-item", 1 => "form-item", 2 => ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 51
($context["type"] ?? null), 51, $this->source))), 3 => ("form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 52
($context["type"] ?? null), 52, $this->source))), 4 => ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 53
($context["name"] ?? null), 53, $this->source))), 5 => ("form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 54
($context["name"] ?? null), 54, $this->source))), 6 => ((!twig_in_filter( // line 55
($context["title_display"] ?? null), [0 => "after", 1 => "before"])) ? ("form-no-label") : ("")), 7 => ((( // line 56
($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), 8 => (( // line 57
($context["errors"] ?? null)) ? ("form-item--error") : (""))];
// line 61
$context["description_classes"] = [0 => "description", 1 => ((( // line 63
($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))];
// line 66
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 66), 66, $this->source), "html", null, true);
echo ">
";
// line 67
if (twig_in_filter(($context["label_display"] ?? null), [0 => "before", 1 => "invisible"])) {
// line 68
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 68, $this->source), "html", null, true);
echo "
";
}
// line 70
echo " ";
if ( !twig_test_empty(($context["prefix"] ?? null))) {
// line 71
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null), 71, $this->source), "html", null, true);
echo "
";
}
// line 73
echo " ";
if (((($context["description_display"] ?? null) == "before") && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 73))) {
// line 74
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 74), 74, $this->source), "html", null, true);
echo ">
";
// line 75
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 75), 75, $this->source), "html", null, true);
echo "
";
}
// line 78
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 78, $this->source), "html", null, true);
echo "
";
// line 79
if ( !twig_test_empty(($context["suffix"] ?? null))) {
// line 80
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null), 80, $this->source), "html", null, true);
echo "
";
}
// line 82
echo " ";
if ((($context["label_display"] ?? null) == "after")) {
// line 83
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 83, $this->source), "html", null, true);
echo "
";
}
// line 85
echo " ";
if (($context["errors"] ?? null)) {
// line 86
echo "
<strong>";
// line 87
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 87, $this->source), "html", null, true);
echo "</strong>
";
}
// line 90
echo " ";
if ((twig_in_filter(($context["description_display"] ?? null), [0 => "after", 1 => "invisible"]) && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 90))) {
// line 91
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 91), "addClass", [0 => ($context["description_classes"] ?? null)], "method", false, false, true, 91), 91, $this->source), "html", null, true);
echo ">
";
// line 92
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 92), 92, $this->source), "html", null, true);
echo "
";
}
// line 95
echo "
";
}
public function getTemplateName()
{
return "core/themes/classy/templates/form/form-element.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 135 => 95, 129 => 92, 124 => 91, 121 => 90, 115 => 87, 112 => 86, 109 => 85, 103 => 83, 100 => 82, 94 => 80, 92 => 79, 87 => 78, 81 => 75, 76 => 74, 73 => 73, 67 => 71, 64 => 70, 58 => 68, 56 => 67, 51 => 66, 49 => 63, 48 => 61, 46 => 57, 45 => 56, 44 => 55, 43 => 54, 42 => 53, 41 => 52, 40 => 51, 39 => 48,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/form/form-element.html.twig", "/var/www/html/core/themes/classy/templates/form/form-element.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 48, "if" => 67);
static $filters = array("clean_class" => 51, "escape" => 66);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_d586046011bf6ad140401258effac215', 'core/themes/classy/templates/form/form-element.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/form/form-element.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/form/form-element.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 89)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 317)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_form-element-label.html.t_MHNQ71sFq7QGQHjIre0rQtV7k', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/form-element-label.html.twig */
class __TwigTemplate_af4bd0d63498567231820b687d040101 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => ((( // line 3
($context["title_display"] ?? null) == "after")) ? ("option") : ("")), 1 => ((( // line 4
($context["title_display"] ?? null) == "invisible")) ? ("visually-hidden") : ("")), 2 => (( // line 5
($context["required"] ?? null)) ? ("js-form-required") : ("")), 3 => (( // line 6
($context["required"] ?? null)) ? ("form-required") : (""))];
// line 9
if (( !twig_test_empty(($context["title"] ?? null)) || ($context["required"] ?? null))) {
// line 10
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 => "label"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 10, $this->source), "html", null, true);
echo "";
}
}
public function getTemplateName()
{
return "themes/tripin/templates/form-element-label.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 10, 45 => 9, 43 => 6, 42 => 5, 41 => 4, 40 => 3, 39 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/form-element-label.html.twig", "/var/www/html/themes/tripin/templates/form-element-label.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 9);
static $filters = array("escape" => 10);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_form-element-label.html.t_MHNQ71sFq7QGQHjIre0rQtV7k', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/form-element-label.html.twig */
class __TwigTemplate_af4bd0d63498567231820b687d040101 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => ((( // line 3
($context["title_display"] ?? null) == "after")) ? ("option") : ("")), 1 => ((( // line 4
($context["title_display"] ?? null) == "invisible")) ? ("visually-hidden") : ("")), 2 => (( // line 5
($context["required"] ?? null)) ? ("js-form-required") : ("")), 3 => (( // line 6
($context["required"] ?? null)) ? ("form-required") : (""))];
// line 9
if (( !twig_test_empty(($context["title"] ?? null)) || ($context["required"] ?? null))) {
// line 10
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 => "label"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 10, $this->source), "html", null, true);
echo "";
}
}
public function getTemplateName()
{
return "themes/tripin/templates/form-element-label.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 10, 45 => 9, 43 => 6, 42 => 5, 41 => 4, 40 => 3, 39 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/form-element-label.html.twig", "/var/www/html/themes/tripin/templates/form-element-label.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 9);
static $filters = array("escape" => 10);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_af4bd0d63498567231820b687d040101', 'themes/tripin/templates/form-element-label.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/form-element-label.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/form-element-label.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('form_element_label', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 59)
__TwigTemplate_d586046011bf6ad140401258effac215->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/themes/classy/templates/form/form-element.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 89)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 317)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_webform-actions.html.twig_VTNcL-7gLm1wzjhwUnWI65owl', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/webform/templates/webform-actions.html.twig */
class __TwigTemplate_5b8686af9b45e6067fa1cab511d7c4fd extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 13
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["element"] ?? null), 13, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "modules/webform/templates/webform-actions.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 13,);
}
public function getSourceContext()
{
return new Source("", "modules/webform/templates/webform-actions.html.twig", "/var/www/html/modules/webform/templates/webform-actions.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 13);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_webform-actions.html.twig_VTNcL-7gLm1wzjhwUnWI65owl', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/webform/templates/webform-actions.html.twig */
class __TwigTemplate_5b8686af9b45e6067fa1cab511d7c4fd extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 13
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["element"] ?? null), 13, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "modules/webform/templates/webform-actions.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 13,);
}
public function getSourceContext()
{
return new Source("", "modules/webform/templates/webform-actions.html.twig", "/var/www/html/modules/webform/templates/webform-actions.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 13);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_5b8686af9b45e6067fa1cab511d7c4fd', 'modules/webform/templates/webform-actions.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/webform/templates/webform-actions.html.twig') (Line: 55)
twig_render_template('modules/webform/templates/webform-actions.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_actions', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 89)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 317)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_input--submit.html.twig_QzHR8LQ3Er-NsI40CPJNjI1oQ', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/input--submit.html.twig */
class __TwigTemplate_4b1b00340f6078d6b9dc201537282f6d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "submit button"], "method", false, false, true, 15), 15, $this->source), "html", null, true);
echo " />";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/input--submit.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 15,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/input--submit.html.twig", "/var/www/html/themes/tripin/templates/input--submit.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 15);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_input--submit.html.twig_QzHR8LQ3Er-NsI40CPJNjI1oQ', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/input--submit.html.twig */
class __TwigTemplate_4b1b00340f6078d6b9dc201537282f6d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "submit button"], "method", false, false, true, 15), 15, $this->source), "html", null, true);
echo " />";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/input--submit.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 15,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/input--submit.html.twig", "/var/www/html/themes/tripin/templates/input--submit.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 15);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_4b1b00340f6078d6b9dc201537282f6d', 'themes/tripin/templates/input--submit.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/input--submit.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/input--submit.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('input__submit', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_5b8686af9b45e6067fa1cab511d7c4fd->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('modules/webform/templates/webform-actions.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_actions', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 89)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 317)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_webform.html.twig_vpntu6u_heP6IMdLOJeyosU3r', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/webform.html.twig */
class __TwigTemplate_38d612ff4b03ba76290cdfc6caa92302 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 24
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 24, $this->source), "html", null, true);
echo ">
";
// line 25
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 25, $this->source), "html", null, true);
echo "
";
// line 26
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 26, $this->source), "html", null, true);
echo "
";
// line 27
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 27, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/webform.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 27, 48 => 26, 44 => 25, 39 => 24,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/webform.html.twig", "/var/www/html/themes/tripin/templates/webform.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 24);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_webform.html.twig_vpntu6u_heP6IMdLOJeyosU3r', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/webform.html.twig */
class __TwigTemplate_38d612ff4b03ba76290cdfc6caa92302 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 24
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 24, $this->source), "html", null, true);
echo ">
";
// line 25
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 25, $this->source), "html", null, true);
echo "
";
// line 26
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 26, $this->source), "html", null, true);
echo "
";
// line 27
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 27, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/webform.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 27, 48 => 26, 44 => 25, 39 => 24,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/webform.html.twig", "/var/www/html/themes/tripin/templates/webform.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 24);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_38d612ff4b03ba76290cdfc6caa92302', 'themes/tripin/templates/webform.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/webform.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/webform.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 89)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 317)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_block--region--footer-1.h_G-JkzBiUjfnLWlz6mkEzcEd_A', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig */
class __TwigTemplate_7940cc57b302bd84b15974e061751cdd extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source)))];
// line 8
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 => ""], "method", false, false, true, 8), 8, $this->source), "html", null, true);
echo ">
";
// line 9
if (($context["label"] ?? null)) {
// line 10
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 10, $this->source), "html", null, true);
echo "
";
} else {
// line 12
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 12), 12, $this->source), "html", null, true);
echo ">
";
}
// line 14
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 17
echo "
";
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 15, 73 => 14, 68 => 17, 65 => 14, 59 => 12, 51 => 10, 49 => 9, 44 => 8, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 9, "block" => 14);
static $filters = array("clean_class" => 4, "escape" => 8);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_block--region--footer-1.h_G-JkzBiUjfnLWlz6mkEzcEd_A', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig */
class __TwigTemplate_7940cc57b302bd84b15974e061751cdd extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source)))];
// line 8
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 => ""], "method", false, false, true, 8), 8, $this->source), "html", null, true);
echo ">
";
// line 9
if (($context["label"] ?? null)) {
// line 10
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 10, $this->source), "html", null, true);
echo "
";
} else {
// line 12
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 12), 12, $this->source), "html", null, true);
echo ">
";
}
// line 14
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 17
echo "
";
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 15, 73 => 14, 68 => 17, 65 => 14, 59 => 12, 51 => 10, 49 => 9, 44 => 8, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 9, "block" => 14);
static $filters = array("clean_class" => 4, "escape" => 8);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_7940cc57b302bd84b15974e061751cdd', 'themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 327)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_menu.html.twig_k3k8atYMqoJodAoBsu5FsqkW9', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/menus_attribute/templates/menu.html.twig */
class __TwigTemplate_f217301f32425610bce7a7adcc280afc extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 21
echo "
";
// line 22
$macros["menus"] = $this->macros["menus"] = $this;
// line 23
echo "
";
// line 28
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 28, $context, $this->getSourceContext()));
echo "
";
}
// line 29
public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__)
{
$macros = $this->macros;
$context = $this->env->mergeGlobals([
"items" => $__items__,
"attributes" => $__attributes__,
"menu_level" => $__menu_level__,
"varargs" => $__varargs__,
]);
$blocks = [];
ob_start(function () { return ''; });
try {
// line 30
echo " ";
$macros["menus"] = $this;
// line 31
echo " ";
if (($context["items"] ?? null)) {
// line 32
echo " ";
if ((($context["menu_level"] ?? null) == 0)) {
// line 33
echo " <ul>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "menu"], "method", false, false, true, 33), 33, $this->source), "html", null, true);
echo ">
";
} else {
// line 35
echo " <ul>
";
}
// line 37
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 38
echo " ";
$context["menu_attributes"] = $this->extensions['Drupal\menus_attribute\Template\TwigExtension']->menusAttribute($this->sandbox->ensureToStringAllowed((($__internal_compile_0 = twig_get_array_keys_filter($this->sandbox->ensureToStringAllowed(($context["items"] ?? null), 38, $this->source))) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, true, 38)] ?? null) : null), 38, $this->source));
// line 39
echo " ";
// line 40
$context["classes"] = [0 => "menu-item", 1 => ((twig_get_attribute($this->env, $this->source, // line 42
$context["item"], "is_expanded", [], "any", false, false, true, 42)) ? ("menu-item--expanded") : ("")), 2 => ((twig_get_attribute($this->env, $this->source, // line 43
$context["item"], "is_collapsed", [], "any", false, false, true, 43)) ? ("menu-item--collapsed") : ("")), 3 => ((twig_get_attribute($this->env, $this->source, // line 44
$context["item"], "in_active_trail", [], "any", false, false, true, 44)) ? ("menu-item--active-trail") : ("")), 4 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 45
($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 45), "class", [], "any", false, false, true, 45)) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 45), "class", [], "any", false, false, true, 45)) : (""))];
// line 48
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 48), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 48), 48, $this->source), "html", null, true);
echo "
";
// line 49
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 49), "id", [], "any", false, false, true, 49)) {
// line 50
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 50), "setAttribute", [0 => "id", 1 => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 50), "id", [], "any", false, false, true, 50)], "method", false, false, true, 50), 50, $this->source), "html", null, true);
echo "
";
}
// line 52
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 52), "style", [], "any", false, false, true, 52)) {
// line 53
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 53), "setAttribute", [0 => "style", 1 => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 53), "style", [], "any", false, false, true, 53)], "method", false, false, true, 53), 53, $this->source), "html", null, true);
echo "
";
}
// line 55
echo " >
";
// line 56
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 56), 56, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 56), 56, $this->source), $this->sandbox->ensureToStringAllowed(($context["menu_attributes"] ?? null), 56, $this->source)), "html", null, true);
echo "
";
// line 57
if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 57)) {
// line 58
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 58), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 58, $context, $this->getSourceContext()));
echo "
";
}
// line 60
echo " </li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 62
echo " </ul>
";
}
return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset());
} finally {
ob_end_clean();
}
}
public function getTemplateName()
{
return "modules/menus_attribute/templates/menu.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 168 => 62, 153 => 60, 147 => 58, 145 => 57, 141 => 56, 138 => 55, 132 => 53, 129 => 52, 123 => 50, 121 => 49, 116 => 48, 114 => 45, 113 => 44, 112 => 43, 111 => 42, 110 => 40, 108 => 39, 105 => 38, 87 => 37, 83 => 35, 77 => 33, 74 => 32, 71 => 31, 68 => 30, 53 => 29, 47 => 28, 44 => 23, 42 => 22, 39 => 21,);
}
public function getSourceContext()
{
return new Source("", "modules/menus_attribute/templates/menu.html.twig", "/var/www/html/modules/menus_attribute/templates/menu.html.twig");
}
public function checkSecurity()
{
static $tags = array("import" => 22, "macro" => 29, "if" => 31, "for" => 37, "set" => 38);
static $filters = array("escape" => 33, "keys" => 38);
static $functions = array("menus_attribute" => 38, "link" => 56);
try {
$this->sandbox->checkSecurity(
['import', 'macro', 'if', 'for', 'set'],
['escape', 'keys'],
['menus_attribute', 'link']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_menu.html.twig_k3k8atYMqoJodAoBsu5FsqkW9', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/menus_attribute/templates/menu.html.twig */
class __TwigTemplate_f217301f32425610bce7a7adcc280afc extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 21
echo "
";
// line 22
$macros["menus"] = $this->macros["menus"] = $this;
// line 23
echo "
";
// line 28
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 28, $context, $this->getSourceContext()));
echo "
";
}
// line 29
public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__)
{
$macros = $this->macros;
$context = $this->env->mergeGlobals([
"items" => $__items__,
"attributes" => $__attributes__,
"menu_level" => $__menu_level__,
"varargs" => $__varargs__,
]);
$blocks = [];
ob_start(function () { return ''; });
try {
// line 30
echo " ";
$macros["menus"] = $this;
// line 31
echo " ";
if (($context["items"] ?? null)) {
// line 32
echo " ";
if ((($context["menu_level"] ?? null) == 0)) {
// line 33
echo " <ul>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "menu"], "method", false, false, true, 33), 33, $this->source), "html", null, true);
echo ">
";
} else {
// line 35
echo " <ul>
";
}
// line 37
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 38
echo " ";
$context["menu_attributes"] = $this->extensions['Drupal\menus_attribute\Template\TwigExtension']->menusAttribute($this->sandbox->ensureToStringAllowed((($__internal_compile_0 = twig_get_array_keys_filter($this->sandbox->ensureToStringAllowed(($context["items"] ?? null), 38, $this->source))) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, true, 38)] ?? null) : null), 38, $this->source));
// line 39
echo " ";
// line 40
$context["classes"] = [0 => "menu-item", 1 => ((twig_get_attribute($this->env, $this->source, // line 42
$context["item"], "is_expanded", [], "any", false, false, true, 42)) ? ("menu-item--expanded") : ("")), 2 => ((twig_get_attribute($this->env, $this->source, // line 43
$context["item"], "is_collapsed", [], "any", false, false, true, 43)) ? ("menu-item--collapsed") : ("")), 3 => ((twig_get_attribute($this->env, $this->source, // line 44
$context["item"], "in_active_trail", [], "any", false, false, true, 44)) ? ("menu-item--active-trail") : ("")), 4 => ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 45
($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 45), "class", [], "any", false, false, true, 45)) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 45), "class", [], "any", false, false, true, 45)) : (""))];
// line 48
echo " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 48), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 48), 48, $this->source), "html", null, true);
echo "
";
// line 49
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 49), "id", [], "any", false, false, true, 49)) {
// line 50
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 50), "setAttribute", [0 => "id", 1 => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 50), "id", [], "any", false, false, true, 50)], "method", false, false, true, 50), 50, $this->source), "html", null, true);
echo "
";
}
// line 52
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 52), "style", [], "any", false, false, true, 52)) {
// line 53
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 53), "setAttribute", [0 => "style", 1 => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["menu_attributes"] ?? null), "item", [], "any", false, false, true, 53), "style", [], "any", false, false, true, 53)], "method", false, false, true, 53), 53, $this->source), "html", null, true);
echo "
";
}
// line 55
echo " >
";
// line 56
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 56), 56, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 56), 56, $this->source), $this->sandbox->ensureToStringAllowed(($context["menu_attributes"] ?? null), 56, $this->source)), "html", null, true);
echo "
";
// line 57
if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 57)) {
// line 58
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 58), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 58, $context, $this->getSourceContext()));
echo "
";
}
// line 60
echo " </li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 62
echo " </ul>
";
}
return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset());
} finally {
ob_end_clean();
}
}
public function getTemplateName()
{
return "modules/menus_attribute/templates/menu.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 168 => 62, 153 => 60, 147 => 58, 145 => 57, 141 => 56, 138 => 55, 132 => 53, 129 => 52, 123 => 50, 121 => 49, 116 => 48, 114 => 45, 113 => 44, 112 => 43, 111 => 42, 110 => 40, 108 => 39, 105 => 38, 87 => 37, 83 => 35, 77 => 33, 74 => 32, 71 => 31, 68 => 30, 53 => 29, 47 => 28, 44 => 23, 42 => 22, 39 => 21,);
}
public function getSourceContext()
{
return new Source("", "modules/menus_attribute/templates/menu.html.twig", "/var/www/html/modules/menus_attribute/templates/menu.html.twig");
}
public function checkSecurity()
{
static $tags = array("import" => 22, "macro" => 29, "if" => 31, "for" => 37, "set" => 38);
static $filters = array("escape" => 33, "keys" => 38);
static $functions = array("menus_attribute" => 38, "link" => 56);
try {
$this->sandbox->checkSecurity(
['import', 'macro', 'if', 'for', 'set'],
['escape', 'keys'],
['menus_attribute', 'link']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_f217301f32425610bce7a7adcc280afc', 'modules/menus_attribute/templates/menu.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/menus_attribute/templates/menu.html.twig') (Line: 55)
twig_render_template('modules/menus_attribute/templates/menu.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('menu', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78)
__TwigTemplate_7940cc57b302bd84b15974e061751cdd->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 66)
__TwigTemplate_7940cc57b302bd84b15974e061751cdd->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 327)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_block--region--footer-2.h_9p9Eb0RNba7158cLEslfymHCS', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig */
class __TwigTemplate_0d7b1492f21f3911b965847e0b24b450 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source)))];
// line 8
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 => ""], "method", false, false, true, 8), 8, $this->source), "html", null, true);
echo ">
";
// line 9
if (($context["label"] ?? null)) {
// line 10
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 10, $this->source), "html", null, true);
echo "
";
} else {
// line 12
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 12), 12, $this->source), "html", null, true);
echo ">
";
}
// line 14
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 17
echo "
";
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 15, 73 => 14, 68 => 17, 65 => 14, 59 => 12, 51 => 10, 49 => 9, 44 => 8, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 9, "block" => 14);
static $filters = array("clean_class" => 4, "escape" => 8);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_block--region--footer-2.h_9p9Eb0RNba7158cLEslfymHCS', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig */
class __TwigTemplate_0d7b1492f21f3911b965847e0b24b450 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source)))];
// line 8
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 => ""], "method", false, false, true, 8), 8, $this->source), "html", null, true);
echo ">
";
// line 9
if (($context["label"] ?? null)) {
// line 10
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 10, $this->source), "html", null, true);
echo "
";
} else {
// line 12
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 12), 12, $this->source), "html", null, true);
echo ">
";
}
// line 14
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 17
echo "
";
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 15, 73 => 14, 68 => 17, 65 => 14, 59 => 12, 51 => 10, 49 => 9, 44 => 8, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 9, "block" => 14);
static $filters = array("clean_class" => 4, "escape" => 8);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_0d7b1492f21f3911b965847e0b24b450', 'themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 333)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_block--region--footer-3.h_NwK-NtuS1wFfkBosG6NfBIiJb', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig */
class __TwigTemplate_8eac46ebceb94db164dbae0b8db76561 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source)))];
// line 8
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 => ""], "method", false, false, true, 8), 8, $this->source), "html", null, true);
echo ">
";
// line 9
if (($context["label"] ?? null)) {
// line 10
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 10, $this->source), "html", null, true);
echo "
";
} else {
// line 12
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 12), 12, $this->source), "html", null, true);
echo ">
";
}
// line 14
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 17
echo "
";
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 15, 73 => 14, 68 => 17, 65 => 14, 59 => 12, 51 => 10, 49 => 9, 44 => 8, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 9, "block" => 14);
static $filters = array("clean_class" => 4, "escape" => 8);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_block--region--footer-3.h_NwK-NtuS1wFfkBosG6NfBIiJb', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig */
class __TwigTemplate_8eac46ebceb94db164dbae0b8db76561 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source)))];
// line 8
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 => ""], "method", false, false, true, 8), 8, $this->source), "html", null, true);
echo ">
";
// line 9
if (($context["label"] ?? null)) {
// line 10
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 10, $this->source), "html", null, true);
echo "
";
} else {
// line 12
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 12), 12, $this->source), "html", null, true);
echo ">
";
}
// line 14
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 17
echo "
";
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 15, 73 => 14, 68 => 17, 65 => 14, 59 => 12, 51 => 10, 49 => 9, 44 => 8, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 9, "block" => 14);
static $filters = array("clean_class" => 4, "escape" => 8);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_8eac46ebceb94db164dbae0b8db76561', 'themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 339)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_block--region--footer-4.h_chanrygeBuNS8H4nTTVPUSv_p', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig */
class __TwigTemplate_cbf4ccddf9f8129332655fff06991161 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source)))];
// line 8
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 => ""], "method", false, false, true, 8), 8, $this->source), "html", null, true);
echo ">
";
// line 9
if (($context["label"] ?? null)) {
// line 10
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 10, $this->source), "html", null, true);
echo "
";
} else {
// line 12
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 12), 12, $this->source), "html", null, true);
echo ">
";
}
// line 14
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 17
echo "
";
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 15, 73 => 14, 68 => 17, 65 => 14, 59 => 12, 51 => 10, 49 => 9, 44 => 8, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 9, "block" => 14);
static $filters = array("clean_class" => 4, "escape" => 8);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_block--region--footer-4.h_chanrygeBuNS8H4nTTVPUSv_p', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig */
class __TwigTemplate_cbf4ccddf9f8129332655fff06991161 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source)))];
// line 8
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 => ""], "method", false, false, true, 8), 8, $this->source), "html", null, true);
echo ">
";
// line 9
if (($context["label"] ?? null)) {
// line 10
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 10, $this->source), "html", null, true);
echo "
";
} else {
// line 12
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "_title m_title"], "method", false, false, true, 12), 12, $this->source), "html", null, true);
echo ">
";
}
// line 14
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 17
echo "
";
}
// line 14
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 15, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 15, 73 => 14, 68 => 17, 65 => 14, 59 => 12, 51 => 10, 49 => 9, 44 => 8, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "if" => 9, "block" => 14);
static $filters = array("clean_class" => 4, "escape" => 8);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_cbf4ccddf9f8129332655fff06991161', 'themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 346)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_block--featured-images.ht_UQv48xI0KJdyjhzjA8lSKKhgG', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig */
class __TwigTemplate_8b0d21395df3c7369398d23549ad8a8a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source))), 3 => (( // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 => (((($__internal_compile_0 = (($__internal_compile_1 = // line 7
($context["content"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this->source))) : (""))];
// line 10
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 => "ccn-section"], "method", false, false, true, 10), "addClass", [0 => "featured-images"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">
";
// line 11
$this->displayBlock('content', $context, $blocks);
// line 20
echo "
";
}
// line 11
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 12
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 12, $this->source), "html", null, true);
echo "
";
// line 13
if (($context["label"] ?? null)) {
}
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 13, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar((( !twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_4 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 15)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#items"] ?? null) : null), 0, [], "any", false, false, true, 15), "value", [], "any", false, false, true, 15)) ? ("wrap") : ("")));
echo "\">
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraphs", [], "any", false, false, true, 16), 16, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 78 => 16, 74 => 15, 67 => 13, 62 => 12, 58 => 11, 53 => 20, 51 => 11, 46 => 10, 44 => 7, 43 => 6, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "block" => 11, "if" => 13);
static $filters = array("clean_class" => 4, "escape" => 10);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_block--featured-images.ht_UQv48xI0KJdyjhzjA8lSKKhgG', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig */
class __TwigTemplate_8b0d21395df3c7369398d23549ad8a8a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source))), 3 => (( // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 => (((($__internal_compile_0 = (($__internal_compile_1 = // line 7
($context["content"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this->source))) : (""))];
// line 10
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 => "ccn-section"], "method", false, false, true, 10), "addClass", [0 => "featured-images"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">
";
// line 11
$this->displayBlock('content', $context, $blocks);
// line 20
echo "
";
}
// line 11
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 12
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 12, $this->source), "html", null, true);
echo "
";
// line 13
if (($context["label"] ?? null)) {
}
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 13, $this->source), "html", null, true);
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar((( !twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_4 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 15)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#items"] ?? null) : null), 0, [], "any", false, false, true, 15), "value", [], "any", false, false, true, 15)) ? ("wrap") : ("")));
echo "\">
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_paragraphs", [], "any", false, false, true, 16), 16, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 78 => 16, 74 => 15, 67 => 13, 62 => 12, 58 => 11, 53 => 20, 51 => 11, 46 => 10, 44 => 7, 43 => 6, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "block" => 11, "if" => 13);
static $filters = array("clean_class" => 4, "escape" => 10);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_8b0d21395df3c7369398d23549ad8a8a', 'themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 366)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_paragraph--featured-image_IR9HmYB_LdjKybxRBEmoRYF2i', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig */
class __TwigTemplate_d28450e1bec05d69a81fc4cfc338d679 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'paragraph' => [$this, 'block_paragraph'],
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "paragraph", 1 => ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this->source))), 2 => (( // line 5
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 5, $this->source)))) : ("")), 3 => (( !twig_get_attribute($this->env, $this->source, // line 6
($context["paragraph"] ?? null), "isPublished", [], "method", false, false, true, 6)) ? ("paragraph--unpublished") : (""))];
// line 9
$this->displayBlock('paragraph', $context, $blocks);
}
public function block_paragraph($context, array $blocks = [])
{
$macros = $this->macros;
// line 10
echo "
";
// line 11
$this->displayBlock('content', $context, $blocks);
// line 31
echo "
";
}
// line 11
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 12
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_subtitle", [], "any", false, false, true, 12), "value", [], "any", false, false, true, 12), 12, $this->source), "html", null, true);
echo "\">
";
// line 13
if ((twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 13), 0, [], "any", false, false, true, 13)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#url"] ?? null) : null), "routeName", [], "any", false, false, true, 13) == "")) {
// line 14
echo "
";
} else {
// line 16
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((((($__internal_compile_1 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 16), 0, [], "any", false, false, true, 16)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#title"] ?? null) : null)) ? ("with-title") : ("")));
echo "\" href=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 16), 0, [], "any", false, false, true, 16)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#url"] ?? null) : null), 16, $this->source), "html", null, true);
echo "\">
";
}
// line 18
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_3 = (($__internal_compile_4 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 21)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 21), "entity", [], "any", false, false, true, 21), "uri", [], "any", false, false, true, 21), "value", [], "any", false, false, true, 21), 21, $this->source)), "html", null, true);
echo "\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (($__internal_compile_5 = twig_get_attribute($this->env, $this->source, (($__internal_compile_6 = (($__internal_compile_7 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 21)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7[0] ?? null) : null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 21)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null), "alt", [], "any", false, false, true, 21), 21, $this->source) . " image"), "html", null, true);
echo "\">
";
// line 22
if ((($__internal_compile_8 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 22), 0, [], "any", false, false, true, 22)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["#title"] ?? null) : null)) {
// line 23
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_9 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 23), 0, [], "any", false, false, true, 23)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["#title"] ?? null) : null), 23, $this->source), "html", null, true);
echo "
";
}
// line 25
echo "
";
// line 28
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((((twig_get_attribute($this->env, $this->source, (($__internal_compile_10 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 28), 0, [], "any", false, false, true, 28)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#url"] ?? null) : null), "routeName", [], "any", false, false, true, 28) == "")) ? ("") : ("</a>")));
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 110 => 28, 105 => 25, 99 => 23, 97 => 22, 91 => 21, 86 => 18, 78 => 16, 74 => 14, 72 => 13, 67 => 12, 63 => 11, 58 => 31, 56 => 11, 53 => 10, 46 => 9, 44 => 6, 43 => 5, 42 => 4, 41 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "block" => 9, "if" => 13);
static $filters = array("clean_class" => 4, "escape" => 12);
static $functions = array("file_url" => 21);
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'escape'],
['file_url']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_paragraph--featured-image_IR9HmYB_LdjKybxRBEmoRYF2i', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig */
class __TwigTemplate_d28450e1bec05d69a81fc4cfc338d679 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'paragraph' => [$this, 'block_paragraph'],
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "paragraph", 1 => ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this->source))), 2 => (( // line 5
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 5, $this->source)))) : ("")), 3 => (( !twig_get_attribute($this->env, $this->source, // line 6
($context["paragraph"] ?? null), "isPublished", [], "method", false, false, true, 6)) ? ("paragraph--unpublished") : (""))];
// line 9
$this->displayBlock('paragraph', $context, $blocks);
}
public function block_paragraph($context, array $blocks = [])
{
$macros = $this->macros;
// line 10
echo "
";
// line 11
$this->displayBlock('content', $context, $blocks);
// line 31
echo "
";
}
// line 11
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 12
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["paragraph"] ?? null), "field_subtitle", [], "any", false, false, true, 12), "value", [], "any", false, false, true, 12), 12, $this->source), "html", null, true);
echo "\">
";
// line 13
if ((twig_get_attribute($this->env, $this->source, (($__internal_compile_0 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 13), 0, [], "any", false, false, true, 13)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#url"] ?? null) : null), "routeName", [], "any", false, false, true, 13) == "")) {
// line 14
echo "
";
} else {
// line 16
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((((($__internal_compile_1 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 16), 0, [], "any", false, false, true, 16)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#title"] ?? null) : null)) ? ("with-title") : ("")));
echo "\" href=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 16), 0, [], "any", false, false, true, 16)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#url"] ?? null) : null), 16, $this->source), "html", null, true);
echo "\">
";
}
// line 18
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (($__internal_compile_3 = (($__internal_compile_4 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 21)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 21), "entity", [], "any", false, false, true, 21), "uri", [], "any", false, false, true, 21), "value", [], "any", false, false, true, 21), 21, $this->source)), "html", null, true);
echo "\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (($__internal_compile_5 = twig_get_attribute($this->env, $this->source, (($__internal_compile_6 = (($__internal_compile_7 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 21)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7[0] ?? null) : null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 21)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null), "alt", [], "any", false, false, true, 21), 21, $this->source) . " image"), "html", null, true);
echo "\">
";
// line 22
if ((($__internal_compile_8 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 22), 0, [], "any", false, false, true, 22)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["#title"] ?? null) : null)) {
// line 23
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_9 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 23), 0, [], "any", false, false, true, 23)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["#title"] ?? null) : null), 23, $this->source), "html", null, true);
echo "
";
}
// line 25
echo "
";
// line 28
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar((((twig_get_attribute($this->env, $this->source, (($__internal_compile_10 = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 28), 0, [], "any", false, false, true, 28)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#url"] ?? null) : null), "routeName", [], "any", false, false, true, 28) == "")) ? ("") : ("</a>")));
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 110 => 28, 105 => 25, 99 => 23, 97 => 22, 91 => 21, 86 => 18, 78 => 16, 74 => 14, 72 => 13, 67 => 12, 63 => 11, 58 => 31, 56 => 11, 53 => 10, 46 => 9, 44 => 6, 43 => 5, 42 => 4, 41 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "block" => 9, "if" => 13);
static $filters = array("clean_class" => 4, "escape" => 12);
static $functions = array("file_url" => 21);
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'escape'],
['file_url']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_d28450e1bec05d69a81fc4cfc338d679', 'themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78)
__TwigTemplate_8b0d21395df3c7369398d23549ad8a8a->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 51)
__TwigTemplate_8b0d21395df3c7369398d23549ad8a8a->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 366)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_block--views-exposed-filt_jjdwuBv7CuC3gvGItJPBtOeRk', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig */
class __TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source))), 3 => (( // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 => (((($__internal_compile_0 = (($__internal_compile_1 = // line 7
($context["content"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this->source))) : (""))];
// line 10
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 => "search-tour"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">
";
// line 11
$this->displayBlock('content', $context, $blocks);
// line 26
echo "
";
}
// line 11
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 12
echo "
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 16, $this->source), "html", null, true);
echo "
";
// line 17
if (($context["label"] ?? null)) {
// line 18
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 18, $this->source), "html", null, true);
echo "
";
}
// line 19
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 19, $this->source), "html", null, true);
echo "
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 20, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 20, 80 => 19, 74 => 18, 72 => 17, 68 => 16, 62 => 12, 58 => 11, 53 => 26, 51 => 11, 46 => 10, 44 => 7, 43 => 6, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "block" => 11, "if" => 17);
static $filters = array("clean_class" => 4, "escape" => 10);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_block--views-exposed-filt_jjdwuBv7CuC3gvGItJPBtOeRk', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig */
class __TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
$context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 5
($context["plugin_id"] ?? null), 5, $this->source))), 3 => (( // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 => (((($__internal_compile_0 = (($__internal_compile_1 = // line 7
($context["content"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this->source))) : (""))];
// line 10
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 => "search-tour"], "method", false, false, true, 10), 10, $this->source), "html", null, true);
echo ">
";
// line 11
$this->displayBlock('content', $context, $blocks);
// line 26
echo "
";
}
// line 11
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 12
echo "
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 16, $this->source), "html", null, true);
echo "
";
// line 17
if (($context["label"] ?? null)) {
// line 18
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 18, $this->source), "html", null, true);
echo "
";
}
// line 19
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 19, $this->source), "html", null, true);
echo "
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 20, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 20, 80 => 19, 74 => 18, 72 => 17, 68 => 16, 62 => 12, 58 => 11, 53 => 26, 51 => 11, 46 => 10, 44 => 7, 43 => 6, 42 => 5, 41 => 4, 40 => 2,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 2, "block" => 11, "if" => 17);
static $filters = array("clean_class" => 4, "escape" => 10);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5', 'themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 394)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_views-exposed-form.html.t_5PcI-eTJ8RN_S22323HmvdvkG', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/views/views-exposed-form.html.twig */
class __TwigTemplate_c7fac4cd58e5c938ee76105c7283a2c0 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 12
if ( !twig_test_empty(($context["q"] ?? null))) {
// line 13
echo " ";
// line 17
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["q"] ?? null), 17, $this->source), "html", null, true);
echo "
";
}
// line 19
echo "
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["form"] ?? null), 20, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "core/themes/classy/templates/views/views-exposed-form.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 51 => 20, 48 => 19, 43 => 17, 41 => 13, 39 => 12,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/views/views-exposed-form.html.twig", "/var/www/html/core/themes/classy/templates/views/views-exposed-form.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 12);
static $filters = array("escape" => 17);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_views-exposed-form.html.t_5PcI-eTJ8RN_S22323HmvdvkG', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/views/views-exposed-form.html.twig */
class __TwigTemplate_c7fac4cd58e5c938ee76105c7283a2c0 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 12
if ( !twig_test_empty(($context["q"] ?? null))) {
// line 13
echo " ";
// line 17
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["q"] ?? null), 17, $this->source), "html", null, true);
echo "
";
}
// line 19
echo "
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["form"] ?? null), 20, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "core/themes/classy/templates/views/views-exposed-form.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 51 => 20, 48 => 19, 43 => 17, 41 => 13, 39 => 12,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/views/views-exposed-form.html.twig", "/var/www/html/core/themes/classy/templates/views/views-exposed-form.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 12);
static $filters = array("escape" => 17);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_c7fac4cd58e5c938ee76105c7283a2c0', 'core/themes/classy/templates/views/views-exposed-form.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/views/views-exposed-form.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/views/views-exposed-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 51)
__TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 394)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_form.html.twig_fUGyaWrjvK-eB9Nhb5ZTPGzvL', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/form.html.twig */
class __TwigTemplate_a95c3788872b6953e43c1ed415f96ffd extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 15, $this->source), "html", null, true);
echo ">
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 16, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/form.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 16, 39 => 15,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/form.html.twig", "/var/www/html/themes/tripin/templates/form.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 15);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_form.html.twig_fUGyaWrjvK-eB9Nhb5ZTPGzvL', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/form.html.twig */
class __TwigTemplate_a95c3788872b6953e43c1ed415f96ffd extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 15
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 15, $this->source), "html", null, true);
echo ">
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 16, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/tripin/templates/form.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 16, 39 => 15,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/form.html.twig", "/var/www/html/themes/tripin/templates/form.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 15);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_a95c3788872b6953e43c1ed415f96ffd', 'themes/tripin/templates/form.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/form.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('form', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 51)
__TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 394)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_region--modal-search.html_0ddTkUj1v40UdbfwvhYc9cEi_', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/region--modal-search.html.twig */
class __TwigTemplate_76190c4387bbbf06988d59c0f951e2aa extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["content"] ?? null)) {
// line 2
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 2, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/tripin/templates/region--modal-search.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/region--modal-search.html.twig", "/var/www/html/themes/tripin/templates/region--modal-search.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1);
static $filters = array("escape" => 2);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_region--modal-search.html_0ddTkUj1v40UdbfwvhYc9cEi_', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/tripin/templates/region--modal-search.html.twig */
class __TwigTemplate_76190c4387bbbf06988d59c0f951e2aa extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["content"] ?? null)) {
// line 2
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 2, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/tripin/templates/region--modal-search.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/tripin/templates/region--modal-search.html.twig", "/var/www/html/themes/tripin/templates/region--modal-search.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1);
static $filters = array("escape" => 2);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_76190c4387bbbf06988d59c0f951e2aa', 'themes/tripin/templates/region--modal-search.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/region--modal-search.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/region--modal-search.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 394)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_captcha.html.twig_NvuGfIcBwdVzfLYYbsXCD1Xxh', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/captcha/templates/captcha.html.twig */
class __TwigTemplate_b3e49fa1fd213c78122388a95569bc7d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'captcha' => [$this, 'block_captcha'],
'captcha_display' => [$this, 'block_captcha_display'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 19
echo "
";
// line 21
$context["classes"] = [0 => "captcha", 1 => \Drupal\Component\Utility\Html::getClass(("captcha-type-challenge--" . $this->sandbox->ensureToStringAllowed((($__internal_compile_0 = // line 23
($context["element"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#captcha_type_challenge"] ?? null) : null), 23, $this->source)))];
// line 26
echo "
";
// line 27
$this->displayBlock('captcha', $context, $blocks);
}
public function block_captcha($context, array $blocks = [])
{
$macros = $this->macros;
// line 28
echo " ";
if (($context["is_visible"] ?? null)) {
// line 29
echo " ";
$this->displayBlock('captcha_display', $context, $blocks);
// line 50
echo " ";
} else {
// line 51
echo " ";
// line 53
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["element"] ?? null), 53, $this->source), "html", null, true);
echo "
";
}
}
// line 29
public function block_captcha_display($context, array $blocks = [])
{
$macros = $this->macros;
// line 30
echo " ";
if ( !twig_test_empty(($context["title"] ?? null))) {
// line 31
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 31), 31, $this->source), "html", null, true);
echo ">
";
// line 33
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 33, $this->source), "html", null, true);
echo "
";
} else {
// line 36
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 36), 36, $this->source), "html", null, true);
echo ">
";
}
// line 38
echo "
";
// line 39
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["element"] ?? null), 39, $this->source), "html", null, true);
echo "
";
// line 41
if ( !twig_test_empty(($context["description"] ?? null))) {
// line 42
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["description"] ?? null), 42, $this->source), "html", null, true);
echo "
";
}
// line 44
echo " ";
if ( !twig_test_empty(($context["title"] ?? null))) {
// line 45
echo "
";
} else {
// line 47
echo "
";
}
// line 49
echo " ";
}
public function getTemplateName()
{
return "modules/captcha/templates/captcha.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 128 => 49, 124 => 47, 120 => 45, 117 => 44, 111 => 42, 109 => 41, 104 => 39, 101 => 38, 95 => 36, 89 => 33, 83 => 31, 80 => 30, 76 => 29, 68 => 53, 66 => 51, 63 => 50, 60 => 29, 57 => 28, 50 => 27, 47 => 26, 45 => 23, 44 => 21, 41 => 19,);
}
public function getSourceContext()
{
return new Source("", "modules/captcha/templates/captcha.html.twig", "/var/www/html/modules/captcha/templates/captcha.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 21, "block" => 27, "if" => 28);
static $filters = array("clean_class" => 23, "escape" => 53);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_captcha.html.twig_NvuGfIcBwdVzfLYYbsXCD1Xxh', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* modules/captcha/templates/captcha.html.twig */
class __TwigTemplate_b3e49fa1fd213c78122388a95569bc7d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'captcha' => [$this, 'block_captcha'],
'captcha_display' => [$this, 'block_captcha_display'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 19
echo "
";
// line 21
$context["classes"] = [0 => "captcha", 1 => \Drupal\Component\Utility\Html::getClass(("captcha-type-challenge--" . $this->sandbox->ensureToStringAllowed((($__internal_compile_0 = // line 23
($context["element"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#captcha_type_challenge"] ?? null) : null), 23, $this->source)))];
// line 26
echo "
";
// line 27
$this->displayBlock('captcha', $context, $blocks);
}
public function block_captcha($context, array $blocks = [])
{
$macros = $this->macros;
// line 28
echo " ";
if (($context["is_visible"] ?? null)) {
// line 29
echo " ";
$this->displayBlock('captcha_display', $context, $blocks);
// line 50
echo " ";
} else {
// line 51
echo " ";
// line 53
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["element"] ?? null), 53, $this->source), "html", null, true);
echo "
";
}
}
// line 29
public function block_captcha_display($context, array $blocks = [])
{
$macros = $this->macros;
// line 30
echo " ";
if ( !twig_test_empty(($context["title"] ?? null))) {
// line 31
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 31), 31, $this->source), "html", null, true);
echo ">
";
// line 33
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 33, $this->source), "html", null, true);
echo "
";
} else {
// line 36
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 36), 36, $this->source), "html", null, true);
echo ">
";
}
// line 38
echo "
";
// line 39
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["element"] ?? null), 39, $this->source), "html", null, true);
echo "
";
// line 41
if ( !twig_test_empty(($context["description"] ?? null))) {
// line 42
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["description"] ?? null), 42, $this->source), "html", null, true);
echo "
";
}
// line 44
echo " ";
if ( !twig_test_empty(($context["title"] ?? null))) {
// line 45
echo "
";
} else {
// line 47
echo "
";
}
// line 49
echo " ";
}
public function getTemplateName()
{
return "modules/captcha/templates/captcha.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 128 => 49, 124 => 47, 120 => 45, 117 => 44, 111 => 42, 109 => 41, 104 => 39, 101 => 38, 95 => 36, 89 => 33, 83 => 31, 80 => 30, 76 => 29, 68 => 53, 66 => 51, 63 => 50, 60 => 29, 57 => 28, 50 => 27, 47 => 26, 45 => 23, 44 => 21, 41 => 19,);
}
public function getSourceContext()
{
return new Source("", "modules/captcha/templates/captcha.html.twig", "/var/www/html/modules/captcha/templates/captcha.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 21, "block" => 27, "if" => 28);
static $filters = array("clean_class" => 23, "escape" => 53);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'block', 'if'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_b3e49fa1fd213c78122388a95569bc7d', 'modules/captcha/templates/captcha.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/captcha/templates/captcha.html.twig') (Line: 55)
twig_render_template('modules/captcha/templates/captcha.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('captcha', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 472)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_image.html.twig_0lj5OzqOu3AbooUesSLWPkAqr', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/field/image.html.twig */
class __TwigTemplate_7c438b86b0028cc47ef068bed2c05a26 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 14
$context["classes"] = [0 => (( // line 15
($context["style_name"] ?? null)) ? (("image-style-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["style_name"] ?? null), 15, $this->source)))) : (""))];
// line 18
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 18), 18, $this->source), "html", null, true);
echo " />
";
}
public function getTemplateName()
{
return "core/themes/classy/templates/field/image.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 42 => 18, 40 => 15, 39 => 14,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/field/image.html.twig", "/var/www/html/core/themes/classy/templates/field/image.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 14);
static $filters = array("clean_class" => 15, "escape" => 18);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_image.html.twig_0lj5OzqOu3AbooUesSLWPkAqr', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/classy/templates/field/image.html.twig */
class __TwigTemplate_7c438b86b0028cc47ef068bed2c05a26 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 14
$context["classes"] = [0 => (( // line 15
($context["style_name"] ?? null)) ? (("image-style-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["style_name"] ?? null), 15, $this->source)))) : (""))];
// line 18
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 18), 18, $this->source), "html", null, true);
echo " />
";
}
public function getTemplateName()
{
return "core/themes/classy/templates/field/image.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 42 => 18, 40 => 15, 39 => 14,);
}
public function getSourceContext()
{
return new Source("", "core/themes/classy/templates/field/image.html.twig", "/var/www/html/core/themes/classy/templates/field/image.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 14);
static $filters = array("clean_class" => 15, "escape" => 18);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_7c438b86b0028cc47ef068bed2c05a26', 'core/themes/classy/templates/field/image.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/field/image.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/field/image.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('image', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_b3e49fa1fd213c78122388a95569bc7d->block_captcha_display(Array, Array) (Line: 182)
Twig\Template->displayBlock('captcha_display', Array, Array) (Line: 61)
__TwigTemplate_b3e49fa1fd213c78122388a95569bc7d->block_captcha(Array, Array) (Line: 182)
Twig\Template->displayBlock('captcha', Array, Array) (Line: 50)
__TwigTemplate_b3e49fa1fd213c78122388a95569bc7d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('modules/captcha/templates/captcha.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('captcha', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 472)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_off-canvas-page-wrapper.h_Qc0T62BPN2yki0cZ9Xh5vdBfe', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig */
class __TwigTemplate_e0cceed66deadf15c8262ac629c384d4 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 20
if (($context["children"] ?? null)) {
// line 21
echo "
";
// line 22
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 22, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 22, 41 => 21, 39 => 20,);
}
public function getSourceContext()
{
return new Source("", "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/html/core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 20);
static $filters = array("escape" => 22);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_off-canvas-page-wrapper.h_Qc0T62BPN2yki0cZ9Xh5vdBfe', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig */
class __TwigTemplate_e0cceed66deadf15c8262ac629c384d4 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 20
if (($context["children"] ?? null)) {
// line 21
echo "
";
// line 22
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 22, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 22, 41 => 21, 39 => 20,);
}
public function getSourceContext()
{
return new Source("", "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/html/core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 20);
static $filters = array("escape" => 22);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
['escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_e0cceed66deadf15c8262ac629c384d4', 'core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig') (Line: 55)
twig_render_template('core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
La creación más increíble de la civilización micénica. Creación de dioses, de héroes, de inmortales y mortales, te invade y te inspira gracias a la mitología, la historia y su monumental arquitectura. Este rico y fortificado conjunto palaciego de la Edad del Bronce tardía en Grecia llegó a su apogeo hacia el 1.350 y el 1.200 a.C.
Micenas se alza aquí desde hace miles de años, en un lugar que combina la dureza de la roca y de los barrancos y las vistas al golfo Argólico. Es la creación más increíble de la civilización micénica. Creación de dioses, de héroes, de inmortales y mortales, te invade y te inspira gracias a la mitología, la historia y su monumental arquitectura.
Este rico y fortificado conjunto palaciego de la Edad del Bronce tardía en Grecia llegó a su apogeo hacia el 1.350 y el 1.200 a.C.
A pesar de que sufrió el declive y fue ocultada bajo tierra durante siglos, cuando Micenas volvió a ver la luz parecía como si no hubiera perdido nunca su brillo. De hecho, los cantos homéricos y las importantes tragedias clásicas de Sófocles, de Esquilo y de Eurípides la mantuvieron por siempre vivas en la memoria colectiva.
La acrópolis de Micenas - y la de Tirinto - fue declarada monumento del patrimonio cultural de la UNESCO en 1988.
Cuenta la mitología que fundador fue Perseo, hijo de Zeus y de Dánae, hija del rey de Argos Acrisio. Los descendientes de Perseo reinaron durante tres generaciones. Cuando Euristeo, el último de los descendientes de Perseo, murió sin dejar descendencia, los habitantes escogieron como rey a Atreo, hijo de Pelops y padre de Agamenón y de Menelao. Agamenón fue el líder de la campaña de los griegos contra Troya.
Los cantos épicos de Homero constituyeron, miles de años después... una obsesión y una guía para Eric Sleeman, que comenzó las excavaciones demostrando la existencia de una grandiosa civilización micénica.
La actividad humana más antigua en el yacimiento lo demuestran algunos escasos restos. Data del VII milenio a.C., del periodo neolítico. Fue habitada de forma continuada durante la historia. La mayor parte de los monumentos hoy son visibles y pertenecen a la época de mayor apogeo de la civilización micénica.
Desastres continuados a los que acompañaron diversos incendios llevaron al abandono del lugar hacia el 1100 a.C. Durante los siguientes siglos, la ciudad que allí se había creado en el periodo helenístico por los argivos continuó prácticamente abandonada. Cuando Pausanias la visitó en el siglo II d.C. ya estaba en ruinas. (Para conocer más sobre la historia de Micenas, visite la web de la Biblioteca Archivística de la Historia y la Cultura de la Argólida odysseus.culture.gr).
LOS MONUMENTOS
El yacimiento arqueológico comprende la acrópolis amurallada en la cima de la colina junto a otros conjuntos funerarios y de viviendas dispersos fuera de la misma (principalmente al oeste y al noroeste).
Los monumentos principales son:
Los muros «ciclópeos». La acrópolis de Micenas fue construida a una altura de 280 metros. Contaba con una fortificación natural y el único punto accesible era al oeste. Según la mitología, Perseo asignó a los cíclopes construir los muros, que llevan sus nombres. Existieron tres fases de construcción (mediados del siglo XIV a.C. - finales del siglo XIII a.C.). Lo que hoy en día podemos admirar son los muros defensivos e imponentes de la última fase de construcción que fortifican 30.000 metros cuadrados.
La acrópolis y la Puerta de los leones. La acrópolis tiene una planta prácticamente triangular y está fortificada gracias a los muros ciclópeos. La entrada principal es la famosa Puerta de los leones, símbolo del poder y la fuerza de los reyes micénicos. Se cree que es el primer ejemplo de escultura monumental de Europa. Fue construida hacia el 1250 a.C. y su relieve dio el nombre a la puerta: representa dos leones simétricos frente a frente. Es única, puesto que un relieve en piedra igual no se ha encontrado en ninguna otra de las acrópolis micénicas.
El estanque subterráneo que suministraba agua al asentamiento. La entrada era a través de la ciudad fortificada y data de finales del siglo XIII a.C:, una obra única de ingeniería de la prehistoria
La puerta norte. Era la segunda puerta de la muralla, de construcción igual a la Puerta de los leones, pero más pequeña.
El círculo de tumbas A. Incluye seis grandes cavidades funerarias encontradas en el recinto dentro de la acrópolis. Allí se descubrieron esqueletos de hombres, mujeres y niños. Asimismo, también se descubrieron objetos y valiosas obras de arte.
Entre los objetos de oro descubiertos por Sleeman en la cámara funeraria del círculo de tumbas se encuentra la llamada «máscara de Agamenón». Es la más hermosa de las cinco máscaras que se han encontrado en el círculo de tumbas A, y parece que estaba destinada a los líderes. Esta máscara en concreto es la única que representa a un hombre barbado con tanto detalle de la características del rostro. Está fabricada en lámina y las perforaciones en la zona de las orejas demuestran que se llevaban sobre la cara con la ayuda de hilo. Está expuesta en el Museo Arqueológico Nacional de Atenas.
El centro de culto, con conjuntos de edificios de carácter religioso como la Casa de los Ídolos, la Habitación de los frescos y la casa de Tsountas y la Casa del Sacerdote. En los edificios del centro de culto fueron descubiertos muchos objetos importantes que podrá admirar en el Museo Arqueológico de Micenas.
El palacio se alza en el punto más alto de la acrópolis. Las estancias oficiales del gran patio, las habitaciones y el núcleo del conjunto, el mégaro micénico. Se divide en tres partes: la sala, el vestíbulo y la cúpula, donde se encontraba el trono del líder y un hogar central. En el conjunto palaciego se incluyen otros edificios.
El Círculo de tumbas B. Fue encontrado en 1951 fuera de la acrópolis, al lado de la tumba de cámara de Clitemnestra. Se trata de uno de los monumentos más importantes que ha dado a los arqueólogos muchos datos sobre la arquitectura y las costumbres funerarias de Micenas. Constituyó parte del cementerio prehistórico y contenía más de 24 tumbas rodeadas de un recinto circular. Data de aproximadamente del 1650- 1550 a.C. Solo cuatro de las mismas tienen lápidas funerarias y son, junto a aquellas del Círculo de tumbas A, las primeras muestras de escultura monumental con decoración en relieve.
El «tesoro de Atreo» (o tumba de Agamenón). Es una de las tumbas de cámara más grandes y perfectas de la civilización micénica, la más impresionante de las nueve descubiertas. Data de entre el 1350 y el 1250 a.C. y fue utilizada para enterrar a algún miembro importante de la familia real de Micenas.
Más información.
*Los fragmentos de los textos proceden de la web del Ministerio de Cultura.
Info
Más información sobre las excavaciones de Enric Sleeman.
Teléf.: 27510 76585. Horario de apertura: Abril 08:00-19: 00, Mayo - octubre: 08:00-20:00.
Micenas se encuentra a 140 kilómetros de Atenas y a 24 kilómetros de Nafplio.
Merece la pena caminar por el antiguo sendero que conectaba Micenas con Prosimna. El inicio se encuentra a la entrada del yacimiento arqueológico donde existe señalización que le guiará. En algunos puntos caminará sobre las huellas del antiguo camino de piedra. En su camino encontrará el puente de Dragonera y el de Likotroupi, pasará por olivares y, en el último tramo, podrá ver las ruinas de los baños romanos y una torre que sirvió de fortificación a Prosimna y que data del periodo clásico.
Las excavaciones en Micenas
La historia de las excavaciones de Micenas está estrechamente relacionada con el polémico empresario alemán Eric Sleeman. Fue quien inició la primera excavación en 1876, basándose en los cantos homéricos.
LAS EXCAVACIONES
Las excavaciones en Micenas, que comenzaron en 1876, así como también las del palacio de Tirinto poco después, marcan el inicio del descubrimiento del Peloponeso micénico.
La región de Micenas se encontraba ya en ruinas desde que Pausanias la visitara en el siglo II a.C. Sin embargo, las llamadas murallas «ciclópeas» de la acrópolis pudieron ser vistas durante siglos y atrajeron a viajeros y amantes de la antigüedad que, sin embargo, no dudaron en saquearla hacia el siglo XVIII y XIX. En 1837, tras la liberación de Grecia, Micenas quedó bajo los auspicios de la Sociedad Arqueológica de Atenas que, hasta el día de hoy, realiza investigaciones en la zona.
En 1876 Eric Sleeman comenzó una gran excavación que descubrió cinco tumbas del Círculo de Tumbas A, con la supervisión de P. Stamatakis, quien continuó los trabajos durante 1876-1877, trayendo a la luz la sexta de las tumbas.
Más excavaciones asumió A. Wace, de la Escuela Británica de Arqueología de Atenas (1920-23, 1939, 1950-57). El centro de culto fue descubierto por la Escuela Británica, con Lord W. Taylor, y la Sociedad Arqueológica, con Georgios Milonas y S. Iakovidis, en 1959 y 1969-1974. Milonas descubrió partes de los frescos en la última fase de los palacios micénicos, entre los que se encuentra el famoso «fresco de Micenas» (finales del siglo XIII a.C.). Es el fresco mejor conservado del periodo micénico en Grecia.
Hallazgos procedentes de las excavaciones de Micenas se exponen en el Museo Arqueológico Nacional y en el Museo Arqueológico de Micenas.
ERIC SLEEMAN
El polémico empresario alemán y arqueólogo aficionado Eric Sleeman fue un amante de la obra homérica y de la antigua civilización del Mediterráneo. En 1871 estaba seguro de que encontraría las ruinas de la antigua Troya en la colina de Hisarlik, en el Noroeste de Turquía, algo que dudó gran parte de los investigadores. En 1873 descubrió el famoso «Tesoro de Príamo», que atribuyó al mítico rey de Troya (según los científicos, en cualquier caso, data de 1000 años después de la guerra de Troya). Contenía más de 9000 objetos de gran valor. Tras diversas peripecias, parte de la colección acabó en el Museo de Bellas artes Pushkin de Moscú.
Sleeman, más tarde, realizó excavaciones en Micenas y en Tirinto. A pesar de que la máscara de oro encontrada en Micenas es impresionante, su suposición de que se trataba de la máscara de Agamenón se creyó errónea.
Sleeman escribió muchos libros relacionados con sus excavaciones. El reconocimiento internacional por su iniciativa y el tamaño de su obra quedará siempre. Sin embargo, fue acusado - dada su inexperiencia y su falta de metodología, además de la prisa que tenía por realizar grandes descubrimientos - de haber destruido elementos de gran importancia arqueológica.
Más información sobre el yacimiento arqueológico de Micenas así como de la «tumba de Agamenón» (o «Tesoro de Atreo»).
El mundo micénico
Se desarrolló en Grecia entre el 1.600 y el 1.100 a.C., constituyéndose en un puente entre Oriente y Occidente. Su importancia llegó hasta Asia Menor, a Oriente Próximo y a Egipto, incluso al Mediterráneo occidental y la Europa noroccidental.
Se cree que los aqueos helenófonos, sus portadores, se instalaron en Grecia hacia el 2.000 a.C. El comienzo de la civilización micénica dio lugar a la aparición de grupos de guerreros que establecieron relaciones con la ya avanzada civilización minoica.
Tanto los palacios de Micenas, de Tirinto y de Pilos como los de Tebas y Beocia fueron centros administrativos, económicos, militares y religiosos. Todos ellos estaban rodeados de los llamados «muros ciclópeos».
Líder de la administración central era el ánax, que guardaba en tinajas las tablillas de lineal B, el primer sistema de escritura de los griegos adaptado a la lengua griega desde el lineal A de la civilización minoica. En sus acrópolis desarrollaron asentamientos organizados y construyeron cementerios con tumbas de cámara. Los muchos hallazgos demuestran que las ciudades prosperaban y tenían una jerarquía social. El sistema palaciego de administración se cree que concluyó hacia finales del siglo XIII a.C. - según la tradición, tras la guerra de Troya, una campaña común de los líderes aqueos -. La causa se cree que fueron los disturbios, la debilitación económica, los fuertes terremotos y las migraciones de los pueblos «de la tierra y del mar» al Mediterráneo, que destruyeron los centros de Asia Menor y de Oriente.
*Textos a partir de la web del Museo Arqueológico Nacional.
Encuentre el destino en el mapa interactivo. Abierto en el mapa de Google.
Ενημερωθείτε για ενδιαφέροντα θέματα γύρω από τον προορισμό μέσα από το περιεχόμενο των χρηστών μας

Peloponnese. The land of impossible beginnings
Diseñado y creado por Cosmote