<?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/index.html.twig */
class __TwigTemplate_02bce29e55311fbbbc8b4182369b76ab5af096775259a349c5e261dca16e48ad extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'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/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", "front/contact/index.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "front/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_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 twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.contact.contactUs"), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 5
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 6
echo "\t<!-- start page-title -->
\t<section class=\"page-title\">
\t\t<div class=\"container\">
\t\t\t<div class=\"row\">
\t\t\t\t<div class=\"col col-xs-12\">
\t\t\t\t\t<h2>";
// line 11
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.contact.contactUs"), "html", null, true);
echo "</h2>
\t\t\t\t\t";
// line 13
echo "\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!-- end row -->
\t\t</div>
\t\t<!-- end container -->
\t</section>
\t<!-- end page-title -->
\t<!-- start contact-section-s3 -->
\t<section class=\"contact-section-s3 contact-pg-section\">
\t\t<div class=\"content-area clearfix\">
\t\t\t<div class=\"contact-info-col\">
\t\t\t\t<div class=\"contact-info\">
\t\t\t\t\t<ul>
\t\t\t\t\t\t";
// line 32
echo "\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t<i class=\"fi flaticon-email\"></i>
\t\t\t\t\t\t\t<h4>";
// line 34
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.home.emailus"), "html", null, true);
echo "</h4>
\t\t\t\t\t\t\t<p>contact@sofel-legal-consulting.com</p>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t<i class=\"fi flaticon-support\"></i>
\t\t\t\t\t\t\t<h4>";
// line 39
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.home.callUs"), "html", null, true);
echo "</h4>
\t\t\t\t\t\t\t<p>+212678560875</p>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t<i class=\"fi flaticon-clock\"></i>
\t\t\t\t\t\t\t<h4>";
// line 44
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.home.office_hours"), "html", null, true);
echo "</h4>
\t\t\t\t\t\t\t<p>";
// line 45
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.home.fromMondayToFriday"), "html", null, true);
echo " : De 09h à 18h</p>
\t\t\t\t\t\t\t<p>";
// line 46
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.home.saturday"), "html", null, true);
echo " : De 9h à 13h</p>
\t\t\t\t\t\t</li>
\t\t\t\t\t</ul>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"contact-form-col\">
\t\t\t\t<div class=\"section-title-s2\">
\t\t\t\t\t<div class=\"icon\">
\t\t\t\t\t\t<i class=\"fi flaticon-balance\"></i>
\t\t\t\t\t</div>
\t\t\t\t\t<span>";
// line 56
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.contact.contactform"), "html", null, true);
echo "</span>
\t\t\t\t</div>
\t\t\t\t<div class=\"contact-form\">
\t\t\t\t\t<form action=\"";
// line 60
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contactSend");
echo "\" method=\"post\" class=\"contact-validation-active\">
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"firstname\" id=\"firstname\" placeholder=\"";
// line 62
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.contact.firstname"), "html", null, true);
echo "*\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"lastname\" id=\"lastname\" placeholder=\"";
// line 65
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.contact.lastname"), "html", null, true);
echo "*\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t<input type=\"email\" class=\"form-control\" name=\"mail\" id=\"mail\" placeholder=\"";
// line 68
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.contact.email"), "html", null, true);
echo "*\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"phone\" id=\"phone\" placeholder=\"";
// line 71
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.contact.phone"), "html", null, true);
echo "*\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div style=\"width:96%\">
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"subject\" id=\"subject\" placeholder=\"";
// line 74
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.contact.subject"), "html", null, true);
echo "*\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"fullwidth\">
\t\t\t\t\t\t\t<textarea class=\"form-control\" name=\"message\" id=\"message\" placeholder=\"";
// line 77
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.contact.casedescription"), "html", null, true);
echo "...\"></textarea>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"submit-area\">
\t\t\t\t\t\t\t<button type=\"submit\" class=\"theme-btn\">";
// line 80
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.contact.submit"), "html", null, true);
echo "</button>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
// line 82
$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.', 82, $this->source); })()), "flashes", [0 => "success_en"], "method", false, false, false, 82));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 83
echo "\t\t\t\t\t\t\t<div id=\"success\">
\t\t\t\t\t\t\t\t";
// line 84
echo twig_escape_filter($this->env, $context["message"], "html", null, true);
echo "
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 87
echo "\t\t\t\t\t</form>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<!-- end content-area -->
\t</section>
\t<!-- end contact-section-s3 -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "front/contact/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 225 => 87, 216 => 84, 213 => 83, 209 => 82, 204 => 80, 198 => 77, 192 => 74, 186 => 71, 180 => 68, 174 => 65, 168 => 62, 163 => 60, 156 => 56, 143 => 46, 139 => 45, 135 => 44, 127 => 39, 119 => 34, 115 => 32, 99 => 13, 95 => 11, 88 => 6, 78 => 5, 59 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}{{ 'app.contact.contactUs'|trans }}{% endblock %}
{% block body %}
\t<!-- start page-title -->
\t<section class=\"page-title\">
\t\t<div class=\"container\">
\t\t\t<div class=\"row\">
\t\t\t\t<div class=\"col col-xs-12\">
\t\t\t\t\t<h2>{{ 'app.contact.contactUs'|trans }}</h2>
\t\t\t\t\t{# <p>Gregor then turned to look out the window at the weather</p> #}
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!-- end row -->
\t\t</div>
\t\t<!-- end container -->
\t</section>
\t<!-- end page-title -->
\t<!-- start contact-section-s3 -->
\t<section class=\"contact-section-s3 contact-pg-section\">
\t\t<div class=\"content-area clearfix\">
\t\t\t<div class=\"contact-info-col\">
\t\t\t\t<div class=\"contact-info\">
\t\t\t\t\t<ul>
\t\t\t\t\t\t{# <li>
\t\t\t\t\t\t\t<i class=\"fi flaticon-home-3\"></i>
\t\t\t\t\t\t\t<h4>{{ 'app.home.ouraddress'|trans }}</h4>
\t\t\t\t\t\t\t<p>54, Dahs udin sorok, Melborn Austria</p>
\t\t\t\t\t\t</li> #}
\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t<i class=\"fi flaticon-email\"></i>
\t\t\t\t\t\t\t<h4>{{ 'app.home.emailus'|trans }}</h4>
\t\t\t\t\t\t\t<p>contact@sofel-legal-consulting.com</p>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t<i class=\"fi flaticon-support\"></i>
\t\t\t\t\t\t\t<h4>{{ 'app.home.callUs'|trans }}</h4>
\t\t\t\t\t\t\t<p>+212678560875</p>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t<i class=\"fi flaticon-clock\"></i>
\t\t\t\t\t\t\t<h4>{{ 'app.home.office_hours'|trans }}</h4>
\t\t\t\t\t\t\t<p>{{ 'app.home.fromMondayToFriday'|trans }} : De 09h à 18h</p>
\t\t\t\t\t\t\t<p>{{ 'app.home.saturday'|trans }} : De 9h à 13h</p>
\t\t\t\t\t\t</li>
\t\t\t\t\t</ul>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"contact-form-col\">
\t\t\t\t<div class=\"section-title-s2\">
\t\t\t\t\t<div class=\"icon\">
\t\t\t\t\t\t<i class=\"fi flaticon-balance\"></i>
\t\t\t\t\t</div>
\t\t\t\t\t<span>{{ 'app.contact.contactform'|trans }}</span>
\t\t\t\t</div>
\t\t\t\t<div class=\"contact-form\">
\t\t\t\t\t<form action=\"{{path('contactSend')}}\" method=\"post\" class=\"contact-validation-active\">
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"firstname\" id=\"firstname\" placeholder=\"{{ 'app.contact.firstname'|trans }}*\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"lastname\" id=\"lastname\" placeholder=\"{{ 'app.contact.lastname'|trans }}*\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t<input type=\"email\" class=\"form-control\" name=\"mail\" id=\"mail\" placeholder=\"{{ 'app.contact.email'|trans }}*\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"phone\" id=\"phone\" placeholder=\"{{ 'app.contact.phone'|trans }}*\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div style=\"width:96%\">
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"subject\" id=\"subject\" placeholder=\"{{ 'app.contact.subject'|trans }}*\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"fullwidth\">
\t\t\t\t\t\t\t<textarea class=\"form-control\" name=\"message\" id=\"message\" placeholder=\"{{ 'app.contact.casedescription'|trans }}...\"></textarea>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"submit-area\">
\t\t\t\t\t\t\t<button type=\"submit\" class=\"theme-btn\">{{ 'app.contact.submit'|trans }}</button>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% for message in app.flashes('success_en') %}
\t\t\t\t\t\t\t<div id=\"success\">
\t\t\t\t\t\t\t\t{{ message }}
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t</form>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<!-- end content-area -->
\t</section>
\t<!-- end contact-section-s3 -->
{% endblock %}
", "front/contact/index.html.twig", "/home/u250640644/domains/sofel-legal-consulting.com/templates/front/contact/index.html.twig");
}
}