- Warning: rename(sites/default/files/php/twig/.Bb3Bl7VS3d9EMMDZYnp9tR7Ykmg,sites/default/files/php/twig/694594a8f1a22___string_template__15e4c2_klJ9Mql5aKKUPb2BqDjCgLyaY/R5aqXWuyl3-BLKmG9Gxs88zK_v9aIZixPnw1Clm7C8k.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__15e4c2_klJ9Mql5aKKUPb2BqDjCgLyaY', '<?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_5b6bd6a83ee566b2da0846331566c21f extends 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('694594a8f1a22___string_template__15e4c2_klJ9Mql5aKKUPb2BqDjCgLyaY', '<?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_5b6bd6a83ee566b2da0846331566c21f extends 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_5b6bd6a83ee566b2da0846331566c21f', '__string_template__15e4c2886fb2554f14cf09e05167a91f') (Line: 402)
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: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
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: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 1768)
field_tokens('entity', Array, Array, Array, Object)
call_user_func_array(Object, Array) (Line: 409)
Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'field') (Line: 388)
Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 416)
Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 364)
Drupal\Core\Utility\Token->generate('entity', Array, Array, Array, Object) (Line: 1067)
token_tokens('node', Array, Array, Array, Object)
call_user_func_array(Object, Array) (Line: 409)
Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'token') (Line: 388)
Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 416)
Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 364)
Drupal\Core\Utility\Token->generate('node', Array, Array, Array, Object) (Line: 241)
Drupal\Core\Utility\Token->doReplace(1, '[node:field_leed]', Array, Array, Object) (Line: 191)
Drupal\Core\Utility\Token->replace('[node:field_leed]', Array, Array, NULL) (Line: 66)
Drupal\metatag\MetatagToken->replace('[node:field_leed]', Array, Array) (Line: 768)
Drupal\metatag\MetatagManager->processTagValue(Object, Array, Array, , 'en') (Line: 614)
Drupal\metatag\MetatagManager->generateRawElements(Array, Object) (Line: 550)
Drupal\metatag\MetatagManager->generateElements(Array, Object) (Line: 524)
metatag_get_tags_from_route() (Line: 278)
_metatag_remove_duplicate_entity_tags(Array) (Line: 220)
metatag_entity_view_alter(Array, Object, Object) (Line: 545)
Drupal\Core\Extension\ModuleHandler->alter('node_view', Array, Object, Object) (Line: 304)
Drupal\Core\Entity\EntityViewBuilder->buildMultiple(Array) (Line: 238)
Drupal\Core\Entity\EntityViewBuilder->build(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.yLJAlCa9e4IuDiP_xx0SvLKBYls,sites/default/files/php/twig/694594a8f1a22_field--node--title.html.t_ug5qWIqVOLDicrzKOp_E1iJG7/xcQP9IzS1BTTpFcYYIkLnqsApvMtf77iprJyNJ0-_pc.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--node--title.html.t_ug5qWIqVOLDicrzKOp_E1iJG7', '<?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/cryptod/templates/field--node--title.html.twig */
class __TwigTemplate_445d9c584cb98a573980a1ba5255e1b5 extends 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['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 24
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, 24), 24, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/field--node--title.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 24, 39 => 23,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field--node--title.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--title.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 23);
static $filters = array("escape" => 24);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['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('694594a8f1a22_field--node--title.html.t_ug5qWIqVOLDicrzKOp_E1iJG7', '<?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/cryptod/templates/field--node--title.html.twig */
class __TwigTemplate_445d9c584cb98a573980a1ba5255e1b5 extends 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['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 24
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, 24), 24, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/field--node--title.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 24, 39 => 23,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field--node--title.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--title.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 23);
static $filters = array("escape" => 24);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_445d9c584cb98a573980a1ba5255e1b5', 'themes/cryptod/templates/field--node--title.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/field--node--title.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/field--node--title.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 110)
Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.nn2C4K5m2YOgey-KnKuIIwmagp4,sites/default/files/php/twig/694594a8f1a22_field--node--created.html_K0zW9FgYguIs6MNt-f_Fa4YbU/BO-Ez73opgg1clHhvahcfX4H3NmAk_020ZyXJ2QIPew.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--node--created.html_K0zW9FgYguIs6MNt-f_Fa4YbU', '<?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/modules/node/templates/field--node--created.html.twig */
class __TwigTemplate_ed01e6d501e69cb1f90756e390f4a0a7 extends 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 30
echo "
";
// line 31
if ( !($context["is_inline"] ?? null)) {
// line 32
echo " ";
$this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--created.html.twig", 32)->display($context);
} else {
// line 34
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
echo ">";
// line 35
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 36
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, 36), 36, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 38
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/node/templates/field--node--created.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 38, 56 => 36, 52 => 35, 48 => 34, 44 => 32, 42 => 31, 39 => 30,);
}
public function getSourceContext()
{
return new Source("", "core/modules/node/templates/field--node--created.html.twig", "/var/www/utoday/web/core/modules/node/templates/field--node--created.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 31, "include" => 32, "for" => 35);
static $filters = array("escape" => 34);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'include', '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('694594a8f1a22_field--node--created.html_K0zW9FgYguIs6MNt-f_Fa4YbU', '<?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/modules/node/templates/field--node--created.html.twig */
class __TwigTemplate_ed01e6d501e69cb1f90756e390f4a0a7 extends 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 30
echo "
";
// line 31
if ( !($context["is_inline"] ?? null)) {
// line 32
echo " ";
$this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--created.html.twig", 32)->display($context);
} else {
// line 34
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
echo ">";
// line 35
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 36
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, 36), 36, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 38
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/node/templates/field--node--created.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 38, 56 => 36, 52 => 35, 48 => 34, 44 => 32, 42 => 31, 39 => 30,);
}
public function getSourceContext()
{
return new Source("", "core/modules/node/templates/field--node--created.html.twig", "/var/www/utoday/web/core/modules/node/templates/field--node--created.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 31, "include" => 32, "for" => 35);
static $filters = array("escape" => 34);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'include', '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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_ed01e6d501e69cb1f90756e390f4a0a7', 'core/modules/node/templates/field--node--created.html.twig') (Line: 312)
Twig\Environment->load('core/modules/node/templates/field--node--created.html.twig') (Line: 53)
twig_render_template('core/modules/node/templates/field--node--created.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 550)
template_preprocess_node(Array, 'node', Array)
call_user_func_array('template_preprocess_node', Array) (Line: 285)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.P8jtzcl6C03qCb5z9vgsxrhbatQ,sites/default/files/php/twig/694594a8f1a22_time.html.twig_T0kAzxa5QDIruLLX4uWpfpJ4x/fRmtEEA1hoUcEoXzVvc6wMsTk6BTz1G2B-0NluhdOqA.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_time.html.twig_T0kAzxa5QDIruLLX4uWpfpJ4x', '<?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/cryptod/templates/time.html.twig */
class __TwigTemplate_71903811fa594e07557a1f6a6dc7f371 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_date_format_filter($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["row"] ?? null), "_entity", [], "any", false, false, true, 1), "created", [], "any", false, false, true, 1), "value", [], "any", false, false, true, 1), 1, $this->source), "M j, Y - G:i"), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/time.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/time.html.twig", "/var/www/utoday/web/themes/cryptod/templates/time.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 1, "date" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape', 'date'],
[]
);
} 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('694594a8f1a22_time.html.twig_T0kAzxa5QDIruLLX4uWpfpJ4x', '<?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/cryptod/templates/time.html.twig */
class __TwigTemplate_71903811fa594e07557a1f6a6dc7f371 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_date_format_filter($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["row"] ?? null), "_entity", [], "any", false, false, true, 1), "created", [], "any", false, false, true, 1), "value", [], "any", false, false, true, 1), 1, $this->source), "M j, Y - G:i"), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/time.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/time.html.twig", "/var/www/utoday/web/themes/cryptod/templates/time.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 1, "date" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape', 'date'],
[]
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_71903811fa594e07557a1f6a6dc7f371', 'themes/cryptod/templates/time.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/time.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/time.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('time', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
__TwigTemplate_ed01e6d501e69cb1f90756e390f4a0a7->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('core/modules/node/templates/field--node--created.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 550)
template_preprocess_node(Array, 'node', Array)
call_user_func_array('template_preprocess_node', Array) (Line: 285)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.hezd1zN8LpXIO0PF1BkwCTbXk5M,sites/default/files/php/twig/694594a8f1a22_field--node--uid.html.twi_bMfOgxoRXH3NrrDQDcFht6XZH/_5cqP_CrKFORQDqd_jux_2722yi0S5CTC4euqav4V2M.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--node--uid.html.twi_bMfOgxoRXH3NrrDQDcFht6XZH', '<?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/modules/node/templates/field--node--uid.html.twig */
class __TwigTemplate_7ba02792f003a2205996e1753dd55636 extends 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 30
echo "
";
// line 31
if ( !($context["is_inline"] ?? null)) {
// line 32
echo " ";
$this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--uid.html.twig", 32)->display($context);
} else {
// line 34
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
echo ">";
// line 35
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 36
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, 36), 36, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 38
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/node/templates/field--node--uid.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 38, 56 => 36, 52 => 35, 48 => 34, 44 => 32, 42 => 31, 39 => 30,);
}
public function getSourceContext()
{
return new Source("", "core/modules/node/templates/field--node--uid.html.twig", "/var/www/utoday/web/core/modules/node/templates/field--node--uid.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 31, "include" => 32, "for" => 35);
static $filters = array("escape" => 34);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'include', '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('694594a8f1a22_field--node--uid.html.twi_bMfOgxoRXH3NrrDQDcFht6XZH', '<?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/modules/node/templates/field--node--uid.html.twig */
class __TwigTemplate_7ba02792f003a2205996e1753dd55636 extends 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 30
echo "
";
// line 31
if ( !($context["is_inline"] ?? null)) {
// line 32
echo " ";
$this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--uid.html.twig", 32)->display($context);
} else {
// line 34
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
echo ">";
// line 35
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 36
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, 36), 36, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 38
echo "
";
}
}
public function getTemplateName()
{
return "core/modules/node/templates/field--node--uid.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 38, 56 => 36, 52 => 35, 48 => 34, 44 => 32, 42 => 31, 39 => 30,);
}
public function getSourceContext()
{
return new Source("", "core/modules/node/templates/field--node--uid.html.twig", "/var/www/utoday/web/core/modules/node/templates/field--node--uid.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 31, "include" => 32, "for" => 35);
static $filters = array("escape" => 34);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'include', '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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_7ba02792f003a2205996e1753dd55636', 'core/modules/node/templates/field--node--uid.html.twig') (Line: 312)
Twig\Environment->load('core/modules/node/templates/field--node--uid.html.twig') (Line: 53)
twig_render_template('core/modules/node/templates/field--node--uid.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 552)
template_preprocess_node(Array, 'node', Array)
call_user_func_array('template_preprocess_node', Array) (Line: 285)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.1f7mnk4JwBuyrcBDXA_RGQ2Vt3U,sites/default/files/php/twig/694594a8f1a22_username.html.twig_f49Z-8CxFYun5mXcyGtxaJijy/tI3CiudoalJXxSc0EBZMXO8HKAWAB3ZLVPeIHG99Yjw.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_username.html.twig_f49Z-8CxFYun5mXcyGtxaJijy', '<?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/modules/user/templates/username.html.twig */
class __TwigTemplate_3b2677ea98387ad26e702b705fa8fa31 extends 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 27
if (($context["link_path"] ?? null)) {
// line 28
echo "<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 28, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 28, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 28, $this->source), "html", null, true);
echo "</a>";
} else {
// line 30
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 30, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 30, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 30, $this->source), "html", null, true);
echo "";
}
}
public function getTemplateName()
{
return "core/modules/user/templates/username.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 30, 41 => 28, 39 => 27,);
}
public function getSourceContext()
{
return new Source("", "core/modules/user/templates/username.html.twig", "/var/www/utoday/web/core/modules/user/templates/username.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 27);
static $filters = array("escape" => 28);
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('694594a8f1a22_username.html.twig_f49Z-8CxFYun5mXcyGtxaJijy', '<?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/modules/user/templates/username.html.twig */
class __TwigTemplate_3b2677ea98387ad26e702b705fa8fa31 extends 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 27
if (($context["link_path"] ?? null)) {
// line 28
echo "<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 28, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 28, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 28, $this->source), "html", null, true);
echo "</a>";
} else {
// line 30
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 30, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 30, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 30, $this->source), "html", null, true);
echo "";
}
}
public function getTemplateName()
{
return "core/modules/user/templates/username.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 30, 41 => 28, 39 => 27,);
}
public function getSourceContext()
{
return new Source("", "core/modules/user/templates/username.html.twig", "/var/www/utoday/web/core/modules/user/templates/username.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 27);
static $filters = array("escape" => 28);
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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_3b2677ea98387ad26e702b705fa8fa31', 'core/modules/user/templates/username.html.twig') (Line: 312)
Twig\Environment->load('core/modules/user/templates/username.html.twig') (Line: 53)
twig_render_template('core/modules/user/templates/username.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('username', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
__TwigTemplate_7ba02792f003a2205996e1753dd55636->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('core/modules/node/templates/field--node--uid.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 552)
template_preprocess_node(Array, 'node', Array)
call_user_func_array('template_preprocess_node', Array) (Line: 285)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.tUISJxAZBd_zz7TeI0mvJFXexmI,sites/default/files/php/twig/694594a8f1a22_node.html.twig_Xo9z4aVYQKuxtMLL1e0yUzvuN/OO2a8QjGSv9bh5JxRInI8O14k0j2PFsj1ipYFwH6ty8.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_node.html.twig_Xo9z4aVYQKuxtMLL1e0yUzvuN', '<?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/cryptod/templates/node.html.twig */
class __TwigTemplate_e934e56c1e459c359b150360c7169113 extends 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 73
$context["classes"] = [0 => ("node--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 74
($context["node"] ?? null), "bundle", [], "any", false, false, true, 74), 74, $this->source))), 1 => ((twig_get_attribute($this->env, $this->source, // line 75
($context["node"] ?? null), "isPromoted", [], "method", false, false, true, 75)) ? ("node--promoted") : ("")), 2 => ((twig_get_attribute($this->env, $this->source, // line 76
($context["node"] ?? null), "isSticky", [], "method", false, false, true, 76)) ? ("node--sticky") : ("")), 3 => (( !twig_get_attribute($this->env, $this->source, // line 77
($context["node"] ?? null), "isPublished", [], "method", false, false, true, 77)) ? ("node--unpublished") : ("")), 4 => (( // line 78
($context["view_mode"] ?? null)) ? (("node--view-mode-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 78, $this->source)))) : ("")), 5 => "clearfix"];
// line 81
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 81), "entity", [], "any", false, false, true, 81), "label", [], "any", false, false, true, 81) != "Profile")) {
// line 82
echo "
";
}
// line 84
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 84), "entity", [], "any", false, false, true, 84), "label", [], "any", false, false, true, 84) == "Crypto Rewards")) {
// line 85
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/body/airdrop.html.twig"), "themes/cryptod/templates/node.html.twig", 85)->display($context);
// line 86
echo " ";
} else {
// line 87
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/article.html.twig"), "themes/cryptod/templates/node.html.twig", 87)->display($context);
// line 88
echo " ";
}
// line 89
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 89), "entity", [], "any", false, false, true, 89), "label", [], "any", false, false, true, 89) != "Profile")) {
// line 90
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/node.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 70 => 90, 67 => 89, 64 => 88, 61 => 87, 58 => 86, 55 => 85, 52 => 84, 48 => 82, 46 => 81, 44 => 78, 43 => 77, 42 => 76, 41 => 75, 40 => 74, 39 => 73,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/node.html.twig", "/var/www/utoday/web/themes/cryptod/templates/node.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 73, "if" => 81, "include" => 85);
static $filters = array("clean_class" => 74);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'include'],
['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('694594a8f1a22_node.html.twig_Xo9z4aVYQKuxtMLL1e0yUzvuN', '<?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/cryptod/templates/node.html.twig */
class __TwigTemplate_e934e56c1e459c359b150360c7169113 extends 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 73
$context["classes"] = [0 => ("node--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 74
($context["node"] ?? null), "bundle", [], "any", false, false, true, 74), 74, $this->source))), 1 => ((twig_get_attribute($this->env, $this->source, // line 75
($context["node"] ?? null), "isPromoted", [], "method", false, false, true, 75)) ? ("node--promoted") : ("")), 2 => ((twig_get_attribute($this->env, $this->source, // line 76
($context["node"] ?? null), "isSticky", [], "method", false, false, true, 76)) ? ("node--sticky") : ("")), 3 => (( !twig_get_attribute($this->env, $this->source, // line 77
($context["node"] ?? null), "isPublished", [], "method", false, false, true, 77)) ? ("node--unpublished") : ("")), 4 => (( // line 78
($context["view_mode"] ?? null)) ? (("node--view-mode-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 78, $this->source)))) : ("")), 5 => "clearfix"];
// line 81
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 81), "entity", [], "any", false, false, true, 81), "label", [], "any", false, false, true, 81) != "Profile")) {
// line 82
echo "
";
}
// line 84
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 84), "entity", [], "any", false, false, true, 84), "label", [], "any", false, false, true, 84) == "Crypto Rewards")) {
// line 85
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/body/airdrop.html.twig"), "themes/cryptod/templates/node.html.twig", 85)->display($context);
// line 86
echo " ";
} else {
// line 87
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/article.html.twig"), "themes/cryptod/templates/node.html.twig", 87)->display($context);
// line 88
echo " ";
}
// line 89
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 89), "entity", [], "any", false, false, true, 89), "label", [], "any", false, false, true, 89) != "Profile")) {
// line 90
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/node.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 70 => 90, 67 => 89, 64 => 88, 61 => 87, 58 => 86, 55 => 85, 52 => 84, 48 => 82, 46 => 81, 44 => 78, 43 => 77, 42 => 76, 41 => 75, 40 => 74, 39 => 73,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/node.html.twig", "/var/www/utoday/web/themes/cryptod/templates/node.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 73, "if" => 81, "include" => 85);
static $filters = array("clean_class" => 74);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if', 'include'],
['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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_e934e56c1e459c359b150360c7169113', 'themes/cryptod/templates/node.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/node.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.s-CziOpPRe1NtPgp3gGPhyF-xsk,sites/default/files/php/twig/694594a8f1a22_article.html.twig_4D5gaNzKNy0Gq1dNMH7ayRAL-/REnGwYwGAh3dXSr9hwJTgHcJGz8S3ldGhtWKHyDKFy4.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_article.html.twig_4D5gaNzKNy0Gq1dNMH7ayRAL-', '<?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/cryptod/templates/article.html.twig */
class __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2 extends 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
$context["b"] = twig_random($this->env, 30);
// line 2
$context["tshares"] = $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->twittershares($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 2), 2, $this->source));
// line 3
$context["fshares"] = $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->facebookshares($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 3), 3, $this->source));
// line 4
$context["name"] = $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getcat($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 4), 4, $this->source));
// line 5
$context["style"] = "article";
// line 6
if ((($context["name"] ?? null) == "Events")) {
// line 7
echo " ";
$context["style"] = "campaign-article";
}
// line 9
if ((($context["name"] ?? null) == "Author")) {
// line 10
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 15), 15, $this->source), "html", null, true);
echo "\" width=\"170\" height=\"170\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 15, $this->source), "html", null, true);
echo "\">
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 16, $this->source), "html", null, true);
echo "
";
// line 19
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 19)) > 2)) {
// line 20
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 20), 20, $this->source), "html", null, true);
echo "\" target=\"_blank\" title=\"Go to Facebook\"></a>
";
}
// line 22
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 22)) > 2)) {
// line 23
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 23), 23, $this->source), "html", null, true);
echo "\" target=\"_blank\" title=\"Go to LinkedIn\"></a>
";
}
// line 25
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 25)) > 2)) {
// line 26
echo " <a></a>
";
}
// line 28
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 28)) > 2)) {
// line 29
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 29), 29, $this->source), "html", null, true);
echo "\" target=\"_blank\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 29, $this->source), "html", null, true);
echo "\"></a>
";
}
// line 31
echo "
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingTwitter($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 37, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 37, $this->source)), "html", null, true);
echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingFacebook($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 40, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 40, $this->source)), "html", null, true);
echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingReddit($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 43, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 43, $this->source)), "html", null, true);
echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'></a>
";
// line 53
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "body", [], "any", false, false, true, 53), 53, $this->source), "html", null, true);
echo "
";
// line 59
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("author_articles", "block_1"), "html", null, true);
echo "
";
} else {
// line 62
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["style"] ?? null), 63, $this->source), "html", null, true);
echo "\">
";
// line 64
if (($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "without_image", [], "any", false, false, true, 64), 0, [], "any", false, false, true, 64)) == "On")) {
// line 65
echo "
";
// line 67
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["date"] ?? null), 67, $this->source), "html", null, true);
echo "
";
// line 72
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 72, $this->source), "html", null, true);
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 78), 78, $this->source)));
echo "\">
";
// line 79
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getimagetag($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getavatar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 79), 79, $this->source)), "article__lead-img", ""));
echo "
</a>
<a>
Read U.TODAY on
Google News
</a>
";
// line 85
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 85), "entity", [], "any", false, false, true, 85), "label", [], "any", false, false, true, 85) != "Profile") && (($context["nБame"] ?? null) != "Events"))) {
// line 86
echo "
";
}
// line 88
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 89), 89, $this->source)));
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 89), 89, $this->source)));
echo "</a>
";
// line 90
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_leed", [], "any", false, false, true, 90), 90, $this->source), "html", null, true);
echo "
";
// line 94
if ((($context["name"] ?? null) != "Airdrops")) {
// line 95
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 95)->display(twig_array_merge($context, ["desktop" => "block_9", "mobile" => "block_10"]));
// line 96
echo " ";
}
// line 97
echo " ";
} else {
// line 98
echo "
";
// line 99
if (($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_original_article", [], "any", false, false, true, 99), 0, [], "any", false, false, true, 99)) == "On")) {
// line 100
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Original"));
echo " U.Today ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("article"));
echo "
";
}
// line 102
echo " ";
if (($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tweet_based", [], "any", false, false, true, 102), 0, [], "any", false, false, true, 102)) == "On")) {
// line 103
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Original article based on tweet"));
echo "
";
}
// line 105
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 107, $this->source), "html", null, true);
echo " , Category: ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 107, $this->source), "html", null, true);
echo " ,Author: ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 107), 107, $this->source)));
echo " , Date: ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_date_format_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "created", [], "any", false, false, true, 107), "value", [], "any", false, false, true, 107), 107, $this->source), "d M Y"), "html", null, true);
echo " , Week: ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_date_format_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "created", [], "any", false, false, true, 107), "value", [], "any", false, false, true, 107), 107, $this->source), "W"), "html", null, true);
echo "'
data-url=\"";
// line 108
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 108, $this->source), "html", null, true);
echo "\"
>";
// line 109
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 109, $this->source), "html", null, true);
echo "
";
// line 114
if ((((((($context["name"] ?? null) != "Author") && (($context["name"] ?? null) != "Events")) && (($context["name"] ?? null) != "Press Releases")) && (($context["name"] ?? null) != "Airdrops")) && (($context["name"] ?? null) != "Market Releases"))) {
// line 115
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_kategoria", [], "any", false, false, true, 115), "html", null, true)))) {
echo "humble--tags-breaking";
}
echo "\">
";
// line 116
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_kategoria", [], "any", false, false, true, 116), 116, $this->source), "html", null, true);
echo "
";
}
// line 119
echo "
";
// line 120
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 120), "entity", [], "any", false, false, true, 120), "label", [], "any", false, false, true, 120) != "Event") && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 120), "entity", [], "any", false, false, true, 120), "label", [], "any", false, false, true, 120) != "Airdrops"))) {
// line 121
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 121), "entity", [], "any", false, false, true, 121), "label", [], "any", false, false, true, 121) != "Profile")) {
// line 122
echo " ";
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 122), "entity", [], "any", false, false, true, 122), "label", [], "any", false, false, true, 122) != "Press release") && (($context["name"] ?? null) != "Market Releases"))) {
// line 123
echo "
By <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 125), 125, $this->source)));
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 125), 125, $this->source)));
echo "</a>
";
}
// line 128
echo " ";
}
// line 129
echo " ";
}
// line 130
echo "
";
// line 131
if ((((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Profile") && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Event")) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Airdrops"))) {
// line 132
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_date_format_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "created", [], "any", false, false, true, 132), "value", [], "any", false, false, true, 132), 132, $this->source), "D, j/m/Y - G:i"), "html", null, true);
echo "
";
}
// line 134
echo " ";
// line 135
echo "
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingTwitter($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 144, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 144, $this->source)), "html", null, true);
echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingFacebook($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 147, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 147, $this->source)), "html", null, true);
echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingReddit($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 150, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 150, $this->source)), "html", null, true);
echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'></a>
";
// line 158
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_leed", [], "any", false, false, true, 158), 158, $this->source), "html", null, true);
echo "
";
// line 159
if ((($context["name"] ?? null) != "Airdrops")) {
// line 160
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 160)->display(twig_array_merge($context, ["desktop" => "block_9", "mobile" => "block_10"]));
// line 161
echo " ";
}
// line 162
echo " ";
if ((($context["name"] ?? null) == "Airdrops")) {
// line 163
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "adlink", [], "any", false, false, true, 165), 165, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Participate in Airdrop"));
echo "</a>
";
}
// line 169
echo " ";
// line 170
echo "
";
// line 173
echo " ";
// line 174
echo " ";
// line 175
echo " ";
// line 176
echo " ";
// line 177
echo " ";
// line 178
echo " ";
// line 179
echo " ";
// line 180
echo " ";
// line 181
echo " ";
// line 182
echo " ";
// line 183
echo " ";
// line 184
echo "
";
// line 186
echo " ";
// line 187
echo " ";
// line 188
echo " ";
// line 189
echo " ";
if (((($context["name"] ?? null) != "Profile") && (($context["name"] ?? null) != "Events"))) {
// line 190
echo "
";
}
// line 192
echo "
";
// line 197
if ((($context["name"] ?? null) != "Airdrops")) {
// line 198
echo " ";
if ((twig_length_filter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->watermark(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 198), "content", [], "any", false, false, true, 198))) > 2)) {
// line 199
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["style"] ?? null), 199, $this->source), "html", null, true);
echo "__wrap\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["style"] ?? null), 201, $this->source), "html", null, true);
echo "__body\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["style"] ?? null), 202, $this->source), "html", null, true);
echo "__main\">
";
// line 203
if ((($context["name"] ?? null) == "Events")) {
// line 204
echo "
Event details
";
// line 206
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 206)) > 2)) {
// line 207
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 209), 209, $this->source), "html", null, true);
echo "\" target=\"_blank\">Buy
tickets</a>
";
// line 211
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 211)) > 2)) {
// line 212
echo "
Promo code
";
// line 216
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 216), 216, $this->source), "html", null, true);
echo "
";
}
// line 222
echo "
";
} else {
// line 224
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "register", [], "any", false, false, true, 226), 226, $this->source), "html", null, true);
echo "\"
target=\"_blank\">Registration</a>
";
// line 228
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 228)) > 2)) {
// line 229
echo "
Promo code
";
// line 232
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 232), 232, $this->source), "html", null, true);
echo "
";
}
// line 238
echo "
";
}
// line 240
echo "
Dates:
";
// line 242
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 242), 242, $this->source)), "html", null, true);
echo "
";
// line 243
if (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 243)) > 2) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 243)) > 2))) {
// line 244
echo " -
";
}
// line 246
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 246), 246, $this->source)), "html", null, true);
echo "
";
// line 248
if (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_city", [], "any", false, false, true, 248)) > 2) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_country", [], "any", false, false, true, 248)) > 2))) {
// line 249
echo "
Location:
";
// line 251
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_city", [], "any", false, false, true, 251), 251, $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["content"] ?? null), "field_country", [], "any", false, false, true, 251), 251, $this->source), "html", null, true);
echo "
";
}
// line 254
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 254)) > 2)) {
// line 255
echo "
Venue:
";
// line 257
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 257), 257, $this->source), "html", null, true);
echo "
";
}
// line 260
echo " ";
if (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 260)) > 2) && ((($__internal_compile_0 = (($__internal_compile_1 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 260)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[0] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#title"] ?? null) : null) == "Premium"))) {
// line 261
echo "
Website:
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 265), 265, $this->source), "html", null, true);
echo "\">
";
// line 267
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 267), 267, $this->source), "html", null, true);
echo "
";
}
// line 273
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 273)) > 2)) {
// line 274
echo "
Price:
";
// line 276
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_price_currency", [], "any", false, false, true, 276), 276, $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["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 276), 276, $this->source), "html", null, true);
echo "
";
}
// line 279
echo " ";
if (((((((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 279)) > 2) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 279)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 279)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 279)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 279)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_linkedin", [], "any", false, false, true, 279)) > 2))) {
// line 280
echo "
Social links:
";
// line 283
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 283)) > 2)) {
// line 284
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 284), 284, $this->source), "html", null, true);
echo "\" class=\"btn btn--border-dark campaign-details__clip\" onclick=\"copyLink(this)\" aria-label=\"Copy link\" data-link=\"#x\">
X
";
}
// line 288
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 288)) > 2)) {
// line 289
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 289), 289, $this->source), "html", null, true);
echo "\" class=\"btn btn--border-dark campaign-details__clip\" onclick=\"copyLink(this)\" aria-label=\"Copy link\" data-link=\"#telegram\">
Telegram
";
}
// line 293
echo "
";
}
// line 297
echo "
";
}
// line 299
echo "
";
// line 300
if ((((($context["name"] ?? null) == "Press Releases") || (($context["name"] ?? null) == "Market Releases")) || ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_watermark", [], "any", false, false, true, 300), 0, [], "any", false, false, true, 300)) != "On"))) {
// line 301
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 301), 301, $this->source), "html", null, true);
echo "\"
alt=\"";
// line 302
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 302, $this->source), "html", null, true);
echo "\">
";
// line 303
if ((($context["name"] ?? null) == "Market Releases")) {
// line 304
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Market Release"));
echo "
";
}
// line 306
echo "
";
// line 309
if ((($context["name"] ?? null) == "Press Releases")) {
// line 310
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Press Release"));
echo "
";
}
// line 312
echo "
";
} else {
// line 314
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->watermark($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 315), "content", [], "any", false, false, true, 315), 315, $this->source)), "html", null, true);
echo "\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 315, $this->source), "html", null, true);
echo "\">
";
}
// line 317
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/mark.html.twig"), "themes/cryptod/templates/article.html.twig", 317)->display($context);
// line 318
echo "
";
// line 319
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 319), "entity", [], "any", false, false, true, 319), "label", [], "any", false, false, true, 319) != "Press release") && (($context["name"] ?? null) != "Events"))) {
// line 320
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->coverimage($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_cover_image_capture", [], "any", false, false, true, 320), 320, $this->source)));
echo "
";
}
// line 322
echo "
";
// line 323
if ((($context["name"] ?? null) == "Press Releases")) {
// line 324
echo "
";
// line 325
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "coverimagecaption", [], "any", false, false, true, 325)) > 2)) {
// line 326
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->coverimage($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "coverimagecaption", [], "any", false, false, true, 326), 326, $this->source)));
echo "
";
} else {
// line 328
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("The cover image and all the rights belong to the client ordering given press release"));
echo "
";
}
// line 330
echo "
";
}
// line 332
echo " ";
if ((($context["name"] ?? null) == "Events")) {
// line 333
echo "
";
// line 334
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Cover image by"));
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 334), 334, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 334, $this->source), "html", null, true);
echo "</a>
";
}
// line 337
echo " ";
if (((($context["name"] ?? null) == "Price Predictions") || ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_disclaimer", [], "any", false, false, true, 337), 0, [], "any", false, false, true, 337)) == "On"))) {
// line 338
echo "
";
// line 341
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Disclaimer: The opinions expressed by our writers are their own and do not represent the views of U.Today. The financial and market information provided on U.Today is intended for informational purposes only. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. Conduct your own research by contacting financial experts before making any investment decisions. We believe that all content is accurate as of the date of publication, but certain offers mentioned may no longer be available."));
echo "
";
}
// line 346
echo " ";
if ((($context["name"] ?? null) == "Market Releases")) {
// line 347
echo "
";
// line 350
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Disclaimer: This is sponsored content. The information on this page is not endorsed or supported by U.Today, and U.Today is not responsible or liable for any inaccuracies, poor quality, advertising, products or other materials found within the publication. Readers should do their own research before taking any actions related to the company. U.Today is not responsible, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any content, goods or services mentioned in the article."));
echo "
";
}
// line 355
echo "
";
}
// line 358
echo "
<a>
";
// line 363
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Read U.TODAY on"));
echo "
";
// line 364
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Google News"));
echo "
</a>
";
} else {
// line 369
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->watermark($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 371), "content", [], "any", false, false, true, 371), 371, $this->source)), "html", null, true);
echo "\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 371, $this->source), "html", null, true);
echo "\">
";
}
// line 374
echo " ";
}
// line 375
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["style"] ?? null), 375, $this->source), "html", null, true);
echo "__content\">
";
// line 377
if ((($context["name"] ?? null) == "Airdrops")) {
// line 378
echo " Airdrop Description
";
}
// line 380
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "body", [], "any", false, false, true, 380), 380, $this->source), "html", null, true);
echo "
";
// line 381
if ((($context["name"] ?? null) == "Airdrops")) {
// line 382
echo " How to Participate
";
// line 383
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "howtoprct", [], "any", false, false, true, 383), 383, $this->source), "html", null, true);
echo "
";
}
// line 385
echo " ";
if ((($context["name"] ?? null) == "Events")) {
// line 386
echo " ";
if (((($__internal_compile_2 = (($__internal_compile_3 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 386)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[0] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#title"] ?? null) : null) == "Premium")) {
// line 387
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 387)) > 2)) {
// line 388
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 390), 390, $this->source), "html", null, true);
echo "\" target=\"_blank\">Buy
tickets</a>
";
// line 392
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 392)) > 2)) {
// line 393
echo "
Promo code
";
// line 396
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 396), 396, $this->source), "html", null, true);
echo "
";
}
// line 402
echo "
";
}
// line 404
echo " ";
}
// line 405
echo " ";
}
// line 406
echo "
";
// line 408
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 408), "entity", [], "any", false, false, true, 408), "label", [], "any", false, false, true, 408) == "Market Releases")) {
// line 409
echo "
";
// line 412
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 412)) > 2)) {
// line 413
echo "
";
// line 414
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Organization"));
echo "
";
// line 415
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 415), 415, $this->source), "html", null, true);
echo "
";
}
// line 418
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 418)) > 2)) {
// line 419
echo "
";
// line 420
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Website"));
echo "
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 422), 422, $this->source), "html", null, true);
echo "' ";
if (($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettype(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 422)) != "Premium")) {
echo " ";
}
// line 423
echo " rel=\"";
if (($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_premium_dofollow", [], "any", false, false, true, 423), 0, [], "any", false, false, true, 423)) == "On")) {
echo "dofollow";
} else {
echo "nofollow";
}
echo "\">";
if (($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "hide_http", [], "any", false, false, true, 423), 0, [], "any", false, false, true, 423)) == "On")) {
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 423), 423, $this->source)), ["http://" => "", "https://" => ""]), "html", null, true);
} else {
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 423), 423, $this->source), "html", null, true);
}
echo "</a>
";
}
// line 427
echo "
";
// line 428
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_contacts", [], "any", false, false, true, 428)) > 2)) {
// line 429
echo "
";
// line 430
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Contacts"));
echo "
";
// line 431
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_contacts", [], "any", false, false, true, 431), 431, $this->source), "html", null, true);
echo "
";
}
// line 434
echo "
<ul>
";
// line 436
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tags", [], "any", false, false, true, 436), 436, $this->source), "html", null, true);
echo "
</ul>
";
}
// line 443
echo "
";
// line 444
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 444), "entity", [], "any", false, false, true, 444), "label", [], "any", false, false, true, 444) == "Press release")) {
// line 445
echo "
Company details
";
// line 447
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 447)) > 2)) {
// line 448
echo "
Organization:
";
// line 450
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 450), 450, $this->source), "html", null, true);
echo "
";
}
// line 453
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 453)) > 2)) {
// line 454
echo "
Website:
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 457), 457, $this->source), "html", null, true);
echo "\">
";
// line 458
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 458), 458, $this->source), "html", null, true);
echo "
";
}
// line 463
echo "
<ul>
";
// line 466
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tags", [], "any", false, false, true, 466), 466, $this->source), "html", null, true);
echo "
</ul>
";
// line 471
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Disclaimer: This is sponsored content. The information on this page is not endorsed or supported by U.Today, and U.Today is not responsible or liable for any inaccuracies, poor quality, advertising, products or other materials found within the publication. Readers should do their own research before taking any actions related to the company. U.Today is not responsible, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any content, goods or services mentioned in the article."));
echo "
";
}
// line 475
echo "
";
// line 478
if ((($context["name"] ?? null) == "Airdrops")) {
// line 479
echo "
";
// line 480
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 480)) > 2)) {
// line 481
echo "
";
// line 482
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Location"));
echo ":
";
// line 483
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 483), 483, $this->source), "html", null, true);
echo "
";
}
// line 486
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "platform", [], "any", false, false, true, 486)) > 2)) {
// line 487
echo "
";
// line 488
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Platform"));
echo ":
";
// line 489
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "platform", [], "any", false, false, true, 489), 489, $this->source), "html", null, true);
echo "
";
}
// line 492
echo " ";
if ((($context["name"] ?? null) == "Events")) {
// line 493
echo "
";
// line 494
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 494)) > 2)) {
// line 495
echo "
";
// line 496
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Start Date"));
echo ":
";
// line 497
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 497), 497, $this->source)), "html", null, true);
echo "
";
}
// line 500
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 500)) > 2)) {
// line 501
echo "
";
// line 502
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("End Date"));
echo ":
";
// line 503
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 503), 503, $this->source)), "html", null, true);
echo "
";
}
// line 506
echo "
";
} else {
// line 509
echo "
";
// line 510
if (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 510)) < 3) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 510)) < 3))) {
// line 511
echo "
";
// line 512
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Dates"));
echo ":
N/A
";
} else {
// line 516
echo "
";
// line 517
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 517)) > 2)) {
// line 518
echo "
";
// line 519
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("From"));
echo ":
";
// line 520
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 520), 520, $this->source)), "html", null, true);
echo "
";
}
// line 523
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 523)) > 2)) {
// line 524
echo "
";
// line 525
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Until"));
echo ":
";
// line 526
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 526), 526, $this->source)), "html", null, true);
echo "
";
}
// line 529
echo "
";
}
// line 531
echo " ";
}
// line 532
echo "
";
// line 535
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 535)) > 2)) {
// line 536
echo "
";
// line 537
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Ticket from"));
echo ":
";
// line 538
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 538), 538, $this->source), "html", null, true);
echo "
";
}
// line 541
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tickets_to", [], "any", false, false, true, 541)) > 2)) {
// line 542
echo "
";
// line 543
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Ticket to"));
echo ":
";
// line 544
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tickets_to", [], "any", false, false, true, 544), 544, $this->source), "html", null, true);
echo "
";
}
// line 547
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 547)) > 2)) {
// line 548
echo "
";
// line 549
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Website"));
echo ":
";
// line 550
if (((($__internal_compile_4 = (($__internal_compile_5 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 550)) && 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["#title"] ?? null) : null) == "Premium")) {
// line 551
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 552), 552, $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["content"] ?? null), "field_site", [], "any", false, false, true, 552), 552, $this->source), "html", null, true);
if (((($__internal_compile_6 = (($__internal_compile_7 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 552)) && 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["#title"] ?? null) : null) == "Premium")) {
echo "</a>";
}
// line 553
echo "
";
}
// line 556
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "value", [], "any", false, false, true, 556)) > 2)) {
// line 557
echo "
";
// line 558
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Value"));
echo ":
";
// line 559
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "value", [], "any", false, false, true, 559), 559, $this->source), "html", null, true);
echo "
";
}
// line 563
echo "
";
// line 564
if ((((($__internal_compile_8 = (($__internal_compile_9 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 564)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9[0] ?? null) : null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["#title"] ?? null) : null) == "Premium") || ((($__internal_compile_10 = (($__internal_compile_11 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "a", [], "any", false, false, true, 564)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11[0] ?? null) : null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#title"] ?? null) : null) == "Premium"))) {
// line 565
echo "
";
// line 566
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 566)) > 2)) {
// line 567
echo "
";
// line 568
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Organization"));
echo ":
";
// line 569
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 569), 569, $this->source), "html", null, true);
echo "
";
}
// line 572
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_other_contacts", [], "any", false, false, true, 572)) > 2)) {
// line 573
echo "
";
// line 574
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Contacts"));
echo ":
";
// line 575
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_other_contacts", [], "any", false, false, true, 575), 575, $this->source), "html", null, true);
echo "
";
}
// line 578
echo " ";
if ((((((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 578)) > 2) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 578)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 578)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 578)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 578)) > 2))) {
// line 579
echo "
";
// line 580
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Social links"));
echo ":
";
// line 583
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 583)) > 2)) {
// line 584
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 586), 586, $this->source), "html", null, true);
echo "\">
";
// line 587
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Facebook"));
echo "
</a>
";
}
// line 590
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 590)) > 2)) {
// line 591
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 593), 593, $this->source), "html", null, true);
echo "\">
";
// line 594
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Twitter"));
echo "
</a>
";
}
// line 597
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 597)) > 2)) {
// line 598
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 600), 600, $this->source), "html", null, true);
echo "\">
";
// line 601
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Telegram"));
echo "
</a>
";
}
// line 604
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 604)) > 2)) {
// line 605
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 607), 607, $this->source), "html", null, true);
echo "\">
";
// line 608
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("YouTube"));
echo "
</a>
";
}
// line 611
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 611)) > 2)) {
// line 612
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 614), 614, $this->source), "html", null, true);
echo "\">
";
// line 615
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Reddit"));
echo "
</a>
";
}
// line 618
echo "
";
}
// line 622
echo " ";
}
// line 623
echo "
";
// line 624
if (((($__internal_compile_12 = (($__internal_compile_13 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 624)) && is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13[0] ?? null) : null)) && is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12["#title"] ?? null) : null) == "Premium")) {
// line 625
echo "
";
// line 626
if ((twig_length_filter($this->env, ($context["speakers"] ?? null)) > 2)) {
// line 627
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Speakers"));
echo "
";
// line 628
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["speakers"] ?? null), 628, $this->source));
echo "
";
}
// line 630
echo "
";
// line 631
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_shedule2", [], "any", false, false, true, 631)) > 2)) {
// line 632
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Agenda"));
echo "
";
// line 633
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_shedule2", [], "any", false, false, true, 633), 633, $this->source), "html", null, true);
echo "
";
}
// line 635
echo "
";
// line 636
if ((($context["name"] ?? null) == "Airdrops")) {
// line 637
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 637)) > 2)) {
// line 638
echo " ";
if (((($__internal_compile_14 = (($__internal_compile_15 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 638)) && is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15[0] ?? null) : null)) && is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14["#title"] ?? null) : null) == "Premium")) {
// line 639
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 641), 641, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Buy tickets"));
echo "</a>
";
// line 642
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 642)) > 2)) {
// line 643
echo "
";
// line 644
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Promocode"));
echo ":
";
// line 645
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 645), 645, $this->source), "html", null, true);
echo "
";
}
// line 648
echo "
";
}
// line 651
echo " ";
}
// line 652
echo " ";
}
// line 653
echo "
";
}
// line 655
echo "
";
}
// line 657
echo "
";
// line 659
echo " ";
// line 660
echo " ";
// line 661
echo " ";
// line 662
echo " ";
// line 663
echo " ";
// line 664
echo " ";
// line 665
echo " ";
// line 666
echo " ";
// line 667
echo "
";
// line 668
if (((((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 668), "entity", [], "any", false, false, true, 668), "label", [], "any", false, false, true, 668) != "Profile") && (($context["name"] ?? null) != "Press Releases")) && (($context["name"] ?? null) != "Market Releases")) && (($context["name"] ?? null) != "Events"))) {
// line 669
echo "
";
// line 671
$this->loadTemplate((($context["directory"] ?? null) . "/templates/tag.html.twig"), "themes/cryptod/templates/article.html.twig", 671)->display($context);
// line 672
echo "
";
}
// line 677
echo "
";
// line 680
if ((($context["name"] ?? null) == "Author")) {
// line 681
echo "
";
// line 682
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 682)) > 2)) {
// line 683
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 684), 684, $this->source), "html", null, true);
echo "\"></a>
";
}
// line 686
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 686)) > 2)) {
// line 687
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 688), 688, $this->source), "html", null, true);
echo "\"></a>
";
}
// line 690
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 690)) > 2)) {
// line 691
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 692), 692, $this->source), "html", null, true);
echo "\"></a>
";
}
// line 694
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 694)) > 2)) {
// line 695
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 696), 696, $this->source), "html", null, true);
echo "\"></a>
";
}
// line 698
echo "
";
}
// line 700
echo "
";
// line 704
if ((((($context["name"] ?? null) != "Press Releases") && (($context["name"] ?? null) != "Events")) && (($context["name"] ?? null) != "Airdrops"))) {
// line 705
echo "
";
// line 708
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getContents($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 708), 708, $this->source)));
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 728), 728, $this->source), "html", null, true);
echo "\"
preload=\"none\">
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingTwitter($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 738, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 738, $this->source)), "html", null, true);
echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingFacebook($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 741, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 741, $this->source)), "html", null, true);
echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingReddit($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 744, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 744, $this->source)), "html", null, true);
echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'></a>
";
}
// line 753
echo " ";
if ((($context["name"] ?? null) == "Airdrops")) {
// line 754
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "adlink", [], "any", false, false, true, 756), 756, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Participate in Airdrop"));
echo "</a>
";
}
// line 761
echo "
";
// line 763
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 763)->display(twig_array_merge($context, ["desktop" => "block_22", "mobile" => "block_23"]));
// line 764
echo "
";
// line 766
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 766), "entity", [], "any", false, false, true, 766), "label", [], "any", false, false, true, 766) != "Profile") && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 766), "entity", [], "any", false, false, true, 766), "label", [], "any", false, false, true, 766) != "Airdrops"))) {
// line 767
echo " ";
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 767), "entity", [], "any", false, false, true, 767), "label", [], "any", false, false, true, 767) == "Press release") || (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 767), "entity", [], "any", false, false, true, 767), "label", [], "any", false, false, true, 767) == "Market Releases"))) {
// line 768
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("related_article", "block_3"), "html", null, true);
echo "
";
} else {
// line 770
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 770), "entity", [], "any", false, false, true, 770), "label", [], "any", false, false, true, 770) == "Event")) {
// line 771
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("related_article", "block_2"), "html", null, true);
echo "
";
} else {
// line 773
echo "
Related articles
";
// line 779
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("related_article", "block_6"), "html", null, true);
echo "
";
}
// line 784
echo " ";
}
// line 785
echo " ";
} else {
// line 786
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("author_articles", "block_1"), "html", null, true);
echo "
";
}
// line 788
echo "
";
}
// line 791
echo "
Prev. article
Next article
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/article.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1785 => 791, 1780 => 788, 1774 => 786, 1771 => 785, 1768 => 784, 1760 => 779, 1752 => 773, 1746 => 771, 1743 => 770, 1737 => 768, 1734 => 767, 1732 => 766, 1728 => 764, 1726 => 763, 1722 => 761, 1712 => 756, 1708 => 754, 1705 => 753, 1691 => 744, 1683 => 741, 1675 => 738, 1662 => 728, 1639 => 708, 1634 => 705, 1632 => 704, 1626 => 700, 1622 => 698, 1617 => 696, 1614 => 695, 1611 => 694, 1606 => 692, 1603 => 691, 1600 => 690, 1595 => 688, 1592 => 687, 1589 => 686, 1584 => 684, 1581 => 683, 1579 => 682, 1576 => 681, 1574 => 680, 1569 => 677, 1562 => 672, 1560 => 671, 1556 => 669, 1554 => 668, 1551 => 667, 1549 => 666, 1547 => 665, 1545 => 664, 1543 => 663, 1541 => 662, 1539 => 661, 1537 => 660, 1535 => 659, 1532 => 657, 1528 => 655, 1524 => 653, 1521 => 652, 1518 => 651, 1513 => 648, 1507 => 645, 1503 => 644, 1500 => 643, 1498 => 642, 1492 => 641, 1488 => 639, 1485 => 638, 1482 => 637, 1480 => 636, 1477 => 635, 1472 => 633, 1467 => 632, 1465 => 631, 1462 => 630, 1457 => 628, 1452 => 627, 1450 => 626, 1447 => 625, 1445 => 624, 1442 => 623, 1439 => 622, 1433 => 618, 1427 => 615, 1423 => 614, 1419 => 612, 1416 => 611, 1410 => 608, 1406 => 607, 1402 => 605, 1399 => 604, 1393 => 601, 1389 => 600, 1385 => 598, 1382 => 597, 1376 => 594, 1372 => 593, 1368 => 591, 1365 => 590, 1359 => 587, 1355 => 586, 1351 => 584, 1349 => 583, 1343 => 580, 1340 => 579, 1337 => 578, 1331 => 575, 1327 => 574, 1324 => 573, 1321 => 572, 1315 => 569, 1311 => 568, 1308 => 567, 1306 => 566, 1303 => 565, 1301 => 564, 1298 => 563, 1291 => 559, 1287 => 558, 1284 => 557, 1281 => 556, 1276 => 553, 1268 => 552, 1265 => 551, 1263 => 550, 1259 => 549, 1256 => 548, 1253 => 547, 1247 => 544, 1243 => 543, 1240 => 542, 1237 => 541, 1231 => 538, 1227 => 537, 1224 => 536, 1222 => 535, 1217 => 532, 1214 => 531, 1210 => 529, 1204 => 526, 1200 => 525, 1197 => 524, 1194 => 523, 1188 => 520, 1184 => 519, 1181 => 518, 1179 => 517, 1176 => 516, 1169 => 512, 1166 => 511, 1164 => 510, 1161 => 509, 1156 => 506, 1150 => 503, 1146 => 502, 1143 => 501, 1140 => 500, 1134 => 497, 1130 => 496, 1127 => 495, 1125 => 494, 1122 => 493, 1119 => 492, 1113 => 489, 1109 => 488, 1106 => 487, 1103 => 486, 1097 => 483, 1093 => 482, 1090 => 481, 1088 => 480, 1085 => 479, 1083 => 478, 1078 => 475, 1071 => 471, 1063 => 466, 1058 => 463, 1050 => 458, 1046 => 457, 1041 => 454, 1038 => 453, 1032 => 450, 1028 => 448, 1026 => 447, 1022 => 445, 1020 => 444, 1017 => 443, 1007 => 436, 1003 => 434, 997 => 431, 993 => 430, 990 => 429, 988 => 428, 985 => 427, 967 => 423, 961 => 422, 956 => 420, 953 => 419, 950 => 418, 944 => 415, 940 => 414, 937 => 413, 935 => 412, 930 => 409, 928 => 408, 924 => 406, 921 => 405, 918 => 404, 914 => 402, 905 => 396, 900 => 393, 898 => 392, 893 => 390, 889 => 388, 886 => 387, 883 => 386, 880 => 385, 875 => 383, 872 => 382, 870 => 381, 865 => 380, 861 => 378, 859 => 377, 853 => 375, 850 => 374, 842 => 371, 838 => 369, 830 => 364, 826 => 363, 819 => 358, 814 => 355, 806 => 350, 801 => 347, 798 => 346, 790 => 341, 785 => 338, 782 => 337, 772 => 334, 769 => 333, 766 => 332, 762 => 330, 756 => 328, 750 => 326, 748 => 325, 745 => 324, 743 => 323, 740 => 322, 734 => 320, 732 => 319, 729 => 318, 726 => 317, 719 => 315, 716 => 314, 712 => 312, 706 => 310, 704 => 309, 699 => 306, 693 => 304, 691 => 303, 687 => 302, 682 => 301, 680 => 300, 677 => 299, 673 => 297, 667 => 293, 659 => 289, 656 => 288, 648 => 284, 646 => 283, 641 => 280, 638 => 279, 630 => 276, 626 => 274, 623 => 273, 614 => 267, 609 => 265, 603 => 261, 600 => 260, 594 => 257, 590 => 255, 587 => 254, 579 => 251, 575 => 249, 573 => 248, 567 => 246, 563 => 244, 561 => 243, 557 => 242, 553 => 240, 549 => 238, 540 => 232, 535 => 229, 533 => 228, 528 => 226, 524 => 224, 520 => 222, 511 => 216, 505 => 212, 503 => 211, 498 => 209, 494 => 207, 492 => 206, 488 => 204, 486 => 203, 482 => 202, 478 => 201, 472 => 199, 469 => 198, 467 => 197, 460 => 192, 456 => 190, 453 => 189, 451 => 188, 449 => 187, 447 => 186, 444 => 184, 442 => 183, 440 => 182, 438 => 181, 436 => 180, 434 => 179, 432 => 178, 430 => 177, 428 => 176, 426 => 175, 424 => 174, 422 => 173, 418 => 170, 416 => 169, 407 => 165, 403 => 163, 400 => 162, 397 => 161, 394 => 160, 392 => 159, 388 => 158, 375 => 150, 367 => 147, 359 => 144, 348 => 135, 346 => 134, 340 => 132, 338 => 131, 335 => 130, 332 => 129, 329 => 128, 321 => 125, 317 => 123, 314 => 122, 311 => 121, 309 => 120, 306 => 119, 300 => 116, 293 => 115, 291 => 114, 283 => 109, 279 => 108, 267 => 107, 263 => 105, 257 => 103, 254 => 102, 246 => 100, 244 => 99, 241 => 98, 238 => 97, 235 => 96, 232 => 95, 230 => 94, 223 => 90, 217 => 89, 214 => 88, 210 => 86, 208 => 85, 199 => 79, 195 => 78, 186 => 72, 178 => 67, 174 => 65, 172 => 64, 168 => 63, 165 => 62, 159 => 59, 150 => 53, 135 => 43, 127 => 40, 119 => 37, 111 => 31, 103 => 29, 100 => 28, 96 => 26, 93 => 25, 87 => 23, 84 => 22, 78 => 20, 76 => 19, 70 => 16, 64 => 15, 57 => 10, 55 => 9, 51 => 7, 49 => 6, 47 => 5, 45 => 4, 43 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/article.html.twig", "/var/www/utoday/web/themes/cryptod/templates/article.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 1, "if" => 6, "include" => 95);
static $filters = array("twittershares" => 2, "facebookshares" => 3, "getcat" => 4, "escape" => 15, "length" => 19, "sharingTwitter" => 37, "checktitle" => 37, "sharingFacebook" => 40, "sharingReddit" => 43, "render" => 64, "raw" => 78, "getauthorlink" => 78, "getimagetag" => 79, "getavatar" => 79, "getauthorname" => 89, "t" => 100, "date" => 107, "nl2br" => 115, "watermark" => 198, "gettxt" => 242, "coverimage" => 320, "gettype" => 422, "replace" => 423, "getContents" => 708);
static $functions = array("random" => 1, "drupal_view" => 59);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'include'],
['twittershares', 'facebookshares', 'getcat', 'escape', 'length', 'sharingTwitter', 'checktitle', 'sharingFacebook', 'sharingReddit', 'render', 'raw', 'getauthorlink', 'getimagetag', 'getavatar', 'getauthorname', 't', 'date', 'nl2br', 'watermark', 'gettxt', 'coverimage', 'gettype', 'replace', 'getContents'],
['random', 'drupal_view']
);
} 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('694594a8f1a22_article.html.twig_4D5gaNzKNy0Gq1dNMH7ayRAL-', '<?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/cryptod/templates/article.html.twig */
class __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2 extends 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
$context["b"] = twig_random($this->env, 30);
// line 2
$context["tshares"] = $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->twittershares($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 2), 2, $this->source));
// line 3
$context["fshares"] = $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->facebookshares($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 3), 3, $this->source));
// line 4
$context["name"] = $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getcat($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 4), 4, $this->source));
// line 5
$context["style"] = "article";
// line 6
if ((($context["name"] ?? null) == "Events")) {
// line 7
echo " ";
$context["style"] = "campaign-article";
}
// line 9
if ((($context["name"] ?? null) == "Author")) {
// line 10
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 15), 15, $this->source), "html", null, true);
echo "\" width=\"170\" height=\"170\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 15, $this->source), "html", null, true);
echo "\">
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 16, $this->source), "html", null, true);
echo "
";
// line 19
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 19)) > 2)) {
// line 20
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 20), 20, $this->source), "html", null, true);
echo "\" target=\"_blank\" title=\"Go to Facebook\"></a>
";
}
// line 22
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 22)) > 2)) {
// line 23
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 23), 23, $this->source), "html", null, true);
echo "\" target=\"_blank\" title=\"Go to LinkedIn\"></a>
";
}
// line 25
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 25)) > 2)) {
// line 26
echo " <a></a>
";
}
// line 28
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 28)) > 2)) {
// line 29
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 29), 29, $this->source), "html", null, true);
echo "\" target=\"_blank\" title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 29, $this->source), "html", null, true);
echo "\"></a>
";
}
// line 31
echo "
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingTwitter($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 37, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 37, $this->source)), "html", null, true);
echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingFacebook($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 40, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 40, $this->source)), "html", null, true);
echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingReddit($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 43, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 43, $this->source)), "html", null, true);
echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'></a>
";
// line 53
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "body", [], "any", false, false, true, 53), 53, $this->source), "html", null, true);
echo "
";
// line 59
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("author_articles", "block_1"), "html", null, true);
echo "
";
} else {
// line 62
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["style"] ?? null), 63, $this->source), "html", null, true);
echo "\">
";
// line 64
if (($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "without_image", [], "any", false, false, true, 64), 0, [], "any", false, false, true, 64)) == "On")) {
// line 65
echo "
";
// line 67
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["date"] ?? null), 67, $this->source), "html", null, true);
echo "
";
// line 72
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 72, $this->source), "html", null, true);
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 78), 78, $this->source)));
echo "\">
";
// line 79
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getimagetag($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getavatar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 79), 79, $this->source)), "article__lead-img", ""));
echo "
</a>
<a>
Read U.TODAY on
Google News
</a>
";
// line 85
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 85), "entity", [], "any", false, false, true, 85), "label", [], "any", false, false, true, 85) != "Profile") && (($context["nБame"] ?? null) != "Events"))) {
// line 86
echo "
";
}
// line 88
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 89), 89, $this->source)));
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 89), 89, $this->source)));
echo "</a>
";
// line 90
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_leed", [], "any", false, false, true, 90), 90, $this->source), "html", null, true);
echo "
";
// line 94
if ((($context["name"] ?? null) != "Airdrops")) {
// line 95
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 95)->display(twig_array_merge($context, ["desktop" => "block_9", "mobile" => "block_10"]));
// line 96
echo " ";
}
// line 97
echo " ";
} else {
// line 98
echo "
";
// line 99
if (($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_original_article", [], "any", false, false, true, 99), 0, [], "any", false, false, true, 99)) == "On")) {
// line 100
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Original"));
echo " U.Today ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("article"));
echo "
";
}
// line 102
echo " ";
if (($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tweet_based", [], "any", false, false, true, 102), 0, [], "any", false, false, true, 102)) == "On")) {
// line 103
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Original article based on tweet"));
echo "
";
}
// line 105
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 107, $this->source), "html", null, true);
echo " , Category: ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 107, $this->source), "html", null, true);
echo " ,Author: ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 107), 107, $this->source)));
echo " , Date: ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_date_format_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "created", [], "any", false, false, true, 107), "value", [], "any", false, false, true, 107), 107, $this->source), "d M Y"), "html", null, true);
echo " , Week: ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_date_format_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "created", [], "any", false, false, true, 107), "value", [], "any", false, false, true, 107), 107, $this->source), "W"), "html", null, true);
echo "'
data-url=\"";
// line 108
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 108, $this->source), "html", null, true);
echo "\"
>";
// line 109
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 109, $this->source), "html", null, true);
echo "
";
// line 114
if ((((((($context["name"] ?? null) != "Author") && (($context["name"] ?? null) != "Events")) && (($context["name"] ?? null) != "Press Releases")) && (($context["name"] ?? null) != "Airdrops")) && (($context["name"] ?? null) != "Market Releases"))) {
// line 115
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_kategoria", [], "any", false, false, true, 115), "html", null, true)))) {
echo "humble--tags-breaking";
}
echo "\">
";
// line 116
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_kategoria", [], "any", false, false, true, 116), 116, $this->source), "html", null, true);
echo "
";
}
// line 119
echo "
";
// line 120
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 120), "entity", [], "any", false, false, true, 120), "label", [], "any", false, false, true, 120) != "Event") && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 120), "entity", [], "any", false, false, true, 120), "label", [], "any", false, false, true, 120) != "Airdrops"))) {
// line 121
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 121), "entity", [], "any", false, false, true, 121), "label", [], "any", false, false, true, 121) != "Profile")) {
// line 122
echo " ";
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 122), "entity", [], "any", false, false, true, 122), "label", [], "any", false, false, true, 122) != "Press release") && (($context["name"] ?? null) != "Market Releases"))) {
// line 123
echo "
By <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 125), 125, $this->source)));
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 125), 125, $this->source)));
echo "</a>
";
}
// line 128
echo " ";
}
// line 129
echo " ";
}
// line 130
echo "
";
// line 131
if ((((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Profile") && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Event")) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Airdrops"))) {
// line 132
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_date_format_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "created", [], "any", false, false, true, 132), "value", [], "any", false, false, true, 132), 132, $this->source), "D, j/m/Y - G:i"), "html", null, true);
echo "
";
}
// line 134
echo " ";
// line 135
echo "
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingTwitter($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 144, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 144, $this->source)), "html", null, true);
echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingFacebook($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 147, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 147, $this->source)), "html", null, true);
echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingReddit($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 150, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 150, $this->source)), "html", null, true);
echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'></a>
";
// line 158
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_leed", [], "any", false, false, true, 158), 158, $this->source), "html", null, true);
echo "
";
// line 159
if ((($context["name"] ?? null) != "Airdrops")) {
// line 160
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 160)->display(twig_array_merge($context, ["desktop" => "block_9", "mobile" => "block_10"]));
// line 161
echo " ";
}
// line 162
echo " ";
if ((($context["name"] ?? null) == "Airdrops")) {
// line 163
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "adlink", [], "any", false, false, true, 165), 165, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Participate in Airdrop"));
echo "</a>
";
}
// line 169
echo " ";
// line 170
echo "
";
// line 173
echo " ";
// line 174
echo " ";
// line 175
echo " ";
// line 176
echo " ";
// line 177
echo " ";
// line 178
echo " ";
// line 179
echo " ";
// line 180
echo " ";
// line 181
echo " ";
// line 182
echo " ";
// line 183
echo " ";
// line 184
echo "
";
// line 186
echo " ";
// line 187
echo " ";
// line 188
echo " ";
// line 189
echo " ";
if (((($context["name"] ?? null) != "Profile") && (($context["name"] ?? null) != "Events"))) {
// line 190
echo "
";
}
// line 192
echo "
";
// line 197
if ((($context["name"] ?? null) != "Airdrops")) {
// line 198
echo " ";
if ((twig_length_filter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->watermark(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 198), "content", [], "any", false, false, true, 198))) > 2)) {
// line 199
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["style"] ?? null), 199, $this->source), "html", null, true);
echo "__wrap\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["style"] ?? null), 201, $this->source), "html", null, true);
echo "__body\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["style"] ?? null), 202, $this->source), "html", null, true);
echo "__main\">
";
// line 203
if ((($context["name"] ?? null) == "Events")) {
// line 204
echo "
Event details
";
// line 206
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 206)) > 2)) {
// line 207
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 209), 209, $this->source), "html", null, true);
echo "\" target=\"_blank\">Buy
tickets</a>
";
// line 211
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 211)) > 2)) {
// line 212
echo "
Promo code
";
// line 216
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 216), 216, $this->source), "html", null, true);
echo "
";
}
// line 222
echo "
";
} else {
// line 224
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "register", [], "any", false, false, true, 226), 226, $this->source), "html", null, true);
echo "\"
target=\"_blank\">Registration</a>
";
// line 228
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 228)) > 2)) {
// line 229
echo "
Promo code
";
// line 232
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 232), 232, $this->source), "html", null, true);
echo "
";
}
// line 238
echo "
";
}
// line 240
echo "
Dates:
";
// line 242
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 242), 242, $this->source)), "html", null, true);
echo "
";
// line 243
if (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 243)) > 2) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 243)) > 2))) {
// line 244
echo " -
";
}
// line 246
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 246), 246, $this->source)), "html", null, true);
echo "
";
// line 248
if (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_city", [], "any", false, false, true, 248)) > 2) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_country", [], "any", false, false, true, 248)) > 2))) {
// line 249
echo "
Location:
";
// line 251
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_city", [], "any", false, false, true, 251), 251, $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["content"] ?? null), "field_country", [], "any", false, false, true, 251), 251, $this->source), "html", null, true);
echo "
";
}
// line 254
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 254)) > 2)) {
// line 255
echo "
Venue:
";
// line 257
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 257), 257, $this->source), "html", null, true);
echo "
";
}
// line 260
echo " ";
if (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 260)) > 2) && ((($__internal_compile_0 = (($__internal_compile_1 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 260)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[0] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#title"] ?? null) : null) == "Premium"))) {
// line 261
echo "
Website:
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 265), 265, $this->source), "html", null, true);
echo "\">
";
// line 267
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 267), 267, $this->source), "html", null, true);
echo "
";
}
// line 273
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 273)) > 2)) {
// line 274
echo "
Price:
";
// line 276
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_price_currency", [], "any", false, false, true, 276), 276, $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["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 276), 276, $this->source), "html", null, true);
echo "
";
}
// line 279
echo " ";
if (((((((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 279)) > 2) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 279)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 279)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 279)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 279)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_linkedin", [], "any", false, false, true, 279)) > 2))) {
// line 280
echo "
Social links:
";
// line 283
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 283)) > 2)) {
// line 284
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 284), 284, $this->source), "html", null, true);
echo "\" class=\"btn btn--border-dark campaign-details__clip\" onclick=\"copyLink(this)\" aria-label=\"Copy link\" data-link=\"#x\">
X
";
}
// line 288
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 288)) > 2)) {
// line 289
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 289), 289, $this->source), "html", null, true);
echo "\" class=\"btn btn--border-dark campaign-details__clip\" onclick=\"copyLink(this)\" aria-label=\"Copy link\" data-link=\"#telegram\">
Telegram
";
}
// line 293
echo "
";
}
// line 297
echo "
";
}
// line 299
echo "
";
// line 300
if ((((($context["name"] ?? null) == "Press Releases") || (($context["name"] ?? null) == "Market Releases")) || ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_watermark", [], "any", false, false, true, 300), 0, [], "any", false, false, true, 300)) != "On"))) {
// line 301
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 301), 301, $this->source), "html", null, true);
echo "\"
alt=\"";
// line 302
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 302, $this->source), "html", null, true);
echo "\">
";
// line 303
if ((($context["name"] ?? null) == "Market Releases")) {
// line 304
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Market Release"));
echo "
";
}
// line 306
echo "
";
// line 309
if ((($context["name"] ?? null) == "Press Releases")) {
// line 310
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Press Release"));
echo "
";
}
// line 312
echo "
";
} else {
// line 314
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->watermark($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 315), "content", [], "any", false, false, true, 315), 315, $this->source)), "html", null, true);
echo "\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 315, $this->source), "html", null, true);
echo "\">
";
}
// line 317
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/mark.html.twig"), "themes/cryptod/templates/article.html.twig", 317)->display($context);
// line 318
echo "
";
// line 319
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 319), "entity", [], "any", false, false, true, 319), "label", [], "any", false, false, true, 319) != "Press release") && (($context["name"] ?? null) != "Events"))) {
// line 320
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->coverimage($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_cover_image_capture", [], "any", false, false, true, 320), 320, $this->source)));
echo "
";
}
// line 322
echo "
";
// line 323
if ((($context["name"] ?? null) == "Press Releases")) {
// line 324
echo "
";
// line 325
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "coverimagecaption", [], "any", false, false, true, 325)) > 2)) {
// line 326
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->coverimage($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "coverimagecaption", [], "any", false, false, true, 326), 326, $this->source)));
echo "
";
} else {
// line 328
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("The cover image and all the rights belong to the client ordering given press release"));
echo "
";
}
// line 330
echo "
";
}
// line 332
echo " ";
if ((($context["name"] ?? null) == "Events")) {
// line 333
echo "
";
// line 334
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Cover image by"));
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 334), 334, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 334, $this->source), "html", null, true);
echo "</a>
";
}
// line 337
echo " ";
if (((($context["name"] ?? null) == "Price Predictions") || ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_disclaimer", [], "any", false, false, true, 337), 0, [], "any", false, false, true, 337)) == "On"))) {
// line 338
echo "
";
// line 341
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Disclaimer: The opinions expressed by our writers are their own and do not represent the views of U.Today. The financial and market information provided on U.Today is intended for informational purposes only. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. Conduct your own research by contacting financial experts before making any investment decisions. We believe that all content is accurate as of the date of publication, but certain offers mentioned may no longer be available."));
echo "
";
}
// line 346
echo " ";
if ((($context["name"] ?? null) == "Market Releases")) {
// line 347
echo "
";
// line 350
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Disclaimer: This is sponsored content. The information on this page is not endorsed or supported by U.Today, and U.Today is not responsible or liable for any inaccuracies, poor quality, advertising, products or other materials found within the publication. Readers should do their own research before taking any actions related to the company. U.Today is not responsible, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any content, goods or services mentioned in the article."));
echo "
";
}
// line 355
echo "
";
}
// line 358
echo "
<a>
";
// line 363
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Read U.TODAY on"));
echo "
";
// line 364
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Google News"));
echo "
</a>
";
} else {
// line 369
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->watermark($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 371), "content", [], "any", false, false, true, 371), 371, $this->source)), "html", null, true);
echo "\" alt=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 371, $this->source), "html", null, true);
echo "\">
";
}
// line 374
echo " ";
}
// line 375
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["style"] ?? null), 375, $this->source), "html", null, true);
echo "__content\">
";
// line 377
if ((($context["name"] ?? null) == "Airdrops")) {
// line 378
echo " Airdrop Description
";
}
// line 380
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "body", [], "any", false, false, true, 380), 380, $this->source), "html", null, true);
echo "
";
// line 381
if ((($context["name"] ?? null) == "Airdrops")) {
// line 382
echo " How to Participate
";
// line 383
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "howtoprct", [], "any", false, false, true, 383), 383, $this->source), "html", null, true);
echo "
";
}
// line 385
echo " ";
if ((($context["name"] ?? null) == "Events")) {
// line 386
echo " ";
if (((($__internal_compile_2 = (($__internal_compile_3 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 386)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[0] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#title"] ?? null) : null) == "Premium")) {
// line 387
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 387)) > 2)) {
// line 388
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 390), 390, $this->source), "html", null, true);
echo "\" target=\"_blank\">Buy
tickets</a>
";
// line 392
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 392)) > 2)) {
// line 393
echo "
Promo code
";
// line 396
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 396), 396, $this->source), "html", null, true);
echo "
";
}
// line 402
echo "
";
}
// line 404
echo " ";
}
// line 405
echo " ";
}
// line 406
echo "
";
// line 408
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 408), "entity", [], "any", false, false, true, 408), "label", [], "any", false, false, true, 408) == "Market Releases")) {
// line 409
echo "
";
// line 412
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 412)) > 2)) {
// line 413
echo "
";
// line 414
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Organization"));
echo "
";
// line 415
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 415), 415, $this->source), "html", null, true);
echo "
";
}
// line 418
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 418)) > 2)) {
// line 419
echo "
";
// line 420
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Website"));
echo "
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 422), 422, $this->source), "html", null, true);
echo "' ";
if (($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettype(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 422)) != "Premium")) {
echo " ";
}
// line 423
echo " rel=\"";
if (($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_premium_dofollow", [], "any", false, false, true, 423), 0, [], "any", false, false, true, 423)) == "On")) {
echo "dofollow";
} else {
echo "nofollow";
}
echo "\">";
if (($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "hide_http", [], "any", false, false, true, 423), 0, [], "any", false, false, true, 423)) == "On")) {
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 423), 423, $this->source)), ["http://" => "", "https://" => ""]), "html", null, true);
} else {
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 423), 423, $this->source), "html", null, true);
}
echo "</a>
";
}
// line 427
echo "
";
// line 428
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_contacts", [], "any", false, false, true, 428)) > 2)) {
// line 429
echo "
";
// line 430
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Contacts"));
echo "
";
// line 431
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_contacts", [], "any", false, false, true, 431), 431, $this->source), "html", null, true);
echo "
";
}
// line 434
echo "
<ul>
";
// line 436
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tags", [], "any", false, false, true, 436), 436, $this->source), "html", null, true);
echo "
</ul>
";
}
// line 443
echo "
";
// line 444
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 444), "entity", [], "any", false, false, true, 444), "label", [], "any", false, false, true, 444) == "Press release")) {
// line 445
echo "
Company details
";
// line 447
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 447)) > 2)) {
// line 448
echo "
Organization:
";
// line 450
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 450), 450, $this->source), "html", null, true);
echo "
";
}
// line 453
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 453)) > 2)) {
// line 454
echo "
Website:
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 457), 457, $this->source), "html", null, true);
echo "\">
";
// line 458
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 458), 458, $this->source), "html", null, true);
echo "
";
}
// line 463
echo "
<ul>
";
// line 466
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tags", [], "any", false, false, true, 466), 466, $this->source), "html", null, true);
echo "
</ul>
";
// line 471
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Disclaimer: This is sponsored content. The information on this page is not endorsed or supported by U.Today, and U.Today is not responsible or liable for any inaccuracies, poor quality, advertising, products or other materials found within the publication. Readers should do their own research before taking any actions related to the company. U.Today is not responsible, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any content, goods or services mentioned in the article."));
echo "
";
}
// line 475
echo "
";
// line 478
if ((($context["name"] ?? null) == "Airdrops")) {
// line 479
echo "
";
// line 480
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 480)) > 2)) {
// line 481
echo "
";
// line 482
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Location"));
echo ":
";
// line 483
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 483), 483, $this->source), "html", null, true);
echo "
";
}
// line 486
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "platform", [], "any", false, false, true, 486)) > 2)) {
// line 487
echo "
";
// line 488
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Platform"));
echo ":
";
// line 489
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "platform", [], "any", false, false, true, 489), 489, $this->source), "html", null, true);
echo "
";
}
// line 492
echo " ";
if ((($context["name"] ?? null) == "Events")) {
// line 493
echo "
";
// line 494
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 494)) > 2)) {
// line 495
echo "
";
// line 496
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Start Date"));
echo ":
";
// line 497
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 497), 497, $this->source)), "html", null, true);
echo "
";
}
// line 500
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 500)) > 2)) {
// line 501
echo "
";
// line 502
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("End Date"));
echo ":
";
// line 503
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 503), 503, $this->source)), "html", null, true);
echo "
";
}
// line 506
echo "
";
} else {
// line 509
echo "
";
// line 510
if (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 510)) < 3) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 510)) < 3))) {
// line 511
echo "
";
// line 512
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Dates"));
echo ":
N/A
";
} else {
// line 516
echo "
";
// line 517
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 517)) > 2)) {
// line 518
echo "
";
// line 519
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("From"));
echo ":
";
// line 520
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 520), 520, $this->source)), "html", null, true);
echo "
";
}
// line 523
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 523)) > 2)) {
// line 524
echo "
";
// line 525
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Until"));
echo ":
";
// line 526
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettxt($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 526), 526, $this->source)), "html", null, true);
echo "
";
}
// line 529
echo "
";
}
// line 531
echo " ";
}
// line 532
echo "
";
// line 535
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 535)) > 2)) {
// line 536
echo "
";
// line 537
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Ticket from"));
echo ":
";
// line 538
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 538), 538, $this->source), "html", null, true);
echo "
";
}
// line 541
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tickets_to", [], "any", false, false, true, 541)) > 2)) {
// line 542
echo "
";
// line 543
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Ticket to"));
echo ":
";
// line 544
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tickets_to", [], "any", false, false, true, 544), 544, $this->source), "html", null, true);
echo "
";
}
// line 547
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 547)) > 2)) {
// line 548
echo "
";
// line 549
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Website"));
echo ":
";
// line 550
if (((($__internal_compile_4 = (($__internal_compile_5 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 550)) && 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["#title"] ?? null) : null) == "Premium")) {
// line 551
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 552), 552, $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["content"] ?? null), "field_site", [], "any", false, false, true, 552), 552, $this->source), "html", null, true);
if (((($__internal_compile_6 = (($__internal_compile_7 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 552)) && 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["#title"] ?? null) : null) == "Premium")) {
echo "</a>";
}
// line 553
echo "
";
}
// line 556
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "value", [], "any", false, false, true, 556)) > 2)) {
// line 557
echo "
";
// line 558
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Value"));
echo ":
";
// line 559
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "value", [], "any", false, false, true, 559), 559, $this->source), "html", null, true);
echo "
";
}
// line 563
echo "
";
// line 564
if ((((($__internal_compile_8 = (($__internal_compile_9 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 564)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9[0] ?? null) : null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["#title"] ?? null) : null) == "Premium") || ((($__internal_compile_10 = (($__internal_compile_11 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "a", [], "any", false, false, true, 564)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11[0] ?? null) : null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#title"] ?? null) : null) == "Premium"))) {
// line 565
echo "
";
// line 566
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 566)) > 2)) {
// line 567
echo "
";
// line 568
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Organization"));
echo ":
";
// line 569
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 569), 569, $this->source), "html", null, true);
echo "
";
}
// line 572
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_other_contacts", [], "any", false, false, true, 572)) > 2)) {
// line 573
echo "
";
// line 574
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Contacts"));
echo ":
";
// line 575
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_other_contacts", [], "any", false, false, true, 575), 575, $this->source), "html", null, true);
echo "
";
}
// line 578
echo " ";
if ((((((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 578)) > 2) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 578)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 578)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 578)) > 2)) || (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 578)) > 2))) {
// line 579
echo "
";
// line 580
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Social links"));
echo ":
";
// line 583
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 583)) > 2)) {
// line 584
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 586), 586, $this->source), "html", null, true);
echo "\">
";
// line 587
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Facebook"));
echo "
</a>
";
}
// line 590
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 590)) > 2)) {
// line 591
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 593), 593, $this->source), "html", null, true);
echo "\">
";
// line 594
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Twitter"));
echo "
</a>
";
}
// line 597
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 597)) > 2)) {
// line 598
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 600), 600, $this->source), "html", null, true);
echo "\">
";
// line 601
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Telegram"));
echo "
</a>
";
}
// line 604
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 604)) > 2)) {
// line 605
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 607), 607, $this->source), "html", null, true);
echo "\">
";
// line 608
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("YouTube"));
echo "
</a>
";
}
// line 611
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 611)) > 2)) {
// line 612
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 614), 614, $this->source), "html", null, true);
echo "\">
";
// line 615
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Reddit"));
echo "
</a>
";
}
// line 618
echo "
";
}
// line 622
echo " ";
}
// line 623
echo "
";
// line 624
if (((($__internal_compile_12 = (($__internal_compile_13 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 624)) && is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13[0] ?? null) : null)) && is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12["#title"] ?? null) : null) == "Premium")) {
// line 625
echo "
";
// line 626
if ((twig_length_filter($this->env, ($context["speakers"] ?? null)) > 2)) {
// line 627
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Speakers"));
echo "
";
// line 628
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["speakers"] ?? null), 628, $this->source));
echo "
";
}
// line 630
echo "
";
// line 631
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_shedule2", [], "any", false, false, true, 631)) > 2)) {
// line 632
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Agenda"));
echo "
";
// line 633
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_shedule2", [], "any", false, false, true, 633), 633, $this->source), "html", null, true);
echo "
";
}
// line 635
echo "
";
// line 636
if ((($context["name"] ?? null) == "Airdrops")) {
// line 637
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 637)) > 2)) {
// line 638
echo " ";
if (((($__internal_compile_14 = (($__internal_compile_15 = twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 638)) && is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15[0] ?? null) : null)) && is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14["#title"] ?? null) : null) == "Premium")) {
// line 639
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 641), 641, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Buy tickets"));
echo "</a>
";
// line 642
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 642)) > 2)) {
// line 643
echo "
";
// line 644
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Promocode"));
echo ":
";
// line 645
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 645), 645, $this->source), "html", null, true);
echo "
";
}
// line 648
echo "
";
}
// line 651
echo " ";
}
// line 652
echo " ";
}
// line 653
echo "
";
}
// line 655
echo "
";
}
// line 657
echo "
";
// line 659
echo " ";
// line 660
echo " ";
// line 661
echo " ";
// line 662
echo " ";
// line 663
echo " ";
// line 664
echo " ";
// line 665
echo " ";
// line 666
echo " ";
// line 667
echo "
";
// line 668
if (((((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 668), "entity", [], "any", false, false, true, 668), "label", [], "any", false, false, true, 668) != "Profile") && (($context["name"] ?? null) != "Press Releases")) && (($context["name"] ?? null) != "Market Releases")) && (($context["name"] ?? null) != "Events"))) {
// line 669
echo "
";
// line 671
$this->loadTemplate((($context["directory"] ?? null) . "/templates/tag.html.twig"), "themes/cryptod/templates/article.html.twig", 671)->display($context);
// line 672
echo "
";
}
// line 677
echo "
";
// line 680
if ((($context["name"] ?? null) == "Author")) {
// line 681
echo "
";
// line 682
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 682)) > 2)) {
// line 683
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 684), 684, $this->source), "html", null, true);
echo "\"></a>
";
}
// line 686
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 686)) > 2)) {
// line 687
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 688), 688, $this->source), "html", null, true);
echo "\"></a>
";
}
// line 690
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 690)) > 2)) {
// line 691
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 692), 692, $this->source), "html", null, true);
echo "\"></a>
";
}
// line 694
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 694)) > 2)) {
// line 695
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 696), 696, $this->source), "html", null, true);
echo "\"></a>
";
}
// line 698
echo "
";
}
// line 700
echo "
";
// line 704
if ((((($context["name"] ?? null) != "Press Releases") && (($context["name"] ?? null) != "Events")) && (($context["name"] ?? null) != "Airdrops"))) {
// line 705
echo "
";
// line 708
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getContents($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 708), 708, $this->source)));
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 728), 728, $this->source), "html", null, true);
echo "\"
preload=\"none\">
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingTwitter($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 738, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 738, $this->source)), "html", null, true);
echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingFacebook($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 741, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 741, $this->source)), "html", null, true);
echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'></a>
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingReddit($this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 744, $this->source)), "html", null, true);
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 744, $this->source)), "html", null, true);
echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'></a>
";
}
// line 753
echo " ";
if ((($context["name"] ?? null) == "Airdrops")) {
// line 754
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "adlink", [], "any", false, false, true, 756), 756, $this->source), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Participate in Airdrop"));
echo "</a>
";
}
// line 761
echo "
";
// line 763
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 763)->display(twig_array_merge($context, ["desktop" => "block_22", "mobile" => "block_23"]));
// line 764
echo "
";
// line 766
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 766), "entity", [], "any", false, false, true, 766), "label", [], "any", false, false, true, 766) != "Profile") && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 766), "entity", [], "any", false, false, true, 766), "label", [], "any", false, false, true, 766) != "Airdrops"))) {
// line 767
echo " ";
if (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 767), "entity", [], "any", false, false, true, 767), "label", [], "any", false, false, true, 767) == "Press release") || (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 767), "entity", [], "any", false, false, true, 767), "label", [], "any", false, false, true, 767) == "Market Releases"))) {
// line 768
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("related_article", "block_3"), "html", null, true);
echo "
";
} else {
// line 770
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 770), "entity", [], "any", false, false, true, 770), "label", [], "any", false, false, true, 770) == "Event")) {
// line 771
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("related_article", "block_2"), "html", null, true);
echo "
";
} else {
// line 773
echo "
Related articles
";
// line 779
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("related_article", "block_6"), "html", null, true);
echo "
";
}
// line 784
echo " ";
}
// line 785
echo " ";
} else {
// line 786
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("author_articles", "block_1"), "html", null, true);
echo "
";
}
// line 788
echo "
";
}
// line 791
echo "
Prev. article
Next article
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/article.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1785 => 791, 1780 => 788, 1774 => 786, 1771 => 785, 1768 => 784, 1760 => 779, 1752 => 773, 1746 => 771, 1743 => 770, 1737 => 768, 1734 => 767, 1732 => 766, 1728 => 764, 1726 => 763, 1722 => 761, 1712 => 756, 1708 => 754, 1705 => 753, 1691 => 744, 1683 => 741, 1675 => 738, 1662 => 728, 1639 => 708, 1634 => 705, 1632 => 704, 1626 => 700, 1622 => 698, 1617 => 696, 1614 => 695, 1611 => 694, 1606 => 692, 1603 => 691, 1600 => 690, 1595 => 688, 1592 => 687, 1589 => 686, 1584 => 684, 1581 => 683, 1579 => 682, 1576 => 681, 1574 => 680, 1569 => 677, 1562 => 672, 1560 => 671, 1556 => 669, 1554 => 668, 1551 => 667, 1549 => 666, 1547 => 665, 1545 => 664, 1543 => 663, 1541 => 662, 1539 => 661, 1537 => 660, 1535 => 659, 1532 => 657, 1528 => 655, 1524 => 653, 1521 => 652, 1518 => 651, 1513 => 648, 1507 => 645, 1503 => 644, 1500 => 643, 1498 => 642, 1492 => 641, 1488 => 639, 1485 => 638, 1482 => 637, 1480 => 636, 1477 => 635, 1472 => 633, 1467 => 632, 1465 => 631, 1462 => 630, 1457 => 628, 1452 => 627, 1450 => 626, 1447 => 625, 1445 => 624, 1442 => 623, 1439 => 622, 1433 => 618, 1427 => 615, 1423 => 614, 1419 => 612, 1416 => 611, 1410 => 608, 1406 => 607, 1402 => 605, 1399 => 604, 1393 => 601, 1389 => 600, 1385 => 598, 1382 => 597, 1376 => 594, 1372 => 593, 1368 => 591, 1365 => 590, 1359 => 587, 1355 => 586, 1351 => 584, 1349 => 583, 1343 => 580, 1340 => 579, 1337 => 578, 1331 => 575, 1327 => 574, 1324 => 573, 1321 => 572, 1315 => 569, 1311 => 568, 1308 => 567, 1306 => 566, 1303 => 565, 1301 => 564, 1298 => 563, 1291 => 559, 1287 => 558, 1284 => 557, 1281 => 556, 1276 => 553, 1268 => 552, 1265 => 551, 1263 => 550, 1259 => 549, 1256 => 548, 1253 => 547, 1247 => 544, 1243 => 543, 1240 => 542, 1237 => 541, 1231 => 538, 1227 => 537, 1224 => 536, 1222 => 535, 1217 => 532, 1214 => 531, 1210 => 529, 1204 => 526, 1200 => 525, 1197 => 524, 1194 => 523, 1188 => 520, 1184 => 519, 1181 => 518, 1179 => 517, 1176 => 516, 1169 => 512, 1166 => 511, 1164 => 510, 1161 => 509, 1156 => 506, 1150 => 503, 1146 => 502, 1143 => 501, 1140 => 500, 1134 => 497, 1130 => 496, 1127 => 495, 1125 => 494, 1122 => 493, 1119 => 492, 1113 => 489, 1109 => 488, 1106 => 487, 1103 => 486, 1097 => 483, 1093 => 482, 1090 => 481, 1088 => 480, 1085 => 479, 1083 => 478, 1078 => 475, 1071 => 471, 1063 => 466, 1058 => 463, 1050 => 458, 1046 => 457, 1041 => 454, 1038 => 453, 1032 => 450, 1028 => 448, 1026 => 447, 1022 => 445, 1020 => 444, 1017 => 443, 1007 => 436, 1003 => 434, 997 => 431, 993 => 430, 990 => 429, 988 => 428, 985 => 427, 967 => 423, 961 => 422, 956 => 420, 953 => 419, 950 => 418, 944 => 415, 940 => 414, 937 => 413, 935 => 412, 930 => 409, 928 => 408, 924 => 406, 921 => 405, 918 => 404, 914 => 402, 905 => 396, 900 => 393, 898 => 392, 893 => 390, 889 => 388, 886 => 387, 883 => 386, 880 => 385, 875 => 383, 872 => 382, 870 => 381, 865 => 380, 861 => 378, 859 => 377, 853 => 375, 850 => 374, 842 => 371, 838 => 369, 830 => 364, 826 => 363, 819 => 358, 814 => 355, 806 => 350, 801 => 347, 798 => 346, 790 => 341, 785 => 338, 782 => 337, 772 => 334, 769 => 333, 766 => 332, 762 => 330, 756 => 328, 750 => 326, 748 => 325, 745 => 324, 743 => 323, 740 => 322, 734 => 320, 732 => 319, 729 => 318, 726 => 317, 719 => 315, 716 => 314, 712 => 312, 706 => 310, 704 => 309, 699 => 306, 693 => 304, 691 => 303, 687 => 302, 682 => 301, 680 => 300, 677 => 299, 673 => 297, 667 => 293, 659 => 289, 656 => 288, 648 => 284, 646 => 283, 641 => 280, 638 => 279, 630 => 276, 626 => 274, 623 => 273, 614 => 267, 609 => 265, 603 => 261, 600 => 260, 594 => 257, 590 => 255, 587 => 254, 579 => 251, 575 => 249, 573 => 248, 567 => 246, 563 => 244, 561 => 243, 557 => 242, 553 => 240, 549 => 238, 540 => 232, 535 => 229, 533 => 228, 528 => 226, 524 => 224, 520 => 222, 511 => 216, 505 => 212, 503 => 211, 498 => 209, 494 => 207, 492 => 206, 488 => 204, 486 => 203, 482 => 202, 478 => 201, 472 => 199, 469 => 198, 467 => 197, 460 => 192, 456 => 190, 453 => 189, 451 => 188, 449 => 187, 447 => 186, 444 => 184, 442 => 183, 440 => 182, 438 => 181, 436 => 180, 434 => 179, 432 => 178, 430 => 177, 428 => 176, 426 => 175, 424 => 174, 422 => 173, 418 => 170, 416 => 169, 407 => 165, 403 => 163, 400 => 162, 397 => 161, 394 => 160, 392 => 159, 388 => 158, 375 => 150, 367 => 147, 359 => 144, 348 => 135, 346 => 134, 340 => 132, 338 => 131, 335 => 130, 332 => 129, 329 => 128, 321 => 125, 317 => 123, 314 => 122, 311 => 121, 309 => 120, 306 => 119, 300 => 116, 293 => 115, 291 => 114, 283 => 109, 279 => 108, 267 => 107, 263 => 105, 257 => 103, 254 => 102, 246 => 100, 244 => 99, 241 => 98, 238 => 97, 235 => 96, 232 => 95, 230 => 94, 223 => 90, 217 => 89, 214 => 88, 210 => 86, 208 => 85, 199 => 79, 195 => 78, 186 => 72, 178 => 67, 174 => 65, 172 => 64, 168 => 63, 165 => 62, 159 => 59, 150 => 53, 135 => 43, 127 => 40, 119 => 37, 111 => 31, 103 => 29, 100 => 28, 96 => 26, 93 => 25, 87 => 23, 84 => 22, 78 => 20, 76 => 19, 70 => 16, 64 => 15, 57 => 10, 55 => 9, 51 => 7, 49 => 6, 47 => 5, 45 => 4, 43 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/article.html.twig", "/var/www/utoday/web/themes/cryptod/templates/article.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 1, "if" => 6, "include" => 95);
static $filters = array("twittershares" => 2, "facebookshares" => 3, "getcat" => 4, "escape" => 15, "length" => 19, "sharingTwitter" => 37, "checktitle" => 37, "sharingFacebook" => 40, "sharingReddit" => 43, "render" => 64, "raw" => 78, "getauthorlink" => 78, "getimagetag" => 79, "getavatar" => 79, "getauthorname" => 89, "t" => 100, "date" => 107, "nl2br" => 115, "watermark" => 198, "gettxt" => 242, "coverimage" => 320, "gettype" => 422, "replace" => 423, "getContents" => 708);
static $functions = array("random" => 1, "drupal_view" => 59);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'include'],
['twittershares', 'facebookshares', 'getcat', 'escape', 'length', 'sharingTwitter', 'checktitle', 'sharingFacebook', 'sharingReddit', 'render', 'raw', 'getauthorlink', 'getimagetag', 'getavatar', 'getauthorname', 't', 'date', 'nl2br', 'watermark', 'gettxt', 'coverimage', 'gettype', 'replace', 'getContents'],
['random', 'drupal_view']
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2', 'themes/cryptod/templates/article.html.twig', NULL) (Line: 322)
Twig\Template->loadTemplate('themes/cryptod/templates/article.html.twig', 'themes/cryptod/templates/node.html.twig', 87) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.9Pfkpx5i16dAw5HAv8gwdMSERso,sites/default/files/php/twig/694594a8f1a22_field.html.twig_5vzCNjgRMPP4013nIe_22Jj1T/tYzpLi9p6TryrSb-Q8lUDUOQ-_4mt1Tb7lQ7761qsdA.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field.html.twig_5vzCNjgRMPP4013nIe_22Jj1T', '<?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/cryptod/templates/field.html.twig */
class __TwigTemplate_e1b85ae19d20b7a722a4e9e5f3c69a1f extends 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 39
echo "
";
// line 40
if (($context["label_hidden"] ?? null)) {
// line 41
echo " ";
if (($context["multiple"] ?? null)) {
// line 42
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 42, $this->source), "html", null, true);
echo ">
";
// line 43
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 44
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, 44), 44, $this->source), "html", null, true);
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 46
echo "
";
} else {
// line 48
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 49
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, 49), 49, $this->source), "html", null, true);
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 51
echo " ";
}
} else {
// line 53
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 53, $this->source), "html", null, true);
echo ">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_attributes"] ?? null), 54, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 54, $this->source), "html", null, true);
echo "
";
// line 55
if (($context["multiple"] ?? null)) {
// line 56
echo "
";
}
// line 58
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 59
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, 59), 59, $this->source), "html", null, true);
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 61
echo " ";
if (($context["multiple"] ?? null)) {
// line 62
echo "
";
}
// line 64
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/field.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 123 => 64, 119 => 62, 116 => 61, 108 => 59, 103 => 58, 99 => 56, 97 => 55, 91 => 54, 86 => 53, 82 => 51, 74 => 49, 69 => 48, 65 => 46, 56 => 44, 52 => 43, 47 => 42, 44 => 41, 42 => 40, 39 => 39,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 40, "for" => 43);
static $filters = array("escape" => 42);
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('694594a8f1a22_field.html.twig_5vzCNjgRMPP4013nIe_22Jj1T', '<?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/cryptod/templates/field.html.twig */
class __TwigTemplate_e1b85ae19d20b7a722a4e9e5f3c69a1f extends 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 39
echo "
";
// line 40
if (($context["label_hidden"] ?? null)) {
// line 41
echo " ";
if (($context["multiple"] ?? null)) {
// line 42
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 42, $this->source), "html", null, true);
echo ">
";
// line 43
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 44
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, 44), 44, $this->source), "html", null, true);
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 46
echo "
";
} else {
// line 48
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 49
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, 49), 49, $this->source), "html", null, true);
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 51
echo " ";
}
} else {
// line 53
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 53, $this->source), "html", null, true);
echo ">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_attributes"] ?? null), 54, $this->source), "html", null, true);
echo ">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 54, $this->source), "html", null, true);
echo "
";
// line 55
if (($context["multiple"] ?? null)) {
// line 56
echo "
";
}
// line 58
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 59
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, 59), 59, $this->source), "html", null, true);
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 61
echo " ";
if (($context["multiple"] ?? null)) {
// line 62
echo "
";
}
// line 64
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/field.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 123 => 64, 119 => 62, 116 => 61, 108 => 59, 103 => 58, 99 => 56, 97 => 55, 91 => 54, 86 => 53, 82 => 51, 74 => 49, 69 => 48, 65 => 46, 56 => 44, 52 => 43, 47 => 42, 44 => 41, 42 => 40, 39 => 39,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 40, "for" => 43);
static $filters = array("escape" => 42);
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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_e1b85ae19d20b7a722a4e9e5f3c69a1f', 'themes/cryptod/templates/field.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/field.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/field.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 294)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.niSbI-lvDZSRtNXwmTq2wR7ago8,sites/default/files/php/twig/694594a8f1a22_field--field-leed.html.tw_PU2aqCyJwVjeMNuUTioykc45V/mplmSc7oaLd7YOetCjuxgU2U8HDHw8WLrKYFtGxB8wQ.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--field-leed.html.tw_PU2aqCyJwVjeMNuUTioykc45V', '<?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/cryptod/templates/field--field-leed.html.twig */
class __TwigTemplate_d947b04342b1ca218cdb1b27c15de9d5 extends 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 39
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
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, 39), 39, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/field--field-leed.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 39,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field--field-leed.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--field-leed.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 39);
static $filters = array("escape" => 39);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['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('694594a8f1a22_field--field-leed.html.tw_PU2aqCyJwVjeMNuUTioykc45V', '<?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/cryptod/templates/field--field-leed.html.twig */
class __TwigTemplate_d947b04342b1ca218cdb1b27c15de9d5 extends 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 39
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
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, 39), 39, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/field--field-leed.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 39,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field--field-leed.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--field-leed.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 39);
static $filters = array("escape" => 39);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_d947b04342b1ca218cdb1b27c15de9d5', 'themes/cryptod/templates/field--field-leed.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/field--field-leed.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/field--field-leed.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 388)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.crhYHvzuQkk0zWgHiUgIOOslHpg,sites/default/files/php/twig/694594a8f1a22_banner.html.twig_nSak47kX9a3HF2LAPN2brb2MN/4-Df-wzcpxYxSUnKz13EXZDE9KrvvHRxGg3zvWY5sYI.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_banner.html.twig_nSak47kX9a3HF2LAPN2brb2MN', '<?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/cryptod/templates/banner.html.twig */
class __TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2 extends 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 " ";
$context["view"] = twig_length_filter($this->env, views_get_view_result("banner", $this->sandbox->ensureToStringAllowed(($context["desktop"] ?? null), 1, $this->source)));
// line 2
echo " ";
if ((($context["view"] ?? null) > 0)) {
// line 3
echo " ";
if ((($context["card"] ?? null) != 0)) {
// line 4
echo "
";
}
// line 6
echo "
Advertisement
";
// line 9
if ((($context["ad"] ?? null) == 1)) {
// line 10
echo " AD
";
}
// line 12
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["desktop"] ?? null), 15, $this->source), "html", null, true);
echo "\">
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("banner", $this->sandbox->ensureToStringAllowed(($context["desktop"] ?? null), 16, $this->source)), "html", null, true);
echo "
";
// line 18
if ((twig_length_filter($this->env, ($context["mobile"] ?? null)) > 2)) {
// line 19
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["mobile"] ?? null), 19, $this->source), "html", null, true);
echo "\">
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("banner", $this->sandbox->ensureToStringAllowed(($context["mobile"] ?? null), 20, $this->source)), "html", null, true);
echo "
";
}
// line 23
echo "
";
// line 24
if ((($context["card"] ?? null) != 0)) {
// line 25
echo "
";
}
// line 27
echo "
";
}
// line 29
echo "
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/banner.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 103 => 29, 99 => 27, 95 => 25, 93 => 24, 90 => 23, 84 => 20, 79 => 19, 77 => 18, 72 => 16, 68 => 15, 63 => 12, 59 => 10, 57 => 9, 52 => 6, 48 => 4, 45 => 3, 42 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/banner.html.twig", "/var/www/utoday/web/themes/cryptod/templates/banner.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 1, "if" => 2);
static $filters = array("length" => 1, "escape" => 15);
static $functions = array("drupal_view_result" => 1, "drupal_view" => 16);
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['length', 'escape'],
['drupal_view_result', 'drupal_view']
);
} 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('694594a8f1a22_banner.html.twig_nSak47kX9a3HF2LAPN2brb2MN', '<?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/cryptod/templates/banner.html.twig */
class __TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2 extends 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 " ";
$context["view"] = twig_length_filter($this->env, views_get_view_result("banner", $this->sandbox->ensureToStringAllowed(($context["desktop"] ?? null), 1, $this->source)));
// line 2
echo " ";
if ((($context["view"] ?? null) > 0)) {
// line 3
echo " ";
if ((($context["card"] ?? null) != 0)) {
// line 4
echo "
";
}
// line 6
echo "
Advertisement
";
// line 9
if ((($context["ad"] ?? null) == 1)) {
// line 10
echo " AD
";
}
// line 12
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["desktop"] ?? null), 15, $this->source), "html", null, true);
echo "\">
";
// line 16
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("banner", $this->sandbox->ensureToStringAllowed(($context["desktop"] ?? null), 16, $this->source)), "html", null, true);
echo "
";
// line 18
if ((twig_length_filter($this->env, ($context["mobile"] ?? null)) > 2)) {
// line 19
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["mobile"] ?? null), 19, $this->source), "html", null, true);
echo "\">
";
// line 20
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("banner", $this->sandbox->ensureToStringAllowed(($context["mobile"] ?? null), 20, $this->source)), "html", null, true);
echo "
";
}
// line 23
echo "
";
// line 24
if ((($context["card"] ?? null) != 0)) {
// line 25
echo "
";
}
// line 27
echo "
";
}
// line 29
echo "
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/banner.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 103 => 29, 99 => 27, 95 => 25, 93 => 24, 90 => 23, 84 => 20, 79 => 19, 77 => 18, 72 => 16, 68 => 15, 63 => 12, 59 => 10, 57 => 9, 52 => 6, 48 => 4, 45 => 3, 42 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/banner.html.twig", "/var/www/utoday/web/themes/cryptod/templates/banner.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 1, "if" => 2);
static $filters = array("length" => 1, "escape" => 15);
static $functions = array("drupal_view_result" => 1, "drupal_view" => 16);
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['length', 'escape'],
['drupal_view_result', 'drupal_view']
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2', 'themes/cryptod/templates/banner.html.twig', NULL) (Line: 322)
Twig\Template->loadTemplate('themes/cryptod/templates/banner.html.twig', 'themes/cryptod/templates/article.html.twig', 160) (Line: 395)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.clM9n91kbTbElJ1d2mUfxiLGovY,sites/default/files/php/twig/694594a8f1a22_views-view.html.twig_eLdW2Ehl2ttzKtGuXpoMiQex3/idNOGRoyPdb_pCid3J0x7_GPJg9qB_GEL_JObMyB00Q.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view.html.twig_eLdW2Ehl2ttzKtGuXpoMiQex3', '<?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/cryptod/templates/views-view.html.twig */
class __TwigTemplate_24d05d95d97828dc3adb292bd0b33caf extends 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
$context["classes"] = [0 => (( // line 35
($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 35, $this->source))) : (""))];
// line 37
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 37, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 42 => 37, 40 => 35, 39 => 34,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 34);
static $filters = array("escape" => 37);
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('694594a8f1a22_views-view.html.twig_eLdW2Ehl2ttzKtGuXpoMiQex3', '<?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/cryptod/templates/views-view.html.twig */
class __TwigTemplate_24d05d95d97828dc3adb292bd0b33caf extends 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
$context["classes"] = [0 => (( // line 35
($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 35, $this->source))) : (""))];
// line 37
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 37, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 42 => 37, 40 => 35, 39 => 34,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 34);
static $filters = array("escape" => 37);
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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_24d05d95d97828dc3adb292bd0b33caf', 'themes/cryptod/templates/views-view.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/views-view.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 72)
__TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 395)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.6u6VCpidyFMPDEkzAiYR_cRyT3E,sites/default/files/php/twig/694594a8f1a22_views-view-unformatted.ht_9yxQHj484ysC5wGQjt_PZD_QG/XNPVfqfW6thCAqYUrBp591XHH6QBW0D8ObtqDAGr2Nc.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-unformatted.ht_9yxQHj484ysC5wGQjt_PZD_QG', '<?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/cryptod/templates/views-view-unformatted.html.twig */
class __TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4 extends 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 18
if (($context["title"] ?? null)) {
}
// line 20
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 22
$context["row_classes"] = [0 => (( // line 23
($context["default_row_class"] ?? null)) ? ("views-row") : (""))];
// line 25
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["row"], "content", [], "any", false, false, true, 25), 25, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-unformatted.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 25, 47 => 23, 46 => 22, 42 => 20, 39 => 18,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-unformatted.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-unformatted.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 18, "for" => 20, "set" => 22);
static $filters = array("escape" => 25);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'for', '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('694594a8f1a22_views-view-unformatted.ht_9yxQHj484ysC5wGQjt_PZD_QG', '<?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/cryptod/templates/views-view-unformatted.html.twig */
class __TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4 extends 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 18
if (($context["title"] ?? null)) {
}
// line 20
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 22
$context["row_classes"] = [0 => (( // line 23
($context["default_row_class"] ?? null)) ? ("views-row") : (""))];
// line 25
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["row"], "content", [], "any", false, false, true, 25), 25, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-unformatted.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 25, 47 => 23, 46 => 22, 42 => 20, 39 => 18,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-unformatted.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-unformatted.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 18, "for" => 20, "set" => 22);
static $filters = array("escape" => 25);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'for', '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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4', 'themes/cryptod/templates/views-view-unformatted.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/views-view-unformatted.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
__TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 72)
__TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 395)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.G9ynhNsSFvYnVOxOS47jpp2_e-Q,sites/default/files/php/twig/694594a8f1a22_views-view-fields--banner_Qy1IuNPJcBMzNGHFRE4Toy-zV/zqvvFT4mpyDA-WGSmQKXVR6mbEEPajO8yjQjwG1YSeQ.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields--banner_Qy1IuNPJcBMzNGHFRE4Toy-zV', '<?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/cryptod/templates/views-view-fields--banner.html.twig */
class __TwigTemplate_5133079ec2cfcf04ad5b0f114f465387 extends 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
$context["bannerIndex"] = twig_random($this->env, 40);
// line 2
if ($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->allowAds(($context["nodeid"] ?? null))) {
// line 3
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["arg_1"] ?? null), 3, $this->source), "html", null, true);
echo "
";
// line 4
if ((twig_length_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "banner", [], "any", false, false, true, 4), "content", [], "any", false, false, true, 4)))) > 200)) {
// line 5
echo "
";
// line 6
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["fields"] ?? null), "banner", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this->source), "html", null, true);
echo "
";
} else {
// line 9
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["fields"] ?? null), "source_2", [], "any", false, false, true, 9), "content", [], "any", false, false, true, 9), 9, $this->source), "html", null, true);
echo ">
";
// line 10
if ((($context["bannerIndex"] ?? null) > 30)) {
// line 11
echo " ";
if ((twig_length_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "infinite3", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11)))) > 20)) {
// line 12
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["fields"] ?? null), "infinite3", [], "any", false, false, true, 12), "content", [], "any", false, false, true, 12), 12, $this->source));
echo "
";
} else {
// line 14
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["fields"] ?? null), "source", [], "any", false, false, true, 14), "content", [], "any", false, false, true, 14), 14, $this->source), "html", null, true);
echo "
";
}
// line 16
echo " ";
} elseif ((($context["bannerIndex"] ?? null) > 20)) {
// line 17
echo " ";
if ((twig_length_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "infinite2", [], "any", false, false, true, 17), "content", [], "any", false, false, true, 17)))) > 20)) {
// line 18
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["fields"] ?? null), "infinite2", [], "any", false, false, true, 18), "content", [], "any", false, false, true, 18), 18, $this->source));
echo "
";
} else {
// line 20
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["fields"] ?? null), "source", [], "any", false, false, true, 20), "content", [], "any", false, false, true, 20), 20, $this->source), "html", null, true);
echo "
";
}
// line 22
echo " ";
} elseif ((($context["bannerIndex"] ?? null) > 10)) {
// line 23
echo " ";
if ((twig_length_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "infinite1", [], "any", false, false, true, 23), "content", [], "any", false, false, true, 23)))) > 20)) {
// line 24
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["fields"] ?? null), "infinite1", [], "any", false, false, true, 24), "content", [], "any", false, false, true, 24), 24, $this->source));
echo "
";
} else {
// line 26
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["fields"] ?? null), "source", [], "any", false, false, true, 26), "content", [], "any", false, false, true, 26), 26, $this->source), "html", null, true);
echo "
";
}
// line 28
echo " ";
} else {
// line 29
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["fields"] ?? null), "source", [], "any", false, false, true, 29), "content", [], "any", false, false, true, 29), 29, $this->source), "html", null, true);
echo "
";
}
// line 31
echo "
";
}
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-fields--banner.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 126 => 31, 120 => 29, 117 => 28, 111 => 26, 105 => 24, 102 => 23, 99 => 22, 93 => 20, 87 => 18, 84 => 17, 81 => 16, 75 => 14, 69 => 12, 66 => 11, 64 => 10, 59 => 9, 53 => 6, 50 => 5, 48 => 4, 43 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-fields--banner.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--banner.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 1, "if" => 2);
static $filters = array("allowAds" => 2, "escape" => 3, "length" => 4, "render" => 4, "raw" => 12);
static $functions = array("random" => 1);
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['allowAds', 'escape', 'length', 'render', 'raw'],
['random']
);
} 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('694594a8f1a22_views-view-fields--banner_Qy1IuNPJcBMzNGHFRE4Toy-zV', '<?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/cryptod/templates/views-view-fields--banner.html.twig */
class __TwigTemplate_5133079ec2cfcf04ad5b0f114f465387 extends 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
$context["bannerIndex"] = twig_random($this->env, 40);
// line 2
if ($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->allowAds(($context["nodeid"] ?? null))) {
// line 3
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["arg_1"] ?? null), 3, $this->source), "html", null, true);
echo "
";
// line 4
if ((twig_length_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "banner", [], "any", false, false, true, 4), "content", [], "any", false, false, true, 4)))) > 200)) {
// line 5
echo "
";
// line 6
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["fields"] ?? null), "banner", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this->source), "html", null, true);
echo "
";
} else {
// line 9
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["fields"] ?? null), "source_2", [], "any", false, false, true, 9), "content", [], "any", false, false, true, 9), 9, $this->source), "html", null, true);
echo ">
";
// line 10
if ((($context["bannerIndex"] ?? null) > 30)) {
// line 11
echo " ";
if ((twig_length_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "infinite3", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11)))) > 20)) {
// line 12
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["fields"] ?? null), "infinite3", [], "any", false, false, true, 12), "content", [], "any", false, false, true, 12), 12, $this->source));
echo "
";
} else {
// line 14
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["fields"] ?? null), "source", [], "any", false, false, true, 14), "content", [], "any", false, false, true, 14), 14, $this->source), "html", null, true);
echo "
";
}
// line 16
echo " ";
} elseif ((($context["bannerIndex"] ?? null) > 20)) {
// line 17
echo " ";
if ((twig_length_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "infinite2", [], "any", false, false, true, 17), "content", [], "any", false, false, true, 17)))) > 20)) {
// line 18
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["fields"] ?? null), "infinite2", [], "any", false, false, true, 18), "content", [], "any", false, false, true, 18), 18, $this->source));
echo "
";
} else {
// line 20
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["fields"] ?? null), "source", [], "any", false, false, true, 20), "content", [], "any", false, false, true, 20), 20, $this->source), "html", null, true);
echo "
";
}
// line 22
echo " ";
} elseif ((($context["bannerIndex"] ?? null) > 10)) {
// line 23
echo " ";
if ((twig_length_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "infinite1", [], "any", false, false, true, 23), "content", [], "any", false, false, true, 23)))) > 20)) {
// line 24
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["fields"] ?? null), "infinite1", [], "any", false, false, true, 24), "content", [], "any", false, false, true, 24), 24, $this->source));
echo "
";
} else {
// line 26
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["fields"] ?? null), "source", [], "any", false, false, true, 26), "content", [], "any", false, false, true, 26), 26, $this->source), "html", null, true);
echo "
";
}
// line 28
echo " ";
} else {
// line 29
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["fields"] ?? null), "source", [], "any", false, false, true, 29), "content", [], "any", false, false, true, 29), 29, $this->source), "html", null, true);
echo "
";
}
// line 31
echo "
";
}
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-fields--banner.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 126 => 31, 120 => 29, 117 => 28, 111 => 26, 105 => 24, 102 => 23, 99 => 22, 93 => 20, 87 => 18, 84 => 17, 81 => 16, 75 => 14, 69 => 12, 66 => 11, 64 => 10, 59 => 9, 53 => 6, 50 => 5, 48 => 4, 43 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-fields--banner.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--banner.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 1, "if" => 2);
static $filters = array("allowAds" => 2, "escape" => 3, "length" => 4, "render" => 4, "raw" => 12);
static $functions = array("random" => 1);
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['allowAds', 'escape', 'length', 'render', 'raw'],
['random']
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_5133079ec2cfcf04ad5b0f114f465387', 'themes/cryptod/templates/views-view-fields--banner.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/views-view-fields--banner.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-fields--banner.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_fields__banner', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
__TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
__TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 72)
__TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 395)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.s6LuMUfxvGj33juRNpahlC08bqg,sites/default/files/php/twig/694594a8f1a22_container.html.twig_D6e2MN0kDkuVI8QeLOhZoiOAo/yS_Q7ZrUgBDpCAzPz3V9DlVv2uz5h8oerFM9KgaSiFQ.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_container.html.twig_D6e2MN0kDkuVI8QeLOhZoiOAo', '<?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/cryptod/templates/container.html.twig */
class __TwigTemplate_cd183d8a77a535ef84751dfd8a080160 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 28, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/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("", "themes/cryptod/templates/container.html.twig", "/var/www/utoday/web/themes/cryptod/templates/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('694594a8f1a22_container.html.twig_D6e2MN0kDkuVI8QeLOhZoiOAo', '<?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/cryptod/templates/container.html.twig */
class __TwigTemplate_cd183d8a77a535ef84751dfd8a080160 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 28, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/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("", "themes/cryptod/templates/container.html.twig", "/var/www/utoday/web/themes/cryptod/templates/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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_cd183d8a77a535ef84751dfd8a080160', 'themes/cryptod/templates/container.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/container.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/container.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 492)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 72)
__TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 395)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.wNP5Y_iX8jmLVMC68zluI6_qB0o,sites/default/files/php/twig/694594a8f1a22_field--node--field-image._QjwW2RJQOcABbHvcKdqZqdbJv/Y-FOmi4SYA5IBgx26BiPWYP2ezS5llBtqnWP79Lzc9w.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--node--field-image._QjwW2RJQOcABbHvcKdqZqdbJv', '<?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/cryptod/templates/field--node--field-image.html.twig */
class __TwigTemplate_05dc0bbe43b4e0c97494be9ce0fa0af3 extends 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 38
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
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, 38), 38, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/field--node--field-image.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 38,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field--node--field-image.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--field-image.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 38);
static $filters = array("escape" => 38);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['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('694594a8f1a22_field--node--field-image._QjwW2RJQOcABbHvcKdqZqdbJv', '<?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/cryptod/templates/field--node--field-image.html.twig */
class __TwigTemplate_05dc0bbe43b4e0c97494be9ce0fa0af3 extends 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 38
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
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, 38), 38, $this->source), "html", null, true);
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/field--node--field-image.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 38,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field--node--field-image.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--field-image.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 38);
static $filters = array("escape" => 38);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_05dc0bbe43b4e0c97494be9ce0fa0af3', 'themes/cryptod/templates/field--node--field-image.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/field--node--field-image.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/field--node--field-image.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 683)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.TQfUbCFF0kbipgDbXlsLBBAdUIY,sites/default/files/php/twig/694594a8f1a22_mark.html.twig_pT6NK3BcGa76efGF9OqgfyH-5/yjXZ577is92pp5VL5qiyN9RZyhj-eTO8Zi7F5FKHXp8.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_mark.html.twig_pT6NK3BcGa76efGF9OqgfyH-5', '<?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/cryptod/templates/mark.html.twig */
class __TwigTemplate_e4252199bf580778be9c8b175124a7a5 extends 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
$context["name"] = $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getcat($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 1), "content", [], "any", false, false, true, 1), 1, $this->source));
// line 2
if ((($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getmark(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2)) == "Sponsored") || ($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getmark(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 2)) == "Sponsored"))) {
// line 3
echo "Sponsored
";
}
// line 5
if ((($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getmark(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 5), "content", [], "any", false, false, true, 5)) == "Partnership material") || ($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getmark(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 5)) == "Partnership material"))) {
// line 6
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Partnership material"));
echo "
";
}
// line 8
if ((($context["name"] ?? null) == "Press Releases")) {
// line 9
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Press Release"));
echo "
";
// line 10
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("PR"));
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/mark.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 10, 57 => 9, 55 => 8, 49 => 6, 47 => 5, 43 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/mark.html.twig", "/var/www/utoday/web/themes/cryptod/templates/mark.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 1, "if" => 2);
static $filters = array("getcat" => 1, "getmark" => 2, "t" => 6);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['getcat', 'getmark', 't'],
[]
);
} 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('694594a8f1a22_mark.html.twig_pT6NK3BcGa76efGF9OqgfyH-5', '<?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/cryptod/templates/mark.html.twig */
class __TwigTemplate_e4252199bf580778be9c8b175124a7a5 extends 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
$context["name"] = $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getcat($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 1), "content", [], "any", false, false, true, 1), 1, $this->source));
// line 2
if ((($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getmark(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2)) == "Sponsored") || ($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getmark(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 2)) == "Sponsored"))) {
// line 3
echo "Sponsored
";
}
// line 5
if ((($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getmark(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 5), "content", [], "any", false, false, true, 5)) == "Partnership material") || ($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getmark(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 5)) == "Partnership material"))) {
// line 6
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Partnership material"));
echo "
";
}
// line 8
if ((($context["name"] ?? null) == "Press Releases")) {
// line 9
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Press Release"));
echo "
";
// line 10
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("PR"));
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/mark.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 10, 57 => 9, 55 => 8, 49 => 6, 47 => 5, 43 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/mark.html.twig", "/var/www/utoday/web/themes/cryptod/templates/mark.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 1, "if" => 2);
static $filters = array("getcat" => 1, "getmark" => 2, "t" => 6);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['getcat', 'getmark', 't'],
[]
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_e4252199bf580778be9c8b175124a7a5', 'themes/cryptod/templates/mark.html.twig', NULL) (Line: 322)
Twig\Template->loadTemplate('themes/cryptod/templates/mark.html.twig', 'themes/cryptod/templates/article.html.twig', 317) (Line: 727)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.1I-DDdJgbIXKlOKwQSl59y-lzWE,sites/default/files/php/twig/694594a8f1a22_field--body.html.twig_PswVpGjA9xwsQVjMM3UsAyy2s/huzvL-Q-vLZa5G2Cq3RN45rA6yXcwwUK3ozpKeMLXs8.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--body.html.twig_PswVpGjA9xwsQVjMM3UsAyy2s', '<?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/cryptod/templates/field--body.html.twig */
class __TwigTemplate_75845256f703f5319a38e035b4af7dd9 extends 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 39
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 40
echo " ";
if (((($context["nodetype"] ?? null) == "landing") || (($context["nodetype"] ?? null) == "page"))) {
// line 41
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, 41), 41, $this->source), "html", null, true);
echo "
";
} else {
// line 43
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->formatbody($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 43), 43, $this->source)));
echo "
";
}
// line 45
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/field--body.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 59 => 45, 53 => 43, 47 => 41, 44 => 40, 39 => 39,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field--body.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--body.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 39, "if" => 40);
static $filters = array("escape" => 41, "raw" => 43, "formatbody" => 43);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for', 'if'],
['escape', 'raw', 'formatbody'],
[]
);
} 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('694594a8f1a22_field--body.html.twig_PswVpGjA9xwsQVjMM3UsAyy2s', '<?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/cryptod/templates/field--body.html.twig */
class __TwigTemplate_75845256f703f5319a38e035b4af7dd9 extends 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 39
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 40
echo " ";
if (((($context["nodetype"] ?? null) == "landing") || (($context["nodetype"] ?? null) == "page"))) {
// line 41
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, 41), 41, $this->source), "html", null, true);
echo "
";
} else {
// line 43
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->formatbody($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 43), 43, $this->source)));
echo "
";
}
// line 45
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/field--body.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 59 => 45, 53 => 43, 47 => 41, 44 => 40, 39 => 39,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field--body.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--body.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 39, "if" => 40);
static $filters = array("escape" => 41, "raw" => 43, "formatbody" => 43);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for', 'if'],
['escape', 'raw', 'formatbody'],
[]
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_75845256f703f5319a38e035b4af7dd9', 'themes/cryptod/templates/field--body.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/field--body.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/field--body.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 866)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.-o8OE-K4xUGbXezx7GTY0iTNQqg,sites/default/files/php/twig/694594a8f1a22_tag.html.twig_IrS-RO2IjNadWJxgavNn0TTiG/J46n5OBf_mC17Rj8MdKnFfNMaDCVcNjQwcDPWnA7HAI.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_tag.html.twig_IrS-RO2IjNadWJxgavNn0TTiG', '<?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/cryptod/templates/tag.html.twig */
class __TwigTemplate_c1557ea921dc90208d8e659b97591c11 extends 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["language"] ?? null) == "en")) {
// line 2
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tags", [], "any", false, false, true, 2), 2, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/tag.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/tag.html.twig", "/var/www/utoday/web/themes/cryptod/templates/tag.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('694594a8f1a22_tag.html.twig_IrS-RO2IjNadWJxgavNn0TTiG', '<?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/cryptod/templates/tag.html.twig */
class __TwigTemplate_c1557ea921dc90208d8e659b97591c11 extends 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["language"] ?? null) == "en")) {
// line 2
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "field_tags", [], "any", false, false, true, 2), 2, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/tag.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/tag.html.twig", "/var/www/utoday/web/themes/cryptod/templates/tag.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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_c1557ea921dc90208d8e659b97591c11', 'themes/cryptod/templates/tag.html.twig', NULL) (Line: 322)
Twig\Template->loadTemplate('themes/cryptod/templates/tag.html.twig', 'themes/cryptod/templates/article.html.twig', 671) (Line: 1560)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.ZEDsHHaVBA1AUpNisY1mfkdjJjM,sites/default/files/php/twig/694594a8f1a22_field--node--field-tags.h_MM2bH0ISYDMDPKJ7ksXlKocUo/HC77KmYP0DWw3OK6yDd_PeZ3pxaW6BB_p9nzZ2u3-bg.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--node--field-tags.h_MM2bH0ISYDMDPKJ7ksXlKocUo', '<?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/cryptod/templates/field--node--field-tags.html.twig */
class __TwigTemplate_2d6f8740bbbe0bbadcd09b9aee00f050 extends 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 39
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 40
echo " ";
$context["content"] = twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 40);
// line 41
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettaglink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 41), 41, $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"], "content", [], "any", false, false, true, 41), 41, $this->source), "html", null, true);
echo "</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/field--node--field-tags.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 41, 43 => 40, 39 => 39,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field--node--field-tags.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--field-tags.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 39, "set" => 40);
static $filters = array("escape" => 41, "gettaglink" => 41);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for', 'set'],
['escape', 'gettaglink'],
[]
);
} 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('694594a8f1a22_field--node--field-tags.h_MM2bH0ISYDMDPKJ7ksXlKocUo', '<?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/cryptod/templates/field--node--field-tags.html.twig */
class __TwigTemplate_2d6f8740bbbe0bbadcd09b9aee00f050 extends 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 39
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 40
echo " ";
$context["content"] = twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 40);
// line 41
echo " <a echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gettaglink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 41), 41, $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"], "content", [], "any", false, false, true, 41), 41, $this->source), "html", null, true);
echo "</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "themes/cryptod/templates/field--node--field-tags.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 41, 43 => 40, 39 => 39,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/field--node--field-tags.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--field-tags.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 39, "set" => 40);
static $filters = array("escape" => 41, "gettaglink" => 41);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for', 'set'],
['escape', 'gettaglink'],
[]
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_2d6f8740bbbe0bbadcd09b9aee00f050', 'themes/cryptod/templates/field--node--field-tags.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/field--node--field-tags.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/field--node--field-tags.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 41)
__TwigTemplate_c1557ea921dc90208d8e659b97591c11->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 1560)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.BGMnuh2ZJu_JF2SIlLwM79_-Bag,sites/default/files/php/twig/694594a8f1a22___string_template__d7d7f1_njYi-ET19P6VLDzSZFwzkN-DJ/1Ye8cWt3-sh08vCKQaJCJCd6ilR4y9S_3vp0zc2JA-g.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__d7d7f1_njYi-ET19P6VLDzSZFwzkN-DJ', '<?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__d7d7f1a462505651fc222178924da388 */
class __TwigTemplate_0494e5e034be96763e12e7c07adf84c5 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["items"] ?? null), 1, $this->source), $this->sandbox->ensureToStringAllowed(($context["separator"] ?? null), 1, $this->source)));
}
public function getTemplateName()
{
return "__string_template__d7d7f1a462505651fc222178924da388";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__d7d7f1a462505651fc222178924da388", "");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("safe_join" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['safe_join'],
[]
);
} 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('694594a8f1a22___string_template__d7d7f1_njYi-ET19P6VLDzSZFwzkN-DJ', '<?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__d7d7f1a462505651fc222178924da388 */
class __TwigTemplate_0494e5e034be96763e12e7c07adf84c5 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["items"] ?? null), 1, $this->source), $this->sandbox->ensureToStringAllowed(($context["separator"] ?? null), 1, $this->source)));
}
public function getTemplateName()
{
return "__string_template__d7d7f1a462505651fc222178924da388";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__d7d7f1a462505651fc222178924da388", "");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("safe_join" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['safe_join'],
[]
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_0494e5e034be96763e12e7c07adf84c5', '__string_template__d7d7f1a462505651fc222178924da388') (Line: 402)
Twig\Environment->createTemplate('{# inline_template_start #}{{ items | safe_join(separator) }}') (Line: 234)
Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ items | safe_join(separator) }}', Array) (Line: 53)
Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 719)
Drupal\views\Plugin\views\field\EntityField->renderItems(Array) (Line: 1220)
Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
template_preprocess_views_view_field(Array, 'views_view_field', Array)
call_user_func_array('template_preprocess_views_view_field', Array) (Line: 285)
Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 704)
Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
Drupal\views\ViewExecutable->render() (Line: 2471)
Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
Drupal\views\ViewExecutable->preview('block_6', Array) (Line: 66)
Drupal\views\Element\View::preRenderViewElement(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 1760)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.KMbiLGYTSyFowxwcVIPGlr4amUY,sites/default/files/php/twig/694594a8f1a22_views-view-field.html.twi_PZ9_Vr9Lt94KrIVqazIGTdnaJ/bTkiSRdw7_64XL4qL8AC4og6EbzFABWOADW61M9MAvQ.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-field.html.twi_PZ9_Vr9Lt94KrIVqazIGTdnaJ', '<?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/cryptod/templates/views-view-field.html.twig */
class __TwigTemplate_85b81137c33f631bebe187fbd51ed983 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["output"] ?? null), 21, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-field.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 21,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-field.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-field.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 21);
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('694594a8f1a22_views-view-field.html.twi_PZ9_Vr9Lt94KrIVqazIGTdnaJ', '<?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/cryptod/templates/views-view-field.html.twig */
class __TwigTemplate_85b81137c33f631bebe187fbd51ed983 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["output"] ?? null), 21, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-field.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 21,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-field.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-field.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 21);
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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_85b81137c33f631bebe187fbd51ed983', 'themes/cryptod/templates/views-view-field.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/views-view-field.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-field.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 704)
Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
Drupal\views\ViewExecutable->render() (Line: 2471)
Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
Drupal\views\ViewExecutable->preview('block_6', Array) (Line: 66)
Drupal\views\Element\View::preRenderViewElement(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 1760)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.G4hY0J2KlXVmMAyKkp4px2_hBjc,sites/default/files/php/twig/694594a8f1a22___string_template__be3e9d_XT0zjBuKoYXs_veKTkYB4qT8J/V_49ZGrwJPxhEEC8JhufH54VRb7o_mncGQC3IgKMi_Q.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__be3e9d_XT0zjBuKoYXs_veKTkYB4qT8J', '<?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__be3e9dbb3672078306838238f8928068 */
class __TwigTemplate_baeab89dcca686a685c69991ffd86d85 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getalias($this->sandbox->ensureToStringAllowed(($context["nid"] ?? null), 1, $this->source)), "html", null, true);
}
public function getTemplateName()
{
return "__string_template__be3e9dbb3672078306838238f8928068";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__be3e9dbb3672078306838238f8928068", "");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 1, "getalias" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape', 'getalias'],
[]
);
} 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('694594a8f1a22___string_template__be3e9d_XT0zjBuKoYXs_veKTkYB4qT8J', '<?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__be3e9dbb3672078306838238f8928068 */
class __TwigTemplate_baeab89dcca686a685c69991ffd86d85 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getalias($this->sandbox->ensureToStringAllowed(($context["nid"] ?? null), 1, $this->source)), "html", null, true);
}
public function getTemplateName()
{
return "__string_template__be3e9dbb3672078306838238f8928068";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__be3e9dbb3672078306838238f8928068", "");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 1, "getalias" => 1);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['escape', 'getalias'],
[]
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_baeab89dcca686a685c69991ffd86d85', '__string_template__be3e9dbb3672078306838238f8928068') (Line: 402)
Twig\Environment->createTemplate('{# inline_template_start #}{{ nid|getalias }}') (Line: 234)
Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ nid|getalias }}', Array) (Line: 53)
Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
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: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('{{ nid|getalias }}', Array) (Line: 1396)
Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289)
Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1224)
Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
template_preprocess_views_view_field(Array, 'views_view_field', Array)
call_user_func_array('template_preprocess_views_view_field', Array) (Line: 285)
Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 704)
Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
Drupal\views\ViewExecutable->render() (Line: 2471)
Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
Drupal\views\ViewExecutable->preview('block_6', Array) (Line: 66)
Drupal\views\Element\View::preRenderViewElement(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 1760)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.xwfa_iOPupwl4yXVuT7IJiaCDqg,sites/default/files/php/twig/694594a8f1a22___string_template__4efce7_P2v9CSly3QMKZUOOzJ4qVevvy/dRZOaJH1_ts56aXxxcp0WNxrQJUZgpMtwC-AK7mtV04.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__4efce7_P2v9CSly3QMKZUOOzJ4qVevvy', '<?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__4efce73a253763d377fa9c00d3e5682a */
class __TwigTemplate_7b7014ad7530fee19ec0be1d4e1225e2 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["field_content_author__target_id"] ?? null), 1, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "__string_template__4efce73a253763d377fa9c00d3e5682a";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__4efce73a253763d377fa9c00d3e5682a", "");
}
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('694594a8f1a22___string_template__4efce7_P2v9CSly3QMKZUOOzJ4qVevvy', '<?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__4efce73a253763d377fa9c00d3e5682a */
class __TwigTemplate_7b7014ad7530fee19ec0be1d4e1225e2 extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["field_content_author__target_id"] ?? null), 1, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "__string_template__4efce73a253763d377fa9c00d3e5682a";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__4efce73a253763d377fa9c00d3e5682a", "");
}
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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_7b7014ad7530fee19ec0be1d4e1225e2', '__string_template__4efce73a253763d377fa9c00d3e5682a') (Line: 402)
Twig\Environment->createTemplate('{# inline_template_start #}{{ field_content_author__target_id }}') (Line: 234)
Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ field_content_author__target_id }}', Array) (Line: 53)
Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
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: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('{{ field_content_author__target_id }}', Array) (Line: 1396)
Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289)
Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1217)
Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
template_preprocess_views_view_field(Array, 'views_view_field', Array)
call_user_func_array('template_preprocess_views_view_field', Array) (Line: 285)
Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 704)
Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
Drupal\views\ViewExecutable->render() (Line: 2471)
Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
Drupal\views\ViewExecutable->preview('block_6', Array) (Line: 66)
Drupal\views\Element\View::preRenderViewElement(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 1760)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.oTHI4cvKlJhf4XkVqxYzY1uWJUA,sites/default/files/php/twig/694594a8f1a22_views-view-fields--relate_bc7roK4Wuy3f_5J0Au37vTS7a/JSd5gSc_sA6LALhXJR40R7UH6sR56iZpSdxWAwCkHhM.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields--relate_bc7roK4Wuy3f_5J0Au37vTS7a', '<?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/cryptod/templates/views-view-fields--related_article.html.twig */
class __TwigTemplate_ca37c6ad1c9ffc136e8471e0793f6f04 extends 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 2
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["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2), 2, $this->source), "html", null, true);
echo "
";
// line 3
$this->loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--related_article.html.twig", 3)->display($context);
echo "
<a line 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["fields"] ?? null), "view_node", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $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, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "path", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getlinkbytag($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "tid", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this->source)));
echo "\">
";
// line 7
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "name_1", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7)) {
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["fields"] ?? null), "name_1", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7), 7, $this->source), "html", null, true);
echo " ";
} else {
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["fields"] ?? null), "title", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7), 7, $this->source), "html", null, true);
}
echo "
</a>
By<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($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["fields"] ?? null), "field_content_author", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11), 11, $this->source))), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($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["fields"] ?? null), "field_content_author", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11), 11, $this->source))), "html", null, true);
echo "</a>
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-fields--related_article.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 71 => 11, 58 => 7, 52 => 6, 46 => 3, 42 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-fields--related_article.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--related_article.html.twig");
}
public function checkSecurity()
{
static $tags = array("include" => 3, "if" => 7);
static $filters = array("escape" => 2, "raw" => 6, "getlinkbytag" => 6, "getauthorlink" => 11, "render" => 11, "getauthorname" => 11);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['include', 'if'],
['escape', 'raw', 'getlinkbytag', 'getauthorlink', 'render', 'getauthorname'],
[]
);
} 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('694594a8f1a22_views-view-fields--relate_bc7roK4Wuy3f_5J0Au37vTS7a', '<?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/cryptod/templates/views-view-fields--related_article.html.twig */
class __TwigTemplate_ca37c6ad1c9ffc136e8471e0793f6f04 extends 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 2
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["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2), 2, $this->source), "html", null, true);
echo "
";
// line 3
$this->loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--related_article.html.twig", 3)->display($context);
echo "
<a line 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["fields"] ?? null), "view_node", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $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, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "path", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this->source), "html", null, true);
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getlinkbytag($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "tid", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this->source)));
echo "\">
";
// line 7
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "name_1", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7)) {
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["fields"] ?? null), "name_1", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7), 7, $this->source), "html", null, true);
echo " ";
} else {
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["fields"] ?? null), "title", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7), 7, $this->source), "html", null, true);
}
echo "
</a>
By<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($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["fields"] ?? null), "field_content_author", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11), 11, $this->source))), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($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["fields"] ?? null), "field_content_author", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11), 11, $this->source))), "html", null, true);
echo "</a>
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-fields--related_article.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 71 => 11, 58 => 7, 52 => 6, 46 => 3, 42 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-fields--related_article.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--related_article.html.twig");
}
public function checkSecurity()
{
static $tags = array("include" => 3, "if" => 7);
static $filters = array("escape" => 2, "raw" => 6, "getlinkbytag" => 6, "getauthorlink" => 11, "render" => 11, "getauthorname" => 11);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['include', 'if'],
['escape', 'raw', 'getlinkbytag', 'getauthorlink', 'render', 'getauthorname'],
[]
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_ca37c6ad1c9ffc136e8471e0793f6f04', 'themes/cryptod/templates/views-view-fields--related_article.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/views-view-fields--related_article.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-fields--related_article.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_fields__related_article', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
__TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
__TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 1760)
__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 62)
__TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.QSGkY4eNT8dr4PlUuGupU9jwAt8,sites/default/files/php/twig/694594a8f1a22_html.html.twig_cpSwgEkUUjBGN81uHi7I2l0LM/GgpWloqDk_HT9bw4FqK-16QB6PsjoTgJ8Xuhsb_zsUQ.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_html.html.twig_cpSwgEkUUjBGN81uHi7I2l0LM', '<?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/cryptod/html.html.twig */
class __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd extends 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["node_type"] ?? null) == "social")) {
// line 2
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 2, $this->source), "html", null, true);
echo "
";
} else {
// line 4
echo " ";
if ($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gethtml(($context["nid"] ?? null))) {
// line 5
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gethtml($this->sandbox->ensureToStringAllowed(($context["nid"] ?? null), 5, $this->source)));
echo "
";
} else {
// line 6
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["language"] ?? null), 7, $this->source), "html", null, true);
echo "\" dir=\"ltr\" prefix=\"og: ogp.me/ns#\" class=\"theme-light\">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 14, $this->source));
echo "\">
";
// line 15
if ((twig_in_filter("mentions", ($context["myurl"] ?? null)) || $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->istwitter(($context["nid"] ?? null)))) {
// line 16
echo "
";
}
// line 18
echo "
";
// line 19
$this->loadTemplate((($context["directory"] ?? null) . "/templates/gtag1.html.twig"), "themes/cryptod/html.html.twig", 19)->display($context);
// line 20
echo "
";
// line 41
$this->loadTemplate((($context["directory"] ?? null) . "/templates/nofollow.html.twig"), "themes/cryptod/html.html.twig", 41)->display($context);
// line 42
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 45, $this->source));
echo "\">
.ccc-widget.ccc-list .header-div a img {
width: 26px;
height: 26px;
}
";
// line 51
if ((($context["breaking"] ?? null) != "")) {
// line 52
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["breaking"] ?? null), 52, $this->source), "html", null, true);
echo "\"/>
";
}
// line 54
echo " ";
if ((twig_length_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, ($context["head_title"] ?? null), " | ")) > 2)) {
// line 55
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 55, $this->source), " | "));
echo "
";
}
// line 57
echo "
function copyToClipboard(e) {
let input = document.body.appendChild(document.createElement(\"input\"));
input.value = window.location.href;
input.select();
document.execCommand('copy');
input.parentNode.removeChild(input);
let tooltip = document.createElement('div');
tooltip.className = 'copy-tooltip';
tooltip.innerHTML = 'Copied!';
if (!e.querySelector('.copy-tooltip')) {
e.append(tooltip);
setTimeout(() => {
e.querySelector('.copy-tooltip').remove();
}, 2000);
}
}
@media (max-width: 849px) {
body #onesignal-slidedown-container.slide-up {
bottom: 60px
}
}
.captcha-container {
display: none; /* CAPTCHA скрыта по умолчанию */
}
";
// line 98
if (($context["logged_in"] ?? null)) {
// line 99
echo "
.contextual-links {
display: none;
}
";
}
// line 105
echo "
";
// line 107
if ((((($context["nodetype"] ?? null) == "story") || (($context["nodetype"] ?? null) == "news")) || (($context["nodetype"] ?? null) == "press_release"))) {
// line 108
echo "
";
}
// line 113
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/gtag2.html.twig"), "themes/cryptod/html.html.twig", 113)->display($context);
// line 114
echo "
";
// line 115
$context["view"] = twig_length_filter($this->env, views_get_view_result("banner", "block_1"));
// line 116
echo "
";
// line 117
if ((($context["view"] ?? null) > 0)) {
// line 118
echo "
";
// line 119
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/html.html.twig", 119)->display(twig_array_merge($context, ["desktop" => "block_1", "mobile" => "block_2", "ad" => "1", "card" => "0"]));
// line 120
echo "
";
}
// line 122
echo "
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 128, $this->source), "html", null, true);
echo "/img/icons/logo.svg\" width=\"188\" height=\"30\" alt=\"U.TODAY\"></a>
<a> AdvertisementAdvert.</a>
";
// line 142
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "topmenu", [], "any", false, false, true, 142), 142, $this->source), "html", null, true);
echo "
Our social media
There's a lot to see there, too
<a></a><a></a><a></a><a></a>
";
// line 154
if ((($context["nodetype"] ?? null) == "landing")) {
// line 155
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 155, $this->source), "html", null, true);
echo "
";
} else {
// line 157
echo "
";
// line 158
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 158, $this->source), "html", null, true);
echo "
";
}
// line 161
echo "
urlt = '";
// line 163
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingTwitter($this->sandbox->ensureToStringAllowed(($context["myurl"] ?? null), 163, $this->source)));
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 163, $this->source), " ")), ["|" => ""]), "html", null, true);
echo "';
urlf = '";
// line 164
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingFacebook($this->sandbox->ensureToStringAllowed(($context["myurl"] ?? null), 164, $this->source)));
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 164, $this->source), " ")), ["|" => ""]), "html", null, true);
echo "';
urltg = '";
// line 165
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingTelegram($this->sandbox->ensureToStringAllowed(($context["myurl"] ?? null), 165, $this->source)));
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 165, $this->source), " ")), ["|" => ""]), "html", null, true);
echo "';
urlrd = '";
// line 166
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingReddit($this->sandbox->ensureToStringAllowed(($context["myurl"] ?? null), 166, $this->source)));
echo "&title=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 166, $this->source), " ")), ["|" => ""]), "html", null, true);
echo "';
<a>Subscribe</a>
Subscribe to daily newsletter
Our social media
There's a lot to see there, too
<a></a>
<a></a>
<a></a>
";
// line 187
echo "
";
// line 193
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footermenu", [], "any", false, false, true, 193), 193, $this->source), "html", null, true);
echo "
";
// line 196
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Disclaimer: The opinions expressed here are not investment advice; they are provided for informational purposes only. The opinions expressed by our writers are their own and do not represent the views of U.Today. Every investment and all trading involves risk, so you should always perform your own research prior to making decisions. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. We do not recommend investing money you cannot afford to lose."));
echo "
© 2017-2025 U.Today. All rights reserved.
<a>Terms and conditions</a><a>Privacy Policy</a>
Subscribe to daily newsletter
By pressing the “Subscribe button” you agree with our <a>Privacy Policy</a>
Subscribe
";
// line 227
$context["view"] = twig_length_filter($this->env, views_get_view_result("banner", "block_3"));
// line 228
echo " ";
$context["view2"] = twig_length_filter($this->env, views_get_view_result("banner", "block_4"));
// line 229
echo " ";
if (((($context["view"] ?? null) > 0) && (($context["view2"] ?? null) > 0))) {
// line 230
echo "
";
// line 231
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/html.html.twig", 231)->display(twig_array_merge($context, ["desktop" => "block_3", "mobile" => "block_4", "ad" => "1"]));
// line 232
echo "
";
}
// line 234
echo "
Successful!
Thank you. We'll contact you shortly.
Ok
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 247, $this->source));
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 250, $this->source), "html", null, true);
echo "/js/infinite-scroll.pkgd.min.js\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 251, $this->source), "html", null, true);
echo "/js/slick.min.js\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 252, $this->source), "html", null, true);
echo "/js/main.js?v=44\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 253, $this->source), "html", null, true);
echo "/libs/isotope.min.js\">
let isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
if (isSafari) {
document.body.classList.add('browser-safari');
}
const gEvent = function (type, share) {
gtag('event', share, {
'type': type,
});
};
let infinitePage = 1;
jQuery('.main-news-block').on('append.infiniteScroll', function (event, response, path, items) {
emailInput = document.getElementsByClassName('input__elem');
submitButton = document.getElementsByClassName('submit-button');
for (let i = 0; i < emailInput.length; i++) {
emailInput[i].addEventListener('input', () => {
let form = emailInput[i].closest('form');
let captchaContainer = form.querySelector('.captcha-container');
if (emailInput[i].validity.valid) {
console.log('OK', captchaContainer);
captchaContainer.style.display = 'block';
} else {
captchaContainer.style.display = 'none';
}
});
}
const btnsCloseBanner = document.getElementsByClassName('something__close');
for (let elem of btnsCloseBanner) {
elem.addEventListener('click', () => {
elem.closest('.something').remove();
})
}
gtag('event', 'infinite', {
'infinite': infinitePage,
});
infinitePage += 1;
";
// line 299
if (twig_in_filter("mentions", ($context["myurl"] ?? null))) {
// line 300
echo " twttr.widgets.load();
";
}
// line 302
echo " [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
try {
(adsbygoogle = window.adsbygoogle || []).push({});
} catch (e) {
//return null;
}
});
});
//submit event ajax
jQuery(document).on('submit', '.sevent', function () {
var data = new FormData();
var file;
if (document.getElementById('input__file')) {
file = document.getElementById('input__file').files;
jQuery.each(file, function (key, value) {
data.append(key, value);
});
}
if (document.getElementById('input__file2')) {
file = document.getElementById('input__file2').files;
jQuery.each(file, function (key, value) {
data.append(key, value);
});
}
jQuery.each(this, function (i, val) {
var input = jQuery(val);
if (input.attr('name') != 'file') data.append(input.attr('name'), input.val());
});
jQuery.ajax({
url: jQuery(this).attr('action'),
type: 'POST',
dataType: 'json',
cache: false,
processData: false,
contentType: false,
data: data,
success: function (data) {
jQuery('.sevent').html('Thanks for submit. We will contact you soon.');
return false;
},
error: function (xhr, err) {
alert('Error');
}
});
return false;
});
//submit event end
const initBanners = function () {
let elements =
document.getElementsByClassName('imageBannersContainer');
for (let i = 0; i < elements.length; i++) {
let bannerElements = elements[i].getElementsByClassName(\"imageBanner\");
let bannerIndex = Math.random() * bannerElements.length;
let firstDigitStr = String(bannerIndex)[0];
bannerElements[firstDigitStr].style.display = 'block';
}
};
jQuery(document).ready(function () {
(function (\$) {
if (jQuery(window).width() > '850') {
jQuery('.press-releases__slider, .upcoming__slider').slick({
infinite: false,
slidesToShow: 3,
slidesToScroll: 1,
arrows: true,
dots: false
});
}
})(jQuery);
initBanners();
var OneSignal = window.OneSignal || [];
OneSignal.push(function () {
OneSignal.init({
appId: \"8fd8204c-a529-4b35-98be-27f71d473d9a\",
});
});
let menus = document.querySelectorAll('.main_page a');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'header_menu_click', {
'header_menu_click': 'click',
});
}));
menus = document.querySelectorAll('.article a[target=\"_blank\"]');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'article_link_click', {
'article_link_click': 'click',
});
}));
menus = document.querySelectorAll('.article__related a');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'card_click', {
'card_click': 'click',
});
}));
menus = document.querySelectorAll('.views-infinite-scroll-content-wrapper .category-item a');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'related_click', {
'related_click': 'click',
});
}));
menus = document.querySelectorAll('.article__listen-audio');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'tts_click', {
'tts_click': 'click',
});
}));
menus = document.querySelectorAll('.header__nav-link');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'header_menu_click', {
'header_menu': 'click',
});
}));
menus = document.querySelectorAll('.footer__nav-child-link');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'footer_menu_click', {
'footer_menu': 'click',
});
}));
menus = document.querySelectorAll('.card__subscribe-item');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'subscribe', {
'subscribe': 'click',
});
}));
";
// line 448
if (((($context["node_type"] ?? null) == "press_release") || (($context["node_type"] ?? null) == "story"))) {
// line 449
echo " document.querySelector('.article__content').oncopy = addLink;
";
}
// line 451
echo " [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
try {
(adsbygoogle = window.adsbygoogle || []).push({});
} catch (e) {
return null;
}
});
jQuery('.ad-feedback__form, .press-releases_form, .event_form, .airdrop_form').submit(function (e) {
e.preventDefault();
//data = 'subject=' + e.target.querySelector('input[name=subject]').value + '&name=' + e.target.querySelector('input[name=submit-name]').value + '&mail=' + e.target.querySelector('input[name=submit-email]').value + '&desc=' + e.target.querySelector('textarea[name=submit-massage]').value;
let fd = new FormData();
let other_data = jQuery(e.target).serializeArray();
jQuery.each(other_data, function (key, input) {
fd.append(input.name, input.value);
});
if(e.target.querySelector('input[name=submit-file]') != null) {
fd.append('file', jQuery(e.target.querySelector('input[name=submit-file]'))[0].files[0]);
}
jQuery.ajax({
url: '/umail',
type: 'post',
contentType: false,
processData: false,
data: fd,
success: function () {
}
});
});
jQuery('.subscribe-page__form, .footer__subscribe-form,.aside-sub,.subscribe-form,.sub-slot__form').submit(function (e) {
e.preventDefault();
const form = e.target;
const inputs = form.elements;
let data = '';
for (const input of inputs) {
data = data + input.name + '=' + input.value + '&';
}
jQuery.ajax({
url: '/getresponse.php',
type: 'post',
data: data,
success: function () {
e.target.querySelector('.subscribe-result').innerHTML = 'Subscribed';
jQuery('.card__subscribe-em .input__status').text('Subscribed');
e.target.querySelector('.success').style.display = 'block';
}
});
});
jQuery('.modal__form').submit(function (e) {
const form = e.target;
const inputs = form.elements;
let data = '';
for (const input of inputs) {
data = data + input.name + '=' + input.value + '&';
}
jQuery.ajax({
url: '/getresponse.php',
type: 'post',
data: data,
success: function () {
// e.target.querySelector('.subscribe-result').innerHTML = 'Subscribed';
// jQuery('.card__subscribe-em .input__status').text('Subscribed');
// e.target.querySelector('.success').style.display = 'block';
}
});
});
";
// line 521
if (twig_in_filter("mentions", ($context["myurl"] ?? null))) {
// line 522
echo "
let tweets = jQuery(\".memories__news\");
jQuery(tweets).each(function (t, tweet) {
var id = jQuery(this).attr('name');
twttr.widgets.createTweet(
id, tweet,
{
conversation: 'none', // or all
cards: 'visible', // or visible
}).then(function (el) {
console.log('Tweet added:' + id);
});
});
";
}
// line 540
echo "
";
// line 543
if ((((($context["node_type"] ?? null) == "story") || (($context["node_type"] ?? null) == "news")) || (($context["node_type"] ?? null) == "bnews"))) {
// line 544
echo " var nextPages = [
";
// line 545
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("infinit", "block_1"), "html", null, true);
echo "
];
jQuery('.views-row').infiniteScroll({
path: function () {
return nextPages[this.loadCount];
},
append: '.article',
prefill: true,
scrollThreshold: 1200,
status: '.scroller-status',
hideNav: '.pagination',
});
";
}
// line 558
echo " ";
if ((($context["node_type"] ?? null) == "press_release")) {
// line 559
echo " var nextPages = [
";
// line 560
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("infinit", "block_2"), "html", null, true);
echo "
];
jQuery('.main-news-block').infiniteScroll({
path: function () {
return nextPages[this.loadCount];
},
append: '.article',
prefill: true,
status: '.scroller-status',
hideNav: '.pagination',
});
";
}
// line 573
echo " ";
if ((($context["node_type"] ?? null) == "event")) {
// line 574
echo " var nextPages = [
";
// line 575
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("infinit", "block_5"), "html", null, true);
echo "
];
jQuery('.main-news-block').infiniteScroll({
path: function () {
return nextPages[this.loadCount];
},
append: '.article',
prefill: true,
status: '.scroller-status',
hideNav: '.pagination',
});
";
}
// line 588
echo "
});
function addLink() {
let body = document.getElementsByTagName('body')[0],
selection = window.getSelection(),
copyright = \"Read more on U.Today <a href='\" + document.location.href + \"'>\" + document.location.href + \"</a>\",
copyrightText = selection + copyright,
newdiv = document.createElement('div');
newdiv.style.position = 'absolute';
body.appendChild(newdiv);
newdiv.innerHTML = copyrightText;
selection.selectAllChildren(newdiv);
window.onclick = function () {
body.removeChild(newdiv);
};
}
document.addEventListener(\"scroll\", (event) => {
[].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
try {
(adsbygoogle = window.adsbygoogle || []).push({});
} catch (e) {
//return null;
}
});
});
document.addEventListener('DOMContentLoaded', function () {
document.querySelectorAll('audio').forEach(function (audio) {
let loaded = false;
audio.addEventListener('loadedmetadata', function () {
loaded = true;
checkLoad();
});
audio.addEventListener('canplaythrough', function () {
loaded = true;
checkLoad();
});
function checkLoad() {
if (loaded) {
const article = audio.closest('.article__listen');
const duration = Math.floor(audio.duration);
const minutes = Math.floor(duration / 60);
const seconds = Math.floor(duration % 60);
minutesDisplay.textContent = `\${minutes}:\${(seconds < 10 ? '0' : '')}\${seconds}`;
console.log(duration);
}
}
});
let currentAudio = null;
document.body.addEventListener('click', function (e) {
const article = e.target.closest('.article__listen');
if (!article) return;
const audio = article.querySelector('audio');
const playPauseButton = article.querySelector('.article__listen-btn');
if (audio && playPauseButton) {
if (audio !== currentAudio) {
if (currentAudio) {
currentAudio.pause();
const currentPlayPauseButton = currentAudio.parentElement.querySelector('.article__listen-btn');
if (currentPlayPauseButton) {
currentPlayPauseButton.classList.remove('is-play');
}
}
currentAudio = audio;
audio.addEventListener('timeupdate', updateTimer);
}
if (audio.paused) {
audio.play();
playPauseButton.classList.add('is-play');
} else {
audio.pause();
playPauseButton.classList.remove('is-play');
}
function updateTimer() {
if (!audio.duration) {
audio.removeEventListener('timeupdate', updateTimer);
audio.addEventListener('timeupdate', updateTimer);
return;
}
const currentTime = audio.duration - audio.currentTime;
const minutes = Math.floor(currentTime / 60);
const seconds = Math.floor(currentTime % 60);
minutesDisplay.textContent = `\${minutes}:\${(seconds < 10 ? '0' : '')}\${seconds}`;
}
}
});
});
var emailInput = document.getElementsByClassName('input__elem');
var submitButton = document.getElementsByClassName('submit-button');
for (let i = 0; i < emailInput.length; i++) {
emailInput[i].addEventListener('input', () => {
let form = emailInput[i].closest('form');
let captchaContainer = form.querySelector('.captcha-container');
if (emailInput[i].validity.valid) {
console.log('OK', captchaContainer);
captchaContainer.style.display = 'block';
} else {
captchaContainer.style.display = 'none';
}
});
}
let isCaptchaCompleted = false;
function captchaSuccess() {
//console.log('captchaSuccess', submitButton.length);
submitButton = document.getElementsByClassName('submit-button');
isCaptchaCompleted = true;
for (let i = 0; i < submitButton.length; i++) {
submitButton[i].disabled = false;
}
}
function captchaExpired() {
isCaptchaCompleted = false;
submitButton = document.getElementsByClassName('submit-button');
for (let i = 0; i < submitButton.length; i++) {
submitButton[i].disabled = true;
}
}
function validateCaptcha() {
if (!isCaptchaCompleted) {
return false;
}
return true;
}
Name
Email
Upload files (Optional)
Upload files
Description (Optional)
Submit
";
}
}
}
public function getTemplateName()
{
return "themes/cryptod/html.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 811 => 588, 795 => 575, 792 => 574, 789 => 573, 773 => 560, 770 => 559, 767 => 558, 751 => 545, 748 => 544, 746 => 543, 741 => 540, 721 => 522, 719 => 521, 647 => 451, 643 => 449, 641 => 448, 493 => 302, 489 => 300, 487 => 299, 438 => 253, 434 => 252, 430 => 251, 426 => 250, 420 => 247, 405 => 234, 401 => 232, 399 => 231, 396 => 230, 393 => 229, 390 => 228, 388 => 227, 354 => 196, 348 => 193, 340 => 187, 315 => 166, 309 => 165, 303 => 164, 297 => 163, 293 => 161, 287 => 158, 284 => 157, 278 => 155, 276 => 154, 261 => 142, 244 => 128, 236 => 122, 232 => 120, 230 => 119, 227 => 118, 225 => 117, 222 => 116, 220 => 115, 217 => 114, 214 => 113, 207 => 108, 205 => 107, 196 => 106, 193 => 105, 185 => 99, 183 => 98, 140 => 57, 134 => 55, 131 => 54, 125 => 52, 123 => 51, 114 => 45, 109 => 42, 107 => 41, 84 => 20, 82 => 19, 79 => 18, 75 => 16, 73 => 15, 69 => 14, 59 => 7, 56 => 6, 50 => 5, 47 => 4, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/html.html.twig", "/var/www/utoday/web/themes/cryptod/html.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1, "include" => 19, "set" => 115);
static $filters = array("escape" => 2, "gethtml" => 4, "raw" => 5, "istwitter" => 15, "length" => 54, "safe_join" => 54, "sharingTwitter" => 163, "replace" => 163, "checktitle" => 163, "sharingFacebook" => 164, "sharingTelegram" => 165, "sharingReddit" => 166, "t" => 196);
static $functions = array("drupal_view_result" => 115, "drupal_view" => 545);
try {
$this->sandbox->checkSecurity(
['if', 'include', 'set'],
['escape', 'gethtml', 'raw', 'istwitter', 'length', 'safe_join', 'sharingTwitter', 'replace', 'checktitle', 'sharingFacebook', 'sharingTelegram', 'sharingReddit', 't'],
['drupal_view_result', 'drupal_view']
);
} 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('694594a8f1a22_html.html.twig_cpSwgEkUUjBGN81uHi7I2l0LM', '<?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/cryptod/html.html.twig */
class __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd extends 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["node_type"] ?? null) == "social")) {
// line 2
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 2, $this->source), "html", null, true);
echo "
";
} else {
// line 4
echo " ";
if ($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gethtml(($context["nid"] ?? null))) {
// line 5
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->gethtml($this->sandbox->ensureToStringAllowed(($context["nid"] ?? null), 5, $this->source)));
echo "
";
} else {
// line 6
echo "
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["language"] ?? null), 7, $this->source), "html", null, true);
echo "\" dir=\"ltr\" prefix=\"og: ogp.me/ns#\" class=\"theme-light\">
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 14, $this->source));
echo "\">
";
// line 15
if ((twig_in_filter("mentions", ($context["myurl"] ?? null)) || $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->istwitter(($context["nid"] ?? null)))) {
// line 16
echo "
";
}
// line 18
echo "
";
// line 19
$this->loadTemplate((($context["directory"] ?? null) . "/templates/gtag1.html.twig"), "themes/cryptod/html.html.twig", 19)->display($context);
// line 20
echo "
";
// line 41
$this->loadTemplate((($context["directory"] ?? null) . "/templates/nofollow.html.twig"), "themes/cryptod/html.html.twig", 41)->display($context);
// line 42
echo "
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 45, $this->source));
echo "\">
.ccc-widget.ccc-list .header-div a img {
width: 26px;
height: 26px;
}
";
// line 51
if ((($context["breaking"] ?? null) != "")) {
// line 52
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["breaking"] ?? null), 52, $this->source), "html", null, true);
echo "\"/>
";
}
// line 54
echo " ";
if ((twig_length_filter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, ($context["head_title"] ?? null), " | ")) > 2)) {
// line 55
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 55, $this->source), " | "));
echo "
";
}
// line 57
echo "
function copyToClipboard(e) {
let input = document.body.appendChild(document.createElement(\"input\"));
input.value = window.location.href;
input.select();
document.execCommand('copy');
input.parentNode.removeChild(input);
let tooltip = document.createElement('div');
tooltip.className = 'copy-tooltip';
tooltip.innerHTML = 'Copied!';
if (!e.querySelector('.copy-tooltip')) {
e.append(tooltip);
setTimeout(() => {
e.querySelector('.copy-tooltip').remove();
}, 2000);
}
}
@media (max-width: 849px) {
body #onesignal-slidedown-container.slide-up {
bottom: 60px
}
}
.captcha-container {
display: none; /* CAPTCHA скрыта по умолчанию */
}
";
// line 98
if (($context["logged_in"] ?? null)) {
// line 99
echo "
.contextual-links {
display: none;
}
";
}
// line 105
echo "
";
// line 107
if ((((($context["nodetype"] ?? null) == "story") || (($context["nodetype"] ?? null) == "news")) || (($context["nodetype"] ?? null) == "press_release"))) {
// line 108
echo "
";
}
// line 113
echo " ";
$this->loadTemplate((($context["directory"] ?? null) . "/templates/gtag2.html.twig"), "themes/cryptod/html.html.twig", 113)->display($context);
// line 114
echo "
";
// line 115
$context["view"] = twig_length_filter($this->env, views_get_view_result("banner", "block_1"));
// line 116
echo "
";
// line 117
if ((($context["view"] ?? null) > 0)) {
// line 118
echo "
";
// line 119
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/html.html.twig", 119)->display(twig_array_merge($context, ["desktop" => "block_1", "mobile" => "block_2", "ad" => "1", "card" => "0"]));
// line 120
echo "
";
}
// line 122
echo "
<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 128, $this->source), "html", null, true);
echo "/img/icons/logo.svg\" width=\"188\" height=\"30\" alt=\"U.TODAY\"></a>
<a> AdvertisementAdvert.</a>
";
// line 142
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "topmenu", [], "any", false, false, true, 142), 142, $this->source), "html", null, true);
echo "
Our social media
There's a lot to see there, too
<a></a><a></a><a></a><a></a>
";
// line 154
if ((($context["nodetype"] ?? null) == "landing")) {
// line 155
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 155, $this->source), "html", null, true);
echo "
";
} else {
// line 157
echo "
";
// line 158
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 158, $this->source), "html", null, true);
echo "
";
}
// line 161
echo "
urlt = '";
// line 163
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingTwitter($this->sandbox->ensureToStringAllowed(($context["myurl"] ?? null), 163, $this->source)));
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 163, $this->source), " ")), ["|" => ""]), "html", null, true);
echo "';
urlf = '";
// line 164
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingFacebook($this->sandbox->ensureToStringAllowed(($context["myurl"] ?? null), 164, $this->source)));
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 164, $this->source), " ")), ["|" => ""]), "html", null, true);
echo "';
urltg = '";
// line 165
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingTelegram($this->sandbox->ensureToStringAllowed(($context["myurl"] ?? null), 165, $this->source)));
echo "&text=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 165, $this->source), " ")), ["|" => ""]), "html", null, true);
echo "';
urlrd = '";
// line 166
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\sharing\TwigExtension\Sharing']->sharingReddit($this->sandbox->ensureToStringAllowed(($context["myurl"] ?? null), 166, $this->source)));
echo "&title=";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_replace_filter($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->checktitle($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 166, $this->source), " ")), ["|" => ""]), "html", null, true);
echo "';
<a>Subscribe</a>
Subscribe to daily newsletter
Our social media
There's a lot to see there, too
<a></a>
<a></a>
<a></a>
";
// line 187
echo "
";
// line 193
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footermenu", [], "any", false, false, true, 193), 193, $this->source), "html", null, true);
echo "
";
// line 196
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Disclaimer: The opinions expressed here are not investment advice; they are provided for informational purposes only. The opinions expressed by our writers are their own and do not represent the views of U.Today. Every investment and all trading involves risk, so you should always perform your own research prior to making decisions. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. We do not recommend investing money you cannot afford to lose."));
echo "
© 2017-2025 U.Today. All rights reserved.
<a>Terms and conditions</a><a>Privacy Policy</a>
Subscribe to daily newsletter
By pressing the “Subscribe button” you agree with our <a>Privacy Policy</a>
Subscribe
";
// line 227
$context["view"] = twig_length_filter($this->env, views_get_view_result("banner", "block_3"));
// line 228
echo " ";
$context["view2"] = twig_length_filter($this->env, views_get_view_result("banner", "block_4"));
// line 229
echo " ";
if (((($context["view"] ?? null) > 0) && (($context["view2"] ?? null) > 0))) {
// line 230
echo "
";
// line 231
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/html.html.twig", 231)->display(twig_array_merge($context, ["desktop" => "block_3", "mobile" => "block_4", "ad" => "1"]));
// line 232
echo "
";
}
// line 234
echo "
Successful!
Thank you. We'll contact you shortly.
Ok
extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 247, $this->source));
echo "\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 250, $this->source), "html", null, true);
echo "/js/infinite-scroll.pkgd.min.js\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 251, $this->source), "html", null, true);
echo "/js/slick.min.js\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 252, $this->source), "html", null, true);
echo "/js/main.js?v=44\">
extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 253, $this->source), "html", null, true);
echo "/libs/isotope.min.js\">
let isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
if (isSafari) {
document.body.classList.add('browser-safari');
}
const gEvent = function (type, share) {
gtag('event', share, {
'type': type,
});
};
let infinitePage = 1;
jQuery('.main-news-block').on('append.infiniteScroll', function (event, response, path, items) {
emailInput = document.getElementsByClassName('input__elem');
submitButton = document.getElementsByClassName('submit-button');
for (let i = 0; i < emailInput.length; i++) {
emailInput[i].addEventListener('input', () => {
let form = emailInput[i].closest('form');
let captchaContainer = form.querySelector('.captcha-container');
if (emailInput[i].validity.valid) {
console.log('OK', captchaContainer);
captchaContainer.style.display = 'block';
} else {
captchaContainer.style.display = 'none';
}
});
}
const btnsCloseBanner = document.getElementsByClassName('something__close');
for (let elem of btnsCloseBanner) {
elem.addEventListener('click', () => {
elem.closest('.something').remove();
})
}
gtag('event', 'infinite', {
'infinite': infinitePage,
});
infinitePage += 1;
";
// line 299
if (twig_in_filter("mentions", ($context["myurl"] ?? null))) {
// line 300
echo " twttr.widgets.load();
";
}
// line 302
echo " [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
try {
(adsbygoogle = window.adsbygoogle || []).push({});
} catch (e) {
//return null;
}
});
});
//submit event ajax
jQuery(document).on('submit', '.sevent', function () {
var data = new FormData();
var file;
if (document.getElementById('input__file')) {
file = document.getElementById('input__file').files;
jQuery.each(file, function (key, value) {
data.append(key, value);
});
}
if (document.getElementById('input__file2')) {
file = document.getElementById('input__file2').files;
jQuery.each(file, function (key, value) {
data.append(key, value);
});
}
jQuery.each(this, function (i, val) {
var input = jQuery(val);
if (input.attr('name') != 'file') data.append(input.attr('name'), input.val());
});
jQuery.ajax({
url: jQuery(this).attr('action'),
type: 'POST',
dataType: 'json',
cache: false,
processData: false,
contentType: false,
data: data,
success: function (data) {
jQuery('.sevent').html('Thanks for submit. We will contact you soon.');
return false;
},
error: function (xhr, err) {
alert('Error');
}
});
return false;
});
//submit event end
const initBanners = function () {
let elements =
document.getElementsByClassName('imageBannersContainer');
for (let i = 0; i < elements.length; i++) {
let bannerElements = elements[i].getElementsByClassName(\"imageBanner\");
let bannerIndex = Math.random() * bannerElements.length;
let firstDigitStr = String(bannerIndex)[0];
bannerElements[firstDigitStr].style.display = 'block';
}
};
jQuery(document).ready(function () {
(function (\$) {
if (jQuery(window).width() > '850') {
jQuery('.press-releases__slider, .upcoming__slider').slick({
infinite: false,
slidesToShow: 3,
slidesToScroll: 1,
arrows: true,
dots: false
});
}
})(jQuery);
initBanners();
var OneSignal = window.OneSignal || [];
OneSignal.push(function () {
OneSignal.init({
appId: \"8fd8204c-a529-4b35-98be-27f71d473d9a\",
});
});
let menus = document.querySelectorAll('.main_page a');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'header_menu_click', {
'header_menu_click': 'click',
});
}));
menus = document.querySelectorAll('.article a[target=\"_blank\"]');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'article_link_click', {
'article_link_click': 'click',
});
}));
menus = document.querySelectorAll('.article__related a');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'card_click', {
'card_click': 'click',
});
}));
menus = document.querySelectorAll('.views-infinite-scroll-content-wrapper .category-item a');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'related_click', {
'related_click': 'click',
});
}));
menus = document.querySelectorAll('.article__listen-audio');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'tts_click', {
'tts_click': 'click',
});
}));
menus = document.querySelectorAll('.header__nav-link');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'header_menu_click', {
'header_menu': 'click',
});
}));
menus = document.querySelectorAll('.footer__nav-child-link');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'footer_menu_click', {
'footer_menu': 'click',
});
}));
menus = document.querySelectorAll('.card__subscribe-item');
menus.forEach(el => el.addEventListener('click', event => {
gtag('event', 'subscribe', {
'subscribe': 'click',
});
}));
";
// line 448
if (((($context["node_type"] ?? null) == "press_release") || (($context["node_type"] ?? null) == "story"))) {
// line 449
echo " document.querySelector('.article__content').oncopy = addLink;
";
}
// line 451
echo " [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
try {
(adsbygoogle = window.adsbygoogle || []).push({});
} catch (e) {
return null;
}
});
jQuery('.ad-feedback__form, .press-releases_form, .event_form, .airdrop_form').submit(function (e) {
e.preventDefault();
//data = 'subject=' + e.target.querySelector('input[name=subject]').value + '&name=' + e.target.querySelector('input[name=submit-name]').value + '&mail=' + e.target.querySelector('input[name=submit-email]').value + '&desc=' + e.target.querySelector('textarea[name=submit-massage]').value;
let fd = new FormData();
let other_data = jQuery(e.target).serializeArray();
jQuery.each(other_data, function (key, input) {
fd.append(input.name, input.value);
});
if(e.target.querySelector('input[name=submit-file]') != null) {
fd.append('file', jQuery(e.target.querySelector('input[name=submit-file]'))[0].files[0]);
}
jQuery.ajax({
url: '/umail',
type: 'post',
contentType: false,
processData: false,
data: fd,
success: function () {
}
});
});
jQuery('.subscribe-page__form, .footer__subscribe-form,.aside-sub,.subscribe-form,.sub-slot__form').submit(function (e) {
e.preventDefault();
const form = e.target;
const inputs = form.elements;
let data = '';
for (const input of inputs) {
data = data + input.name + '=' + input.value + '&';
}
jQuery.ajax({
url: '/getresponse.php',
type: 'post',
data: data,
success: function () {
e.target.querySelector('.subscribe-result').innerHTML = 'Subscribed';
jQuery('.card__subscribe-em .input__status').text('Subscribed');
e.target.querySelector('.success').style.display = 'block';
}
});
});
jQuery('.modal__form').submit(function (e) {
const form = e.target;
const inputs = form.elements;
let data = '';
for (const input of inputs) {
data = data + input.name + '=' + input.value + '&';
}
jQuery.ajax({
url: '/getresponse.php',
type: 'post',
data: data,
success: function () {
// e.target.querySelector('.subscribe-result').innerHTML = 'Subscribed';
// jQuery('.card__subscribe-em .input__status').text('Subscribed');
// e.target.querySelector('.success').style.display = 'block';
}
});
});
";
// line 521
if (twig_in_filter("mentions", ($context["myurl"] ?? null))) {
// line 522
echo "
let tweets = jQuery(\".memories__news\");
jQuery(tweets).each(function (t, tweet) {
var id = jQuery(this).attr('name');
twttr.widgets.createTweet(
id, tweet,
{
conversation: 'none', // or all
cards: 'visible', // or visible
}).then(function (el) {
console.log('Tweet added:' + id);
});
});
";
}
// line 540
echo "
";
// line 543
if ((((($context["node_type"] ?? null) == "story") || (($context["node_type"] ?? null) == "news")) || (($context["node_type"] ?? null) == "bnews"))) {
// line 544
echo " var nextPages = [
";
// line 545
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("infinit", "block_1"), "html", null, true);
echo "
];
jQuery('.views-row').infiniteScroll({
path: function () {
return nextPages[this.loadCount];
},
append: '.article',
prefill: true,
scrollThreshold: 1200,
status: '.scroller-status',
hideNav: '.pagination',
});
";
}
// line 558
echo " ";
if ((($context["node_type"] ?? null) == "press_release")) {
// line 559
echo " var nextPages = [
";
// line 560
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("infinit", "block_2"), "html", null, true);
echo "
];
jQuery('.main-news-block').infiniteScroll({
path: function () {
return nextPages[this.loadCount];
},
append: '.article',
prefill: true,
status: '.scroller-status',
hideNav: '.pagination',
});
";
}
// line 573
echo " ";
if ((($context["node_type"] ?? null) == "event")) {
// line 574
echo " var nextPages = [
";
// line 575
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("infinit", "block_5"), "html", null, true);
echo "
];
jQuery('.main-news-block').infiniteScroll({
path: function () {
return nextPages[this.loadCount];
},
append: '.article',
prefill: true,
status: '.scroller-status',
hideNav: '.pagination',
});
";
}
// line 588
echo "
});
function addLink() {
let body = document.getElementsByTagName('body')[0],
selection = window.getSelection(),
copyright = \"Read more on U.Today <a href='\" + document.location.href + \"'>\" + document.location.href + \"</a>\",
copyrightText = selection + copyright,
newdiv = document.createElement('div');
newdiv.style.position = 'absolute';
body.appendChild(newdiv);
newdiv.innerHTML = copyrightText;
selection.selectAllChildren(newdiv);
window.onclick = function () {
body.removeChild(newdiv);
};
}
document.addEventListener(\"scroll\", (event) => {
[].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
try {
(adsbygoogle = window.adsbygoogle || []).push({});
} catch (e) {
//return null;
}
});
});
document.addEventListener('DOMContentLoaded', function () {
document.querySelectorAll('audio').forEach(function (audio) {
let loaded = false;
audio.addEventListener('loadedmetadata', function () {
loaded = true;
checkLoad();
});
audio.addEventListener('canplaythrough', function () {
loaded = true;
checkLoad();
});
function checkLoad() {
if (loaded) {
const article = audio.closest('.article__listen');
const duration = Math.floor(audio.duration);
const minutes = Math.floor(duration / 60);
const seconds = Math.floor(duration % 60);
minutesDisplay.textContent = `\${minutes}:\${(seconds < 10 ? '0' : '')}\${seconds}`;
console.log(duration);
}
}
});
let currentAudio = null;
document.body.addEventListener('click', function (e) {
const article = e.target.closest('.article__listen');
if (!article) return;
const audio = article.querySelector('audio');
const playPauseButton = article.querySelector('.article__listen-btn');
if (audio && playPauseButton) {
if (audio !== currentAudio) {
if (currentAudio) {
currentAudio.pause();
const currentPlayPauseButton = currentAudio.parentElement.querySelector('.article__listen-btn');
if (currentPlayPauseButton) {
currentPlayPauseButton.classList.remove('is-play');
}
}
currentAudio = audio;
audio.addEventListener('timeupdate', updateTimer);
}
if (audio.paused) {
audio.play();
playPauseButton.classList.add('is-play');
} else {
audio.pause();
playPauseButton.classList.remove('is-play');
}
function updateTimer() {
if (!audio.duration) {
audio.removeEventListener('timeupdate', updateTimer);
audio.addEventListener('timeupdate', updateTimer);
return;
}
const currentTime = audio.duration - audio.currentTime;
const minutes = Math.floor(currentTime / 60);
const seconds = Math.floor(currentTime % 60);
minutesDisplay.textContent = `\${minutes}:\${(seconds < 10 ? '0' : '')}\${seconds}`;
}
}
});
});
var emailInput = document.getElementsByClassName('input__elem');
var submitButton = document.getElementsByClassName('submit-button');
for (let i = 0; i < emailInput.length; i++) {
emailInput[i].addEventListener('input', () => {
let form = emailInput[i].closest('form');
let captchaContainer = form.querySelector('.captcha-container');
if (emailInput[i].validity.valid) {
console.log('OK', captchaContainer);
captchaContainer.style.display = 'block';
} else {
captchaContainer.style.display = 'none';
}
});
}
let isCaptchaCompleted = false;
function captchaSuccess() {
//console.log('captchaSuccess', submitButton.length);
submitButton = document.getElementsByClassName('submit-button');
isCaptchaCompleted = true;
for (let i = 0; i < submitButton.length; i++) {
submitButton[i].disabled = false;
}
}
function captchaExpired() {
isCaptchaCompleted = false;
submitButton = document.getElementsByClassName('submit-button');
for (let i = 0; i < submitButton.length; i++) {
submitButton[i].disabled = true;
}
}
function validateCaptcha() {
if (!isCaptchaCompleted) {
return false;
}
return true;
}
Name
Email
Upload files (Optional)
Upload files
Description (Optional)
Submit
";
}
}
}
public function getTemplateName()
{
return "themes/cryptod/html.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 811 => 588, 795 => 575, 792 => 574, 789 => 573, 773 => 560, 770 => 559, 767 => 558, 751 => 545, 748 => 544, 746 => 543, 741 => 540, 721 => 522, 719 => 521, 647 => 451, 643 => 449, 641 => 448, 493 => 302, 489 => 300, 487 => 299, 438 => 253, 434 => 252, 430 => 251, 426 => 250, 420 => 247, 405 => 234, 401 => 232, 399 => 231, 396 => 230, 393 => 229, 390 => 228, 388 => 227, 354 => 196, 348 => 193, 340 => 187, 315 => 166, 309 => 165, 303 => 164, 297 => 163, 293 => 161, 287 => 158, 284 => 157, 278 => 155, 276 => 154, 261 => 142, 244 => 128, 236 => 122, 232 => 120, 230 => 119, 227 => 118, 225 => 117, 222 => 116, 220 => 115, 217 => 114, 214 => 113, 207 => 108, 205 => 107, 196 => 106, 193 => 105, 185 => 99, 183 => 98, 140 => 57, 134 => 55, 131 => 54, 125 => 52, 123 => 51, 114 => 45, 109 => 42, 107 => 41, 84 => 20, 82 => 19, 79 => 18, 75 => 16, 73 => 15, 69 => 14, 59 => 7, 56 => 6, 50 => 5, 47 => 4, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/html.html.twig", "/var/www/utoday/web/themes/cryptod/html.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1, "include" => 19, "set" => 115);
static $filters = array("escape" => 2, "gethtml" => 4, "raw" => 5, "istwitter" => 15, "length" => 54, "safe_join" => 54, "sharingTwitter" => 163, "replace" => 163, "checktitle" => 163, "sharingFacebook" => 164, "sharingTelegram" => 165, "sharingReddit" => 166, "t" => 196);
static $functions = array("drupal_view_result" => 115, "drupal_view" => 545);
try {
$this->sandbox->checkSecurity(
['if', 'include', 'set'],
['escape', 'gethtml', 'raw', 'istwitter', 'length', 'safe_join', 'sharingTwitter', 'replace', 'checktitle', 'sharingFacebook', 'sharingTelegram', 'sharingReddit', 't'],
['drupal_view_result', 'drupal_view']
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd', 'themes/cryptod/html.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/html.html.twig') (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.-4XlUSm2dpDX0OjxMig5aV82Cow,sites/default/files/php/twig/694594a8f1a22_gtag1.html.twig_nDIMeTYa4uuoNcVTpZvl0Wfqo/B0r_waAi-jAZULqfbosX2WpBSCpmsj866J6pgurdVSk.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_gtag1.html.twig_nDIMeTYa4uuoNcVTpZvl0Wfqo', '<?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/cryptod/templates/gtag1.html.twig */
class __TwigTemplate_e747831ad53c13677484d03e5b6b2e3f extends 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["justdomain"] ?? null) == "News.U.Today")) {
// line 2
echo "
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WBVMD96');
";
}
// line 14
echo "
";
// line 15
if ((($context["justdomain"] ?? null) == "U.Today")) {
// line 16
echo "
";
// line 23
echo "
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2PE2QV2V0X');
";
}
// line 33
if ((($context["justdomain"] ?? null) == "Ru.U.Today")) {
// line 34
echo "
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PP8JW6W');
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/gtag1.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 78 => 34, 76 => 33, 64 => 23, 60 => 16, 58 => 15, 55 => 14, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/gtag1.html.twig", "/var/www/utoday/web/themes/cryptod/templates/gtag1.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1);
static $filters = array();
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
[],
[]
);
} 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('694594a8f1a22_gtag1.html.twig_nDIMeTYa4uuoNcVTpZvl0Wfqo', '<?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/cryptod/templates/gtag1.html.twig */
class __TwigTemplate_e747831ad53c13677484d03e5b6b2e3f extends 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["justdomain"] ?? null) == "News.U.Today")) {
// line 2
echo "
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WBVMD96');
";
}
// line 14
echo "
";
// line 15
if ((($context["justdomain"] ?? null) == "U.Today")) {
// line 16
echo "
";
// line 23
echo "
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2PE2QV2V0X');
";
}
// line 33
if ((($context["justdomain"] ?? null) == "Ru.U.Today")) {
// line 34
echo "
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PP8JW6W');
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/gtag1.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 78 => 34, 76 => 33, 64 => 23, 60 => 16, 58 => 15, 55 => 14, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/gtag1.html.twig", "/var/www/utoday/web/themes/cryptod/templates/gtag1.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1);
static $filters = array();
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
[],
[]
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_e747831ad53c13677484d03e5b6b2e3f', 'themes/cryptod/templates/gtag1.html.twig', NULL) (Line: 322)
Twig\Template->loadTemplate('themes/cryptod/templates/gtag1.html.twig', 'themes/cryptod/html.html.twig', 19) (Line: 82)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.MKP11AYRfQzftSfKTFz3h6J0zro,sites/default/files/php/twig/694594a8f1a22_nofollow.html.twig_itnU8CdMtRVoXzVr5Znbg9N3t/PnbjigQYDPyNQhjiPByvtzItcFGpeIjLMr2sINMoBQI.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_nofollow.html.twig_itnU8CdMtRVoXzVr5Znbg9N3t', '<?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/cryptod/templates/nofollow.html.twig */
class __TwigTemplate_b9b417c978cfe844cf08f0350e541296 extends 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 (!twig_in_filter("u.today", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
// line 2
echo "
";
}
// line 4
if ($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getnoIndex($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(($context["nid"] ?? null))))) {
// line 5
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/nofollow.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 5, 45 => 4, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/nofollow.html.twig", "/var/www/utoday/web/themes/cryptod/templates/nofollow.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1);
static $filters = array("render" => 1, "getnoIndex" => 4);
static $functions = array("url" => 1);
try {
$this->sandbox->checkSecurity(
['if'],
['render', 'getnoIndex'],
['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('694594a8f1a22_nofollow.html.twig_itnU8CdMtRVoXzVr5Znbg9N3t', '<?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/cryptod/templates/nofollow.html.twig */
class __TwigTemplate_b9b417c978cfe844cf08f0350e541296 extends 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 (!twig_in_filter("u.today", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
// line 2
echo "
";
}
// line 4
if ($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getnoIndex($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(($context["nid"] ?? null))))) {
// line 5
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/nofollow.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 5, 45 => 4, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/nofollow.html.twig", "/var/www/utoday/web/themes/cryptod/templates/nofollow.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1);
static $filters = array("render" => 1, "getnoIndex" => 4);
static $functions = array("url" => 1);
try {
$this->sandbox->checkSecurity(
['if'],
['render', 'getnoIndex'],
['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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_b9b417c978cfe844cf08f0350e541296', 'themes/cryptod/templates/nofollow.html.twig', NULL) (Line: 322)
Twig\Template->loadTemplate('themes/cryptod/templates/nofollow.html.twig', 'themes/cryptod/html.html.twig', 41) (Line: 107)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.KWpNJekwAgQ7jMN60pRRm0mMJ8M,sites/default/files/php/twig/694594a8f1a22_gtag2.html.twig_sIZnLACn3lMsLOv82K0ZKoq0j/v3baMooT5OX-81sau9IJP_iN771RHmOjhJfi50ZORu8.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_gtag2.html.twig_sIZnLACn3lMsLOv82K0ZKoq0j', '<?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/cryptod/templates/gtag2.html.twig */
class __TwigTemplate_928174eff68cc23feabe2ef2815b170d extends 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["justdomain"] ?? null) == "News.U.Today")) {
// line 2
echo "
";
}
// line 9
echo "
";
// line 10
if ((($context["justdomain"] ?? null) == "U.Today")) {
// line 11
echo "
";
// line 17
echo "
";
}
// line 20
if ((($context["justdomain"] ?? null) == "Ru.U.Today")) {
// line 21
echo "
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, \"script\", \"https://mc.yandex.ru/metrika/tag.js\", \"ym\");
ym(70061293, \"init\", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/gtag2.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 66 => 21, 64 => 20, 59 => 17, 55 => 11, 53 => 10, 50 => 9, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/gtag2.html.twig", "/var/www/utoday/web/themes/cryptod/templates/gtag2.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1);
static $filters = array();
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
[],
[]
);
} 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('694594a8f1a22_gtag2.html.twig_sIZnLACn3lMsLOv82K0ZKoq0j', '<?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/cryptod/templates/gtag2.html.twig */
class __TwigTemplate_928174eff68cc23feabe2ef2815b170d extends 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["justdomain"] ?? null) == "News.U.Today")) {
// line 2
echo "
";
}
// line 9
echo "
";
// line 10
if ((($context["justdomain"] ?? null) == "U.Today")) {
// line 11
echo "
";
// line 17
echo "
";
}
// line 20
if ((($context["justdomain"] ?? null) == "Ru.U.Today")) {
// line 21
echo "
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, \"script\", \"https://mc.yandex.ru/metrika/tag.js\", \"ym\");
ym(70061293, \"init\", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/gtag2.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 66 => 21, 64 => 20, 59 => 17, 55 => 11, 53 => 10, 50 => 9, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/gtag2.html.twig", "/var/www/utoday/web/themes/cryptod/templates/gtag2.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 1);
static $filters = array();
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if'],
[],
[]
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_928174eff68cc23feabe2ef2815b170d', 'themes/cryptod/templates/gtag2.html.twig', NULL) (Line: 322)
Twig\Template->loadTemplate('themes/cryptod/templates/gtag2.html.twig', 'themes/cryptod/html.html.twig', 113) (Line: 215)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.ww32l53_kCjPUlvqnE0IgeuCuS0,sites/default/files/php/twig/694594a8f1a22_region.html.twig_-NihQkUG-a-h64yve1z8pcpT2/ZFwxvbG33F0Ioq7OBD0KP14SU_5sCy-h7qXrrPjD_bE.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_region.html.twig_-NihQkUG-a-h64yve1z8pcpT2', '<?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/cryptod/templates/region.html.twig */
class __TwigTemplate_2aa361e022b1385c82192ae435a1167d extends 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
if (($context["content"] ?? null)) {
// 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/cryptod/templates/region.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 16, 39 => 15,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/region.html.twig", "/var/www/utoday/web/themes/cryptod/templates/region.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 15);
static $filters = array("escape" => 16);
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('694594a8f1a22_region.html.twig_-NihQkUG-a-h64yve1z8pcpT2', '<?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/cryptod/templates/region.html.twig */
class __TwigTemplate_2aa361e022b1385c82192ae435a1167d extends 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
if (($context["content"] ?? null)) {
// 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/cryptod/templates/region.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 16, 39 => 15,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/region.html.twig", "/var/www/utoday/web/themes/cryptod/templates/region.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 15);
static $filters = array("escape" => 16);
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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_2aa361e022b1385c82192ae435a1167d', 'themes/cryptod/templates/region.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/region.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/region.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 492)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 261)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.SYcdKlMZPhLbSAKr2klZtp6sSjg,sites/default/files/php/twig/694594a8f1a22_page.html.twig_KyzEjlfvy-2K4HZF4IlgyESGz/R25B6MWj0rQ1L2lGIawYWUjJ1AEE7AI7PiHD_PlD8rc.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_page.html.twig_KyzEjlfvy-2K4HZF4IlgyESGz', '<?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/cryptod/templates/page.html.twig */
class __TwigTemplate_afc311ed320fd797f750f1c77455efb6 extends 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
$context["view"] = twig_length_filter($this->env, views_get_view_result("banner", "block_17"));
// line 2
echo "
";
// line 3
if ((($context["view"] ?? null) > 0)) {
// line 4
echo "
";
// line 5
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 5)->display(twig_array_merge($context, ["desktop" => "block_17", "mobile" => "block_18", "ad" => "1"]));
// line 6
echo "
";
}
// line 8
echo "
";
// line 10
if ((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 10) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 10), "entity", [], "any", false, false, true, 10), "label", [], "any", false, false, true, 10) == "Landing"))) {
// line 11
echo " ";
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, 11), 11, $this->source), "html", null, true);
echo "
";
} else {
// line 13
echo " ";
if (($context["is_front"] ?? null)) {
// line 14
echo "
";
// line 15
if (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "isPublished", [], "method", false, false, true, 15)) {
// line 16
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("last_news", "block_1"), "html", null, true);
echo "
";
// line 17
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("last_news", "block_2"), "html", null, true);
echo "
";
// line 18
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("last_news", "block_3"), "html", null, true);
echo "
";
}
// line 20
echo "
";
}
// line 22
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "contenttop", [], "any", false, false, true, 22), 22, $this->source), "html", null, true);
echo "
env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 23), "entity", [], "any", false, false, true, 23), "label", [], "any", false, false, true, 23) == "partner")) {
echo "main-aside-container";
}
if ((twig_in_filter("events", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")))) || twig_in_filter("/partners", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")))))) {
} else {
echo "main-aside-container ";
if (twig_in_filter("priceindex", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
echo "container-price-index";
}
}
echo " \">
";
// line 24
if (twig_in_filter("priceindex", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
// line 25
echo "
";
// line 27
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 27)->display(twig_array_merge($context, ["desktop" => "block_5", "mobile" => "block_21"]));
// line 28
echo "
";
// line 30
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 30)->display(twig_array_merge($context, ["desktop" => "block_6", "mobile" => "block_7"]));
// line 31
echo "
";
// line 32
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_content", [], "any", false, false, true, 32), 32, $this->source), "html", null, true);
echo "
";
}
// line 35
echo "
";
// line 36
if (((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 36) || ($context["is_front"] ?? null)) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 36), "entity", [], "any", false, false, true, 36), "label", [], "any", false, false, true, 36) != "Basic page"))) {
// line 37
echo " env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 37), "entity", [], "any", false, false, true, 37), "label", [], "any", false, false, true, 37) != "Profile")) {
echo "main-news-block";
}
echo " ";
if (($context["is_front"] ?? null)) {
echo "main_page";
}
echo "\">
...
<ul></ul>
<ul itemscope>
<li itemscope>
<a>
Home
</a>
</li>
";
// line 54
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getBread($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 54), 54, $this->source)));
echo "
</ul>
";
} elseif (((twig_in_filter("/partners", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")))) || (twig_get_attribute($this->env, $this->source, // line 59
($context["node"] ?? null), "id", [], "any", false, false, true, 59) == 865)) || (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 59), "entity", [], "any", false, false, true, 59), "label", [], "any", false, false, true, 59) == "Basic page"))) {
// line 60
echo "
";
} elseif (!twig_in_filter("events", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
// line 62
echo "
";
}
// line 64
echo " ";
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, 64), 64, $this->source), "html", null, true);
echo "
";
// line 65
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
echo "
";
// line 66
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "bottom", [], "any", false, false, true, 66), 66, $this->source), "html", null, true);
echo "
";
// line 67
if (!twig_in_filter("events", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
// line 68
echo "
";
} elseif (twig_in_filter("/partners", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
// line 71
echo "
";
}
// line 74
echo " ";
if (((!twig_in_filter("/priceindex", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")))) && !twig_in_filter("/events", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) && !twig_in_filter("/partners", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")))))) {
// line 75
echo " ";
if (((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 75) != 865) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 75), "entity", [], "any", false, false, true, 75), "label", [], "any", false, false, true, 75) != "Basic page"))) {
// line 76
echo "
";
// line 78
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 78)->display(twig_array_merge($context, ["desktop" => "block_5", "mobile" => "", "card" => "1"]));
// line 79
echo "
";
// line 81
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 81)->display(twig_array_merge($context, ["desktop" => "block_6", "mobile" => "", "card" => "1"]));
// line 82
echo "
";
// line 84
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 84)->display(twig_array_merge($context, ["desktop" => "block_7", "mobile" => "", "card" => "1"]));
// line 85
echo "
Latest Press releases
";
// line 92
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("last_news", "block_39"), "html", null, true);
echo "
baseUrl = \"https://widgets.cryptocompare.com/\";
var scripts = document.getElementsByTagName(\"script\");
var embedder = scripts[scripts.length - 1];
(function () {
var appName = encodeURIComponent(window.location.hostname);
if (appName == \"\") {
appName = \"local\";
}
var s = document.createElement(\"script\");
s.type = \"text/javascript\";
s.async = true;
var theUrl = baseUrl + 'serve/v1/coin/chart?fsym=BTC&tsym=USD';
s.src = theUrl + (theUrl.indexOf(\"?\") >= 0 ? \"&\" : \"?\") + \"app=\" + appName;
embedder.parentNode.appendChild(s);
})();
Subscribe to daily newsletter
<a>Subscribe</a>
";
// line 125
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_content", [], "any", false, false, true, 125), 125, $this->source), "html", null, true);
echo "
";
// line 126
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 126)->display(twig_array_merge($context, ["desktop" => "block_8", "mobile" => "", "card" => "1"]));
// line 127
echo "
";
}
// line 129
echo " ";
}
// line 130
echo "
";
// line 131
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) == "partner")) {
// line 132
echo "
";
// line 134
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 134)->display(twig_array_merge($context, ["desktop" => "block_5", "mobile" => "block_21", "card" => "1"]));
// line 135
echo "
";
// line 137
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 137)->display(twig_array_merge($context, ["desktop" => "block_6", "mobile" => "block_7", "card" => "1"]));
// line 138
echo "
baseUrl = \"https://widgets.cryptocompare.com/\";
var scripts = document.getElementsByTagName(\"script\");
var embedder = scripts[scripts.length - 1];
(function () {
var appName = encodeURIComponent(window.location.hostname);
if (appName == \"\") {
appName = \"local\";
}
var s = document.createElement(\"script\");
s.type = \"text/javascript\";
s.async = true;
var theUrl = baseUrl + 'serve/v1/coin/chart?fsym=BTC&tsym=USD';
s.src = theUrl + (theUrl.indexOf(\"?\") >= 0 ? \"&\" : \"?\") + \"app=\" + appName;
embedder.parentNode.appendChild(s);
})();
Subscribe to daily newsletter
<a>Subscribe</a>
";
// line 165
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_content", [], "any", false, false, true, 165), 165, $this->source), "html", null, true);
echo "
";
// line 166
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 166)->display(twig_array_merge($context, ["desktop" => "block_8", "mobile" => "", "card" => "1"]));
// line 167
echo "
";
}
// line 169
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/page.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 347 => 169, 343 => 167, 341 => 166, 337 => 165, 308 => 138, 306 => 137, 302 => 135, 300 => 134, 296 => 132, 294 => 131, 291 => 130, 288 => 129, 284 => 127, 282 => 126, 278 => 125, 242 => 92, 233 => 85, 231 => 84, 227 => 82, 225 => 81, 221 => 79, 219 => 78, 215 => 76, 212 => 75, 209 => 74, 204 => 71, 199 => 68, 197 => 67, 193 => 66, 189 => 65, 184 => 64, 180 => 62, 176 => 60, 174 => 59, 166 => 54, 139 => 37, 137 => 36, 134 => 35, 128 => 32, 125 => 31, 123 => 30, 119 => 28, 117 => 27, 113 => 25, 111 => 24, 98 => 23, 93 => 22, 89 => 20, 84 => 18, 80 => 17, 75 => 16, 73 => 15, 70 => 14, 67 => 13, 61 => 11, 59 => 10, 55 => 8, 51 => 6, 49 => 5, 46 => 4, 44 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/page.html.twig", "/var/www/utoday/web/themes/cryptod/templates/page.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 1, "if" => 3, "include" => 5);
static $filters = array("length" => 1, "escape" => 11, "render" => 23, "raw" => 54, "getBread" => 54);
static $functions = array("drupal_view_result" => 1, "drupal_view" => 16, "url" => 23);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'include'],
['length', 'escape', 'render', 'raw', 'getBread'],
['drupal_view_result', 'drupal_view', '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('694594a8f1a22_page.html.twig_KyzEjlfvy-2K4HZF4IlgyESGz', '<?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/cryptod/templates/page.html.twig */
class __TwigTemplate_afc311ed320fd797f750f1c77455efb6 extends 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
$context["view"] = twig_length_filter($this->env, views_get_view_result("banner", "block_17"));
// line 2
echo "
";
// line 3
if ((($context["view"] ?? null) > 0)) {
// line 4
echo "
";
// line 5
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 5)->display(twig_array_merge($context, ["desktop" => "block_17", "mobile" => "block_18", "ad" => "1"]));
// line 6
echo "
";
}
// line 8
echo "
";
// line 10
if ((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 10) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 10), "entity", [], "any", false, false, true, 10), "label", [], "any", false, false, true, 10) == "Landing"))) {
// line 11
echo " ";
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, 11), 11, $this->source), "html", null, true);
echo "
";
} else {
// line 13
echo " ";
if (($context["is_front"] ?? null)) {
// line 14
echo "
";
// line 15
if (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "isPublished", [], "method", false, false, true, 15)) {
// line 16
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("last_news", "block_1"), "html", null, true);
echo "
";
// line 17
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("last_news", "block_2"), "html", null, true);
echo "
";
// line 18
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("last_news", "block_3"), "html", null, true);
echo "
";
}
// line 20
echo "
";
}
// line 22
echo " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "contenttop", [], "any", false, false, true, 22), 22, $this->source), "html", null, true);
echo "
env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 23), "entity", [], "any", false, false, true, 23), "label", [], "any", false, false, true, 23) == "partner")) {
echo "main-aside-container";
}
if ((twig_in_filter("events", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")))) || twig_in_filter("/partners", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")))))) {
} else {
echo "main-aside-container ";
if (twig_in_filter("priceindex", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
echo "container-price-index";
}
}
echo " \">
";
// line 24
if (twig_in_filter("priceindex", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
// line 25
echo "
";
// line 27
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 27)->display(twig_array_merge($context, ["desktop" => "block_5", "mobile" => "block_21"]));
// line 28
echo "
";
// line 30
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 30)->display(twig_array_merge($context, ["desktop" => "block_6", "mobile" => "block_7"]));
// line 31
echo "
";
// line 32
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_content", [], "any", false, false, true, 32), 32, $this->source), "html", null, true);
echo "
";
}
// line 35
echo "
";
// line 36
if (((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 36) || ($context["is_front"] ?? null)) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 36), "entity", [], "any", false, false, true, 36), "label", [], "any", false, false, true, 36) != "Basic page"))) {
// line 37
echo " env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 37), "entity", [], "any", false, false, true, 37), "label", [], "any", false, false, true, 37) != "Profile")) {
echo "main-news-block";
}
echo " ";
if (($context["is_front"] ?? null)) {
echo "main_page";
}
echo "\">
...
<ul></ul>
<ul itemscope>
<li itemscope>
<a>
Home
</a>
</li>
";
// line 54
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getBread($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 54), 54, $this->source)));
echo "
</ul>
";
} elseif (((twig_in_filter("/partners", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")))) || (twig_get_attribute($this->env, $this->source, // line 59
($context["node"] ?? null), "id", [], "any", false, false, true, 59) == 865)) || (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 59), "entity", [], "any", false, false, true, 59), "label", [], "any", false, false, true, 59) == "Basic page"))) {
// line 60
echo "
";
} elseif (!twig_in_filter("events", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
// line 62
echo "
";
}
// line 64
echo " ";
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, 64), 64, $this->source), "html", null, true);
echo "
";
// line 65
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
echo "
";
// line 66
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "bottom", [], "any", false, false, true, 66), 66, $this->source), "html", null, true);
echo "
";
// line 67
if (!twig_in_filter("events", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
// line 68
echo "
";
} elseif (twig_in_filter("/partners", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) {
// line 71
echo "
";
}
// line 74
echo " ";
if (((!twig_in_filter("/priceindex", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")))) && !twig_in_filter("/events", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""))))) && !twig_in_filter("/partners", $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")))))) {
// line 75
echo " ";
if (((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "id", [], "any", false, false, true, 75) != 865) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 75), "entity", [], "any", false, false, true, 75), "label", [], "any", false, false, true, 75) != "Basic page"))) {
// line 76
echo "
";
// line 78
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 78)->display(twig_array_merge($context, ["desktop" => "block_5", "mobile" => "", "card" => "1"]));
// line 79
echo "
";
// line 81
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 81)->display(twig_array_merge($context, ["desktop" => "block_6", "mobile" => "", "card" => "1"]));
// line 82
echo "
";
// line 84
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 84)->display(twig_array_merge($context, ["desktop" => "block_7", "mobile" => "", "card" => "1"]));
// line 85
echo "
Latest Press releases
";
// line 92
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("last_news", "block_39"), "html", null, true);
echo "
baseUrl = \"https://widgets.cryptocompare.com/\";
var scripts = document.getElementsByTagName(\"script\");
var embedder = scripts[scripts.length - 1];
(function () {
var appName = encodeURIComponent(window.location.hostname);
if (appName == \"\") {
appName = \"local\";
}
var s = document.createElement(\"script\");
s.type = \"text/javascript\";
s.async = true;
var theUrl = baseUrl + 'serve/v1/coin/chart?fsym=BTC&tsym=USD';
s.src = theUrl + (theUrl.indexOf(\"?\") >= 0 ? \"&\" : \"?\") + \"app=\" + appName;
embedder.parentNode.appendChild(s);
})();
Subscribe to daily newsletter
<a>Subscribe</a>
";
// line 125
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_content", [], "any", false, false, true, 125), 125, $this->source), "html", null, true);
echo "
";
// line 126
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 126)->display(twig_array_merge($context, ["desktop" => "block_8", "mobile" => "", "card" => "1"]));
// line 127
echo "
";
}
// line 129
echo " ";
}
// line 130
echo "
";
// line 131
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) == "partner")) {
// line 132
echo "
";
// line 134
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 134)->display(twig_array_merge($context, ["desktop" => "block_5", "mobile" => "block_21", "card" => "1"]));
// line 135
echo "
";
// line 137
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 137)->display(twig_array_merge($context, ["desktop" => "block_6", "mobile" => "block_7", "card" => "1"]));
// line 138
echo "
baseUrl = \"https://widgets.cryptocompare.com/\";
var scripts = document.getElementsByTagName(\"script\");
var embedder = scripts[scripts.length - 1];
(function () {
var appName = encodeURIComponent(window.location.hostname);
if (appName == \"\") {
appName = \"local\";
}
var s = document.createElement(\"script\");
s.type = \"text/javascript\";
s.async = true;
var theUrl = baseUrl + 'serve/v1/coin/chart?fsym=BTC&tsym=USD';
s.src = theUrl + (theUrl.indexOf(\"?\") >= 0 ? \"&\" : \"?\") + \"app=\" + appName;
embedder.parentNode.appendChild(s);
})();
Subscribe to daily newsletter
<a>Subscribe</a>
";
// line 165
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_content", [], "any", false, false, true, 165), 165, $this->source), "html", null, true);
echo "
";
// line 166
$this->loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 166)->display(twig_array_merge($context, ["desktop" => "block_8", "mobile" => "", "card" => "1"]));
// line 167
echo "
";
}
// line 169
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/page.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 347 => 169, 343 => 167, 341 => 166, 337 => 165, 308 => 138, 306 => 137, 302 => 135, 300 => 134, 296 => 132, 294 => 131, 291 => 130, 288 => 129, 284 => 127, 282 => 126, 278 => 125, 242 => 92, 233 => 85, 231 => 84, 227 => 82, 225 => 81, 221 => 79, 219 => 78, 215 => 76, 212 => 75, 209 => 74, 204 => 71, 199 => 68, 197 => 67, 193 => 66, 189 => 65, 184 => 64, 180 => 62, 176 => 60, 174 => 59, 166 => 54, 139 => 37, 137 => 36, 134 => 35, 128 => 32, 125 => 31, 123 => 30, 119 => 28, 117 => 27, 113 => 25, 111 => 24, 98 => 23, 93 => 22, 89 => 20, 84 => 18, 80 => 17, 75 => 16, 73 => 15, 70 => 14, 67 => 13, 61 => 11, 59 => 10, 55 => 8, 51 => 6, 49 => 5, 46 => 4, 44 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/page.html.twig", "/var/www/utoday/web/themes/cryptod/templates/page.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 1, "if" => 3, "include" => 5);
static $filters = array("length" => 1, "escape" => 11, "render" => 23, "raw" => 54, "getBread" => 54);
static $functions = array("drupal_view_result" => 1, "drupal_view" => 16, "url" => 23);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'include'],
['length', 'escape', 'render', 'raw', 'getBread'],
['drupal_view_result', 'drupal_view', '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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_afc311ed320fd797f750f1c77455efb6', 'themes/cryptod/templates/page.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/page.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.tldAlWMcqrFLZPaOR1ysbsZFCw8,sites/default/files/php/twig/694594a8f1a22_block--views-block--top-n_gHa-MWZIqGmeACO-rl8Lk_wow/bA8H6C5CflWOuqOgHlbRDSJ4_60YZon4U0pZuqMjuj8.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_block--views-block--top-n_gHa-MWZIqGmeACO-rl8Lk_wow', '<?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/cryptod/templates/block--views-block--top-news-block-1.html.twig */
class __TwigTemplate_8ad1363ed41bdc62624e76b162bb24fa extends 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 28
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 28, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/block--views-block--top-news-block-1.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 28,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/block--views-block--top-news-block-1.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--top-news-block-1.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 28);
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('694594a8f1a22_block--views-block--top-n_gHa-MWZIqGmeACO-rl8Lk_wow', '<?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/cryptod/templates/block--views-block--top-news-block-1.html.twig */
class __TwigTemplate_8ad1363ed41bdc62624e76b162bb24fa extends 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 28
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 28, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/block--views-block--top-news-block-1.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 28,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/block--views-block--top-news-block-1.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--top-news-block-1.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 28);
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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_8ad1363ed41bdc62624e76b162bb24fa', 'themes/cryptod/templates/block--views-block--top-news-block-1.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/block--views-block--top-news-block-1.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/block--views-block--top-news-block-1.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 94)
__TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.NziaskVc2vwtwyHqschlBrYosMs,sites/default/files/php/twig/694594a8f1a22___string_template__35e467_5MPPgX6csqkZK1yMQsEpvC4Lz/0vcmjldh7Iml3DNr-xUJ1U0Z5MEhFJ3TITSsWS37kiY.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__35e467_5MPPgX6csqkZK1yMQsEpvC4Lz', '<?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__35e467714c050fc951f9a3b33ec8597e */
class __TwigTemplate_ca78bfbe81f88aa5411a1ca3c07347ce extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getalias($this->sandbox->ensureToStringAllowed(($context["nid"] ?? null), 1, $this->source)), "html", null, true);
}
public function getTemplateName()
{
return "__string_template__35e467714c050fc951f9a3b33ec8597e";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__35e467714c050fc951f9a3b33ec8597e", "");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 1, "getalias" => 1);
static $functions = array("url" => 1);
try {
$this->sandbox->checkSecurity(
[],
['escape', 'getalias'],
['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('694594a8f1a22___string_template__35e467_5MPPgX6csqkZK1yMQsEpvC4Lz', '<?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__35e467714c050fc951f9a3b33ec8597e */
class __TwigTemplate_ca78bfbe81f88aa5411a1ca3c07347ce extends 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 $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getUrl(""));
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getalias($this->sandbox->ensureToStringAllowed(($context["nid"] ?? null), 1, $this->source)), "html", null, true);
}
public function getTemplateName()
{
return "__string_template__35e467714c050fc951f9a3b33ec8597e";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__35e467714c050fc951f9a3b33ec8597e", "");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 1, "getalias" => 1);
static $functions = array("url" => 1);
try {
$this->sandbox->checkSecurity(
[],
['escape', 'getalias'],
['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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_ca78bfbe81f88aa5411a1ca3c07347ce', '__string_template__35e467714c050fc951f9a3b33ec8597e') (Line: 402)
Twig\Environment->createTemplate('{# inline_template_start #}{{ url('') }}{{ nid|getalias }}') (Line: 234)
Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ url('') }}{{ nid|getalias }}', Array) (Line: 53)
Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
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: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('{{ url('') }}{{ nid|getalias }}', Array) (Line: 1396)
Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289)
Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1224)
Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
template_preprocess_views_view_field(Array, 'views_view_field', Array)
call_user_func_array('template_preprocess_views_view_field', Array) (Line: 285)
Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 704)
Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
Drupal\views\ViewExecutable->render() (Line: 2471)
Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
Drupal\views\ViewExecutable->preview('block_39', Array) (Line: 66)
Drupal\views\Element\View::preRenderViewElement(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 242)
__TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.VqgVTOjjDJvtTsF3Lzy6_RpcMgg,sites/default/files/php/twig/694594a8f1a22_views-view-fields--last_n_6fkCJxuxXU-iL-bgXGKTNy_vc/Om6HHMrGyHCnRIE172hohaOx0nCGtuqfbn8KGDYSedc.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields--last_n_6fkCJxuxXU-iL-bgXGKTNy_vc', '<?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/cryptod/templates/views-view-fields--last_news--block_39.html.twig */
class __TwigTemplate_985f11f5dd25fbc6d3fee601eef461c8 extends 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 "<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["fields"] ?? null), "view_node", [], "any", false, false, true, 1), "content", [], "any", false, false, true, 1), 1, $this->source), "html", null, true);
echo "\">
";
// line 2
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["fields"] ?? null), "title", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2), 2, $this->source), "html", null, true);
echo "
</a>";
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_39.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('694594a8f1a22_views-view-fields--last_n_6fkCJxuxXU-iL-bgXGKTNy_vc', '<?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/cryptod/templates/views-view-fields--last_news--block_39.html.twig */
class __TwigTemplate_985f11f5dd25fbc6d3fee601eef461c8 extends 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 "<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["fields"] ?? null), "view_node", [], "any", false, false, true, 1), "content", [], "any", false, false, true, 1), 1, $this->source), "html", null, true);
echo "\">
";
// line 2
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["fields"] ?? null), "title", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2), 2, $this->source), "html", null, true);
echo "
</a>";
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_39.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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_985f11f5dd25fbc6d3fee601eef461c8', 'themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_fields__last_news__block_39', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
__TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
__TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 242)
__TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.RaIRzKIiR7lNfcCTPbyP2bZ71IY,sites/default/files/php/twig/694594a8f1a22_block--views-block--last-_CcJxPfJ1h2W1mhXamiINW2X98/OhHZdrz9oaGbwMdauqpuK2tKwOvVeNJa-luWNYZnyhw.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_block--views-block--last-_CcJxPfJ1h2W1mhXamiINW2X98', '<?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/cryptod/templates/block--views-block--last-news-block-37.html.twig */
class __TwigTemplate_e4fff1a0c56c70a6ba4bf11c2a96f154 extends 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 2
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Recommended articles"));
echo "
";
// line 4
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 4, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/block--views-block--last-news-block-37.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 4, 42 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/block--views-block--last-news-block-37.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--last-news-block-37.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("t" => 2, "escape" => 4);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['t', '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('694594a8f1a22_block--views-block--last-_CcJxPfJ1h2W1mhXamiINW2X98', '<?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/cryptod/templates/block--views-block--last-news-block-37.html.twig */
class __TwigTemplate_e4fff1a0c56c70a6ba4bf11c2a96f154 extends 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 2
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Recommended articles"));
echo "
";
// line 4
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 4, $this->source), "html", null, true);
echo "
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/block--views-block--last-news-block-37.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 4, 42 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/block--views-block--last-news-block-37.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--last-news-block-37.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("t" => 2, "escape" => 4);
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
['t', '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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_e4fff1a0c56c70a6ba4bf11c2a96f154', 'themes/cryptod/templates/block--views-block--last-news-block-37.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/block--views-block--last-news-block-37.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/block--views-block--last-news-block-37.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 278)
__TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.itzM6jxOB4lIVL4CfsMHHxIJVBo,sites/default/files/php/twig/694594a8f1a22_views-view-fields--last_n_2UoAOTEKj3yxaIPswV8JsWO3L/P5O4jAFPKcWRiVxKMH8qONnT8NqnfQNaBtYkhp6h0V0.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields--last_n_2UoAOTEKj3yxaIPswV8JsWO3L', '<?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/cryptod/templates/views-view-fields--last_news--block_37.html.twig */
class __TwigTemplate_4858e9d9b980e91ecdfca0f420049e7b extends 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 32
echo "
";
// line 33
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["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 33), "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true);
echo "
";
// line 34
$this->loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig", 34)->display($context);
echo "
<a line 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["fields"] ?? null), "view_node", [], "any", false, false, true, 35), "content", [], "any", false, false, true, 35), 35, $this->source), "html", null, true);
echo "\">
";
// line 36
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["fields"] ?? null), "title", [], "any", false, false, true, 36), "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
echo "</a>
";
// line 38
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($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["fields"] ?? null), "field_content_author", [], "any", false, false, true, 39), "content", [], "any", false, false, true, 39), 39, $this->source))), "html", null, true);
echo "\">
";
// line 40
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getimagetag($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getavatar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 40), "content", [], "any", false, false, true, 40), 40, $this->source)), "humble__img", ""));
echo "
";
// line 41
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this->source)));
echo "</a>
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 69 => 41, 65 => 40, 61 => 39, 58 => 38, 54 => 36, 50 => 35, 46 => 34, 42 => 33, 39 => 32,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig");
}
public function checkSecurity()
{
static $tags = array("include" => 34);
static $filters = array("escape" => 33, "getauthorlink" => 39, "render" => 39, "raw" => 40, "getimagetag" => 40, "getavatar" => 40, "getauthorname" => 41);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['include'],
['escape', 'getauthorlink', 'render', 'raw', 'getimagetag', 'getavatar', 'getauthorname'],
[]
);
} 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('694594a8f1a22_views-view-fields--last_n_2UoAOTEKj3yxaIPswV8JsWO3L', '<?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/cryptod/templates/views-view-fields--last_news--block_37.html.twig */
class __TwigTemplate_4858e9d9b980e91ecdfca0f420049e7b extends 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 32
echo "
";
// line 33
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["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 33), "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true);
echo "
";
// line 34
$this->loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig", 34)->display($context);
echo "
<a line 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["fields"] ?? null), "view_node", [], "any", false, false, true, 35), "content", [], "any", false, false, true, 35), 35, $this->source), "html", null, true);
echo "\">
";
// line 36
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["fields"] ?? null), "title", [], "any", false, false, true, 36), "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
echo "</a>
";
// line 38
echo " <a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($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["fields"] ?? null), "field_content_author", [], "any", false, false, true, 39), "content", [], "any", false, false, true, 39), 39, $this->source))), "html", null, true);
echo "\">
";
// line 40
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getimagetag($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getavatar($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 40), "content", [], "any", false, false, true, 40), 40, $this->source)), "humble__img", ""));
echo "
";
// line 41
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this->source)));
echo "</a>
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 69 => 41, 65 => 40, 61 => 39, 58 => 38, 54 => 36, 50 => 35, 46 => 34, 42 => 33, 39 => 32,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig");
}
public function checkSecurity()
{
static $tags = array("include" => 34);
static $filters = array("escape" => 33, "getauthorlink" => 39, "render" => 39, "raw" => 40, "getimagetag" => 40, "getavatar" => 40, "getauthorname" => 41);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['include'],
['escape', 'getauthorlink', 'render', 'raw', 'getimagetag', 'getavatar', 'getauthorname'],
[]
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_4858e9d9b980e91ecdfca0f420049e7b', 'themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_fields__last_news__block_37', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
__TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
__TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
__TwigTemplate_e4fff1a0c56c70a6ba4bf11c2a96f154->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/block--views-block--last-news-block-37.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 278)
__TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.ULI5R6gnD08hXRc4j63w60SIjEc,sites/default/files/php/twig/694594a8f1a22_block--views-block--last-_Lr5wrsPmk2imiYXmxxcnHsAGT/7Av3NG2qKxlTPvlSoy4-THcpDrDQOE2ppTJxXRLirUw.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_block--views-block--last-_Lr5wrsPmk2imiYXmxxcnHsAGT', '<?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/cryptod/templates/block--views-block--last-news-block-6.html.twig */
class __TwigTemplate_0cf87c8774dbc53eddcfd7d2a377af95 extends 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 28
echo "
Our social media
There's a lot to see there, too
<a>
</a><a>
</a><a>
</a><a>
</a>
Popular articles
";
// line 51
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 51, $this->source), "html", null, true);
echo "
<a>Show all</a>
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/block--views-block--last-news-block-6.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 64 => 51, 39 => 28,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/block--views-block--last-news-block-6.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--last-news-block-6.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 51);
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('694594a8f1a22_block--views-block--last-_Lr5wrsPmk2imiYXmxxcnHsAGT', '<?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/cryptod/templates/block--views-block--last-news-block-6.html.twig */
class __TwigTemplate_0cf87c8774dbc53eddcfd7d2a377af95 extends 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 28
echo "
Our social media
There's a lot to see there, too
<a>
</a><a>
</a><a>
</a><a>
</a>
Popular articles
";
// line 51
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 51, $this->source), "html", null, true);
echo "
<a>Show all</a>
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/block--views-block--last-news-block-6.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 64 => 51, 39 => 28,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/block--views-block--last-news-block-6.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--last-news-block-6.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 51);
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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_0cf87c8774dbc53eddcfd7d2a377af95', 'themes/cryptod/templates/block--views-block--last-news-block-6.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/block--views-block--last-news-block-6.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/block--views-block--last-news-block-6.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 278)
__TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.XEv0ZQER1xqlxdMsGowjXRkVux0,sites/default/files/php/twig/694594a8f1a22_views-view-fields--last_n_RyMMjrGpzDTs5ANTmSqgUl1jk/Yn-sXshn9K09TZpfaSOqdjWvcVWgoOVYSVXHfLMGMps.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields--last_n_RyMMjrGpzDTs5ANTmSqgUl1jk', '<?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/cryptod/templates/views-view-fields--last_news--block_6.html.twig */
class __TwigTemplate_e0b438d60f0aa4ae11f3d2d39fdb09a6 extends 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 32
echo "
";
// line 33
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["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 33), "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true);
echo "
";
// line 34
$this->loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig", 34)->display($context);
echo "
<a line 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["fields"] ?? null), "view_node", [], "any", false, false, true, 36), "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
echo "\">
";
// line 37
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["fields"] ?? null), "title", [], "any", false, false, true, 37), "content", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo "
</a>
";
// line 39
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["fields"] ?? null), "field_tags", [], "any", false, false, true, 39), "content", [], "any", false, false, true, 39), 39, $this->source), "html", null, true);
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($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["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this->source))), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this->source)));
echo "</a>
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 65 => 41, 60 => 39, 55 => 37, 51 => 36, 46 => 34, 42 => 33, 39 => 32,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig");
}
public function checkSecurity()
{
static $tags = array("include" => 34);
static $filters = array("escape" => 33, "getauthorlink" => 41, "render" => 41, "raw" => 41, "getauthorname" => 41);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['include'],
['escape', 'getauthorlink', 'render', 'raw', 'getauthorname'],
[]
);
} 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('694594a8f1a22_views-view-fields--last_n_RyMMjrGpzDTs5ANTmSqgUl1jk', '<?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/cryptod/templates/views-view-fields--last_news--block_6.html.twig */
class __TwigTemplate_e0b438d60f0aa4ae11f3d2d39fdb09a6 extends 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 32
echo "
";
// line 33
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["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 33), "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true);
echo "
";
// line 34
$this->loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig", 34)->display($context);
echo "
<a line 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["fields"] ?? null), "view_node", [], "any", false, false, true, 36), "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
echo "\">
";
// line 37
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["fields"] ?? null), "title", [], "any", false, false, true, 37), "content", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo "
</a>
";
// line 39
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["fields"] ?? null), "field_tags", [], "any", false, false, true, 39), "content", [], "any", false, false, true, 39), 39, $this->source), "html", null, true);
echo "
<a line echo this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorlink($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["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this->source))), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']->getauthorname($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this->source)));
echo "</a>
";
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 65 => 41, 60 => 39, 55 => 37, 51 => 36, 46 => 34, 42 => 33, 39 => 32,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig");
}
public function checkSecurity()
{
static $tags = array("include" => 34);
static $filters = array("escape" => 33, "getauthorlink" => 41, "render" => 41, "raw" => 41, "getauthorname" => 41);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['include'],
['escape', 'getauthorlink', 'render', 'raw', 'getauthorname'],
[]
);
} 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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_e0b438d60f0aa4ae11f3d2d39fdb09a6', 'themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_fields__last_news__block_6', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
__TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
__TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 64)
__TwigTemplate_0cf87c8774dbc53eddcfd7d2a377af95->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/block--views-block--last-news-block-6.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 278)
__TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.jxqZFVYbPLFjazOLSr6iZzwM850,sites/default/files/php/twig/694594a8f1a22_off-canvas-page-wrapper.h__3e_H_nHqzDMZGd-0k6YOpcgN/ZfcBPigKQo0ZJh5k0X9afPv1xEIOdLn9t64zZ1fGIK0.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_off-canvas-page-wrapper.h__3e_H_nHqzDMZGd-0k6YOpcgN', '<?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/cryptod/templates/off-canvas-page-wrapper.html.twig */
class __TwigTemplate_4bc30d6935fe9885deca0c433a58499c extends 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 " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 21, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/off-canvas-page-wrapper.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 21, 39 => 20,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/off-canvas-page-wrapper.html.twig", "/var/www/utoday/web/themes/cryptod/templates/off-canvas-page-wrapper.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 20);
static $filters = array("escape" => 21);
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('694594a8f1a22_off-canvas-page-wrapper.h__3e_H_nHqzDMZGd-0k6YOpcgN', '<?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/cryptod/templates/off-canvas-page-wrapper.html.twig */
class __TwigTemplate_4bc30d6935fe9885deca0c433a58499c extends 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 " ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 21, $this->source), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "themes/cryptod/templates/off-canvas-page-wrapper.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 21, 39 => 20,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/off-canvas-page-wrapper.html.twig", "/var/www/utoday/web/themes/cryptod/templates/off-canvas-page-wrapper.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 20);
static $filters = array("escape" => 21);
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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_4bc30d6935fe9885deca0c433a58499c', 'themes/cryptod/templates/off-canvas-page-wrapper.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/off-canvas-page-wrapper.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/off-canvas-page-wrapper.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 492)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.cqkHvtQcWP02cnTJvPhRiLirqDY,sites/default/files/php/twig/694594a8f1a22___string_template__04369c_Lyu_lkWuVXKJ6btlubqtYL-bb/ZkgTWE8xisJa6uV7Wh7R9GTbPIUHGKCkpuA2uRyPEJo.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__04369c_Lyu_lkWuVXKJ6btlubqtYL-bb', '<?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__04369c84679fc64347e68e21696049d3 */
class __TwigTemplate_9f1b726df45b319ac13f9b188cc8d87e extends 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 "'";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["view_node"] ?? null), 1, $this->source), "html", null, true);
echo "',";
}
public function getTemplateName()
{
return "__string_template__04369c84679fc64347e68e21696049d3";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__04369c84679fc64347e68e21696049d3", "");
}
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('694594a8f1a22___string_template__04369c_Lyu_lkWuVXKJ6btlubqtYL-bb', '<?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__04369c84679fc64347e68e21696049d3 */
class __TwigTemplate_9f1b726df45b319ac13f9b188cc8d87e extends 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 "'";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["view_node"] ?? null), 1, $this->source), "html", null, true);
echo "',";
}
public function getTemplateName()
{
return "__string_template__04369c84679fc64347e68e21696049d3";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "__string_template__04369c84679fc64347e68e21696049d3", "");
}
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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_9f1b726df45b319ac13f9b188cc8d87e', '__string_template__04369c84679fc64347e68e21696049d3') (Line: 402)
Twig\Environment->createTemplate('{# inline_template_start #}'{{ view_node }}',') (Line: 234)
Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}'{{ view_node }}',', Array) (Line: 53)
Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
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: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
Drupal\views\Plugin\views\PluginBase->viewsTokenReplace(''{{ view_node }}',', Array) (Line: 1396)
Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289)
Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1224)
Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
template_preprocess_views_view_field(Array, 'views_view_field', Array)
call_user_func_array('template_preprocess_views_view_field', Array) (Line: 285)
Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 704)
Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
Drupal\views\ViewExecutable->render() (Line: 2471)
Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
Drupal\views\ViewExecutable->preview('block_1', Array) (Line: 66)
Drupal\views\Element\View::preRenderViewElement(Array)
call_user_func_array(Array, Array) (Line: 111)
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: 377)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 751)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.1NN9MdZMakzrkRcp2uZOPv-0bjg,sites/default/files/php/twig/694594a8f1a22_views-view--infinit.html._rmQfagMkK8Rwtus1tOWRBJvMM/tWQVe-7lgm69r7RablV19VxLX6MFtMAOu_x7SHkbLLc.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view--infinit.html._rmQfagMkK8Rwtus1tOWRBJvMM', '<?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/cryptod/templates/views-view--infinit.html.twig */
class __TwigTemplate_bf329deae79a51190442417f88bfbdd2 extends 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 33
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 33, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view--infinit.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 33,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view--infinit.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view--infinit.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 33);
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('694594a8f1a22_views-view--infinit.html._rmQfagMkK8Rwtus1tOWRBJvMM', '<?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/cryptod/templates/views-view--infinit.html.twig */
class __TwigTemplate_bf329deae79a51190442417f88bfbdd2 extends 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 33
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 33, $this->source), "html", null, true);
}
public function getTemplateName()
{
return "themes/cryptod/templates/views-view--infinit.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 33,);
}
public function getSourceContext()
{
return new Source("", "themes/cryptod/templates/views-view--infinit.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view--infinit.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 33);
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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_bf329deae79a51190442417f88bfbdd2', 'themes/cryptod/templates/views-view--infinit.html.twig') (Line: 312)
Twig\Environment->load('themes/cryptod/templates/views-view--infinit.html.twig') (Line: 53)
twig_render_template('themes/cryptod/templates/views-view--infinit.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view__infinit', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 751)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
- Warning: rename(sites/default/files/php/twig/.nCrVbTSLg8ZTlO39JcOUdvSafjI,sites/default/files/php/twig/694594a8f1a22_views-view-fields.html.tw_mWNOIKVyF243UWSx_W1dQLeS7/uqDDa4BAAUMGZpj5FMisaFKBlwnbID0DpsAcf0xqPLo.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields.html.tw_mWNOIKVyF243UWSx_W1dQLeS7', '<?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/modules/views/templates/views-view-fields.html.twig */
class __TwigTemplate_b9e41cae3184fba61069d8d0eb9e8edc extends 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
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["field"]) {
// line 35
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "separator", [], "any", false, false, true, 35), 35, $this->source), "html", null, true);
// line 36
if (twig_get_attribute($this->env, $this->source, $context["field"], "wrapper_element", [], "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["field"], "wrapper_element", [], "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["field"], "wrapper_attributes", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo ">";
}
// line 39
if (twig_get_attribute($this->env, $this->source, $context["field"], "label", [], "any", false, false, true, 39)) {
// line 40
if (twig_get_attribute($this->env, $this->source, $context["field"], "label_element", [], "any", false, false, true, 40)) {
// line 41
echo "<";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "label_element", [], "any", false, false, true, 41), 41, $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["field"], "label_attributes", [], "any", false, false, true, 41), 41, $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["field"], "label", [], "any", false, false, true, 41), 41, $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["field"], "label_suffix", [], "any", false, false, true, 41), 41, $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["field"], "label_element", [], "any", false, false, true, 41), 41, $this->source), "html", null, true);
echo ">";
} else {
// line 43
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "label", [], "any", false, false, true, 43), 43, $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["field"], "label_suffix", [], "any", false, false, true, 43), 43, $this->source), "html", null, true);
}
}
// line 46
if (twig_get_attribute($this->env, $this->source, $context["field"], "element_type", [], "any", false, false, true, 46)) {
// line 47
echo "<";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "element_type", [], "any", false, false, true, 47), 47, $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["field"], "element_attributes", [], "any", false, false, true, 47), 47, $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["field"], "content", [], "any", false, false, true, 47), 47, $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["field"], "element_type", [], "any", false, false, true, 47), 47, $this->source), "html", null, true);
echo ">";
} else {
// line 49
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "content", [], "any", false, false, true, 49), 49, $this->source), "html", null, true);
}
// line 51
if (twig_get_attribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 51)) {
// line 52
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 52), 52, $this->source), "html", null, true);
echo ">";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "core/modules/views/templates/views-view-fields.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 90 => 52, 88 => 51, 85 => 49, 75 => 47, 73 => 46, 68 => 43, 57 => 41, 55 => 40, 53 => 39, 47 => 37, 45 => 36, 43 => 35, 39 => 34,);
}
public function getSourceContext()
{
return new Source("", "core/modules/views/templates/views-view-fields.html.twig", "/var/www/utoday/web/core/modules/views/templates/views-view-fields.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 34, "if" => 36);
static $filters = array("escape" => 35);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for', '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('694594a8f1a22_views-view-fields.html.tw_mWNOIKVyF243UWSx_W1dQLeS7', '<?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/modules/views/templates/views-view-fields.html.twig */
class __TwigTemplate_b9e41cae3184fba61069d8d0eb9e8edc extends 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
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["field"]) {
// line 35
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "separator", [], "any", false, false, true, 35), 35, $this->source), "html", null, true);
// line 36
if (twig_get_attribute($this->env, $this->source, $context["field"], "wrapper_element", [], "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["field"], "wrapper_element", [], "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["field"], "wrapper_attributes", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
echo ">";
}
// line 39
if (twig_get_attribute($this->env, $this->source, $context["field"], "label", [], "any", false, false, true, 39)) {
// line 40
if (twig_get_attribute($this->env, $this->source, $context["field"], "label_element", [], "any", false, false, true, 40)) {
// line 41
echo "<";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "label_element", [], "any", false, false, true, 41), 41, $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["field"], "label_attributes", [], "any", false, false, true, 41), 41, $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["field"], "label", [], "any", false, false, true, 41), 41, $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["field"], "label_suffix", [], "any", false, false, true, 41), 41, $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["field"], "label_element", [], "any", false, false, true, 41), 41, $this->source), "html", null, true);
echo ">";
} else {
// line 43
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "label", [], "any", false, false, true, 43), 43, $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["field"], "label_suffix", [], "any", false, false, true, 43), 43, $this->source), "html", null, true);
}
}
// line 46
if (twig_get_attribute($this->env, $this->source, $context["field"], "element_type", [], "any", false, false, true, 46)) {
// line 47
echo "<";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "element_type", [], "any", false, false, true, 47), 47, $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["field"], "element_attributes", [], "any", false, false, true, 47), 47, $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["field"], "content", [], "any", false, false, true, 47), 47, $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["field"], "element_type", [], "any", false, false, true, 47), 47, $this->source), "html", null, true);
echo ">";
} else {
// line 49
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "content", [], "any", false, false, true, 49), 49, $this->source), "html", null, true);
}
// line 51
if (twig_get_attribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 51)) {
// line 52
echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 52), 52, $this->source), "html", null, true);
echo ">";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "core/modules/views/templates/views-view-fields.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 90 => 52, 88 => 51, 85 => 49, 75 => 47, 73 => 46, 68 => 43, 57 => 41, 55 => 40, 53 => 39, 47 => 37, 45 => 36, 43 => 35, 39 => 34,);
}
public function getSourceContext()
{
return new Source("", "core/modules/views/templates/views-view-fields.html.twig", "/var/www/utoday/web/core/modules/views/templates/views-view-fields.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 34, "if" => 36);
static $filters = array("escape" => 35);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for', '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: 352)
Twig\Environment->loadTemplate('__TwigTemplate_b9e41cae3184fba61069d8d0eb9e8edc', 'core/modules/views/templates/views-view-fields.html.twig') (Line: 312)
Twig\Environment->load('core/modules/views/templates/views-view-fields.html.twig') (Line: 53)
twig_render_template('core/modules/views/templates/views-view-fields.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_fields', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
__TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_bf329deae79a51190442417f88bfbdd2->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/templates/views-view--infinit.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('views_view__infinit', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 751)
__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
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: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 18)