<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* Theme/Produit/Service/Service/contacts.html.twig */
class __TwigTemplate_1bbea0a378cd72108a0175b6076df71c extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta' => [$this, 'block_meta'],
'title' => [$this, 'block_title'],
'userblog_body' => [$this, 'block_userblog_body'],
'javascripttemplate' => [$this, 'block_javascripttemplate'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "Theme/Users/User/layoutbase.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Produit/Service/Service/contacts.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Produit/Service/Service/contacts.html.twig"));
$this->parent = $this->loadTemplate("Theme/Users/User/layoutbase.html.twig", "Theme/Produit/Service/Service/contacts.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_meta($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
// line 3
yield "\t";
yield from $this->yieldParentBlock("meta", $context, $blocks);
yield "
\t<meta name=\"keywords\" content=\"";
// line 4
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 4, $this->source); })()), "html", null, true);
yield ", \"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"";
// line 6
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 6, $this->source); })()), "html", null, true);
yield "\" />
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 9
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 10
yield "\t";
yield from $this->yieldParentBlock("title", $context, $blocks);
yield " - Contacts
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 13
public function block_userblog_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
// line 14
yield " <style>
.content{
\t\tbackground-color: #268dcf;
\t}
.wrap {
\t\tpadding-top: 8px;
\t\tpadding-bottom: 8px;
\t\tbox-shadow: 0 5px 5px #fff;
\t}
\t.breadcrumb {
\t\twidth: 100%;
\t\tmargin: auto;
\t\tdisplay: flex;
\t}
\t.breadcrumb li {
\t\tpadding: 0 20px;
\t}
\t.breadcrumb a {
\t\ttext-decoration: none;
\t\tcolor: aliceblue;
\t\tfont-weight: 700;
\t\ttransition: 0.5s;
\t}
\t.breadcrumb li + li {
\t\tpadding-left: 0;
\t}
\t.breadcrumb li + li:before {
\t\tcontent: '>';
\t\tcolor: #3b3b3bff;
\t\tmargin-right: 20px;
\t}
\t.breadcrumb li:last-child a,
\t.breadcrumb a:hover {
\t\tcolor: #e2ebf3;
\t\tborder-radius: 35px;
\t\tbackground-color: #82ccdd;
\t\tpadding: 5px 10px;
\t}
\t";
// line 53
yield "\t";
// line 54
yield "\t:root {
--swiper-pagination-color: #fff;
--swiper-pagination-bullet-inactive-color: #fff;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
background-color: var(--color-primary);
height: 100%;
padding: 20px;
border-radius: 10px 0 0 10px;
box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}
.contact .info-item {
width: 100%;
background-color: #268ecfd4;
margin-bottom: 20px;
padding: 20px;
border-radius: 10px;
color: #fff;
}
.contact .info-item:last-child {
margin-bottom: 0;
}
.contact .info-item i {
font-size: 20px;
color: #fff;
float: left;
width: 44px;
height: 44px;
background-color: rgba(255, 255, 255, 0.2);
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
transition: all 0.3s ease-in-out;
margin-right: 15px;
}
.contact .info-item h4 {
padding: 0;
font-size: 20px;
font-weight: 600;
margin-bottom: 5px;
}
.contact .info-item p {
padding: 0;
margin-bottom: 0;
font-size: 14px;
}
.contact .info-item:hover i {
background: #ffffff70;
color: var(--color-primary);
}
.contact .php-email-form {
width: 100%;
height: 100%;
background: #fff;
box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
padding: 30px;
border-radius: 0 10px 10px 0;
}
.contact .php-email-form .form-group {
padding-bottom: 8px;
}
.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #df1529;
text-align: left;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .error-message br+br {
margin-top: 25px;
}
.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #059652;
text-align: center;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}
.contact .php-email-form .loading:before {
content: \"\";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #059652;
border-top-color: #fff;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
}
.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
padding: 12px 15px;
}
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
border-color: var(--color-primary);
}
.contact .php-email-form textarea {
padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
background: var(--color-primary);
border: 0;
padding: 14px 45px;
color: #fff;
transition: 0.4s;
border-radius: 50px;
}
.contact .php-email-form button[type=submit] {
background: #268ecfd4;
}
.contact .php-email-form button[type=submit]:hover {
background: rgba(0, 131, 116, 0.8);
}
@-webkit-keyframes animate-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes animate-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
";
// line 232
yield " .section-head.center.wt-small-separator-outer {
margin-bottom: 50px;
text-align: left;
}
.section-head {
position: relative;
}
.site-text-primary, .wt-small-separator {
color: #ea130e;
}
.wt-small-separator {
font-family: \"Heebo\", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
padding-right: 40px;
font-size: 26px;
line-height: 26px;
margin-bottom: 15px;
position: relative;
display: inline-block;
font-weight: 700;
}
.section-head.center .wt-small-separator div.sep-leaf-left {
position: relative;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
background-color: #ea130e;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before {
right: -20px;
width: 10px;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
position: absolute;
content: '';
height: 22px;
bottom: 0px;
top: 0px;
transform: skew(-20deg);
}
.section-head.center .wt-small-separator div.sep-leaf-left:after {
right: -27px;
width: 4px;
}
.section-head.center.wt-small-separator-outer h2 {
max-width: 630px;
margin: 0px auto;
}
</style>
<!-- CTA Section -->
<section class=\"cta \" style=\"padding: 1rem 0;\">
\t<div class=\"container\">
\t\t<div class=\"section-head center wt-small-separator-outer mt-3 text-center\" style=\"margin-bottom: 0px;\">
\t\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t\t\t<div class=\"sep-leaf-left\"></div>
\t\t\t\t<div>Contactez notre service client</div>
\t\t\t</div>
\t\t</div>
\t\t<div>Avez-vous d'autres questions? Ne vous inquiétez pas, toutes vos questions sont les bienvenues. Remplissez simplement le formulaire ci-dessous et nous vous répondrons dans les plus brefs délais.</div>
\t</div>
</section>
<section class=\"section-sm\">
\t\t<div class=\"content\" style=\"padding-bottom: 5px;\">
\t\t\t<div class=\"wrap\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t\t<a>Home</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t\t<a>Contact</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t</ol>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
</section>
<!-- contact -->
<section id=\"contact\" class=\"contact\" style=\"padding-top: 15px; padding-bottom: 30px;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-12\">
<h2 class=\"section-title\">Remplissez le formulaire de contact</h2>
</div>
</div>
<div class=\"row gx-lg-0\" style=\"padding-top: 15px;\">
<div class=\"col-md-12\">
";
// line 324
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 324, $this->source); })()), "session", [], "any", false, false, false, 324), "flashbag", [], "any", false, false, false, 324), "get", ["information"], "method", false, false, false, 324));
$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["infos"]) {
// line 325
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 325)) {
// line 326
yield " <div class=\"alert alert-info alert-dismissible fade show\" role=\"alert\">
";
// line 327
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["infos"], "html", null, true);
yield "
</div>
";
}
// line 330
yield " ";
++$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['infos'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
yield "
</div>
<div class=\"col-lg-4\">
<div class=\"info-container d-flex flex-column align-items-center justify-content-center\">
<div class=\"info-item d-flex\">
<i class=\"bi bi-geo-alt flex-shrink-0\"></i>
<div>
<h4>Localisation:</h4>
<!--<p>Yaounde (Carrefour Kameni) | Douala (Akwa)</p>-->
<ul>
<li>Yaounde (Car. Kameni)</li>
<li>Douala (Akwa)</li>
<li>Bafoussam</li>
</ul>
</div>
</div><!-- End Info Item -->
<div class=\"info-item d-flex\">
<i class=\"bi bi-envelope flex-shrink-0\"></i>
<div>
<h4>Email:</h4>
<p>syscofie@gamil.com</p>
</div>
</div><!-- End Info Item -->
<div class=\"info-item d-flex\">
<i class=\"bi bi-phone flex-shrink-0\"></i>
<div>
<h4>Nos Contacts:</h4>
<p>+237 656 56 00 14 / 671 48 65 50</p>
</div>
</div><!-- End Info Item -->
<div class=\"info-item d-flex\">
<i class=\"bi bi-clock flex-shrink-0\"></i>
<div>
<h4>Heures de services:</h4>
<p>7 Jours / 7 - 24 Heures / 24</p>
</div>
</div><!-- End Info Item -->
</div>
</div>
<div class=\"col-lg-8\">
";
// line 377
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 377, $this->source); })()), 'form_start', ["attr" => ["class" => "php-email-form", "action" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_contacts")]]);
yield "
<div class=\"row\">
<div class=\"col-md-6 form-group\">
<span style=\"color:red;\">";
// line 380
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 380, $this->source); })()), 'errors');
yield "</span>
<span style=\"color:red;\">";
// line 381
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 381, $this->source); })()), "nom", [], "any", false, false, false, 381), 'errors');
yield "</span>
";
// line 382
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 382, $this->source); })()), "nom", [], "any", false, false, false, 382), 'label', ["attr" => ["class" => "small-title-text"], "label" => "Entrez votre nom"]);
yield "
";
// line 383
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 383, $this->source); })()), "nom", [], "any", false, false, false, 383), 'widget', ["attr" => ["class" => "form-control"]]);
yield "
</div>
<div class=\"col-md-6 form-group mt-3 mt-md-0\">
<span style=\"color:red;\">";
// line 387
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 387, $this->source); })()), 'errors');
yield "</span>
<span style=\"color:red;\">";
// line 388
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 388, $this->source); })()), "email", [], "any", false, false, false, 388), 'errors');
yield "</span>
";
// line 389
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 389, $this->source); })()), "email", [], "any", false, false, false, 389), 'label', ["attr" => ["class" => "small-title-text"], "label" => "Entrez votre email"]);
yield "
";
// line 390
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 390, $this->source); })()), "email", [], "any", false, false, false, 390), 'widget', ["attr" => ["class" => "form-control"]]);
yield "
</div>
</div>
<div class=\"form-group mt-3\">
<span style=\"color:red;\">";
// line 394
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 394, $this->source); })()), 'errors');
yield "</span>
<span style=\"color:red;\">";
// line 395
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 395, $this->source); })()), "sujet", [], "any", false, false, false, 395), 'errors');
yield "</span>
";
// line 396
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 396, $this->source); })()), "sujet", [], "any", false, false, false, 396), 'label', ["attr" => ["class" => "small-title-text"], "label" => "quel est l'objet de votre demande"]);
yield "
";
// line 397
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 397, $this->source); })()), "sujet", [], "any", false, false, false, 397), 'widget', ["attr" => ["class" => "form-control"]]);
yield "
</div>
<div class=\"form-group mt-3\">
<span style=\"color:red;\">";
// line 400
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 400, $this->source); })()), "contenu", [], "any", false, false, false, 400), 'errors');
yield "</span>
";
// line 401
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 401, $this->source); })()), "contenu", [], "any", false, false, false, 401), 'label', ["attr" => ["class" => "small-title-text"], "label" => "Contenu de votre message"]);
yield "
";
// line 402
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 402, $this->source); })()), "contenu", [], "any", false, false, false, 402), 'widget', ["attr" => ["class" => "form-control"]]);
yield "
</div>
<div class=\"form-group mt-3\">
<span style=\"color:red;\">";
// line 405
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 405, $this->source); })()), "file", [], "any", false, false, false, 405), 'errors');
yield "</span>
";
// line 406
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 406, $this->source); })()), "file", [], "any", false, false, false, 406), 'label', ["attr" => ["class" => "small-title-text"], "label" => "Joindre les fichiers (optionel)"]);
yield "
";
// line 407
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 407, $this->source); })()), "file", [], "any", false, false, false, 407), 'widget', ["attr" => ["class" => "form-control"]]);
yield "
</div>
<div class=\"my-3\">
<div class=\"loading\">Loading</div>
<div class=\"error-message\"></div>
<div class=\"sent-message\">Your message has been sent. Thank you!</div>
</div>
<div class=\"text-center\"><button type=\"submit\">Enregistrer</button></div>
";
// line 415
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["formprojet"]) || array_key_exists("formprojet", $context) ? $context["formprojet"] : (function () { throw new RuntimeError('Variable "formprojet" does not exist.', 415, $this->source); })()), 'form_end');
yield "
</div><!-- End Contact Form -->
</div>
</div>
</section>
<!-- /contact -->
<!-- gmap -->
<div class=\"section pt-0 pb-5\">
<!-- Google Map -->
<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d254777.9977962855!2d11.37036633318602!3d3.8302937854779944!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x108bcf7a309a7977%3A0x7f54bad35e693c51!2zWWFvdW5kw6k!5e0!3m2!1sfr!2scm!4v1648463318096!5m2!1sfr!2scm\" height=\"450\" style=\"width: 100%;\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>
</div>
<!-- /gmap -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 432
public function block_javascripttemplate($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripttemplate"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripttemplate"));
// line 433
yield "\$('.menu_item_contact').addClass('active');
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "Theme/Produit/Service/Service/contacts.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 667 => 433, 657 => 432, 630 => 415, 619 => 407, 615 => 406, 611 => 405, 605 => 402, 601 => 401, 597 => 400, 591 => 397, 587 => 396, 583 => 395, 579 => 394, 572 => 390, 568 => 389, 564 => 388, 560 => 387, 553 => 383, 549 => 382, 545 => 381, 541 => 380, 535 => 377, 473 => 330, 467 => 327, 464 => 326, 461 => 325, 444 => 324, 350 => 232, 171 => 54, 169 => 53, 129 => 14, 119 => 13, 105 => 10, 95 => 9, 82 => 6, 77 => 4, 72 => 3, 62 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"Theme/Users/User/layoutbase.html.twig\" %}
{% block meta %}
\t{{ parent() }}
\t<meta name=\"keywords\" content=\"{{ site }}, \"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"{{ site }}\" />
{% endblock %}
{% block title %}
\t{{ parent() }} - Contacts
{% endblock %}
{% block userblog_body %}
<style>
.content{
\t\tbackground-color: #268dcf;
\t}
.wrap {
\t\tpadding-top: 8px;
\t\tpadding-bottom: 8px;
\t\tbox-shadow: 0 5px 5px #fff;
\t}
\t.breadcrumb {
\t\twidth: 100%;
\t\tmargin: auto;
\t\tdisplay: flex;
\t}
\t.breadcrumb li {
\t\tpadding: 0 20px;
\t}
\t.breadcrumb a {
\t\ttext-decoration: none;
\t\tcolor: aliceblue;
\t\tfont-weight: 700;
\t\ttransition: 0.5s;
\t}
\t.breadcrumb li + li {
\t\tpadding-left: 0;
\t}
\t.breadcrumb li + li:before {
\t\tcontent: '>';
\t\tcolor: #3b3b3bff;
\t\tmargin-right: 20px;
\t}
\t.breadcrumb li:last-child a,
\t.breadcrumb a:hover {
\t\tcolor: #e2ebf3;
\t\tborder-radius: 35px;
\t\tbackground-color: #82ccdd;
\t\tpadding: 5px 10px;
\t}
\t{# End Breadcrumb #}
\t{# card #}
\t:root {
--swiper-pagination-color: #fff;
--swiper-pagination-bullet-inactive-color: #fff;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
background-color: var(--color-primary);
height: 100%;
padding: 20px;
border-radius: 10px 0 0 10px;
box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}
.contact .info-item {
width: 100%;
background-color: #268ecfd4;
margin-bottom: 20px;
padding: 20px;
border-radius: 10px;
color: #fff;
}
.contact .info-item:last-child {
margin-bottom: 0;
}
.contact .info-item i {
font-size: 20px;
color: #fff;
float: left;
width: 44px;
height: 44px;
background-color: rgba(255, 255, 255, 0.2);
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
transition: all 0.3s ease-in-out;
margin-right: 15px;
}
.contact .info-item h4 {
padding: 0;
font-size: 20px;
font-weight: 600;
margin-bottom: 5px;
}
.contact .info-item p {
padding: 0;
margin-bottom: 0;
font-size: 14px;
}
.contact .info-item:hover i {
background: #ffffff70;
color: var(--color-primary);
}
.contact .php-email-form {
width: 100%;
height: 100%;
background: #fff;
box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
padding: 30px;
border-radius: 0 10px 10px 0;
}
.contact .php-email-form .form-group {
padding-bottom: 8px;
}
.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #df1529;
text-align: left;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .error-message br+br {
margin-top: 25px;
}
.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #059652;
text-align: center;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}
.contact .php-email-form .loading:before {
content: \"\";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #059652;
border-top-color: #fff;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
}
.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
padding: 12px 15px;
}
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
border-color: var(--color-primary);
}
.contact .php-email-form textarea {
padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
background: var(--color-primary);
border: 0;
padding: 14px 45px;
color: #fff;
transition: 0.4s;
border-radius: 50px;
}
.contact .php-email-form button[type=submit] {
background: #268ecfd4;
}
.contact .php-email-form button[type=submit]:hover {
background: rgba(0, 131, 116, 0.8);
}
@-webkit-keyframes animate-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes animate-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
{# css indice sections #}
.section-head.center.wt-small-separator-outer {
margin-bottom: 50px;
text-align: left;
}
.section-head {
position: relative;
}
.site-text-primary, .wt-small-separator {
color: #ea130e;
}
.wt-small-separator {
font-family: \"Heebo\", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
padding-right: 40px;
font-size: 26px;
line-height: 26px;
margin-bottom: 15px;
position: relative;
display: inline-block;
font-weight: 700;
}
.section-head.center .wt-small-separator div.sep-leaf-left {
position: relative;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
background-color: #ea130e;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before {
right: -20px;
width: 10px;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
position: absolute;
content: '';
height: 22px;
bottom: 0px;
top: 0px;
transform: skew(-20deg);
}
.section-head.center .wt-small-separator div.sep-leaf-left:after {
right: -27px;
width: 4px;
}
.section-head.center.wt-small-separator-outer h2 {
max-width: 630px;
margin: 0px auto;
}
</style>
<!-- CTA Section -->
<section class=\"cta \" style=\"padding: 1rem 0;\">
\t<div class=\"container\">
\t\t<div class=\"section-head center wt-small-separator-outer mt-3 text-center\" style=\"margin-bottom: 0px;\">
\t\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t\t\t<div class=\"sep-leaf-left\"></div>
\t\t\t\t<div>Contactez notre service client</div>
\t\t\t</div>
\t\t</div>
\t\t<div>Avez-vous d'autres questions? Ne vous inquiétez pas, toutes vos questions sont les bienvenues. Remplissez simplement le formulaire ci-dessous et nous vous répondrons dans les plus brefs délais.</div>
\t</div>
</section>
<section class=\"section-sm\">
\t\t<div class=\"content\" style=\"padding-bottom: 5px;\">
\t\t\t<div class=\"wrap\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t\t<a>Home</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t\t<a>Contact</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t</ol>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
</section>
<!-- contact -->
<section id=\"contact\" class=\"contact\" style=\"padding-top: 15px; padding-bottom: 30px;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-12\">
<h2 class=\"section-title\">Remplissez le formulaire de contact</h2>
</div>
</div>
<div class=\"row gx-lg-0\" style=\"padding-top: 15px;\">
<div class=\"col-md-12\">
{% for infos in app.session.flashbag.get('information') %}
{% if loop.first %}
<div class=\"alert alert-info alert-dismissible fade show\" role=\"alert\">
{{ infos }}
</div>
{% endif %}
{% endfor %}
</div>
<div class=\"col-lg-4\">
<div class=\"info-container d-flex flex-column align-items-center justify-content-center\">
<div class=\"info-item d-flex\">
<i class=\"bi bi-geo-alt flex-shrink-0\"></i>
<div>
<h4>Localisation:</h4>
<!--<p>Yaounde (Carrefour Kameni) | Douala (Akwa)</p>-->
<ul>
<li>Yaounde (Car. Kameni)</li>
<li>Douala (Akwa)</li>
<li>Bafoussam</li>
</ul>
</div>
</div><!-- End Info Item -->
<div class=\"info-item d-flex\">
<i class=\"bi bi-envelope flex-shrink-0\"></i>
<div>
<h4>Email:</h4>
<p>syscofie@gamil.com</p>
</div>
</div><!-- End Info Item -->
<div class=\"info-item d-flex\">
<i class=\"bi bi-phone flex-shrink-0\"></i>
<div>
<h4>Nos Contacts:</h4>
<p>+237 656 56 00 14 / 671 48 65 50</p>
</div>
</div><!-- End Info Item -->
<div class=\"info-item d-flex\">
<i class=\"bi bi-clock flex-shrink-0\"></i>
<div>
<h4>Heures de services:</h4>
<p>7 Jours / 7 - 24 Heures / 24</p>
</div>
</div><!-- End Info Item -->
</div>
</div>
<div class=\"col-lg-8\">
{{ form_start(formprojet, {'attr': {'class': 'php-email-form','action': path('produit_service_contacts') }}) }}
<div class=\"row\">
<div class=\"col-md-6 form-group\">
<span style=\"color:red;\">{{ form_errors(formprojet) }}</span>
<span style=\"color:red;\">{{ form_errors(formprojet.nom) }}</span>
{{ form_label(formprojet.nom,'Entrez votre nom', {'attr': {'class': 'small-title-text'}}) }}
{{ form_widget(formprojet.nom, {'attr': {'class': 'form-control'}}) }}
</div>
<div class=\"col-md-6 form-group mt-3 mt-md-0\">
<span style=\"color:red;\">{{ form_errors(formprojet) }}</span>
<span style=\"color:red;\">{{ form_errors(formprojet.email) }}</span>
{{ form_label(formprojet.email,'Entrez votre email', {'attr': {'class': 'small-title-text'}}) }}
{{ form_widget(formprojet.email, {'attr': {'class': 'form-control'}}) }}
</div>
</div>
<div class=\"form-group mt-3\">
<span style=\"color:red;\">{{ form_errors(formprojet) }}</span>
<span style=\"color:red;\">{{ form_errors(formprojet.sujet) }}</span>
{{ form_label(formprojet.sujet,'quel est l\\'objet de votre demande', {'attr': {'class': 'small-title-text'}}) }}
{{ form_widget(formprojet.sujet, {'attr': {'class': 'form-control'}}) }}
</div>
<div class=\"form-group mt-3\">
<span style=\"color:red;\">{{ form_errors(formprojet.contenu) }}</span>
{{ form_label(formprojet.contenu,'Contenu de votre message', {'attr': {'class': 'small-title-text'}}) }}
{{ form_widget(formprojet.contenu, {'attr': {'class': 'form-control'}}) }}
</div>
<div class=\"form-group mt-3\">
<span style=\"color:red;\">{{ form_errors(formprojet.file) }}</span>
{{ form_label(formprojet.file,'Joindre les fichiers (optionel)', {'attr': {'class': 'small-title-text'}}) }}
{{ form_widget(formprojet.file, {'attr': {'class': 'form-control'}}) }}
</div>
<div class=\"my-3\">
<div class=\"loading\">Loading</div>
<div class=\"error-message\"></div>
<div class=\"sent-message\">Your message has been sent. Thank you!</div>
</div>
<div class=\"text-center\"><button type=\"submit\">Enregistrer</button></div>
{{ form_end(formprojet) }}
</div><!-- End Contact Form -->
</div>
</div>
</section>
<!-- /contact -->
<!-- gmap -->
<div class=\"section pt-0 pb-5\">
<!-- Google Map -->
<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d254777.9977962855!2d11.37036633318602!3d3.8302937854779944!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x108bcf7a309a7977%3A0x7f54bad35e693c51!2zWWFvdW5kw6k!5e0!3m2!1sfr!2scm!4v1648463318096!5m2!1sfr!2scm\" height=\"450\" style=\"width: 100%;\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>
</div>
<!-- /gmap -->
{% endblock %}
{% block javascripttemplate %}
\$('.menu_item_contact').addClass('active');
{% endblock %}", "Theme/Produit/Service/Service/contacts.html.twig", "/home/syscofie/public_html/syscofie/templates/Theme/Produit/Service/Service/contacts.html.twig");
}
}