<?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;
/* pages/privacy.html.twig */
class __TwigTemplate_4bbc767835d56a5e3602278d3c31201b38bb7ba87c6de8170936f729cd9bb3a6 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 1
return "base.html.twig";
}
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", "pages/privacy.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/privacy.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "pages/privacy.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_content($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(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 4
echo "
<section class=\"services-single background-gray\" data-brand-header>
<div class=\"grid-container\">
<div class=\"services-single__image\" data-css-animation=\"bg-image\">
\t\t";
// line 8
if (twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "cover", [], "any", false, false, false, 8)) {
// line 9
echo "\t\t\t<img data-src=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "cover", [], "any", false, false, false, 9), "url", [], "any", false, false, false, 9), "html", null, true);
echo "\" data-srcset=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "cover", [], "any", false, false, false, 9), "url", [], "any", false, false, false, 9), "html", null, true);
echo "\" alt data-lazy-image style=\"height:400px\">
\t\t";
}
// line 11
echo " </div>
<div class=\"grid-x grid-margin-x\">
<div class=\"cell large-offset-1 large-10\">
<div class=\"services-single__content\" data-css-animation=\"fade-in-up\">
<div class=\"title title__no-center services-single__title out\" data-css-animation=\"out-in\"
style=\"--delay: .2s\">
\t\t\t\t\t\t<div class=\"in\">
\t\t\t\t\t\t\t<h2>";
// line 18
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "title", [], "any", false, false, false, 18), "html", null, true);
echo "</h2>
\t\t\t\t\t\t</div>
</div>
<div class=\"editable\" data-css-animation=\"text\" style=\"--delay: .4s\">
";
// line 22
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "blocks", [], "any", false, false, false, 22));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 23
echo "\t\t\t\t\t\t\t";
echo twig_include($this->env, $context, (("pages/blocks/" . twig_get_attribute($this->env, $this->source, $context["item"], "type", [], "any", false, false, false, 23)) . ".html.twig"), ["content" => // line 24
$context["item"]]);
// line 25
echo "
\t\t\t\t\t\t";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 27
echo " </div>
</div>
</div>
</div>
</div>
</section>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "pages/privacy.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 136 => 27, 121 => 25, 119 => 24, 117 => 23, 100 => 22, 93 => 18, 84 => 11, 76 => 9, 74 => 8, 68 => 4, 58 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"base.html.twig\" %}
{% block content %}
<section class=\"services-single background-gray\" data-brand-header>
<div class=\"grid-container\">
<div class=\"services-single__image\" data-css-animation=\"bg-image\">
\t\t{% if content.cover %}
\t\t\t<img data-src=\"{{ content.cover.url }}\" data-srcset=\"{{ content.cover.url }}\" alt data-lazy-image style=\"height:400px\">
\t\t{% endif %}
</div>
<div class=\"grid-x grid-margin-x\">
<div class=\"cell large-offset-1 large-10\">
<div class=\"services-single__content\" data-css-animation=\"fade-in-up\">
<div class=\"title title__no-center services-single__title out\" data-css-animation=\"out-in\"
style=\"--delay: .2s\">
\t\t\t\t\t\t<div class=\"in\">
\t\t\t\t\t\t\t<h2>{{ content.title }}</h2>
\t\t\t\t\t\t</div>
</div>
<div class=\"editable\" data-css-animation=\"text\" style=\"--delay: .4s\">
{% for item in content.blocks %}
\t\t\t\t\t\t\t{{ include('pages/blocks/' ~ item.type ~ '.html.twig', {
\t\t\t\t\t\t\t\tcontent : item
\t\t\t\t\t\t\t}) }}
\t\t\t\t\t\t{% endfor %}
</div>
</div>
</div>
</div>
</div>
</section>
{% endblock %}", "pages/privacy.html.twig", "/home/clients/6069f7d890ad1893915d376cf7e5b903/var/www/bn-invest-commercial/templates/pages/privacy.html.twig");
}
}