<?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;
/* @Toolbox/areas/container/view.html.twig */
class __TwigTemplate_91604b14039510c4d22e4a2a519ba4f3dd286c59b8c5017eb1bde593db165def 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;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Toolbox/areas/container/view.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Toolbox/areas/container/view.html.twig"));
// line 1
$macros["wrap_macro"] = $this->macros["wrap_macro"] = $this->loadTemplate("@Toolbox/macro/wrap.html.twig", "@Toolbox/areas/container/view.html.twig", 1)->unwrap();
// line 2
echo "<div class=\"toolbox-element toolbox-container ";
echo twig_escape_filter($this->env, twig_join_filter((isset($context["additionalClassesData"]) || array_key_exists("additionalClassesData", $context) ? $context["additionalClassesData"] : (function () { throw new RuntimeError('Variable "additionalClassesData" does not exist.', 2, $this->source); })()), " "), "html", null, true);
echo "\">
";
// line 3
echo twig_call_macro($macros["wrap_macro"], "macro_createWrapHead", [(isset($context["elementThemeConfig"]) || array_key_exists("elementThemeConfig", $context) ? $context["elementThemeConfig"] : (function () { throw new RuntimeError('Variable "elementThemeConfig" does not exist.', 3, $this->source); })())], 3, $context, $this->getSourceContext());
echo "
";
// line 4
$this->loadTemplate($this->extensions['ToolboxBundle\Twig\Extension\LayoutExtension']->getAreaPath((isset($context["areaId"]) || array_key_exists("areaId", $context) ? $context["areaId"] : (function () { throw new RuntimeError('Variable "areaId" does not exist.', 4, $this->source); })()), (isset($context["areaTemplateDirectory"]) || array_key_exists("areaTemplateDirectory", $context) ? $context["areaTemplateDirectory"] : (function () { throw new RuntimeError('Variable "areaTemplateDirectory" does not exist.', 4, $this->source); })())), "@Toolbox/areas/container/view.html.twig", 4)->display(twig_array_merge($context, ["containerClass" => ((twig_get_attribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "checkbox", "full_width_container"), "isChecked", [], "method", false, false, false, 4)) ? ("container-fluid") : ("container"))]));
// line 5
echo " ";
echo twig_call_macro($macros["wrap_macro"], "macro_createWrapFoot", [(isset($context["elementThemeConfig"]) || array_key_exists("elementThemeConfig", $context) ? $context["elementThemeConfig"] : (function () { throw new RuntimeError('Variable "elementThemeConfig" does not exist.', 5, $this->source); })())], 5, $context, $this->getSourceContext());
echo "
</div>";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "@Toolbox/areas/container/view.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 56 => 5, 54 => 4, 50 => 3, 45 => 2, 43 => 1,);
}
public function getSourceContext()
{
return new Source("{% import '@Toolbox/macro/wrap.html.twig' as wrap_macro %}
<div class=\"toolbox-element toolbox-container {{ additionalClassesData|join(' ') }}\">
{{ wrap_macro.createWrapHead(elementThemeConfig) }}
{% include toolbox_area_path(areaId, areaTemplateDirectory) with { 'containerClass' : pimcore_checkbox('full_width_container').isChecked() ? 'container-fluid' : 'container' } %}
{{ wrap_macro.createWrapFoot(elementThemeConfig) }}
</div>", "@Toolbox/areas/container/view.html.twig", "/home/robotics/robotics.digitalwandler-staging.com/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Resources/views/areas/container/view.html.twig");
}
}