<?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/contact.html.twig */
class __TwigTemplate_338e5ff34456fec2ea3fdf8daba6eae73c016e9eddc0c6ee4ab60ab3e9618c04 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'title' => [$this, 'block_title'],
'navigation' => [$this, 'block_navigation'],
'slider' => [$this, 'block_slider'],
'body' => [$this, 'block_body'],
'footer' => [$this, 'block_footer'],
'javascripts' => [$this, 'block_javascripts'],
];
}
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", "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", "contact/contact.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "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 4
public function block_stylesheets($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", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 5
echo " ";
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 9
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"));
$this->displayParentBlock("title", $context, $blocks);
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 11
public function block_navigation($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", "navigation"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navigation"));
// line 12
echo " ";
$this->displayParentBlock("navigation", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 19
public function block_slider($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", "slider"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "slider"));
// line 20
echo " ";
$this->displayParentBlock("slider", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 26
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 27
echo " <section id=\"content\">
<div class=\"content-wrap\">
<div class=\"container\">
";
// line 31
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 31, $this->source); })()), "flashes", [0 => "success"], "method", false, false, false, 31));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 32
echo " <div class=\"col-lg-12\">
<div class=\"alert alert-success alert-dismissable \">
<button aria-hidden=\"true\" data-dismiss=\"alert\" class=\"close\" type=\"button\">×</button>
";
// line 35
echo twig_escape_filter($this->env, $context["message"], "html", null, true);
echo "
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 39
echo "
<div class=\"row gutter-40 col-mb-80\">
";
// line 44
echo " <div class=\"col-lg-9 col-md-6 bottommargin\">
<h1>";
// line 46
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Nous contacter", [], "messages");
echo "</h1>
";
// line 47
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.', 47, $this->source); })()), 'form_start', ["attr" => ["onsubmit" => "setFormSubmitting()"]]);
// line 53
echo "
<div class=\"form-group row\">
<label for=\"inputEmail3\" class=\"col-sm-3 col-form-label\">Email</label>
<div class=\"col-sm-9\">
";
// line 58
echo " ";
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); })()), "email", [], "any", false, false, false, 58), 'widget', ["att" => ["class" => "form-control", "id" => "inputEmail3"]]);
// line 63
echo "
</div>
</div>
<div class=\"form-group row\">
<label for=\"inputPassword3\" class=\"col-sm-3 col-form-label\">";
// line 67
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Nom - Prénom", [], "messages");
echo "</label>
<div class=\"col-sm-9\">
";
// line 69
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.', 69, $this->source); })()), "nomPrenom", [], "any", false, false, false, 69), 'widget');
echo "
</div>
</div>
<div class=\"form-group\">
<label for=\"exampleFormControlTextarea1\">";
// line 73
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Message", [], "messages");
echo "</label>
";
// line 75
echo " ";
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.', 75, $this->source); })()), "message", [], "any", false, false, false, 75), 'widget', ["attr" => ["class" => "form-control", "id" => "exampleFormControlTextarea1"]]);
// line 80
echo "
</div>
<div class=\"form-group row\">
<div class=\"col-sm-10\">
<button type=\"submit\" class=\"btn btn-primary\">";
// line 85
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Envoyer", [], "messages");
echo "</button>
</div>
</div>
";
// line 88
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.', 88, $this->source); })()), 'form_end');
echo "
</div>
";
// line 93
echo " <div class=\"sidebar col-lg-3\">
<address>
<strong>";
// line 96
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Adresse:", [], "messages");
echo "</strong><br>
";
// line 97
echo twig_get_attribute($this->env, $this->source, $this->extensions['App\GlobalCall\GlobalCall']->getOptionssystem(), "getAdressepostale", [], "method", false, false, false, 97);
echo "
</address>
<abbr title=\"Phone Number\"><strong>Tel:</strong></abbr> ";
// line 99
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $this->extensions['App\GlobalCall\GlobalCall']->getOptionssystem(), "getTelephonecontact", [], "method", false, false, false, 99), "html", null, true);
echo "<br>
<abbr title=\"Email Address\"><strong>Email:</strong></abbr> ";
// line 100
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $this->extensions['App\GlobalCall\GlobalCall']->getOptionssystem(), "getEmailcontact", [], "method", false, false, false, 100), "html", null, true);
echo "
<div class=\"widget border-0 pt-0\">
<a href=\"";
// line 106
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $this->extensions['App\GlobalCall\GlobalCall']->getOptionssystem(), "getUrlFacebook", [], "method", false, false, false, 106), "html", null, true);
echo "\" class=\"social-icon si-small si-dark si-facebook\">
<i class=\"icon-facebook\"></i>
<i class=\"icon-facebook\"></i>
</a>
<a href=\"";
// line 111
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $this->extensions['App\GlobalCall\GlobalCall']->getOptionssystem(), "getUrlTwitter", [], "method", false, false, false, 111), "html", null, true);
echo "\" class=\"social-icon si-small si-dark si-twitter\">
<i class=\"icon-twitter\"></i>
<i class=\"icon-twitter\"></i>
</a>
<a href=\"";
// line 118
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $this->extensions['App\GlobalCall\GlobalCall']->getOptionssystem(), "getUrlInstagram", [], "method", false, false, false, 118), "html", null, true);
echo "\" class=\"social-icon si-small si-dark si-instagram\">
<i class=\"icon-instagram\"></i>
<i class=\"icon-instagram\"></i>
</a>
<a href=\"";
// line 123
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $this->extensions['App\GlobalCall\GlobalCall']->getOptionssystem(), "getUrlYoutube", [], "method", false, false, false, 123), "html", null, true);
echo "\" class=\"social-icon si-small si-dark si-youtube\">
<i class=\"icon-youtube\"></i>
<i class=\"icon-youtube\"></i>
</a>
</div>
</div>";
// line 132
echo " </div>
</div>
</div>
</section>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 144
public function block_footer($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", "footer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 145
echo " ";
$this->displayParentBlock("footer", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 153
public function block_javascripts($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", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 154
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "contact/contact.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 369 => 154, 359 => 153, 346 => 145, 336 => 144, 320 => 132, 309 => 123, 301 => 118, 291 => 111, 283 => 106, 274 => 100, 270 => 99, 265 => 97, 261 => 96, 256 => 93, 250 => 88, 244 => 85, 237 => 80, 234 => 75, 230 => 73, 223 => 69, 218 => 67, 212 => 63, 209 => 58, 203 => 53, 201 => 47, 197 => 46, 193 => 44, 188 => 39, 178 => 35, 173 => 32, 169 => 31, 163 => 27, 153 => 26, 140 => 20, 130 => 19, 117 => 12, 107 => 11, 87 => 9, 74 => 5, 64 => 4, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{#<!-- Stylesheets
\t============================================= -->#}
{% block stylesheets %}
{{ parent() }}
{% endblock stylesheets %}
{#<!-- Document Title
\t============================================= -->#}
{% block title %}{{ parent() }} {% endblock title %}
{% block navigation %}
{{ parent() }}
{% endblock navigation %}
{#<!-- Slider
\t\t============================================= -->#}
{# SLIDER #}
{% block slider %}
{{ parent() }}
{% endblock slider %}
{#<!-- Content
\t\t============================================= -->#}
{% block body %}
<section id=\"content\">
<div class=\"content-wrap\">
<div class=\"container\">
{% for message in app.flashes('success') %}
<div class=\"col-lg-12\">
<div class=\"alert alert-success alert-dismissable \">
<button aria-hidden=\"true\" data-dismiss=\"alert\" class=\"close\" type=\"button\">×</button>
{{ message }}
</div>
</div>
{% endfor %}
<div class=\"row gutter-40 col-mb-80\">
{#<!-- Postcontent
============================================= -->#}
<div class=\"col-lg-9 col-md-6 bottommargin\">
<h1>{% trans %}Nous contacter{% endtrans %}</h1>
{{ form_start(form, {
'attr': {
'onsubmit':\"setFormSubmitting()\"
}
}
)
}}
<div class=\"form-group row\">
<label for=\"inputEmail3\" class=\"col-sm-3 col-form-label\">Email</label>
<div class=\"col-sm-9\">
{#<input type=\"email\" class=\"form-control\" id=\"inputEmail3\" placeholder=\"Email\">#}
{{ form_widget(form.email, {
'att' : {
'class' : 'form-control',
'id' : 'inputEmail3'
}
}) }}
</div>
</div>
<div class=\"form-group row\">
<label for=\"inputPassword3\" class=\"col-sm-3 col-form-label\">{% trans %}Nom - Prénom{% endtrans %}</label>
<div class=\"col-sm-9\">
{{ form_widget(form.nomPrenom) }}
</div>
</div>
<div class=\"form-group\">
<label for=\"exampleFormControlTextarea1\">{% trans %}Message{% endtrans %}</label>
{#<textarea class=\"form-control\" id=\"exampleFormControlTextarea1\" rows=\"3\"></textarea>#}
{{ form_widget(form.message, {
'attr' : {
'class' : 'form-control',
'id' : 'exampleFormControlTextarea1'
}
}) }}
</div>
<div class=\"form-group row\">
<div class=\"col-sm-10\">
<button type=\"submit\" class=\"btn btn-primary\">{% trans %}Envoyer{% endtrans %}</button>
</div>
</div>
{{ form_end(form) }}
</div>
{#<!-- Sidebar
============================================= -->#}
<div class=\"sidebar col-lg-3\">
<address>
<strong>{% trans %}Adresse:{% endtrans %}</strong><br>
{{ getOptionssystem().getAdressepostale() | raw }}
</address>
<abbr title=\"Phone Number\"><strong>Tel:</strong></abbr> {{ getOptionssystem().getTelephonecontact() }}<br>
<abbr title=\"Email Address\"><strong>Email:</strong></abbr> {{ getOptionssystem().getEmailcontact() }}
<div class=\"widget border-0 pt-0\">
<a href=\"{{ getOptionssystem().getUrlFacebook() }}\" class=\"social-icon si-small si-dark si-facebook\">
<i class=\"icon-facebook\"></i>
<i class=\"icon-facebook\"></i>
</a>
<a href=\"{{ getOptionssystem().getUrlTwitter() }}\" class=\"social-icon si-small si-dark si-twitter\">
<i class=\"icon-twitter\"></i>
<i class=\"icon-twitter\"></i>
</a>
<a href=\"{{ getOptionssystem().getUrlInstagram() }}\" class=\"social-icon si-small si-dark si-instagram\">
<i class=\"icon-instagram\"></i>
<i class=\"icon-instagram\"></i>
</a>
<a href=\"{{ getOptionssystem().getUrlYoutube() }}\" class=\"social-icon si-small si-dark si-youtube\">
<i class=\"icon-youtube\"></i>
<i class=\"icon-youtube\"></i>
</a>
</div>
</div>{#<!-- .sidebar end -->#}
</div>
</div>
</div>
</section>
{% endblock body %}
{#<!-- #content end -->#}
{#<!-- Footer
\t\t============================================= -->#}
{% block footer %}
{{ parent() }}
{% endblock footer %}
{#<!-- #footer end -->#}
{#<!-- JavaScripts
\t============================================= -->#}
{% block javascripts %}
{{ parent() }}
{% endblock javascripts %}
", "contact/contact.html.twig", "/var/www/vhosts/comorostourism/templates/contact/contact.html.twig");
}
}