var/cache/dev/twig/48/48365676978b485457b828aec34a0959.php line 318

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* areas/texte/view.html.twig */
  14. class __TwigTemplate_ecb54ca91deef5f9c34f0781cc233110 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'content' => [$this'block_content'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 2
  29.         return "areas_shared/settings.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""areas/texte/view.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""areas/texte/view.html.twig"));
  38.         $this->parent $this->loadTemplate("areas_shared/settings.html.twig""areas/texte/view.html.twig"2);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 4
  46.     public function block_content($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  53.         // line 5
  54.         echo "
  55.     ";
  56.         // line 7
  57.         echo "    ";
  58.         if (twig_get_attribute($this->env$this->source, (isset($context["marginBottom"]) || array_key_exists("marginBottom"$context) ? $context["marginBottom"] : (function () { throw new RuntimeError('Variable "marginBottom" does not exist.'7$this->source); })()), "isEmpty", [], "method"falsefalsefalse7)) {
  59.             // line 8
  60.             echo "        ";
  61.             twig_get_attribute($this->env$this->source, (isset($context["marginBottom"]) || array_key_exists("marginBottom"$context) ? $context["marginBottom"] : (function () { throw new RuntimeError('Variable "marginBottom" does not exist.'8$this->source); })()), "setDataFromResource", [=> "full-margin-bottom"], "method"falsefalsefalse8);
  62.             // line 9
  63.             echo "    ";
  64.         }
  65.         // line 10
  66.         echo "
  67.     ";
  68.         // line 12
  69.         echo "    ";
  70.         if (twig_get_attribute($this->env$this->source, (isset($context["backgroundColor"]) || array_key_exists("backgroundColor"$context) ? $context["backgroundColor"] : (function () { throw new RuntimeError('Variable "backgroundColor" does not exist.'12$this->source); })()), "isEmpty", [], "method"falsefalsefalse12)) {
  71.             // line 13
  72.             echo "        ";
  73.             twig_get_attribute($this->env$this->source, (isset($context["backgroundColor"]) || array_key_exists("backgroundColor"$context) ? $context["backgroundColor"] : (function () { throw new RuntimeError('Variable "backgroundColor" does not exist.'13$this->source); })()), "setDataFromResource", [=> "background-white"], "method"falsefalsefalse13);
  74.             // line 14
  75.             echo "    ";
  76.         }
  77.         // line 15
  78.         echo "
  79.     ";
  80.         // line 17
  81.         echo "    ";
  82.         $context["title"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"textarea""title", ["nl2br" => true"placeholder" => "Titel""required" => false]);
  83.         // line 22
  84.         echo "
  85.     ";
  86.         // line 24
  87.         echo "    ";
  88.         $context["lead"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"textarea""lead", ["nl2br" => true"placeholder" => "Lead"]);
  89.         // line 28
  90.         echo "
  91.     ";
  92.         // line 30
  93.         echo "    ";
  94.         $context["h1"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"checkbox""h1", ["reload" => false]);
  95.         // line 33
  96.         echo "
  97.     ";
  98.         // line 35
  99.         echo "    ";
  100.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'35$this->source); })())) {
  101.             // line 36
  102.             echo "        <div class=\"editmode\">
  103.             <div class=\"accordion-container\">
  104.                 <div class=\"accordion-button\">
  105.                     <span class=\"accordion-button-text\">Text</span>
  106.                     ";
  107.             // line 40
  108.             echo twig_include($this->env$context"svg/editmode/setting.html.twig");
  109.             echo "
  110.                 </div>
  111.                 <div class=\"panel\">
  112.                     <div class=\"settings-container\">
  113.                         <div class=\"setting input\">
  114.                             <label>Anker:</label>
  115.                             ";
  116.             // line 47
  117.             echo (isset($context["anchor"]) || array_key_exists("anchor"$context) ? $context["anchor"] : (function () { throw new RuntimeError('Variable "anchor" does not exist.'47$this->source); })());
  118.             echo "
  119.                         </div>
  120.                         <div class=\"setting checkbox\">
  121.                             <label>";
  122.             // line 51
  123.             echo (isset($context["h1"]) || array_key_exists("h1"$context) ? $context["h1"] : (function () { throw new RuntimeError('Variable "h1" does not exist.'51$this->source); })());
  124.             echo " H1</label>
  125.                         </div>
  126.                         <div class=\"setting select\">
  127.                             <label>Abstand unten:</label>
  128.                             ";
  129.             // line 56
  130.             echo (isset($context["marginBottom"]) || array_key_exists("marginBottom"$context) ? $context["marginBottom"] : (function () { throw new RuntimeError('Variable "marginBottom" does not exist.'56$this->source); })());
  131.             echo "
  132.                         </div>
  133.                     </div>
  134.                 </div>
  135.             </div>
  136.         </div>
  137.     ";
  138.         }
  139.         // line 64
  140.         echo "
  141.     <div class=\"texte-brick brick-container ";
  142.         // line 65
  143.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["backgroundColor"]) || array_key_exists("backgroundColor"$context) ? $context["backgroundColor"] : (function () { throw new RuntimeError('Variable "backgroundColor" does not exist.'65$this->source); })()), "data", [], "any"falsefalsefalse65), "html"nulltrue);
  144.         echo " ";
  145.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["marginBottom"]) || array_key_exists("marginBottom"$context) ? $context["marginBottom"] : (function () { throw new RuntimeError('Variable "marginBottom" does not exist.'65$this->source); })()), "data", [], "any"falsefalsefalse65), "html"nulltrue);
  146.         echo "\">
  147.         ";
  148.         // line 68
  149.         echo "        ";
  150.         if (twig_get_attribute($this->env$this->source, (isset($context["anchor"]) || array_key_exists("anchor"$context) ? $context["anchor"] : (function () { throw new RuntimeError('Variable "anchor" does not exist.'68$this->source); })()), "data", [], "any"falsefalsefalse68)) {
  151.             // line 69
  152.             echo "            <div class=\"anchor\" id=\"";
  153.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["anchor"]) || array_key_exists("anchor"$context) ? $context["anchor"] : (function () { throw new RuntimeError('Variable "anchor" does not exist.'69$this->source); })()), "data", [], "any"falsefalsefalse69), "html"nulltrue);
  154.             echo "\"></div>
  155.         ";
  156.         }
  157.         // line 71
  158.         echo "
  159.         <div class=\"container-1420\">
  160.             ";
  161.         // line 75
  162.         echo "            ";
  163.         if (((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'75$this->source); })()) || twig_get_attribute($this->env$this->source, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'75$this->source); })()), "data", [], "any"falsefalsefalse75))) {
  164.             // line 76
  165.             echo "                <div class=\"title\">
  166.                     ";
  167.             // line 78
  168.             if (twig_get_attribute($this->env$this->source, (isset($context["h1"]) || array_key_exists("h1"$context) ? $context["h1"] : (function () { throw new RuntimeError('Variable "h1" does not exist.'78$this->source); })()), "checked", [], "any"falsefalsefalse78)) {
  169.                 // line 79
  170.                 echo "                        <h1>
  171.                             ";
  172.                 // line 80
  173.                 echo (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'80$this->source); })());
  174.                 echo "
  175.                         </h1>
  176.                     ";
  177.             } else {
  178.                 // line 83
  179.                 echo "                        <h2>
  180.                             ";
  181.                 // line 84
  182.                 echo (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'84$this->source); })());
  183.                 echo "
  184.                         </h2>
  185.                     ";
  186.             }
  187.             // line 87
  188.             echo "
  189.                     ";
  190.             // line 91
  191.             echo 
  192.                 </div>
  193.             ";
  194.         }
  195.         // line 94
  196.         echo "
  197.             <div class=\"content\">
  198.                 ";
  199.         // line 98
  200.         echo "                ";
  201.         if ((twig_get_attribute($this->env$this->source, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'98$this->source); })()), "data", [], "any"falsefalsefalse98) && (twig_get_attribute($this->env$this->source, (isset($context["lead"]) || array_key_exists("lead"$context) ? $context["lead"] : (function () { throw new RuntimeError('Variable "lead" does not exist.'98$this->source); })()), "data", [], "any"falsefalsefalse98) ||  !twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""contentblock"), "isEmpty", [], "any"falsefalsefalse98)))) {
  202.             // line 99
  203.             echo "                    <div class=\"text-wave\">
  204.                         ";
  205.             // line 100
  206.             echo twig_include($this->env$context"svg/text-wave/text-wave.html.twig");
  207.             echo "
  208.                     </div>
  209.                 ";
  210.         }
  211.         // line 103
  212.         echo "
  213.                 ";
  214.         // line 105
  215.         echo "                ";
  216.         if (((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'105$this->source); })()) || twig_get_attribute($this->env$this->source, (isset($context["lead"]) || array_key_exists("lead"$context) ? $context["lead"] : (function () { throw new RuntimeError('Variable "lead" does not exist.'105$this->source); })()), "data", [], "any"falsefalsefalse105))) {
  217.             // line 106
  218.             echo "                    <div class=\"lead\">
  219.                         <p>
  220.                             ";
  221.             // line 108
  222.             echo (isset($context["lead"]) || array_key_exists("lead"$context) ? $context["lead"] : (function () { throw new RuntimeError('Variable "lead" does not exist.'108$this->source); })());
  223.             echo "
  224.                         </p>
  225.                     </div>
  226.                 ";
  227.         }
  228.         // line 112
  229.         echo "
  230.                 ";
  231.         // line 113
  232.         $context['_parent'] = $context;
  233.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""contentblock"), "iterator", [], "any"falsefalsefalse113));
  234.         foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  235.             // line 114
  236.             echo "
  237.                     ";
  238.             // line 116
  239.             echo "                    ";
  240.             $context["subtitle"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"textarea""subtitle", ["nl2br" => true"placeholder" => "Zwischentitel"]);
  241.             // line 120
  242.             echo "
  243.                     ";
  244.             // line 121
  245.             if (((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'121$this->source); })()) || twig_get_attribute($this->env$this->source, (isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'121$this->source); })()), "data", [], "any"falsefalsefalse121))) {
  246.                 // line 122
  247.                 echo "
  248.                         ";
  249.                 // line 128
  250.                 echo "
  251.                         ";
  252.                 // line 129
  253.                 if (twig_get_attribute($this->env$this->source, (isset($context["h1"]) || array_key_exists("h1"$context) ? $context["h1"] : (function () { throw new RuntimeError('Variable "h1" does not exist.'129$this->source); })()), "checked", [], "any"falsefalsefalse129)) {
  254.                     // line 130
  255.                     echo "                            <div class=\"subtitle\">
  256.                                 <h2>
  257.                                     ";
  258.                     // line 132
  259.                     echo (isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'132$this->source); })());
  260.                     echo "
  261.                                 </h2>
  262.                             </div>
  263.                         ";
  264.                 } else {
  265.                     // line 136
  266.                     echo "                            <div class=\"subtitle\">
  267.                                 <h3>
  268.                                     ";
  269.                     // line 138
  270.                     echo (isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'138$this->source); })());
  271.                     echo "
  272.                                 </h3>
  273.                             </div>
  274.                         ";
  275.                 }
  276.                 // line 142
  277.                 echo "
  278.                     ";
  279.             }
  280.             // line 144
  281.             echo "
  282.                     ";
  283.             // line 146
  284.             echo "                    ";
  285.             $context["text"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"wysiwyg""text", ["placeholder" => "Text"]);
  286.             // line 149
  287.             echo "
  288.                     ";
  289.             // line 150
  290.             if (((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'150$this->source); })()) || twig_get_attribute($this->env$this->source, (isset($context["text"]) || array_key_exists("text"$context) ? $context["text"] : (function () { throw new RuntimeError('Variable "text" does not exist.'150$this->source); })()), "data", [], "any"falsefalsefalse150))) {
  291.                 // line 151
  292.                 echo "                        <div class=\"text\">
  293.                             <div class=\"wysiwyg\">
  294.                                 ";
  295.                 // line 153
  296.                 echo (isset($context["text"]) || array_key_exists("text"$context) ? $context["text"] : (function () { throw new RuntimeError('Variable "text" does not exist.'153$this->source); })());
  297.                 echo "
  298.                             </div>
  299.                         </div>
  300.                     ";
  301.             }
  302.             // line 157
  303.             echo "
  304.                 ";
  305.         }
  306.         $_parent $context['_parent'];
  307.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  308.         $context array_intersect_key($context$_parent) + $_parent;
  309.         // line 159
  310.         echo "
  311.             </div>
  312.         </div>
  313.     </div>
  314. ";
  315.         
  316.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  317.         
  318.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  319.     }
  320.     public function getTemplateName()
  321.     {
  322.         return "areas/texte/view.html.twig";
  323.     }
  324.     public function isTraitable()
  325.     {
  326.         return false;
  327.     }
  328.     public function getDebugInfo()
  329.     {
  330.         return array (  332 => 159,  325 => 157,  318 => 153,  314 => 151,  312 => 150,  309 => 149,  306 => 146,  303 => 144,  299 => 142,  292 => 138,  288 => 136,  281 => 132,  277 => 130,  275 => 129,  272 => 128,  269 => 122,  267 => 121,  264 => 120,  261 => 116,  258 => 114,  254 => 113,  251 => 112,  244 => 108,  240 => 106,  237 => 105,  234 => 103,  228 => 100,  225 => 99,  222 => 98,  217 => 94,  212 => 91,  209 => 87,  203 => 84,  200 => 83,  194 => 80,  191 => 79,  189 => 78,  185 => 76,  182 => 75,  177 => 71,  171 => 69,  168 => 68,  161 => 65,  158 => 64,  147 => 56,  139 => 51,  132 => 47,  122 => 40,  116 => 36,  113 => 35,  110 => 33,  107 => 30,  104 => 28,  101 => 24,  98 => 22,  95 => 17,  92 => 15,  89 => 14,  86 => 13,  83 => 12,  80 => 10,  77 => 9,  74 => 8,  71 => 7,  68 => 5,  58 => 4,  35 => 2,);
  331.     }
  332.     public function getSourceContext()
  333.     {
  334.         return new Source("{# settings #}
  335. {% extends ('areas_shared/settings.html.twig') %}
  336. {% block content %}
  337.     {# default margin bottom #}
  338.     {% if marginBottom.isEmpty() %}
  339.         {% do marginBottom.setDataFromResource('full-margin-bottom') %}
  340.     {% endif %}
  341.     {# default background color #}
  342.     {% if backgroundColor.isEmpty() %}
  343.         {% do backgroundColor.setDataFromResource('background-white') %}
  344.     {% endif %}
  345.     {# title #}
  346.     {% set title = pimcore_textarea('title', {
  347.         'nl2br': true,
  348.         'placeholder': 'Titel',
  349.         'required': false
  350.     }) %}
  351.     {# lead #}
  352.     {% set lead = pimcore_textarea('lead', {
  353.         'nl2br': true,
  354.         'placeholder': 'Lead'
  355.     }) %}
  356.     {# h1 or h2 #}
  357.     {% set h1 = pimcore_checkbox('h1', {
  358.         'reload': false
  359.     }) %}
  360.     {# editmode #}
  361.     {% if editmode %}
  362.         <div class=\"editmode\">
  363.             <div class=\"accordion-container\">
  364.                 <div class=\"accordion-button\">
  365.                     <span class=\"accordion-button-text\">Text</span>
  366.                     {{ include('svg/editmode/setting.html.twig') }}
  367.                 </div>
  368.                 <div class=\"panel\">
  369.                     <div class=\"settings-container\">
  370.                         <div class=\"setting input\">
  371.                             <label>Anker:</label>
  372.                             {{ anchor|raw }}
  373.                         </div>
  374.                         <div class=\"setting checkbox\">
  375.                             <label>{{ h1|raw }} H1</label>
  376.                         </div>
  377.                         <div class=\"setting select\">
  378.                             <label>Abstand unten:</label>
  379.                             {{ marginBottom|raw }}
  380.                         </div>
  381.                     </div>
  382.                 </div>
  383.             </div>
  384.         </div>
  385.     {% endif %}
  386.     <div class=\"texte-brick brick-container {{ backgroundColor.data }} {{ marginBottom.data }}\">
  387.         {# anchor #}
  388.         {% if anchor.data %}
  389.             <div class=\"anchor\" id=\"{{ anchor.data }}\"></div>
  390.         {% endif %}
  391.         <div class=\"container-1420\">
  392.             {# title #}
  393.             {% if editmode or title.data %}
  394.                 <div class=\"title\">
  395.                     {% if h1.checked %}
  396.                         <h1>
  397.                             {{ title|raw }}
  398.                         </h1>
  399.                     {% else %}
  400.                         <h2>
  401.                             {{ title|raw }}
  402.                         </h2>
  403.                     {% endif %}
  404.                     {# <h2>
  405.                         {{ title|raw }}
  406.                     </h2> #}
  407.  
  408.                 </div>
  409.             {% endif %}
  410.             <div class=\"content\">
  411.                 {# {% if lead.data or not pimcore_block('contentblock').isEmpty %} #}
  412.                 {% if title.data and (lead.data or not pimcore_block('contentblock').isEmpty) %}
  413.                     <div class=\"text-wave\">
  414.                         {{ include('svg/text-wave/text-wave.html.twig') }}
  415.                     </div>
  416.                 {% endif %}
  417.                 {# lead #}
  418.                 {% if editmode or lead.data %}
  419.                     <div class=\"lead\">
  420.                         <p>
  421.                             {{ lead|raw }}
  422.                         </p>
  423.                     </div>
  424.                 {% endif %}
  425.                 {% for i in pimcore_block('contentblock').iterator %}
  426.                     {# subtitle #}
  427.                     {% set subtitle = pimcore_textarea('subtitle', {
  428.                         'nl2br': true,
  429.                         'placeholder': 'Zwischentitel'
  430.                     }) %}
  431.                     {% if editmode or subtitle.data %}
  432.                         {# <div class=\"subtitle\">
  433.                             <h3>
  434.                                 {{ subtitle|raw }}
  435.                             </h3>
  436.                         </div> #}
  437.                         {% if h1.checked %}
  438.                             <div class=\"subtitle\">
  439.                                 <h2>
  440.                                     {{ subtitle|raw }}
  441.                                 </h2>
  442.                             </div>
  443.                         {% else %}
  444.                             <div class=\"subtitle\">
  445.                                 <h3>
  446.                                     {{ subtitle|raw }}
  447.                                 </h3>
  448.                             </div>
  449.                         {% endif %}
  450.                     {% endif %}
  451.                     {# text #}
  452.                     {% set text = pimcore_wysiwyg('text', {
  453.                         'placeholder': 'Text'
  454.                     }) %}
  455.                     {% if editmode or text.data %}
  456.                         <div class=\"text\">
  457.                             <div class=\"wysiwyg\">
  458.                                 {{ text|raw }}
  459.                             </div>
  460.                         </div>
  461.                     {% endif %}
  462.                 {% endfor %}
  463.             </div>
  464.         </div>
  465.     </div>
  466. {% endblock %}""areas/texte/view.html.twig""/home/httpd/vhosts/a4interactive.ch/httpdocs/lutisbach.a4interactive.ch/templates/areas/texte/view.html.twig");
  467.     }
  468. }