<?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;
/* Contact/index.html.twig */
class __TwigTemplate_b49e192d37d13332073f361307088cffac3ac680a2e1f0324e54aa2257f42940 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "Layout/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", "Contact/index.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Contact/index.html.twig"));
$this->parent = $this->loadTemplate("Layout/base.html.twig", "Contact/index.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_main($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", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 4
echo " ";
$this->loadTemplate("Layout/Include/notification.html.twig", "Contact/index.html.twig", 4)->display($context);
// line 5
echo " ";
$this->loadTemplate("@VisualMediaVisual/Visual/pagevisual.html.twig", "Contact/index.html.twig", 5)->display(twig_array_merge($context, ["visuals" => twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 5, $this->source); })()), "visuals", [], "any", false, false, false, 5)]));
// line 6
echo "
<section class=\"section section-page\">
<div class=\"page-stripes\"></div>
<div class=\"breadcrumb\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12\">
";
// line 14
$this->loadTemplate("@VisualMediaBreadcrumb/Breadcrumb/breadcrumb.html.twig", "Contact/index.html.twig", 14)->display($context);
// line 15
echo " </div>
</div>
</div>
</div>
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12 col-xl-7\">
<div class=\"contact-content\">
";
// line 24
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigContentScan']->scan(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 24, $this->source); })()), "htmlContent", [], "any", false, false, false, 24)), "html", null, true);
echo "
<div class=\"contact-form mb-5\">
";
// line 27
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 27, $this->source); })()), 'form_start', ["attr" => ["class" => "form-horizontal validation"]]);
echo "
";
// line 29
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 29, $this->source); })()), 'errors');
echo "
<div class=\"form-group\">
";
// line 32
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 32, $this->source); })()), "to", [], "any", false, false, false, 32), 'widget');
echo "
";
// line 33
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 33, $this->source); })()), "to", [], "any", false, false, false, 33), 'errors');
echo "
</div>
<div class=\"form-group\">
";
// line 37
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 37, $this->source); })()), "company", [], "any", false, false, false, 37), 'widget');
echo "
";
// line 38
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 38, $this->source); })()), "company", [], "any", false, false, false, 38), 'errors');
echo "
</div>
<div class=\"form-group\">
";
// line 42
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 42, $this->source); })()), "name", [], "any", false, false, false, 42), 'widget');
echo "
";
// line 43
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 43, $this->source); })()), "name", [], "any", false, false, false, 43), 'errors');
echo "
</div>
<div class=\"form-group\">
";
// line 47
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 47, $this->source); })()), "email", [], "any", false, false, false, 47), 'widget');
echo "
";
// line 48
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 48, $this->source); })()), "email", [], "any", false, false, false, 48), 'errors');
echo "
</div>
<div class=\"form-group\">
";
// line 52
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 52, $this->source); })()), "phone", [], "any", false, false, false, 52), 'widget');
echo "
";
// line 53
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 53, $this->source); })()), "phone", [], "any", false, false, false, 53), 'errors');
echo "
</div>
<div class=\"form-group\">
";
// line 57
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 57, $this->source); })()), "message", [], "any", false, false, false, 57), 'widget');
echo "
";
// line 58
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 58, $this->source); })()), "message", [], "any", false, false, false, 58), 'errors');
echo "
</div>
";
// line 61
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 61, $this->source); })()), "google_recaptcha", [], "any", false, false, false, 61), 'row');
echo "
<div class=\"form-group\">
";
// line 64
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 64, $this->source); })()), "submit", [], "any", false, false, false, 64), 'widget', ["attr" => ["class" => "btn btn-primary"]]);
echo "
</div>
";
// line 67
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 67, $this->source); })()), 'form_end');
echo "
</div>
<b>Zuidema Holding Hoogeveen B.V.</b>
<p>
Kvk-nummer: ";
// line 72
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("kvk"), "html", null, true);
echo "<br/>
Bank: ";
// line 73
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("bank"), "html", null, true);
echo "
</p>
</div>
</div>
<div class=\"col-12 col-xl-5\">
<div class=\"contact-block mb-5\">
<div class=\"contact-block_title\"><b>Locatie Hoogeveen</b></div>
<div class=\"contact-block_content\">
<div class=\"row\">
<div class=\"col-12 col-lg-6\">
<p>
<strong>Bezoekadres</strong><br/>
";
// line 86
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("address_hgv"), "html", null, true);
echo "<br/>
";
// line 87
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("zipcode_hgv"), "html", null, true);
echo " Hoogeveen
<br/><br/>
<strong>Postadres</strong><br/>
";
// line 90
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("postbox_address_hgv"), "html", null, true);
echo "<br/>
";
// line 91
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("postbox_zipcode_hgv"), "html", null, true);
echo " Hoogeveen
</p>
</div>
<div class=\"col-12 col-lg-6\">
";
// line 96
echo $this->extensions['VisualMedia\ContentBlockBundle\Twig\TwigContentBlockExtension']->contentblockhtml("opening_hours_recycling_center_hoogeveen");
echo "
</div>
</div>
</div>
<div class=\"contact-block_footer\">
<div class=\"row\">
<div class=\"col-12\">T. <a href=\"tel:";
// line 102
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("telefoon_link_hgv"), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("phone_hgv"), "html", null, true);
echo "</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Contact/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 250 => 102, 241 => 96, 233 => 91, 229 => 90, 223 => 87, 219 => 86, 203 => 73, 199 => 72, 191 => 67, 185 => 64, 179 => 61, 173 => 58, 169 => 57, 162 => 53, 158 => 52, 151 => 48, 147 => 47, 140 => 43, 136 => 42, 129 => 38, 125 => 37, 118 => 33, 114 => 32, 108 => 29, 103 => 27, 97 => 24, 86 => 15, 84 => 14, 74 => 6, 71 => 5, 68 => 4, 58 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'Layout/base.html.twig' %}
{% block main %}
{% include 'Layout/Include/notification.html.twig' %}
{% include '@VisualMediaVisual/Visual/pagevisual.html.twig' with { visuals: page.visuals } %}
<section class=\"section section-page\">
<div class=\"page-stripes\"></div>
<div class=\"breadcrumb\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12\">
{% include '@VisualMediaBreadcrumb/Breadcrumb/breadcrumb.html.twig' %}
</div>
</div>
</div>
</div>
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12 col-xl-7\">
<div class=\"contact-content\">
{{ page.htmlContent|scan }}
<div class=\"contact-form mb-5\">
{{ form_start(form, { attr: { class: 'form-horizontal validation' }}) }}
{{ form_errors(form) }}
<div class=\"form-group\">
{{ form_widget(form.to) }}
{{ form_errors(form.to) }}
</div>
<div class=\"form-group\">
{{ form_widget(form.company) }}
{{ form_errors(form.company) }}
</div>
<div class=\"form-group\">
{{ form_widget(form.name) }}
{{ form_errors(form.name) }}
</div>
<div class=\"form-group\">
{{ form_widget(form.email) }}
{{ form_errors(form.email) }}
</div>
<div class=\"form-group\">
{{ form_widget(form.phone) }}
{{ form_errors(form.phone) }}
</div>
<div class=\"form-group\">
{{ form_widget(form.message) }}
{{ form_errors(form.message) }}
</div>
{{ form_row(form.google_recaptcha) }}
<div class=\"form-group\">
{{ form_widget(form.submit, { attr: { class : 'btn btn-primary'}}) }}
</div>
{{ form_end(form) }}
</div>
<b>Zuidema Holding Hoogeveen B.V.</b>
<p>
Kvk-nummer: {{ setting('kvk') }}<br/>
Bank: {{ setting('bank') }}
</p>
</div>
</div>
<div class=\"col-12 col-xl-5\">
<div class=\"contact-block mb-5\">
<div class=\"contact-block_title\"><b>Locatie Hoogeveen</b></div>
<div class=\"contact-block_content\">
<div class=\"row\">
<div class=\"col-12 col-lg-6\">
<p>
<strong>Bezoekadres</strong><br/>
{{ setting('address_hgv') }}<br/>
{{ setting('zipcode_hgv') }} Hoogeveen
<br/><br/>
<strong>Postadres</strong><br/>
{{ setting('postbox_address_hgv') }}<br/>
{{ setting('postbox_zipcode_hgv') }} Hoogeveen
</p>
</div>
<div class=\"col-12 col-lg-6\">
{{ contentblockhtml('opening_hours_recycling_center_hoogeveen') }}
</div>
</div>
</div>
<div class=\"contact-block_footer\">
<div class=\"row\">
<div class=\"col-12\">T. <a href=\"tel:{{ setting(\"telefoon_link_hgv\") }}\">{{ setting(\"phone_hgv\") }}</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{% endblock %}
{#{% extends 'Layout/base.html.twig' %}#}
{#{% block main %}#}
{# {% include '@VisualMediaVisual/Visual/visual.html.twig' with { visuals: page.visuals } %}#}
{# <article class=\"container-fluid content-width-medium content-padding\">#}
{# {% include '@VisualMediaBreadcrumb/Breadcrumb/breadcrumb.html.twig' %}#}
{# <div class=\"row\">#}
{# <div class=\"col-xs-12 col-sm-6\">#}
{# {{ page.htmlContent|scan }}#}
{# </div>#}
{# <div class=\"col-xs-12 col-sm-6\">#}
{# <div class=\"content-padding\">#}
{# {{ form_start(form, { attr: { class: 'form-horizontal validation' }}) }}#}
{# {{ form_errors(form) }}#}
{# {{ form_row(form.contact) }}#}
{# {{ form_row(form.email) }}#}
{# {{ form_row(form.phone) }}#}
{# {{ form_row(form.message) }}#}
{# {{ form_row(form.google_recaptcha) }}#}
{# <div class=\"form-group row max-width clearfix\">#}
{# <div class=\"col-xs-12 col-sm-8 col-sm-offset-4\">#}
{# {{ form_widget(form.submit, { attr: { class : 'btn btn-primary'}}) }}#}
{# </div>#}
{# </div>#}
{# {{ form_end(form) }}#}
{# </div>#}
{# </div>#}
{# </div>#}
{# </article>#}
{#{% endblock %}#}
", "Contact/index.html.twig", "/var/www/vhosts/localhost/html/templates/Contact/index.html.twig");
}
}