<?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/about/about.html.twig */
class __TwigTemplate_8e1b555829ed7ede53cd9d3dc3715aca68ad4214d65291cc08997bdc1695570c 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/about/about.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/about/about.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "front/about/about.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, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 3, $this->source); })()), "title", [], "any", false, false, false, 3), "html", null, true);
echo " | ";
$this->displayParentBlock("title", $context, $blocks);
$__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 "<section class=\"parallax-section single-par\" data-scrollax-parent=\"true\">
<div class=\"bg\" ";
// line 7
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 7, $this->source); })()), "background", [], "any", false, false, false, 7)) {
echo "data-bg=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("/uploads/files/about/" . twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 7, $this->source); })()), "background", [], "any", false, false, false, 7))), "html", null, true);
echo "\"";
}
echo " data-scrollax=\"properties: { translateY: '30%' }\"></div>
<div class=\"overlay\"></div>
<div class=\"container\">
<div class=\"home-intro\">
<div class=\"section-title-separator\"><span></span></div>
<h2><span class=\"text-capitalize\">";
// line 12
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 12, $this->source); })()), "title", [], "any", false, false, false, 12), "html", null, true);
echo "</span></h2>
<span class=\"section-separator\"></span>
<h3 style=\"font-size: 1.5rem !important\">";
// line 14
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 14, $this->source); })()), "subTitle", [], "any", false, false, false, 14), "html", null, true);
echo "</h3>
</div>
</div>
<div class=\"header-sec-link\">
<div class=\"container\"><a href=\"#sec1\" class=\"custom-scroll-link color-bg\"><i class=\"fal fa-angle-double-down\"></i></a></div>
</div>
</section>
<div class=\"breadcrumbs-fs fl-wrap\">
<div class=\"container\">
<div class=\"breadcrumbs fl-wrap\">
<a href=\"#\">À propos</a><span>";
// line 25
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 25, $this->source); })()), "title", [], "any", false, false, false, 25), "html", null, true);
echo "</span>
</div>
</div>
</div>
<section id=\"sec1\" class=\"middle-padding\">
<div class=\"container\">
<div class=\"about-wrap\">
<div class=\"row\">
<div class=\"col-md-6\">
<div class=\"video-box fl-wrap video-box-span-none\">
";
// line 36
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 36, $this->source); })()), "image1", [], "any", false, false, false, 36)) {
// line 37
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/about/" . twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 37, $this->source); })()), "image1", [], "any", false, false, false, 37))), "597x396"), "html", null, true);
echo "\" class=\"respimg\" alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 37, $this->source); })()), "title", [], "any", false, false, false, 37), "html", null, true);
echo "\">
";
} else {
// line 39
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"), "597x396"), "html", null, true);
echo "\" class=\"respimg\" alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 39, $this->source); })()), "title", [], "any", false, false, false, 39), "html", null, true);
echo "\">
";
}
// line 40
echo "
";
// line 41
if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "videoLink1", [], "any", true, true, false, 41) && !(null === twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 41, $this->source); })()), "videoLink1", [], "any", false, false, false, 41)))) {
// line 42
echo " <a class=\"video-box-btn image-popup\" href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 42, $this->source); })()), "videoLink1", [], "any", false, false, false, 42), "html", null, true);
echo "\"><i class=\"fa fa-play\" aria-hidden=\"true\"></i></a>
<span class=\"video-box-title\">Notre présentation vidéo</span>
";
}
// line 45
echo " </div>
</div>
<div class=\"col-md-6\">
<div class=\"list-single-main-item-title fl-wrap\">
<h3>";
// line 49
echo twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 49, $this->source); })()), "title1", [], "any", false, false, false, 49);
echo "</h3>
</div>
<div class=\"control-description\">
";
// line 52
echo twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 52, $this->source); })()), "description1", [], "any", false, false, false, 52);
echo "
</div>
<a href=\"#sec2\" class=\"btn color-bg float-btn custom-scroll-link\">Voir notre équipe <i class=\"fal fa-users\"></i></a>
</div>
</div>
</div>
<div class=\"single-facts fl-wrap\">
<div class=\"inline-facts-wrap\">
<div class=\"inline-facts\">
";
// line 62
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 62, $this->source); })()), "icon4", [], "any", false, false, false, 62);
echo "
<div class=\"milestone-counter\">
<div class=\"stats animaper\">
<div class=\"num\" data-content=\"0\" data-num=\"";
// line 65
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 65, $this->source); })()), "content4", [], "any", false, false, false, 65);
echo "\">";
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 65, $this->source); })()), "content4", [], "any", false, false, false, 65);
echo "</div>
</div>
</div>
<h6>";
// line 68
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 68, $this->source); })()), "title4", [], "any", false, false, false, 68);
echo "</h6>
</div>
</div>
<div class=\"inline-facts-wrap\">
<div class=\"inline-facts\">
";
// line 73
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 73, $this->source); })()), "icon5", [], "any", false, false, false, 73);
echo "
<div class=\"milestone-counter\">
<div class=\"stats animaper\">
<div class=\"num\" data-content=\"0\" data-num=\"";
// line 76
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 76, $this->source); })()), "content5", [], "any", false, false, false, 76);
echo "\">";
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 76, $this->source); })()), "content5", [], "any", false, false, false, 76);
echo "</div>
</div>
</div>
<h6>";
// line 79
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 79, $this->source); })()), "title5", [], "any", false, false, false, 79);
echo "</h6>
</div>
</div>
<div class=\"inline-facts-wrap\">
<div class=\"inline-facts\">
";
// line 84
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 84, $this->source); })()), "icon6", [], "any", false, false, false, 84);
echo "
<div class=\"milestone-counter\">
<div class=\"stats animaper\">
<div class=\"num\" data-content=\"0\" data-num=\"";
// line 87
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 87, $this->source); })()), "content6", [], "any", false, false, false, 87);
echo "\">";
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 87, $this->source); })()), "content6", [], "any", false, false, false, 87);
echo "</div>
</div>
</div>
<h6>";
// line 90
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 90, $this->source); })()), "title6", [], "any", false, false, false, 90);
echo "</h6>
</div>
</div>
<div class=\"inline-facts-wrap\">
<div class=\"inline-facts\">
";
// line 95
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 95, $this->source); })()), "icon7", [], "any", false, false, false, 95);
echo "
<div class=\"milestone-counter\">
<div class=\"stats animaper\">
<div class=\"num\" data-content=\"0\" data-num=\"";
// line 98
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 98, $this->source); })()), "content7", [], "any", false, false, false, 98);
echo "\">";
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 98, $this->source); })()), "content7", [], "any", false, false, false, 98);
echo "</div>
</div>
</div>
<h6>";
// line 101
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 101, $this->source); })()), "title7", [], "any", false, false, false, 101);
echo "</h6>
</div>
</div>
</div>
</div>
</section>
<section class=\"color-bg hidden-section\">
<div class=\"wave-bg wave-bg2\"></div>
<div class=\"container\">
<div class=\"section-title\">
<h2>";
// line 112
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 112, $this->source); })()), "title", [], "any", false, false, false, 112);
echo "</h2>
<span class=\"section-separator\"></span>
<p>";
// line 114
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 114, $this->source); })()), "subTitle", [], "any", false, false, false, 114);
echo "</p>
</div>
<div class=\"row\">
<div class=\"col-md-4\">
<div class=\"process-item big-pad-pr-item\">
<span class=\"process-count\"> </span>
<div class=\"time-line-icon\">
";
// line 121
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 121, $this->source); })()), "icon1", [], "any", false, false, false, 121);
echo "
</div>
<h4><a href=\"#\">";
// line 123
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 123, $this->source); })()), "title1", [], "any", false, false, false, 123);
echo "</a></h4>
<p>";
// line 124
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 124, $this->source); })()), "content1", [], "any", false, false, false, 124);
echo "</p>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"process-item big-pad-pr-item\">
<span class=\"process-count\"> </span>
<div class=\"time-line-icon\">
";
// line 131
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 131, $this->source); })()), "icon2", [], "any", false, false, false, 131);
echo "
</div>
<h4> <a href=\"#\">";
// line 133
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 133, $this->source); })()), "title2", [], "any", false, false, false, 133);
echo "</a></h4>
<p>";
// line 134
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 134, $this->source); })()), "content2", [], "any", false, false, false, 134);
echo "</p>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"process-item big-pad-pr-item nodecpre\">
<span class=\"process-count\"> </span>
<div class=\"time-line-icon\">
";
// line 141
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 141, $this->source); })()), "icon3", [], "any", false, false, false, 141);
echo "
</div>
<h4><a href=\"#\">";
// line 143
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 143, $this->source); })()), "title3", [], "any", false, false, false, 143);
echo "</a></h4>
<p>";
// line 144
echo twig_get_attribute($this->env, $this->source, (isset($context["whyChooseUs"]) || array_key_exists("whyChooseUs", $context) ? $context["whyChooseUs"] : (function () { throw new RuntimeError('Variable "whyChooseUs" does not exist.', 144, $this->source); })()), "content3", [], "any", false, false, false, 144);
echo "</p>
</div>
</div>
</div>
</div>
</section>
<section id=\"sec2\">
<div class=\"container\">
<div class=\"section-title\">
<h2 class=\"text-capitalize\">Notre équipe</h2>
<span class=\"section-separator\"></span>
<p>Notre équipe est le cœur de Ryvup. Chaque membre est dédié à offrir un service exceptionnel et à garantir la satisfaction de nos clients. <br> Voici quelques-uns des visages derrière notre succès :</p>
</div>
<div class=\"team-holder section-team fl-wrap\">
<div class=\"row\">
";
// line 160
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["team"]) || array_key_exists("team", $context) ? $context["team"] : (function () { throw new RuntimeError('Variable "team" does not exist.', 160, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["member"]) {
echo "
<div class=\"col-4\">
<div class=\"team-box\">
<div class=\"team-photo\">
";
// line 164
if (twig_get_attribute($this->env, $this->source, $context["member"], "avatar", [], "any", false, false, false, 164)) {
// line 165
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/team/avatar/" . twig_get_attribute($this->env, $this->source, $context["member"], "avatar", [], "any", false, false, false, 165))), "392x259"), "html", null, true);
echo "\" alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "fullName", [], "any", false, false, false, 165), "html", null, true);
echo "\" class=\"respimg\">
";
} else {
// line 167
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/avatar/2.jpg"), "392x259"), "html", null, true);
echo "\" alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "fullName", [], "any", false, false, false, 167), "html", null, true);
echo "\" class=\"respimg\">
";
}
// line 169
echo " </div>
<div class=\"team-info\">
<div class=\"team-dec\">
";
// line 172
echo twig_get_attribute($this->env, $this->source, $context["member"], "iconFont", [], "any", false, false, false, 172);
echo "
</div>
<h3><a href=\"";
// line 174
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_front_member_single", ["slug" => twig_get_attribute($this->env, $this->source, $context["member"], "slug", [], "any", false, false, false, 174)]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "fullName", [], "any", false, false, false, 174), "html", null, true);
echo "</a></h3>
<h4>";
// line 175
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "profession", [], "any", false, false, false, 175), "html", null, true);
echo "</h4>
<div class=\"control-description\">
";
// line 177
if ((1 === twig_compare(twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "about", [], "any", false, false, false, 177)), 360))) {
// line 178
echo " ";
echo twig_slice($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "about", [], "any", false, false, false, 178), 0, 360);
echo "...
";
} else {
// line 180
echo " ";
echo twig_slice($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "about", [], "any", false, false, false, 180), 0, 360);
echo "
";
}
// line 182
echo " </div>
<div class=\"team-social\">
<ul>
";
// line 185
if (twig_get_attribute($this->env, $this->source, $context["member"], "facebook", [], "any", false, false, false, 185)) {
// line 186
echo " <li><a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "facebook", [], "any", false, false, false, 186), "html", null, true);
echo "\" target=\"_blank\"><i class=\"fab fa-facebook-f\"></i></a></li>
";
}
// line 188
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["member"], "twitter", [], "any", false, false, false, 188)) {
// line 189
echo " <li><a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "twitter", [], "any", false, false, false, 189), "html", null, true);
echo "\" target=\"_blank\"><i class=\"fab fa-twitter\"></i></a></li>
";
}
// line 191
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["member"], "instagram", [], "any", false, false, false, 191)) {
// line 192
echo " <li><a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "instagram", [], "any", false, false, false, 192), "html", null, true);
echo "\" target=\"_blank\"><i class=\"fab fa-instagram\"></i></a></li>
";
}
// line 194
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["member"], "linkedin", [], "any", false, false, false, 194)) {
// line 195
echo " <li><a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "linkedin", [], "any", false, false, false, 195), "html", null, true);
echo "\" target=\"_blank\"><i class=\"fab fa-linkedin\"></i></a></li>
";
}
// line 197
echo " </ul>
";
// line 198
if (twig_get_attribute($this->env, $this->source, $context["member"], "email", [], "any", false, false, false, 198)) {
// line 199
echo " <a class=\"team-contact_link\" href=\"mailto:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "email", [], "any", false, false, false, 199), "html", null, true);
echo "\"><i class=\"fal fa-envelope\"></i></a>
";
}
// line 201
echo " ";
if (((((( !twig_get_attribute($this->env, $this->source, $context["member"], "facebook", [], "any", true, true, false, 201) || (null === twig_get_attribute($this->env, $this->source, $context["member"], "facebook", [], "any", false, false, false, 201))) && ( !twig_get_attribute($this->env, $this->source, // line 202
$context["member"], "twitter", [], "any", true, true, false, 202) || (null === twig_get_attribute($this->env, $this->source, $context["member"], "twitter", [], "any", false, false, false, 202)))) && ( !twig_get_attribute($this->env, $this->source, // line 203
$context["member"], "instagram", [], "any", true, true, false, 203) || (null === twig_get_attribute($this->env, $this->source, $context["member"], "instagram", [], "any", false, false, false, 203)))) && ( !twig_get_attribute($this->env, $this->source, // line 204
$context["member"], "linkedin", [], "any", true, true, false, 204) || (null === twig_get_attribute($this->env, $this->source, $context["member"], "linkedin", [], "any", false, false, false, 204)))) && ( !twig_get_attribute($this->env, $this->source, // line 205
$context["member"], "email", [], "any", true, true, false, 205) || (null === twig_get_attribute($this->env, $this->source, $context["member"], "email", [], "any", false, false, false, 205))))) {
// line 206
echo " <ul>
<li><a class=\"\" href=\"#\"><i class=\"\"></i></a></li>
</ul>
";
}
// line 210
echo "
</div>
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['member'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 216
echo " </div>
</div>
</div>
</section>
<section class=\"parallax-section\" data-scrollax-parent=\"true\">
<div class=\"bg par-elem\" ";
// line 222
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 222, $this->source); })()), "image2", [], "any", false, false, false, 222)) {
echo "data-bg=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("/uploads/files/about/" . twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 222, $this->source); })()), "image2", [], "any", false, false, false, 222))), "html", null, true);
echo "\"";
}
echo " data-scrollax=\"properties: { translateY: '30%' }\"></div>
<div class=\"overlay\"></div>
<div class=\"container\">
<div class=\"intro-item fl-wrap\">
<h2>";
// line 226
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 226, $this->source); })()), "title2", [], "any", false, false, false, 226), "html", null, true);
echo "</h2>
<h3>";
// line 227
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 227, $this->source); })()), "subTitle2", [], "any", false, false, false, 227), "html", null, true);
echo "</h3>
<a class=\"btn color-bg\" href=\"";
// line 228
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_front_contact");
echo "\">Entrer en contact <i class=\"fal fa-envelope\"></i></a>
</div>
</div>
</section>
<section>
<div class=\"container\">
<div class=\"section-title\">
<h2>Témoignages</h2>
<span class=\"section-separator\"></span>
<p>Lisez les témoignages de nos clients et découvrez comment Ryvup a surpassé leurs attentes avec un service de qualité</p>
</div>
</div>
<div class=\"clearfix\"></div>
<div class=\"slider-carousel-wrap text-carousel-wrap fl-wrap\">
<div class=\"swiper-button-prev sw-btn\"><i class=\"fa fa-long-arrow-left\"></i></div>
<div class=\"swiper-button-next sw-btn\"><i class=\"fa fa-long-arrow-right\"></i></div>
<div class=\"text-carousel single-carousel cur_carousel-slider-container fl-wrap\">
<div class=\"slick-item\">
<div class=\"text-carousel-item\">
<div class=\"popup-avatar\"><img src=\"";
// line 248
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front/images/avatar/1.jpg"), "html", null, true);
echo "\" alt=\"\"></div>
<div class=\"listing-rating card-popup-rainingvis\" data-starrating2=\"5\"> </div>
<div class=\"review-owner fl-wrap\">Milka Antony - <span>Happy Client</span></div>
<p> \"In ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Lorem ipsum dolor sit amet, conse ctetuer adipiscing elit, sed diam nonu mmy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.\"</p>
<a href=\"#\" class=\"testim-link\">Via Facebook</a>
</div>
</div>
<div class=\"slick-item\">
<div class=\"text-carousel-item\">
<div class=\"popup-avatar\"><img src=\"";
// line 257
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front/images/avatar/1.jpg"), "html", null, true);
echo "\" alt=\"\"></div>
<div class=\"listing-rating card-popup-rainingvis\" data-starrating2=\"4\"> </div>
<div class=\"review-owner fl-wrap\">Milka Antony - <span>Happy Client</span></div>
<p> \"In ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Lorem ipsum dolor sit amet, conse ctetuer adipiscing elit, sed diam nonu mmy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.\"</p>
<a href=\"#\" class=\"testim-link\">Via Facebook</a>
</div>
</div>
<div class=\"slick-item\">
<div class=\"text-carousel-item\">
<div class=\"popup-avatar\"><img src=\"";
// line 266
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front/images/avatar/1.jpg"), "html", null, true);
echo "\" alt=\"\"></div>
<div class=\"listing-rating card-popup-rainingvis\" data-starrating2=\"5\"> </div>
<div class=\"review-owner fl-wrap\">Milka Antony - <span>Happy Client</span></div>
<p> \"In ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Lorem ipsum dolor sit amet, conse ctetuer adipiscing elit, sed diam nonu mmy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.\"</p>
<a href=\"#\" class=\"testim-link\">Via Facebook</a>
</div>
</div>
<div class=\"slick-item\">
<div class=\"text-carousel-item\">
<div class=\"popup-avatar\"><img src=\"";
// line 275
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front/images/avatar/1.jpg"), "html", null, true);
echo "\" alt=\"\"></div>
<div class=\"listing-rating card-popup-rainingvis\" data-starrating2=\"5\"> </div>
<div class=\"review-owner fl-wrap\">Milka Antony - <span>Happy Client</span></div>
<p> \"In ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Lorem ipsum dolor sit amet, conse ctetuer adipiscing elit, sed diam nonu mmy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.\"</p>
<a href=\"#\" class=\"testim-link\">Via Facebook</a>
</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/about/about.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 591 => 275, 579 => 266, 567 => 257, 555 => 248, 532 => 228, 528 => 227, 524 => 226, 513 => 222, 505 => 216, 494 => 210, 488 => 206, 486 => 205, 485 => 204, 484 => 203, 483 => 202, 481 => 201, 475 => 199, 473 => 198, 470 => 197, 464 => 195, 461 => 194, 455 => 192, 452 => 191, 446 => 189, 443 => 188, 437 => 186, 435 => 185, 430 => 182, 424 => 180, 418 => 178, 416 => 177, 411 => 175, 405 => 174, 400 => 172, 395 => 169, 387 => 167, 379 => 165, 377 => 164, 368 => 160, 349 => 144, 345 => 143, 340 => 141, 330 => 134, 326 => 133, 321 => 131, 311 => 124, 307 => 123, 302 => 121, 292 => 114, 287 => 112, 273 => 101, 265 => 98, 259 => 95, 251 => 90, 243 => 87, 237 => 84, 229 => 79, 221 => 76, 215 => 73, 207 => 68, 199 => 65, 193 => 62, 180 => 52, 174 => 49, 168 => 45, 161 => 42, 159 => 41, 156 => 40, 148 => 39, 140 => 37, 138 => 36, 124 => 25, 110 => 14, 105 => 12, 93 => 7, 90 => 6, 80 => 5, 59 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}{{ page.title }} | {{ parent() }}{% endblock %}
{% block body %}
<section class=\"parallax-section single-par\" data-scrollax-parent=\"true\">
<div class=\"bg\" {% if page.background %}data-bg=\"{{ asset('/uploads/files/about/' ~ page.background) }}\"{% endif %} data-scrollax=\"properties: { translateY: '30%' }\"></div>
<div class=\"overlay\"></div>
<div class=\"container\">
<div class=\"home-intro\">
<div class=\"section-title-separator\"><span></span></div>
<h2><span class=\"text-capitalize\">{{ page.title }}</span></h2>
<span class=\"section-separator\"></span>
<h3 style=\"font-size: 1.5rem !important\">{{ page.subTitle }}</h3>
</div>
</div>
<div class=\"header-sec-link\">
<div class=\"container\"><a href=\"#sec1\" class=\"custom-scroll-link color-bg\"><i class=\"fal fa-angle-double-down\"></i></a></div>
</div>
</section>
<div class=\"breadcrumbs-fs fl-wrap\">
<div class=\"container\">
<div class=\"breadcrumbs fl-wrap\">
<a href=\"#\">À propos</a><span>{{ page.title }}</span>
</div>
</div>
</div>
<section id=\"sec1\" class=\"middle-padding\">
<div class=\"container\">
<div class=\"about-wrap\">
<div class=\"row\">
<div class=\"col-md-6\">
<div class=\"video-box fl-wrap video-box-span-none\">
{% if page.image1 %}
<img src=\"{{ asset('/uploads/files/about/' ~ page.image1) | imagine_filter('597x396') }}\" class=\"respimg\" alt=\"{{ page.title }}\">
{% else %}
<img src=\"{{ asset('front/images/all/ryvup.jpeg') | imagine_filter('597x396') }}\" class=\"respimg\" alt=\"{{ page.title }}\">
{% endif %}
{% if page.videoLink1 is defined and page.videoLink1 is not null %}
<a class=\"video-box-btn image-popup\" href=\"{{ page.videoLink1 }}\"><i class=\"fa fa-play\" aria-hidden=\"true\"></i></a>
<span class=\"video-box-title\">Notre présentation vidéo</span>
{% endif %}
</div>
</div>
<div class=\"col-md-6\">
<div class=\"list-single-main-item-title fl-wrap\">
<h3>{{ page.title1|raw }}</h3>
</div>
<div class=\"control-description\">
{{ page.description1|raw }}
</div>
<a href=\"#sec2\" class=\"btn color-bg float-btn custom-scroll-link\">Voir notre équipe <i class=\"fal fa-users\"></i></a>
</div>
</div>
</div>
<div class=\"single-facts fl-wrap\">
<div class=\"inline-facts-wrap\">
<div class=\"inline-facts\">
{{ whyChooseUs.icon4|raw }}
<div class=\"milestone-counter\">
<div class=\"stats animaper\">
<div class=\"num\" data-content=\"0\" data-num=\"{{ whyChooseUs.content4|raw }}\">{{ whyChooseUs.content4|raw }}</div>
</div>
</div>
<h6>{{ whyChooseUs.title4|raw }}</h6>
</div>
</div>
<div class=\"inline-facts-wrap\">
<div class=\"inline-facts\">
{{ whyChooseUs.icon5|raw }}
<div class=\"milestone-counter\">
<div class=\"stats animaper\">
<div class=\"num\" data-content=\"0\" data-num=\"{{ whyChooseUs.content5|raw }}\">{{ whyChooseUs.content5|raw }}</div>
</div>
</div>
<h6>{{ whyChooseUs.title5|raw }}</h6>
</div>
</div>
<div class=\"inline-facts-wrap\">
<div class=\"inline-facts\">
{{ whyChooseUs.icon6|raw }}
<div class=\"milestone-counter\">
<div class=\"stats animaper\">
<div class=\"num\" data-content=\"0\" data-num=\"{{ whyChooseUs.content6|raw }}\">{{ whyChooseUs.content6|raw }}</div>
</div>
</div>
<h6>{{ whyChooseUs.title6|raw }}</h6>
</div>
</div>
<div class=\"inline-facts-wrap\">
<div class=\"inline-facts\">
{{ whyChooseUs.icon7|raw }}
<div class=\"milestone-counter\">
<div class=\"stats animaper\">
<div class=\"num\" data-content=\"0\" data-num=\"{{ whyChooseUs.content7|raw }}\">{{ whyChooseUs.content7|raw }}</div>
</div>
</div>
<h6>{{ whyChooseUs.title7|raw }}</h6>
</div>
</div>
</div>
</div>
</section>
<section class=\"color-bg hidden-section\">
<div class=\"wave-bg wave-bg2\"></div>
<div class=\"container\">
<div class=\"section-title\">
<h2>{{ whyChooseUs.title|raw }}</h2>
<span class=\"section-separator\"></span>
<p>{{ whyChooseUs.subTitle|raw }}</p>
</div>
<div class=\"row\">
<div class=\"col-md-4\">
<div class=\"process-item big-pad-pr-item\">
<span class=\"process-count\"> </span>
<div class=\"time-line-icon\">
{{ whyChooseUs.icon1|raw }}
</div>
<h4><a href=\"#\">{{ whyChooseUs.title1|raw }}</a></h4>
<p>{{ whyChooseUs.content1|raw }}</p>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"process-item big-pad-pr-item\">
<span class=\"process-count\"> </span>
<div class=\"time-line-icon\">
{{ whyChooseUs.icon2|raw }}
</div>
<h4> <a href=\"#\">{{ whyChooseUs.title2|raw }}</a></h4>
<p>{{ whyChooseUs.content2|raw }}</p>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"process-item big-pad-pr-item nodecpre\">
<span class=\"process-count\"> </span>
<div class=\"time-line-icon\">
{{ whyChooseUs.icon3|raw }}
</div>
<h4><a href=\"#\">{{ whyChooseUs.title3|raw }}</a></h4>
<p>{{ whyChooseUs.content3|raw }}</p>
</div>
</div>
</div>
</div>
</section>
<section id=\"sec2\">
<div class=\"container\">
<div class=\"section-title\">
<h2 class=\"text-capitalize\">Notre équipe</h2>
<span class=\"section-separator\"></span>
<p>Notre équipe est le cœur de Ryvup. Chaque membre est dédié à offrir un service exceptionnel et à garantir la satisfaction de nos clients. <br> Voici quelques-uns des visages derrière notre succès :</p>
</div>
<div class=\"team-holder section-team fl-wrap\">
<div class=\"row\">
{% for member in team %}
<div class=\"col-4\">
<div class=\"team-box\">
<div class=\"team-photo\">
{% if member.avatar %}
<img src=\"{{ asset('/uploads/files/team/avatar/' ~ member.avatar) | imagine_filter('392x259') }}\" alt=\"{{ member.fullName }}\" class=\"respimg\">
{% else %}
<img src=\"{{ asset('front/images/avatar/2.jpg') | imagine_filter('392x259') }}\" alt=\"{{ member.fullName }}\" class=\"respimg\">
{% endif %}
</div>
<div class=\"team-info\">
<div class=\"team-dec\">
{{ member.iconFont|raw }}
</div>
<h3><a href=\"{{ url('app_front_member_single', {'slug': member.slug }) }}\">{{ member.fullName }}</a></h3>
<h4>{{ member.profession }}</h4>
<div class=\"control-description\">
{% if member.about|length > 360 %}
{{ member.about|slice(0,360)|raw }}...
{% else %}
{{ member.about|slice(0,360)|raw }}
{% endif %}
</div>
<div class=\"team-social\">
<ul>
{% if member.facebook %}
<li><a href=\"{{ member.facebook }}\" target=\"_blank\"><i class=\"fab fa-facebook-f\"></i></a></li>
{% endif %}
{% if member.twitter %}
<li><a href=\"{{ member.twitter }}\" target=\"_blank\"><i class=\"fab fa-twitter\"></i></a></li>
{% endif %}
{% if member.instagram %}
<li><a href=\"{{ member.instagram }}\" target=\"_blank\"><i class=\"fab fa-instagram\"></i></a></li>
{% endif %}
{% if member.linkedin %}
<li><a href=\"{{ member.linkedin }}\" target=\"_blank\"><i class=\"fab fa-linkedin\"></i></a></li>
{% endif %}
</ul>
{% if member.email %}
<a class=\"team-contact_link\" href=\"mailto:{{ member.email }}\"><i class=\"fal fa-envelope\"></i></a>
{% endif %}
{% if (member.facebook is not defined or member.facebook is null) and
(member.twitter is not defined or member.twitter is null) and
(member.instagram is not defined or member.instagram is null) and
(member.linkedin is not defined or member.linkedin is null) and
(member.email is not defined or member.email is null) %}
<ul>
<li><a class=\"\" href=\"#\"><i class=\"\"></i></a></li>
</ul>
{% endif %}
</div>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<section class=\"parallax-section\" data-scrollax-parent=\"true\">
<div class=\"bg par-elem\" {% if page.image2 %}data-bg=\"{{ asset('/uploads/files/about/' ~ page.image2) }}\"{% endif %} data-scrollax=\"properties: { translateY: '30%' }\"></div>
<div class=\"overlay\"></div>
<div class=\"container\">
<div class=\"intro-item fl-wrap\">
<h2>{{ page.title2 }}</h2>
<h3>{{ page.subTitle2 }}</h3>
<a class=\"btn color-bg\" href=\"{{ url('app_front_contact') }}\">Entrer en contact <i class=\"fal fa-envelope\"></i></a>
</div>
</div>
</section>
<section>
<div class=\"container\">
<div class=\"section-title\">
<h2>Témoignages</h2>
<span class=\"section-separator\"></span>
<p>Lisez les témoignages de nos clients et découvrez comment Ryvup a surpassé leurs attentes avec un service de qualité</p>
</div>
</div>
<div class=\"clearfix\"></div>
<div class=\"slider-carousel-wrap text-carousel-wrap fl-wrap\">
<div class=\"swiper-button-prev sw-btn\"><i class=\"fa fa-long-arrow-left\"></i></div>
<div class=\"swiper-button-next sw-btn\"><i class=\"fa fa-long-arrow-right\"></i></div>
<div class=\"text-carousel single-carousel cur_carousel-slider-container fl-wrap\">
<div class=\"slick-item\">
<div class=\"text-carousel-item\">
<div class=\"popup-avatar\"><img src=\"{{ asset('front/images/avatar/1.jpg') }}\" alt=\"\"></div>
<div class=\"listing-rating card-popup-rainingvis\" data-starrating2=\"5\"> </div>
<div class=\"review-owner fl-wrap\">Milka Antony - <span>Happy Client</span></div>
<p> \"In ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Lorem ipsum dolor sit amet, conse ctetuer adipiscing elit, sed diam nonu mmy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.\"</p>
<a href=\"#\" class=\"testim-link\">Via Facebook</a>
</div>
</div>
<div class=\"slick-item\">
<div class=\"text-carousel-item\">
<div class=\"popup-avatar\"><img src=\"{{ asset('front/images/avatar/1.jpg') }}\" alt=\"\"></div>
<div class=\"listing-rating card-popup-rainingvis\" data-starrating2=\"4\"> </div>
<div class=\"review-owner fl-wrap\">Milka Antony - <span>Happy Client</span></div>
<p> \"In ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Lorem ipsum dolor sit amet, conse ctetuer adipiscing elit, sed diam nonu mmy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.\"</p>
<a href=\"#\" class=\"testim-link\">Via Facebook</a>
</div>
</div>
<div class=\"slick-item\">
<div class=\"text-carousel-item\">
<div class=\"popup-avatar\"><img src=\"{{ asset('front/images/avatar/1.jpg') }}\" alt=\"\"></div>
<div class=\"listing-rating card-popup-rainingvis\" data-starrating2=\"5\"> </div>
<div class=\"review-owner fl-wrap\">Milka Antony - <span>Happy Client</span></div>
<p> \"In ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Lorem ipsum dolor sit amet, conse ctetuer adipiscing elit, sed diam nonu mmy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.\"</p>
<a href=\"#\" class=\"testim-link\">Via Facebook</a>
</div>
</div>
<div class=\"slick-item\">
<div class=\"text-carousel-item\">
<div class=\"popup-avatar\"><img src=\"{{ asset('front/images/avatar/1.jpg') }}\" alt=\"\"></div>
<div class=\"listing-rating card-popup-rainingvis\" data-starrating2=\"5\"> </div>
<div class=\"review-owner fl-wrap\">Milka Antony - <span>Happy Client</span></div>
<p> \"In ut odio libero, at vulputate urna. Nulla tristique mi a massa convallis cursus. Nulla eu mi magna. Etiam suscipit commodo gravida. Lorem ipsum dolor sit amet, conse ctetuer adipiscing elit, sed diam nonu mmy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.\"</p>
<a href=\"#\" class=\"testim-link\">Via Facebook</a>
</div>
</div>
</div>
</div>
<div class=\"section-decor\"></div>
</section>
{% endblock %}
", "front/about/about.html.twig", "/var/www/vhosts/resoh.fr/httpdocs/templates/front/about/about.html.twig");
}
}