<?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;
/* front/contact/contact.html.twig */
class __TwigTemplate_62818d20f0b63f75127853dd1397507ec96ed7c942c428c68b95e46a61ba4853 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'content_class' => [$this, 'block_content_class'],
'body' => [$this, 'block_body'],
];
}
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", "front/contact/contact.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/contact/contact.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "front/contact/contact.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_title($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", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Contact | ";
$this->displayParentBlock("title", $context, $blocks);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 4
public function block_content_class($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_class"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content_class"));
echo "contact-page";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 6
public function block_body($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", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 7
echo "<div class=\"map-view-wrap\">
<div class=\"container\">
<div class=\"map-view-wrap_item\">
<div class=\"list-single-main-item-title fl-wrap\">
<h3>Contacts</h3>
</div>
<div class=\"box-widget-list mar-top\">
<ul>
";
// line 15
if (twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 15, $this->source); })()), "address", [], "any", false, false, false, 15)) {
// line 16
echo " <li><span><i class=\"fal fa-map-marker\"></i> Adresse :</span> <a href=\"#\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 16, $this->source); })()), "address", [], "any", false, false, false, 16), "html", null, true);
echo "</a></li>
";
}
// line 18
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 18, $this->source); })()), "phone", [], "any", false, false, false, 18)) {
// line 19
echo " <li><span><i class=\"fal fa-phone\"></i> Phone :</span> <a href=\"tel:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 19, $this->source); })()), "phone", [], "any", false, false, false, 19), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 19, $this->source); })()), "phone", [], "any", false, false, false, 19), "html", null, true);
echo "</a></li>
";
}
// line 21
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 21, $this->source); })()), "mail", [], "any", false, false, false, 21)) {
// line 22
echo " <li><span><i class=\"fal fa-envelope\"></i> Mail :</span> <a href=\"mailto:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 22, $this->source); })()), "mail", [], "any", false, false, false, 22), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 22, $this->source); })()), "mail", [], "any", false, false, false, 22), "html", null, true);
echo "</a></li>
";
}
// line 24
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 24, $this->source); })()), "website", [], "any", false, false, false, 24)) {
// line 25
echo " <li><span><i class=\"fal fa-browser\"></i> Website :</span> <a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 25, $this->source); })()), "website", [], "any", false, false, false, 25), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 25, $this->source); })()), "website", [], "any", false, false, false, 25), "html", null, true);
echo "</a></li>
";
}
// line 27
echo " </ul>
</div>
<div class=\"list-widget-social\">
<ul>
";
// line 31
if (twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 31, $this->source); })()), "facebook", [], "any", false, false, false, 31)) {
// line 32
echo " <li><a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 32, $this->source); })()), "facebook", [], "any", false, false, false, 32), "html", null, true);
echo "\" target=\"_blank\" ><i class=\"fab fa-facebook-f\"></i></a></li>
";
}
// line 34
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 34, $this->source); })()), "twitter", [], "any", false, false, false, 34)) {
// line 35
echo " <li><a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 35, $this->source); })()), "twitter", [], "any", false, false, false, 35), "html", null, true);
echo "\" target=\"_blank\"><i class=\"fab fa-twitter\"></i></a></li>
";
}
// line 37
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 37, $this->source); })()), "instagram", [], "any", false, false, false, 37)) {
// line 38
echo " <li><a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 38, $this->source); })()), "instagram", [], "any", false, false, false, 38), "html", null, true);
echo "\" target=\"_blank\" ><i class=\"fab fa-instagram\"></i></a></li>
";
}
// line 40
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 40, $this->source); })()), "linkedin", [], "any", false, false, false, 40)) {
// line 41
echo " <li><a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 41, $this->source); })()), "linkedin", [], "any", false, false, false, 41), "html", null, true);
echo "\" target=\"_blank\" ><i class=\"fab fa-linkedin\"></i></a></li>
";
}
// line 43
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 43, $this->source); })()), "youtube", [], "any", false, false, false, 43)) {
// line 44
echo " <li><a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 44, $this->source); })()), "youtube", [], "any", false, false, false, 44), "html", null, true);
echo "\" target=\"_blank\" ><i class=\"fab fa-youtube\"></i></a></li>
";
}
// line 46
echo " </ul>
</div>
</div>
</div>
</div>
<div class=\"map-container fw-map2\">
<div id=\"singleMap\" data-latitude=\"";
// line 52
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 52, $this->source); })()), "latitude", [], "any", false, false, false, 52), "html", null, true);
echo "\" data-longitude=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 52, $this->source); })()), "longitude", [], "any", false, false, false, 52), "html", null, true);
echo "\"></div>
</div>
<div class=\"breadcrumbs-fs fl-wrap\">
<div class=\"container\">
<div class=\"breadcrumbs fl-wrap\"><a href=\"";
// line 56
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_client_home");
echo "\">Accueil</a><span>Contact</span></div>
</div>
</div>
<section id=\"sec1\" class=\"grey-b lue-bg middle-padding\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-4\">
<div class=\"list-single-main-item fl-wrap\">
<div class=\"list-single-main-item-title fl-wrap\">
<h3>";
// line 65
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 65, $this->source); })()), "office", [], "any", false, false, false, 65), "html", null, true);
echo "</h3>
</div>
<div class=\"list-single-main-media fl-wrap\">
";
// line 68
if (twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 68, $this->source); })()), "building", [], "any", false, false, false, 68)) {
// line 69
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->env->getRuntime('Liip\ImagineBundle\Templating\LazyFilterRuntime')->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/files/building/ryvup/" . twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 69, $this->source); })()), "building", [], "any", false, false, false, 69))), "326x216"), "html", null, true);
echo "\" alt=\"\" class=\"respimg\"/>
";
} else {
// line 71
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->env->getRuntime('Liip\ImagineBundle\Templating\LazyFilterRuntime')->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front/images/all/ryvup.jpeg"), "326x216"), "html", null, true);
echo "\" alt=\"\" class=\"respimg\">
";
}
// line 73
echo " </div>
<p>";
// line 74
echo twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 74, $this->source); })()), "description", [], "any", false, false, false, 74);
echo "</p>
<div class=\"list-single-main-item-title fl-wrap mar-top\">
<h3>";
// line 76
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 76, $this->source); })()), "workingHours", [], "any", false, false, false, 76), "html", null, true);
echo "</h3>
</div>
<ul class=\"cat-item cat-item-changed\">
<li><a href=\"#\">";
// line 79
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 79, $this->source); })()), "daysOpen", [], "any", false, false, false, 79), "html", null, true);
echo "</a> <span>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 79, $this->source); })()), "hoursOpen", [], "any", false, false, false, 79), "html", null, true);
echo "</span></li>
<li><a href=\"#\">";
// line 80
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 80, $this->source); })()), "daysClose", [], "any", false, false, false, 80), "html", null, true);
echo "</a> <span>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contactPage"]) || array_key_exists("contactPage", $context) ? $context["contactPage"] : (function () { throw new RuntimeError('Variable "contactPage" does not exist.', 80, $this->source); })()), "hoursClose", [], "any", false, false, false, 80), "html", null, true);
echo "</span></li>
</ul>
</div>
</div>
<div class=\"col-md-8\">
<div class=\"list-single-main-item fl-wrap\">
";
// line 86
echo twig_include($this->env, $context, "base-default/message-flash-contact.html.twig");
echo "
<div class=\"list-single-main-item-title fl-wrap\">
<h3>Entrer en contact</h3>
</div>
<div id=\"contact-form\">
";
// line 91
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.', 91, $this->source); })()), 'form_start', ["attr" => ["class" => "custom-form"]]);
echo "
<fieldset>
<div class=\"fl-wrap\">
";
// line 94
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.', 94, $this->source); })()), "fullName", [], "any", false, false, false, 94), 'label');
echo "
";
// line 95
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.', 95, $this->source); })()), "fullName", [], "any", false, false, false, 95), 'widget');
echo "
";
// line 96
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.', 96, $this->source); })()), "fullName", [], "any", false, false, false, 96), 'errors');
echo "
</div>
<div class=\"clearfix\"></div>
<div class=\"fl-wrap div-label-input\">
";
// line 100
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.', 100, $this->source); })()), "email", [], "any", false, false, false, 100), 'label');
echo "
";
// line 101
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.', 101, $this->source); })()), "email", [], "any", false, false, false, 101), 'widget');
echo "
";
// line 102
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.', 102, $this->source); })()), "email", [], "any", false, false, false, 102), 'errors');
echo "
</div>
<div class=\"fl-wrap div-label-input\">
";
// line 105
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.', 105, $this->source); })()), "content", [], "any", false, false, false, 105), 'widget');
echo "
";
// line 106
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.', 106, $this->source); })()), "content", [], "any", false, false, false, 106), 'errors');
echo "
</div>
</fieldset>
<button type=\"submit\" class=\"btn float-btn color2-bg\" style=\"margin-top:15px;\">Envoyer le message<i class=\"fal fa-angle-right\"></i></button>
";
// line 110
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.', 110, $this->source); })()), 'form_end');
echo "
</div>
</div>
</div>
</div>
</div>
<div class=\"section-decor\"></div>
</section>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "front/contact/contact.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 344 => 110, 337 => 106, 333 => 105, 327 => 102, 323 => 101, 319 => 100, 312 => 96, 308 => 95, 304 => 94, 298 => 91, 290 => 86, 279 => 80, 273 => 79, 267 => 76, 262 => 74, 259 => 73, 253 => 71, 247 => 69, 245 => 68, 239 => 65, 227 => 56, 218 => 52, 210 => 46, 204 => 44, 201 => 43, 195 => 41, 192 => 40, 186 => 38, 183 => 37, 177 => 35, 174 => 34, 168 => 32, 166 => 31, 160 => 27, 152 => 25, 149 => 24, 141 => 22, 138 => 21, 130 => 19, 127 => 18, 121 => 16, 119 => 15, 109 => 7, 99 => 6, 80 => 4, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}Contact | {{ parent() }}{% endblock %}
{% block content_class %}contact-page{% endblock %}
{% block body %}
<div class=\"map-view-wrap\">
<div class=\"container\">
<div class=\"map-view-wrap_item\">
<div class=\"list-single-main-item-title fl-wrap\">
<h3>Contacts</h3>
</div>
<div class=\"box-widget-list mar-top\">
<ul>
{% if contactPage.address %}
<li><span><i class=\"fal fa-map-marker\"></i> Adresse :</span> <a href=\"#\">{{ contactPage.address }}</a></li>
{% endif %}
{% if contactPage.phone %}
<li><span><i class=\"fal fa-phone\"></i> Phone :</span> <a href=\"tel:{{ contactPage.phone }}\">{{ contactPage.phone }}</a></li>
{% endif %}
{% if contactPage.mail %}
<li><span><i class=\"fal fa-envelope\"></i> Mail :</span> <a href=\"mailto:{{ contactPage.mail }}\">{{ contactPage.mail }}</a></li>
{% endif %}
{% if contactPage.website %}
<li><span><i class=\"fal fa-browser\"></i> Website :</span> <a href=\"{{ contactPage.website }}\">{{ contactPage.website }}</a></li>
{% endif %}
</ul>
</div>
<div class=\"list-widget-social\">
<ul>
{% if contactPage.facebook %}
<li><a href=\"{{ contactPage.facebook }}\" target=\"_blank\" ><i class=\"fab fa-facebook-f\"></i></a></li>
{% endif %}
{% if contactPage.twitter %}
<li><a href=\"{{ contactPage.twitter }}\" target=\"_blank\"><i class=\"fab fa-twitter\"></i></a></li>
{% endif %}
{% if contactPage.instagram %}
<li><a href=\"{{ contactPage.instagram }}\" target=\"_blank\" ><i class=\"fab fa-instagram\"></i></a></li>
{% endif %}
{% if contactPage.linkedin %}
<li><a href=\"{{ contactPage.linkedin }}\" target=\"_blank\" ><i class=\"fab fa-linkedin\"></i></a></li>
{% endif %}
{% if contactPage.youtube %}
<li><a href=\"{{ contactPage.youtube }}\" target=\"_blank\" ><i class=\"fab fa-youtube\"></i></a></li>
{% endif %}
</ul>
</div>
</div>
</div>
</div>
<div class=\"map-container fw-map2\">
<div id=\"singleMap\" data-latitude=\"{{ contactPage.latitude }}\" data-longitude=\"{{ contactPage.longitude }}\"></div>
</div>
<div class=\"breadcrumbs-fs fl-wrap\">
<div class=\"container\">
<div class=\"breadcrumbs fl-wrap\"><a href=\"{{ url('app_client_home') }}\">Accueil</a><span>Contact</span></div>
</div>
</div>
<section id=\"sec1\" class=\"grey-b lue-bg middle-padding\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-4\">
<div class=\"list-single-main-item fl-wrap\">
<div class=\"list-single-main-item-title fl-wrap\">
<h3>{{ contactPage.office }}</h3>
</div>
<div class=\"list-single-main-media fl-wrap\">
{% if contactPage.building %}
<img src=\"{{ asset('uploads/files/building/ryvup/' ~ contactPage.building) | imagine_filter('326x216') }}\" alt=\"\" class=\"respimg\"/>
{% else %}
<img src=\"{{ asset('front/images/all/ryvup.jpeg') | imagine_filter('326x216') }}\" alt=\"\" class=\"respimg\">
{% endif %}
</div>
<p>{{ contactPage.description | raw }}</p>
<div class=\"list-single-main-item-title fl-wrap mar-top\">
<h3>{{ contactPage.workingHours }}</h3>
</div>
<ul class=\"cat-item cat-item-changed\">
<li><a href=\"#\">{{ contactPage.daysOpen }}</a> <span>{{ contactPage.hoursOpen }}</span></li>
<li><a href=\"#\">{{ contactPage.daysClose }}</a> <span>{{ contactPage.hoursClose }}</span></li>
</ul>
</div>
</div>
<div class=\"col-md-8\">
<div class=\"list-single-main-item fl-wrap\">
{{ include('base-default/message-flash-contact.html.twig') }}
<div class=\"list-single-main-item-title fl-wrap\">
<h3>Entrer en contact</h3>
</div>
<div id=\"contact-form\">
{{ form_start(form, {'attr': {'class': 'custom-form'}}) }}
<fieldset>
<div class=\"fl-wrap\">
{{ form_label(form.fullName) }}
{{ form_widget(form.fullName) }}
{{ form_errors(form.fullName) }}
</div>
<div class=\"clearfix\"></div>
<div class=\"fl-wrap div-label-input\">
{{ form_label(form.email) }}
{{ form_widget(form.email) }}
{{ form_errors(form.email) }}
</div>
<div class=\"fl-wrap div-label-input\">
{{ form_widget(form.content) }}
{{ form_errors(form.content) }}
</div>
</fieldset>
<button type=\"submit\" class=\"btn float-btn color2-bg\" style=\"margin-top:15px;\">Envoyer le message<i class=\"fal fa-angle-right\"></i></button>
{{ form_end(form) }}
</div>
</div>
</div>
</div>
</div>
<div class=\"section-decor\"></div>
</section>
{% endblock %}
", "front/contact/contact.html.twig", "/var/www/vhosts/resoh.fr/httpdocs/templates/front/contact/contact.html.twig");
}
}