<?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;
/* base-default/footer-client.html.twig */
class __TwigTemplate_a929ef1513f2280fa5ea81f268a37d91954936d6f7acc8be89ed579a1cc5f600 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
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", "base-default/footer-client.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base-default/footer-client.html.twig"));
// line 1
$context["route_name"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 1, $this->source); })()), "request", [], "any", false, false, false, 1), "attributes", [], "any", false, false, false, 1), "get", ["_route"], "method", false, false, false, 1);
// line 2
$context["route_params"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 2, $this->source); })()), "request", [], "any", false, false, false, 2), "attributes", [], "any", false, false, false, 2), "get", ["_route_params"], "method", false, false, false, 2);
// line 3
echo "<footer class=\"main-footer\">
<div class=\"subscribe-wrap color-bg fl-wrap\">
<div class=\"container\">
<div class=\"sp-bg\"> </div>
<div class=\"row\">
<div class=\"col-md-6\">
<div class=\"subscribe-header\">
<h3>S'abonner</h3>
<p>Vous souhaitez être informé lorsque nous lançons une nouveauté, comme une annonce ou une mise à jour importante ? Inscrivez-vous simplement et nous vous enverrons une notification par e-mail.</p>
</div>
</div>
<div class=\"col-md-1\"></div>
<div class=\"col-md-5\">
<div class=\"footer-widget fl-wrap\">
<div class=\"subscribe-widget fl-wrap\">
<div class=\"subcribe-form\">
<form id=\"subscribe\">
<input class=\"enteremail fl-wrap\" name=\"email\" id=\"subscribe-email\" placeholder=\"Entrez votre e-mail\" spellcheck=\"false\" type=\"text\">
<button type=\"submit\" id=\"subscribe-button\" class=\"subscribe-button\"><i class=\"fas fa-rss-square\"></i> S'abonner</button>
<label for=\"subscribe-email\" class=\"subscribe-message\"></label>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"wave-bg\"></div>
</div>
<div class=\"footer-inner\">
<div class=\"container\">
<div class=\"footer-fw-widget fl-wrap\">
<div class=\"row\">
<div class=\"col-md-3\">
<div class=\"footer-carousel-title mb-2\">
Nos partenaires
</div>
</div>
<div class=\"col-md-9\">
";
// line 43
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Front\\FooterController::partners"));
echo "
</div>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-4\">
<div class=\"footer-widget fl-wrap\">
<h3>À propos de nous</h3>
<div class=\"footer-contacts-widget fl-wrap\">
<ul class=\"footer-list fl-wrap\">
<li><a href=\"";
// line 54
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_front_terms");
echo "\" class=\"";
if ((is_string($__internal_compile_0 = (isset($context["route_name"]) || array_key_exists("route_name", $context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.', 54, $this->source); })())) && is_string($__internal_compile_1 = "app_front_terms") && str_starts_with($__internal_compile_0, $__internal_compile_1))) {
echo "text-theme-orange";
}
echo "\">Conditions générales de vente</a></li>
<li><a href=\"";
// line 55
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_front_legal_notice");
echo "\" class=\"";
if ((is_string($__internal_compile_2 = (isset($context["route_name"]) || array_key_exists("route_name", $context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.', 55, $this->source); })())) && is_string($__internal_compile_3 = "app_front_legal_notice") && str_starts_with($__internal_compile_2, $__internal_compile_3))) {
echo "text-theme-orange";
}
echo "\">Mentions légales</a></li>
<li><a href=\"";
// line 56
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_front_privacy");
echo "\" class=\"";
if ((is_string($__internal_compile_4 = (isset($context["route_name"]) || array_key_exists("route_name", $context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.', 56, $this->source); })())) && is_string($__internal_compile_5 = "app_front_privacy") && str_starts_with($__internal_compile_4, $__internal_compile_5))) {
echo "text-theme-orange";
}
echo "\">Politique de confidentialité</a></li>
<li><a href=\"";
// line 57
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_front_about", ["slug" => "notre-histoire"]);
echo "\" class=\"";
if (((is_string($__internal_compile_6 = (isset($context["route_name"]) || array_key_exists("route_name", $context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.', 57, $this->source); })())) && is_string($__internal_compile_7 = "app_front_about") && str_starts_with($__internal_compile_6, $__internal_compile_7)) && (0 === twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["route_params"]) || array_key_exists("route_params", $context) ? $context["route_params"] : (function () { throw new RuntimeError('Variable "route_params" does not exist.', 57, $this->source); })()), "slug", [], "any", false, false, false, 57), "notre-histoire")))) {
echo "text-theme-orange";
}
echo "\">Notre histoire</a></li>
<li><a href=\"";
// line 58
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_front_about", ["slug" => "nos-expertises"]);
echo "\" class=\"";
if (((is_string($__internal_compile_8 = (isset($context["route_name"]) || array_key_exists("route_name", $context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.', 58, $this->source); })())) && is_string($__internal_compile_9 = "app_front_about") && str_starts_with($__internal_compile_8, $__internal_compile_9)) && (0 === twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["route_params"]) || array_key_exists("route_params", $context) ? $context["route_params"] : (function () { throw new RuntimeError('Variable "route_params" does not exist.', 58, $this->source); })()), "slug", [], "any", false, false, false, 58), "nos-expertises")))) {
echo "text-theme-orange";
}
echo "\">Nos expertises</a></li>
<li><a href=\"";
// line 59
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_front_about", ["slug" => "notre-ethique"]);
echo "\" class=\"";
if (((is_string($__internal_compile_10 = (isset($context["route_name"]) || array_key_exists("route_name", $context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.', 59, $this->source); })())) && is_string($__internal_compile_11 = "app_front_about") && str_starts_with($__internal_compile_10, $__internal_compile_11)) && (0 === twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["route_params"]) || array_key_exists("route_params", $context) ? $context["route_params"] : (function () { throw new RuntimeError('Variable "route_params" does not exist.', 59, $this->source); })()), "slug", [], "any", false, false, false, 59), "notre-ethique")))) {
echo "text-theme-orange";
}
echo "\">Notre éthique</a></li>
</ul>
";
// line 61
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Front\\FooterController::contact"));
echo "
</div>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"footer-widget fl-wrap\">
<h3>Nos derniers articles</h3>
<div class=\"widget-posts fl-wrap\">
<ul>
";
// line 71
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Front\\FooterController::articles"));
echo "
</ul>
</div>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"footer-widget fl-wrap \">
<h3>Liens utiles</h3>
<ul class=\"footer-list fl-wrap\">
<li><a href=\"https://soxim.fr/\" target=\"_blank\">Soxim</a></li>
<li><a href=\"";
// line 82
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_front_blog");
echo "\" class=\"";
if ((is_string($__internal_compile_12 = (isset($context["route_name"]) || array_key_exists("route_name", $context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.', 82, $this->source); })())) && is_string($__internal_compile_13 = "app_front_blog") && str_starts_with($__internal_compile_12, $__internal_compile_13))) {
echo "text-theme-orange";
}
echo "\">Blog</a></li>
<li><a href=\"";
// line 83
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_front_help_faq");
echo "\" class=\"";
if ((is_string($__internal_compile_14 = (isset($context["route_name"]) || array_key_exists("route_name", $context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.', 83, $this->source); })())) && is_string($__internal_compile_15 = "app_front_help_faq") && str_starts_with($__internal_compile_14, $__internal_compile_15))) {
echo "text-theme-orange";
}
echo "\">Centre d'aide</a></li>
<li><a href=\"https://www.setupix.com/\" target=\"_blank\">Setupix Group</a></li>\t\t\t\t\t\t\t\t\t\t\t
</ul>
<a href=\"#\" class=\" down-btn color3-bg fl-wrap\"><i class=\"fab fa-apple\"></i> Apple Store </a>
<a href=\"#\" class=\" down-btn color3-bg fl-wrap\"><i class=\"fab fa-android\"></i> Google Play </a>
</div>
</div>
</div>
<div class=\"clearfix\"></div>
<div class=\"footer-widget\">
<div class=\"row\">
<div class=\"col-md-4\"><a class=\"contact-btn color-bg\" href=\"";
// line 96
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 class=\"col-md-8\">
<div class=\"customer-support-widget fl-wrap\">
<div class=\"row\">
<div class=\"col-md-9 customer-support-widget-p\">
<h4>Professionel du transport, du tourisme, agence de voyage ou diffuseur publicitaire ? </h4>
<p class=\"cs-mumber-changed\">Inscrivez-vous et profitez de notre plateforme pour gérer votre parc de véhicule, réaliser des devis ou proposer des voyages.</p>
<p class=\"cs-mumber-changed\">Chez RYVUP, nous souhaitons le meilleur pour le client et vous, nous engageons à fournir un service de qualité et nous espérons que vous fournirez de même un service exemplaire aux clients pour ainsi bénéficier d'un partenariat exeptionnel dans la joie et le respect de chacun.</p>
</div>
<div class=\"col-md-3 mt-2rem\">
<a href=\"";
// line 106
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_transporteur_register");
echo "\" class=\"cs-mumber-button-changed color2-bg\">Inscription pro <i class=\"far fa-user pl-2\"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"footer-bg\"></div>
<div class=\"sub-footer\">
<div class=\"container\">
<div class=\"copyright\"> COPYRIGHT © 2017 - ";
// line 120
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true);
echo " SETUPIX GROUP, Tous droits réservés.</div>
<div class=\"subfooter-lang\">
<div class=\"subfooter-show-lang\"><span>Fr</span><i class=\"fa fa-caret-up\"></i></div>
<ul class=\"subfooter-lang-tooltip\">
<li><a href=\"#\">Anglais</a></li>
</ul>
</div>
</div>
</div>
</footer>";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "base-default/footer-client.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 237 => 120, 220 => 106, 207 => 96, 187 => 83, 179 => 82, 165 => 71, 152 => 61, 143 => 59, 135 => 58, 127 => 57, 119 => 56, 111 => 55, 103 => 54, 89 => 43, 47 => 3, 45 => 2, 43 => 1,);
}
public function getSourceContext()
{
return new Source("{% set route_name = app.request.attributes.get('_route') %}
{% set route_params = app.request.attributes.get('_route_params') %}
<footer class=\"main-footer\">
<div class=\"subscribe-wrap color-bg fl-wrap\">
<div class=\"container\">
<div class=\"sp-bg\"> </div>
<div class=\"row\">
<div class=\"col-md-6\">
<div class=\"subscribe-header\">
<h3>S'abonner</h3>
<p>Vous souhaitez être informé lorsque nous lançons une nouveauté, comme une annonce ou une mise à jour importante ? Inscrivez-vous simplement et nous vous enverrons une notification par e-mail.</p>
</div>
</div>
<div class=\"col-md-1\"></div>
<div class=\"col-md-5\">
<div class=\"footer-widget fl-wrap\">
<div class=\"subscribe-widget fl-wrap\">
<div class=\"subcribe-form\">
<form id=\"subscribe\">
<input class=\"enteremail fl-wrap\" name=\"email\" id=\"subscribe-email\" placeholder=\"Entrez votre e-mail\" spellcheck=\"false\" type=\"text\">
<button type=\"submit\" id=\"subscribe-button\" class=\"subscribe-button\"><i class=\"fas fa-rss-square\"></i> S'abonner</button>
<label for=\"subscribe-email\" class=\"subscribe-message\"></label>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"wave-bg\"></div>
</div>
<div class=\"footer-inner\">
<div class=\"container\">
<div class=\"footer-fw-widget fl-wrap\">
<div class=\"row\">
<div class=\"col-md-3\">
<div class=\"footer-carousel-title mb-2\">
Nos partenaires
</div>
</div>
<div class=\"col-md-9\">
{{ render(controller('App\\\\Controller\\\\Front\\\\FooterController::partners')) }}
</div>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-4\">
<div class=\"footer-widget fl-wrap\">
<h3>À propos de nous</h3>
<div class=\"footer-contacts-widget fl-wrap\">
<ul class=\"footer-list fl-wrap\">
<li><a href=\"{{ url('app_front_terms') }}\" class=\"{% if route_name starts with 'app_front_terms' %}text-theme-orange{% endif %}\">Conditions générales de vente</a></li>
<li><a href=\"{{ url('app_front_legal_notice') }}\" class=\"{% if route_name starts with 'app_front_legal_notice' %}text-theme-orange{% endif %}\">Mentions légales</a></li>
<li><a href=\"{{ url('app_front_privacy') }}\" class=\"{% if route_name starts with 'app_front_privacy' %}text-theme-orange{% endif %}\">Politique de confidentialité</a></li>
<li><a href=\"{{ url('app_front_about', {'slug': 'notre-histoire'}) }}\" class=\"{% if route_name starts with 'app_front_about' and route_params.slug == 'notre-histoire' %}text-theme-orange{% endif %}\">Notre histoire</a></li>
<li><a href=\"{{ url('app_front_about', {'slug': 'nos-expertises'}) }}\" class=\"{% if route_name starts with 'app_front_about' and route_params.slug == 'nos-expertises' %}text-theme-orange{% endif %}\">Nos expertises</a></li>
<li><a href=\"{{ url('app_front_about', {'slug': 'notre-ethique'}) }}\" class=\"{% if route_name starts with 'app_front_about' and route_params.slug == 'notre-ethique' %}text-theme-orange{% endif %}\">Notre éthique</a></li>
</ul>
{{ render(controller('App\\\\Controller\\\\Front\\\\FooterController::contact')) }}
</div>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"footer-widget fl-wrap\">
<h3>Nos derniers articles</h3>
<div class=\"widget-posts fl-wrap\">
<ul>
{{ render(controller('App\\\\Controller\\\\Front\\\\FooterController::articles')) }}
</ul>
</div>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"footer-widget fl-wrap \">
<h3>Liens utiles</h3>
<ul class=\"footer-list fl-wrap\">
<li><a href=\"https://soxim.fr/\" target=\"_blank\">Soxim</a></li>
<li><a href=\"{{ url('app_front_blog') }}\" class=\"{% if route_name starts with 'app_front_blog' %}text-theme-orange{% endif %}\">Blog</a></li>
<li><a href=\"{{ url('app_front_help_faq') }}\" class=\"{% if route_name starts with 'app_front_help_faq' %}text-theme-orange{% endif %}\">Centre d'aide</a></li>
<li><a href=\"https://www.setupix.com/\" target=\"_blank\">Setupix Group</a></li>\t\t\t\t\t\t\t\t\t\t\t
</ul>
<a href=\"#\" class=\" down-btn color3-bg fl-wrap\"><i class=\"fab fa-apple\"></i> Apple Store </a>
<a href=\"#\" class=\" down-btn color3-bg fl-wrap\"><i class=\"fab fa-android\"></i> Google Play </a>
</div>
</div>
</div>
<div class=\"clearfix\"></div>
<div class=\"footer-widget\">
<div class=\"row\">
<div class=\"col-md-4\"><a class=\"contact-btn color-bg\" href=\"{{ url('app_front_contact') }}\">Entrer en contact<i class=\"fal fa-envelope\"></i></a></div>
<div class=\"col-md-8\">
<div class=\"customer-support-widget fl-wrap\">
<div class=\"row\">
<div class=\"col-md-9 customer-support-widget-p\">
<h4>Professionel du transport, du tourisme, agence de voyage ou diffuseur publicitaire ? </h4>
<p class=\"cs-mumber-changed\">Inscrivez-vous et profitez de notre plateforme pour gérer votre parc de véhicule, réaliser des devis ou proposer des voyages.</p>
<p class=\"cs-mumber-changed\">Chez RYVUP, nous souhaitons le meilleur pour le client et vous, nous engageons à fournir un service de qualité et nous espérons que vous fournirez de même un service exemplaire aux clients pour ainsi bénéficier d'un partenariat exeptionnel dans la joie et le respect de chacun.</p>
</div>
<div class=\"col-md-3 mt-2rem\">
<a href=\"{{ url('app_transporteur_register') }}\" class=\"cs-mumber-button-changed color2-bg\">Inscription pro <i class=\"far fa-user pl-2\"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"footer-bg\"></div>
<div class=\"sub-footer\">
<div class=\"container\">
<div class=\"copyright\"> COPYRIGHT © 2017 - {{ \"now\"|date(\"Y\") }} SETUPIX GROUP, Tous droits réservés.</div>
<div class=\"subfooter-lang\">
<div class=\"subfooter-show-lang\"><span>Fr</span><i class=\"fa fa-caret-up\"></i></div>
<ul class=\"subfooter-lang-tooltip\">
<li><a href=\"#\">Anglais</a></li>
</ul>
</div>
</div>
</div>
</footer>", "base-default/footer-client.html.twig", "/var/www/vhosts/resoh.fr/httpdocs/templates/base-default/footer-client.html.twig");
}
}