GIF94;
| Path : /tmp/breakdance-afd40e83/twig-auto-generated-cache/8d/ |
| Current File : //tmp/breakdance-afd40e83/twig-auto-generated-cache/8d/8dfe108756123151595fa6c46103aad8.php |
<?php
use Breakdance\Lib\Vendor\Twig\Environment;
use Breakdance\Lib\Vendor\Twig\Error\LoaderError;
use Breakdance\Lib\Vendor\Twig\Error\RuntimeError;
use Breakdance\Lib\Vendor\Twig\Extension\SandboxExtension;
use Breakdance\Lib\Vendor\Twig\Markup;
use Breakdance\Lib\Vendor\Twig\Sandbox\SecurityError;
use Breakdance\Lib\Vendor\Twig\Sandbox\SecurityNotAllowedTagError;
use Breakdance\Lib\Vendor\Twig\Sandbox\SecurityNotAllowedFilterError;
use Breakdance\Lib\Vendor\Twig\Sandbox\SecurityNotAllowedFunctionError;
use Breakdance\Lib\Vendor\Twig\Source;
use Breakdance\Lib\Vendor\Twig\Template;
/* 02c31a8c */
class __TwigTemplate_3d9b0f6a37c3e01863f0c89eef6e605e extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 2
$macros["macros"] = $this->macros["macros"] = $this->loadTemplate("macros.twig", "02c31a8c", 2)->unwrap();
// line 3
echo "
";
// line 4
$context["has_mask"] = false;
// line 5
$context['_parent'] = $context;
$context['_seq'] = \Breakdance\Lib\Vendor\Twig\Extension\Core\Functions\twig_ensure_traversable(\Breakdance\Lib\Vendor\Twig\Extension\Core\Functions\twig_get_attribute($this->env, $this->source, \Breakdance\Lib\Vendor\Twig\Extension\Core\Functions\twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "form", [], "any", false, false, false, 5), "fields", [], "any", false, false, false, 5));
foreach ($context['_seq'] as $context["_key"] => $context["field"]) {
// line 6
echo " ";
if ((\Breakdance\Lib\Vendor\Twig\Extension\Core\Functions\twig_get_attribute($this->env, $this->source, \Breakdance\Lib\Vendor\Twig\Extension\Core\Functions\twig_get_attribute($this->env, $this->source, $context["field"], "advanced", [], "any", false, true, false, 6), "mask", [], "any", true, true, false, 6) && \Breakdance\Lib\Vendor\Twig\Extension\Core\Functions\twig_get_attribute($this->env, $this->source, \Breakdance\Lib\Vendor\Twig\Extension\Core\Functions\twig_get_attribute($this->env, $this->source, $context["field"], "advanced", [], "any", false, false, false, 6), "mask", [], "any", false, false, false, 6))) {
// line 7
echo " ";
$context["has_mask"] = true;
// line 8
echo " ";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 10
if (($context["has_mask"] ?? null)) {
// line 11
echo " return true;
";
}
// line 13
echo "
";
}
public function getTemplateName()
{
return "02c31a8c";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 70 => 13, 66 => 11, 64 => 10, 57 => 8, 54 => 7, 51 => 6, 47 => 5, 45 => 4, 42 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "02c31a8c", "");
}
}