var/cache/dev/twig/bb/bbb78c5c65afdca90bb52a722d5e3291ff68b50fd582dcab6abaf94c82b290f9.php line 45

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* sector/single.html.twig */
  16. class __TwigTemplate_525c797aa81ff00b5e000e6834a2a3bcee5c2e026a0988eafedc889525681ed5 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'content' => [$this'block_content'],
  29.         ];
  30.         $this->sandbox $this->extensions[SandboxExtension::class];
  31.         $this->checkSecurity();
  32.     }
  33.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  34.     {
  35.         // line 1
  36.         return "app/layout.html.twig";
  37.     }
  38.     protected function doDisplay(array $context, array $blocks = []): iterable
  39.     {
  40.         $macros $this->macros;
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""sector/single.html.twig"));
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""sector/single.html.twig"));
  45.         $this->parent $this->loadTemplate("app/layout.html.twig""sector/single.html.twig"1);
  46.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  49.         
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  51.     }
  52.     // line 3
  53.     /**
  54.      * @return iterable<null|scalar|\Stringable>
  55.      */
  56.     public function block_content(array $context, array $blocks = []): iterable
  57.     {
  58.         $macros $this->macros;
  59.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  60.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  61.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  62.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  63.         // line 4
  64.         yield "
  65.     ";
  66.         // line 5
  67.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'5$this->source); })())) {
  68.             // line 6
  69.             yield "        Selecteer hieronder een sector.
  70.         ";
  71.             // line 7
  72.             yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"relation""sector", ["types" => ["object"], "classes" => ["Sector"]]);
  73.             // line 10
  74.             yield "
  75.     ";
  76.         }
  77.         // line 12
  78.         yield "
  79.     ";
  80.         // line 13
  81.         yield from $this->loadTemplate("app/partials/navigation/_breadcrumbs.html.twig""sector/single.html.twig"13)->unwrap()->yield($context);
  82.         // line 14
  83.         yield "
  84.     ";
  85.         // line 19
  86.         yield "
  87.     ";
  88.         // line 20
  89.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"area""content-brick-1", ["type" => "content-brick""params" => ["content-brick" => ["forceH1" => true"defaultLayout" => "text-image""defaultBackgroundColor" => "bg-blue-200""defaultInverted" => false"defaultHeadline" => (((CoreExtension::getAttribute($this->env$this->source,         // line 28
  90. ($context["sector"] ?? null), "branchename", [], "any"truetruetrue28) &&  !(null === CoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "branchename", [], "any"falsefalsetrue28)))) ? (CoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "branchename", [], "any"falsefalsetrue28)) : (null)), "defaultTitle" => (((CoreExtension::getAttribute($this->env$this->source,         // line 29
  91. ($context["sector"] ?? null), "title", [], "any"truetruetrue29) &&  !(null === CoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "title", [], "any"falsefalsetrue29)))) ? (CoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "title", [], "any"falsefalsetrue29)) : (null)), "defaultWysiwyg" => (((CoreExtension::getAttribute($this->env$this->source,         // line 30
  92. ($context["sector"] ?? null), "description", [], "any"truetruetrue30) &&  !(null === CoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "description", [], "any"falsefalsetrue30)))) ? (CoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "description", [], "any"falsefalsetrue30)) : (null)), "overrideIcon" => (((CoreExtension::getAttribute($this->env$this->source,         // line 31
  93. ($context["sector"] ?? null), "icon", [], "any"truetruetrue31) &&  !(null === CoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "icon", [], "any"falsefalsetrue31)))) ? (CoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "icon", [], "any"falsefalsetrue31)) : (null)), "overrideImage" => (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 32
  94. ($context["sector"] ?? null), "visuals", [], "any"falsetruetrue32), "items", [], "any"falsetruetrue32), 0, [], "array"truetruetrue32) &&  !(null === CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "visuals", [], "any"falsetruetrue32), "items", [], "any"falsetruetrue32), 0, [], "array"falsefalsetrue32)))) ? (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "visuals", [], "any"falsetruetrue32), "items", [], "any"falsetruetrue32), 0, [], "array"falsefalsetrue32)) : (null)), "preHeadlineIconActive" => true"defaultpreHeadlineIconActive" => true"defaultPrimaryLink" => ["title" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Advies aanvragen"), "link" => (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 37
  95. ($context["document"] ?? null), "getProperty", ["contactPage"], "method"falsetruetrue37), "url", [], "method"truetruetrue37) &&  !(null === CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["document"] ?? null), "getProperty", ["contactPage"], "method"falsetruetrue37), "url", [], "method"falsefalsetrue37)))) ? (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["document"] ?? null), "getProperty", ["contactPage"], "method"falsetruetrue37), "url", [], "method"falsefalsetrue37)) : (null)), "target" => ""], "defaultSecondaryLink" => ["title" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Bekijk de oplossingen"), "link" => "#related-product-anchor""target" => ""]]]]);
  96.         // line 47
  97.         yield "
  98.     ";
  99.         // line 49
  100.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"area""sector-cards", ["type" => "sector-cards-brick""params" => ["sector-cards-brick" => ["defaultBackgroundColor" => "md:bg-blue-200""defaultSecondBackgroundColor" => "md:bg-blue-300""defaultSecondBackgroundPosition" => "bottom-0""style" => "images"]]]);
  101.         // line 59
  102.         yield "
  103.     <div id=\"applications-anchor\">
  104.         ";
  105.         // line 62
  106.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"area""unique-selling-point-brick-1", ["type" => "unique-selling-point-brick""params" => ["unique-selling-point-brick" => ["brickBackgroundColor" => "bg-blue-300""defaultBackgroundColor" => "bg-blue-300""defaultTitle" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Toepassingen {{ sector }}", ["{{ sector }}" => $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->source,         // line 68
  107. (isset($context["sector"]) || array_key_exists("sector"$context) ? $context["sector"] : (function () { throw new RuntimeError('Variable "sector" does not exist.'68$this->source); })()), "branchename", [], "any"falsefalsetrue68), 68$this->source)])]]]);
  108.         // line 71
  109.         yield "
  110.     </div>
  111.     <div id=\"solutions-anchor\">
  112.         ";
  113.         // line 75
  114.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"area""content-brick-2", ["type" => "content-brick""params" => ["content-brick" => ["layout" => "text-below-text""defaultLayout" => "text-below-text""defaultBackgroundColor" => "bg-white""defaultTitle" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Oplossingen {{ sector }}", ["{{ sector }}" => $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->source,         // line 82
  115. (isset($context["sector"]) || array_key_exists("sector"$context) ? $context["sector"] : (function () { throw new RuntimeError('Variable "sector" does not exist.'82$this->source); })()), "branchename", [], "any"falsefalsetrue82), 82$this->source)])]]]);
  116.         // line 85
  117.         yield "
  118.     </div>
  119.     ";
  120.         // line 88
  121.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"area""media-brick-multiple", ["type" => "media-brick"]);
  122.         yield "
  123.     ";
  124.         // line 90
  125.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"area""testimonial-brick", ["type" => "testimonial-brick"]);
  126.         // line 92
  127.         yield "
  128.     ";
  129.         // line 94
  130.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"area""content-brick-3", ["type" => "content-brick""params" => ["content-brick" => ["layout" => "text-image""defaultLayout" => "text-image""defaultBackgroundColor" => "bg-white""defaultInverted" => true"uspsActive" => true"defaultUspsActive" => true]]]);
  131.         // line 106
  132.         yield "
  133.     ";
  134.         // line 108
  135.         yield $this->env->getFunction('pimcore_inc')->getCallable()($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'108$this->source); })()), "getProperty", ["textAndLinksSnippet"], "method"falsefalsetrue108), 108$this->source));
  136.         yield "
  137.     <div id=\"certificates-anchor\">
  138.         ";
  139.         // line 111
  140.         yield $this->env->getFunction('pimcore_inc')->getCallable()($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'111$this->source); })()), "getProperty", ["certificateSnippet"], "method"falsefalsetrue111), 111$this->source));
  141.         yield "
  142.     </div>
  143.     ";
  144.         // line 114
  145.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"area""sector-cards-2", ["type" => "sector-cards-brick""params" => ["sector-cards-brick" => ["defaultTitle" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Oplossingen voor aanverwante sectoren"), "defaultBackgroundColor" => "bg-blue-200""defaultSecondBackgroundColor" => "bg-blue-300""defaultSecondBackgroundPosition" => "bottom-0""style" => "icons"]]]);
  146.         // line 125
  147.         yield "
  148.     <div id=\"related-items-anchor\">
  149.         ";
  150.         // line 128
  151.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"area""related-projects", ["type" => "projects-card-slider-brick""params" => ["projects-card-slider-brick" => ["defaultTitle" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Gerelateerde items"), "projects" => (((CoreExtension::getAttribute($this->env$this->source,         // line 133
  152. ($context["sector"] ?? null), "projects", [], "any"truetruetrue133) &&  !(null === CoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "projects", [], "any"falsefalsetrue133)))) ? (CoreExtension::getAttribute($this->env$this->source, ($context["sector"] ?? null), "projects", [], "any"falsefalsetrue133)) : (null)), "projectsLimit" => 3"labelOverride" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Project")]]]);
  153.         // line 138
  154.         yield "
  155.     </div>
  156.     <div id=\"related-product-anchor\">
  157.         ";
  158.         // line 142
  159.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"area""product-category-cards-brick", ["type" => "product-category-cards-brick""params" => ["product-category-cards-brick" => ["brickBackgroundColor" => "bg-blue-200""containerClasses" => "container py-10 md:py-20""showTitle" => true"defaultTitle" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Gerelateerde producten"), "fourColumns" => false]]]);
  160.         // line 153
  161.         yield "
  162.     </div>
  163.     <div id=\"faq-anchor\">
  164.         ";
  165.         // line 157
  166.         yield $this->env->getFunction('pimcore_inc')->getCallable()($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'157$this->source); })()), "getProperty", ["faqSnippet"], "method"falsefalsetrue157), 157$this->source));
  167.         yield "
  168.     </div>
  169.     ";
  170.         // line 160
  171.         yield $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"area""contact-side-widget", ["type" => "contact-side-widget-brick"]);
  172.         // line 162
  173.         yield "
  174. ";
  175.         
  176.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  177.         
  178.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  179.         yield from [];
  180.     }
  181.     /**
  182.      * @codeCoverageIgnore
  183.      */
  184.     public function getTemplateName(): string
  185.     {
  186.         return "sector/single.html.twig";
  187.     }
  188.     /**
  189.      * @codeCoverageIgnore
  190.      */
  191.     public function isTraitable(): bool
  192.     {
  193.         return false;
  194.     }
  195.     /**
  196.      * @codeCoverageIgnore
  197.      */
  198.     public function getDebugInfo(): array
  199.     {
  200.         return array (  200 => 162,  198 => 160,  192 => 157,  186 => 153,  184 => 142,  178 => 138,  176 => 133,  175 => 128,  170 => 125,  168 => 114,  162 => 111,  156 => 108,  152 => 106,  150 => 94,  146 => 92,  144 => 90,  139 => 88,  134 => 85,  132 => 82,  131 => 75,  125 => 71,  123 => 68,  122 => 62,  117 => 59,  115 => 49,  111 => 47,  109 => 37,  108 => 32,  107 => 31,  106 => 30,  105 => 29,  104 => 28,  103 => 20,  100 => 19,  97 => 14,  95 => 13,  92 => 12,  88 => 10,  86 => 7,  83 => 6,  81 => 5,  78 => 4,  65 => 3,  42 => 1,);
  201.     }
  202.     public function getSourceContext(): Source
  203.     {
  204.         return new Source("{% extends 'app/layout.html.twig' %}
  205. {% block content %}
  206.     {% if editmode %}
  207.         Selecteer hieronder een sector.
  208.         {{ pimcore_relation(\"sector\", {
  209.             \"types\": [\"object\"],
  210.             \"classes\": [\"Sector\"]
  211.         }) }}
  212.     {% endif %}
  213.     {% include \"app/partials/navigation/_breadcrumbs.html.twig\" %}
  214.     {#
  215.     Note area name 'content-brick-1' is used in @see templates/sector/_card.html.twig
  216.     and in @see templates/sector/partials/breadcrumbs/breadcrumbs.html.twig
  217.     #}
  218.     {{ pimcore_area('content-brick-1', {
  219.         'type':'content-brick',
  220.         'params':{
  221.             'content-brick': {
  222.                 'forceH1' : true,
  223.                 'defaultLayout': 'text-image',
  224.                 'defaultBackgroundColor':'bg-blue-200',
  225.                 'defaultInverted': false,
  226.                 \"defaultHeadline\" : sector.branchename ?? null,
  227.                 \"defaultTitle\" : sector.title ?? null,
  228.                 \"defaultWysiwyg\" : sector.description ?? null,
  229.                 'overrideIcon' : sector.icon ?? null,
  230.                 \"overrideImage\" : sector.visuals.items[0] ?? null,
  231.                 'preHeadlineIconActive' : true,
  232.                 'defaultpreHeadlineIconActive' : true,
  233.                 'defaultPrimaryLink' : {
  234.                     'title' : \"Advies aanvragen\"|trans,
  235.                     'link': document.getProperty('contactPage').url() ?? null,
  236.                     'target': \"\",
  237.                 },
  238.                 'defaultSecondaryLink' : {
  239.                     'title' : \"Bekijk de oplossingen\"|trans,
  240.                     'link': \"#related-product-anchor\",
  241.                     'target': \"\",
  242.                 }
  243.             }
  244.         }
  245.     }) }}
  246.     {{ pimcore_area(\"sector-cards\", {
  247.         'type' : \"sector-cards-brick\",
  248.         'params':{
  249.             'sector-cards-brick': {
  250.                 'defaultBackgroundColor':'md:bg-blue-200',
  251.                 'defaultSecondBackgroundColor':'md:bg-blue-300',
  252.                 'defaultSecondBackgroundPosition':'bottom-0',
  253.                 'style': 'images'
  254.             }
  255.         }
  256.     }) }}
  257.     <div id=\"applications-anchor\">
  258.         {{ pimcore_area('unique-selling-point-brick-1', {
  259.             'type':'unique-selling-point-brick',
  260.             'params': {
  261.                 'unique-selling-point-brick': {
  262.                     'brickBackgroundColor' : 'bg-blue-300',
  263.                     'defaultBackgroundColor' : 'bg-blue-300',
  264.                     'defaultTitle': ('Toepassingen {{ sector }}') | trans({'{{ sector }}': sector.branchename }),
  265.                 }
  266.             }
  267.         }) }}
  268.     </div>
  269.     <div id=\"solutions-anchor\">
  270.         {{ pimcore_area('content-brick-2', {
  271.             'type':'content-brick',
  272.             'params':{
  273.                 'content-brick': {
  274.                     'layout': 'text-below-text',
  275.                     'defaultLayout': \"text-below-text\",
  276.                     'defaultBackgroundColor':'bg-white',
  277.                     'defaultTitle': ('Oplossingen {{ sector }}') | trans({'{{ sector }}': sector.branchename }),
  278.                 }
  279.             }
  280.         }) }}
  281.     </div>
  282.     {{ pimcore_area(\"media-brick-multiple\", { 'type' : \"media-brick\" }) }}
  283.     {{ pimcore_area(\"testimonial-brick\", {
  284.         type: \"testimonial-brick\"
  285.     }) }}
  286.     {{ pimcore_area('content-brick-3', {
  287.         'type':'content-brick',
  288.         'params':{
  289.             'content-brick': {
  290.                 'layout': 'text-image',
  291.                 'defaultLayout': 'text-image',
  292.                 'defaultBackgroundColor':'bg-white',
  293.                 'defaultInverted': true,
  294.                 'uspsActive' : true,
  295.                 'defaultUspsActive' : true,
  296.             }
  297.         }
  298.     }) }}
  299.     {{ pimcore_inc(document.getProperty('textAndLinksSnippet')) }}
  300.     <div id=\"certificates-anchor\">
  301.         {{ pimcore_inc(document.getProperty('certificateSnippet')) }}
  302.     </div>
  303.     {{ pimcore_area(\"sector-cards-2\", {
  304.         'type' : \"sector-cards-brick\",
  305.         'params':{
  306.             'sector-cards-brick': {
  307.                 'defaultTitle': \"Oplossingen voor aanverwante sectoren\"|trans,
  308.                 'defaultBackgroundColor':'bg-blue-200',
  309.                 'defaultSecondBackgroundColor':'bg-blue-300',
  310.                 'defaultSecondBackgroundPosition':'bottom-0',
  311.                 'style': 'icons'
  312.             }
  313.         }
  314.     }) }}
  315.     <div id=\"related-items-anchor\">
  316.         {{ pimcore_area('related-projects', {
  317.             'type': 'projects-card-slider-brick',
  318.             'params': {
  319.                 'projects-card-slider-brick' : {
  320.                     'defaultTitle' : \"Gerelateerde items\"|trans,
  321.                     'projects': sector.projects ?? null,
  322.                     'projectsLimit': 3,
  323.                     'labelOverride': 'Project' | trans
  324.                 }
  325.             }
  326.         }) }}
  327.     </div>
  328.     <div id=\"related-product-anchor\">
  329.         {{ pimcore_area('product-category-cards-brick', {
  330.             type: 'product-category-cards-brick',
  331.             params: {
  332.                 'product-category-cards-brick': {
  333.                     'brickBackgroundColor': 'bg-blue-200',
  334.                     'containerClasses': 'container py-10 md:py-20',
  335.                     'showTitle': true,
  336.                     'defaultTitle' : \"Gerelateerde producten\"|trans,
  337.                     'fourColumns': false
  338.                 }
  339.             }
  340.         }) }}
  341.     </div>
  342.     <div id=\"faq-anchor\">
  343.         {{ pimcore_inc(document.getProperty('faqSnippet')) }}
  344.     </div>
  345.     {{ pimcore_area('contact-side-widget', {
  346.         type: 'contact-side-widget-brick'
  347.     }) }}
  348. {% endblock %}
  349. ""sector/single.html.twig""/home/forge/testing.coolworld.ptchr.dev/templates/sector/single.html.twig");
  350.     }
  351.     
  352.     public function checkSecurity()
  353.     {
  354.         static $tags = ["extends" => 1"if" => 5"include" => 13];
  355.         static $filters = ["trans" => 36];
  356.         static $functions = ["pimcore_relation" => 7"pimcore_area" => 20"pimcore_inc" => 108];
  357.         try {
  358.             $this->sandbox->checkSecurity(
  359.                 ['extends''if''include'],
  360.                 ['trans'],
  361.                 ['pimcore_relation''pimcore_area''pimcore_inc'],
  362.                 $this->source
  363.             );
  364.         } catch (SecurityError $e) {
  365.             $e->setSourceContext($this->source);
  366.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  367.                 $e->setTemplateLine($tags[$e->getTagName()]);
  368.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  369.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  370.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  371.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  372.             }
  373.             throw $e;
  374.         }
  375.     }
  376. }