<?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;
/* layout/components/footer.html.twig */
class __TwigTemplate_c9b83a978dceea3ee57191bf47413968 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "areas_shared/settings.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "layout/components/footer.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "layout/components/footer.html.twig"));
$this->parent = $this->loadTemplate("areas_shared/settings.html.twig", "layout/components/footer.html.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 4
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 5
echo "
";
// line 6
$context["title"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "title", ["placeholder" => "Titel"]);
// line 9
echo "
";
// line 10
$context["subtitle"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "wysiwyg", "subtitle", ["placeholder" => "Untertitel"]);
// line 13
echo "
<div class=\"footer ";
// line 14
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 14, $this->source); })())) {
echo "editmode";
}
echo "\">
";
// line 17
echo " <div class=\"container no-padding\">
<div class=\"wave\">
";
// line 19
echo twig_include($this->env, $context, "svg/footer/wave.html.twig");
echo "
</div>
</div>
";
// line 24
echo " <div class=\"top\">
<div class=\"container-1420\">
";
// line 27
if (((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 27, $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.', 27, $this->source); })()), "data", [], "any", false, false, false, 27))) {
// line 28
echo " <div class=\"title\">
<p>
";
// line 30
echo (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 30, $this->source); })());
echo "
</p>
</div>
";
}
// line 34
echo "
";
// line 35
if (((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 35, $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.', 35, $this->source); })()), "data", [], "any", false, false, false, 35))) {
// line 36
echo " <div class=\"subtitle\">
";
// line 37
echo (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 37, $this->source); })());
echo "
</div>
";
}
// line 40
echo "
<div class=\"columns\">
";
// line 43
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "block", "columns"), "iterator", [], "any", false, false, false, 43));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 44
echo "
";
// line 45
$context["columnTitle"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "columnTitle", ["placeholder" => "Titel"]);
// line 48
echo "
";
// line 49
$context["columnText"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "wysiwyg", "columnText", ["placeholder" => "Text"]);
// line 52
echo "
<div class=\"column ";
// line 53
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 53, $this->source); })())) {
echo "column-editmode";
}
echo "\">
<div class=\"column-title\">
<p>
";
// line 57
echo (isset($context["columnTitle"]) || array_key_exists("columnTitle", $context) ? $context["columnTitle"] : (function () { throw new RuntimeError('Variable "columnTitle" does not exist.', 57, $this->source); })());
echo "
</p>
</div>
<div class=\"column-text\">
";
// line 62
echo (isset($context["columnText"]) || array_key_exists("columnText", $context) ? $context["columnText"] : (function () { throw new RuntimeError('Variable "columnText" does not exist.', 62, $this->source); })());
echo "
</div>
<ul class=\"column-links\">
";
// line 67
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "block", "columnLinks"), "iterator", [], "any", false, false, false, 67));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 68
echo "
";
// line 69
$context["columnLink"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "link", "columnLink");
// line 70
echo "
";
// line 71
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 71, $this->source); })())) {
// line 72
echo " <div class=\"link-editmode\">
";
// line 73
echo (isset($context["columnLink"]) || array_key_exists("columnLink", $context) ? $context["columnLink"] : (function () { throw new RuntimeError('Variable "columnLink" does not exist.', 73, $this->source); })());
echo "
</div>
";
} else {
// line 76
echo " <li>
";
// line 77
echo (isset($context["columnLink"]) || array_key_exists("columnLink", $context) ? $context["columnLink"] : (function () { throw new RuntimeError('Variable "columnLink" does not exist.', 77, $this->source); })());
echo "
</li>
";
}
// line 80
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 82
echo "
</ul>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 88
echo "
</div>
</div>
</div>
";
// line 95
echo " <div class=\"bottom\">
<div class=\"container-1420\">
<div class=\"alignment\">
";
// line 100
echo " <div class=\"copyright\">
<span>© ";
// line 101
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.copyright"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true);
echo "</span>
</div>
";
// line 105
echo " <div class=\"footer-nav\">
<ul class=\"nav-list\">
";
// line 108
echo twig_include($this->env, $context, "layout/nav/footer.html.twig");
echo "
<li>
<span class=\"cookies-eu-revoke\" id=\"cookies-eu-revoke\">";
// line 111
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("cookies-eu-revoke"), "html", null, true);
echo "</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "layout/components/footer.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 264 => 111, 258 => 108, 253 => 105, 245 => 101, 242 => 100, 236 => 95, 228 => 88, 217 => 82, 210 => 80, 204 => 77, 201 => 76, 195 => 73, 192 => 72, 190 => 71, 187 => 70, 185 => 69, 182 => 68, 178 => 67, 170 => 62, 162 => 57, 153 => 53, 150 => 52, 148 => 49, 145 => 48, 143 => 45, 140 => 44, 136 => 43, 131 => 40, 125 => 37, 122 => 36, 120 => 35, 117 => 34, 110 => 30, 106 => 28, 104 => 27, 99 => 24, 92 => 19, 88 => 17, 81 => 14, 78 => 13, 76 => 10, 73 => 9, 71 => 6, 68 => 5, 58 => 4, 35 => 2,);
}
public function getSourceContext()
{
return new Source("{# settings #}
{% extends ('areas_shared/settings.html.twig') %}
{% block content %}
{% set title = pimcore_input('title', {
'placeholder': 'Titel'
}) %}
{% set subtitle = pimcore_wysiwyg('subtitle', {
'placeholder': 'Untertitel'
}) %}
<div class=\"footer {% if editmode %}editmode{% endif %}\">
{# wave #}
<div class=\"container no-padding\">
<div class=\"wave\">
{{ include('svg/footer/wave.html.twig') }}
</div>
</div>
{# top #}
<div class=\"top\">
<div class=\"container-1420\">
{% if editmode or title.data %}
<div class=\"title\">
<p>
{{ title|raw }}
</p>
</div>
{% endif %}
{% if editmode or subtitle.data %}
<div class=\"subtitle\">
{{ subtitle|raw }}
</div>
{% endif %}
<div class=\"columns\">
{% for i in pimcore_block('columns').iterator %}
{% set columnTitle = pimcore_input('columnTitle', {
'placeholder': 'Titel'
}) %}
{% set columnText = pimcore_wysiwyg('columnText', {
'placeholder': 'Text'
}) %}
<div class=\"column {% if editmode %}column-editmode{% endif %}\">
<div class=\"column-title\">
<p>
{{ columnTitle|raw }}
</p>
</div>
<div class=\"column-text\">
{{ columnText|raw }}
</div>
<ul class=\"column-links\">
{% for i in pimcore_block('columnLinks').iterator %}
{% set columnLink = pimcore_link('columnLink') %}
{% if editmode %}
<div class=\"link-editmode\">
{{ columnLink|raw }}
</div>
{% else %}
<li>
{{ columnLink|raw }}
</li>
{% endif %}
{% endfor %}
</ul>
</div>
{% endfor %}
</div>
</div>
</div>
{# bottom #}
<div class=\"bottom\">
<div class=\"container-1420\">
<div class=\"alignment\">
{# copyright #}
<div class=\"copyright\">
<span>© {{ 'footer.copyright'|trans }} {{ 'now' | date('Y') }}</span>
</div>
{# footer nav #}
<div class=\"footer-nav\">
<ul class=\"nav-list\">
{{ include('layout/nav/footer.html.twig') }}
<li>
<span class=\"cookies-eu-revoke\" id=\"cookies-eu-revoke\">{{ 'cookies-eu-revoke'|trans }}</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
{% endblock %}", "layout/components/footer.html.twig", "/home/httpd/vhosts/a4interactive.ch/httpdocs/lutisbach.a4interactive.ch/templates/layout/components/footer.html.twig");
}
}