<?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.html.twig */
class __TwigTemplate_ccb8fa21555e53eaf1e0817b79fb88f2 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'metaStyleLink' => [$this, 'block_metaStyleLink'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'metaPreloader' => [$this, 'block_metaPreloader'],
'body' => [$this, 'block_body'],
'metaScript' => [$this, 'block_metaScript'],
];
}
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", "base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
\t<head>
\t\t<meta charset=\"UTF-8\">
\t\t<title>
\t\t\t";
// line 6
$this->displayBlock('title', $context, $blocks);
// line 8
echo "\t\t</title>
\t\t<link rel=\"icon\" href=\"data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>\">
\t\t";
// line 11
echo "\t\t<!-- Mobile Specific Metas ================================================== -->
\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"description\" content=\"Construction Html5 Template\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0\">
\t\t";
// line 15
echo "\t\t";
// line 16
echo "
\t\t<!-- ** Plugins Needed for the Project ** -->
\t\t<!-- Bootstrap -->
\t\t\t";
// line 19
$this->displayBlock('metaStyleLink', $context, $blocks);
// line 28
echo "\t\t\t<link rel=\"icon\" href=\"/assets/images/favicon1.png\" type=\"image/x-icon\">
\t\t";
// line 30
$this->displayBlock('stylesheets', $context, $blocks);
// line 33
echo "
\t\t";
// line 34
$this->displayBlock('javascripts', $context, $blocks);
// line 37
echo "\t</head>
\t<body>
\t\t<!-- preloader start -->
\t\t";
// line 40
$this->displayBlock('metaPreloader', $context, $blocks);
// line 45
echo "\t\t<!-- preloader end -->
\t\t<!-- header -->
\t\t<header class=\"fixed-top header\">
\t\t\t<div class=\"top-header py-2 bg-white\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row no-gutters\">
\t\t\t\t\t\t<div class=\"col-lg-4 text-center text-lg-left\">
\t\t\t\t\t\t\t<a class=\"text-color mr-3\" href=\"tel:+243821138261\">
\t\t\t\t\t\t\t\t<strong>TELEPHONE</strong>
\t\t\t\t\t\t\t\t+243 82 11 38 261</a>
\t\t\t\t\t\t\t<ul class=\"list-inline d-inline\">
\t\t\t\t\t\t\t\t<li class=\"list-inline-item mx-0\">
\t\t\t\t\t\t\t\t\t<a class=\"d-inline-block p-2 text-color\" href=\"#\">
\t\t\t\t\t\t\t\t\t\t<i class=\"ti-facebook\"></i>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-lg-8 text-center text-lg-right\">
\t\t\t\t\t\t\t<ul class=\"list-inline\">
\t\t\t\t\t\t\t\t<li class=\"list-inline-item\">
\t\t\t\t\t\t\t\t\t<a class=\"text-uppercase text-color p-sm-2 py-2 px-0 d-inline-block\" href=\"";
// line 66
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("news");
echo " \">Nouvelle</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"list-inline-item\">
\t\t\t\t\t\t\t\t\t<a class=\"text-uppercase text-color p-sm-2 py-2 px-0 d-inline-block\" href=\"";
// line 69
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("project");
echo "\">Projets</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!-- navbar -->
\t\t\t<div class=\"navigation w-100 border-top\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<nav class=\"navbar navbar-expand-lg navbar-dark p-0\">
\t\t\t\t\t\t<a class=\"navbar-brand\" href=\"";
// line 80
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
echo " \">
\t\t\t\t\t\t\t<img src=\"/images/background/crsat-new-sm2.png\" alt=\"logo\">
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<button class=\"navbar-toggler rounded-0\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navigation\" aria-controls=\"navigation\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
\t\t\t\t\t\t\t<span class=\"navbar-toggler-icon\"></span>
\t\t\t\t\t\t</button>
\t\t\t\t\t\t<div class=\"collapse navbar-collapse\" id=\"navigation\">
\t\t\t\t\t\t\t<ul class=\"navbar-nav ml-auto text-center\">
\t\t\t\t\t\t\t\t<li class=\"nav-item @@home ";
// line 89
if ((array_key_exists("current_menu", $context) && ((isset($context["current_menu"]) || array_key_exists("current_menu", $context) ? $context["current_menu"] : (function () { throw new RuntimeError('Variable "current_menu" does not exist.', 89, $this->source); })()) == "home"))) {
echo "active";
}
echo "\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"";
// line 90
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
echo "\">Accueil</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"nav-item dropdown view ";
// line 92
if ((array_key_exists("current_menu", $context) && ((isset($context["current_menu"]) || array_key_exists("current_menu", $context) ? $context["current_menu"] : (function () { throw new RuntimeError('Variable "current_menu" does not exist.', 92, $this->source); })()) == "about"))) {
echo "active";
}
echo "\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link dropdown-toggle\" href=\"";
// line 93
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
echo "\" id=\"aboutDropdown\" role=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">C R S A T</a>
\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu\" aria-labelledby=\"aboutDropdown\">
\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"";
// line 96
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
echo "\">À propos de CRSAT</a>
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"";
// line 99
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hame.chart");
echo "\">Organigramme</a>
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"nav-item @@courses ";
// line 104
if ((array_key_exists("current_menu", $context) && ((isset($context["current_menu"]) || array_key_exists("current_menu", $context) ? $context["current_menu"] : (function () { throw new RuntimeError('Variable "current_menu" does not exist.', 104, $this->source); })()) == "services"))) {
echo "active ";
}
echo "\">
\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"";
// line 105
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("services");
echo " \">SERVICES</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"nav-item @@events ";
// line 107
if ((array_key_exists("current_menu", $context) && ((isset($context["current_menu"]) || array_key_exists("current_menu", $context) ? $context["current_menu"] : (function () { throw new RuntimeError('Variable "current_menu" does not exist.', 107, $this->source); })()) == "agenda"))) {
echo "active";
}
echo "\">
\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"";
// line 108
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("agenda");
echo " \">AGENDA</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"nav-item dropdown view ";
// line 110
if ((array_key_exists("current_menu", $context) && ((isset($context["current_menu"]) || array_key_exists("current_menu", $context) ? $context["current_menu"] : (function () { throw new RuntimeError('Variable "current_menu" does not exist.', 110, $this->source); })()) == "search"))) {
echo "active ";
}
echo "\">
\t\t\t\t\t\t\t\t<a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"navbarDropdown\" role=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
\t\t\t\t\t\t\t\t\tRECHERCHE
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu\" aria-labelledby=\"navbarDropdown\">
\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"";
// line 116
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("project");
echo "\">Projets</a>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"";
// line 119
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("news");
echo "\">Nouvelle</a>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"nav-item @@contact ";
// line 123
if ((array_key_exists("current_menu", $context) && ((isset($context["current_menu"]) || array_key_exists("current_menu", $context) ? $context["current_menu"] : (function () { throw new RuntimeError('Variable "current_menu" does not exist.', 123, $this->source); })()) == "contact"))) {
echo "active";
}
echo " \">
\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"";
// line 124
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
echo "\">CONTACT</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t";
// line 126
if (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.', 126, $this->source); })()), "user", [], "any", false, false, false, 126)) {
// line 127
echo "\t\t\t\t\t\t\t\t<li class=\"nav-item @@contact ";
if ((array_key_exists("current_menu", $context) && ((isset($context["current_menu"]) || array_key_exists("current_menu", $context) ? $context["current_menu"] : (function () { throw new RuntimeError('Variable "current_menu" does not exist.', 127, $this->source); })()) == "contact"))) {
echo "active";
}
echo " \">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"";
// line 128
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout");
echo "\">SE DECONNECTER</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t";
}
// line 131
echo "\t\t\t\t\t\t</ul>
\t\t\t\t\t</div>
\t\t\t\t</nav>
\t\t\t</div>
\t\t</div>
\t</body>
</html></header><!-- /header --><!-- Modal --><div class=\"modal fade\" id=\"signupModal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\">
<div class=\"modal-dialog modal-lg\" role=\"document\">
\t<div class=\"modal-content rounded-0 border-0 p-4\">
\t\t<div class=\"modal-header border-0\">
\t\t\t<h3>Register</h3>
\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t</button>
\t\t</div>
\t\t<div class=\"modal-body\">
\t\t\t<div class=\"login\">
\t\t\t\t<form action=\"#\" class=\"row\">
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"signupPhone\" name=\"signupPhone\" placeholder=\"Phone\">
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"signupName\" name=\"signupName\" placeholder=\"Name\">
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<input type=\"email\" class=\"form-control mb-3\" id=\"signupEmail\" name=\"signupEmail\" placeholder=\"Email\">
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<input type=\"password\" class=\"form-control mb-3\" id=\"signupPassword\" name=\"signupPassword\" placeholder=\"Password\">
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\">SIGN UP</button>
\t\t\t\t\t</div>
\t\t\t\t</form>
\t\t\t</div>
\t\t</div>
\t</div>
</div></div><!-- Modal --><div class=\"modal fade\" id=\"loginModal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\">
<div class=\"modal-dialog modal-lg\" role=\"document\">
\t<div class=\"modal-content rounded-0 border-0 p-4\">
\t\t<div class=\"modal-header border-0\">
\t\t\t<h3>Login</h3>
\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t</button>
\t\t</div>
\t\t<div class=\"modal-body\">
\t\t\t<form action=\"#\" class=\"row\">
\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"loginPhone\" name=\"loginPhone\" placeholder=\"Phone\">
\t\t\t\t</div>
\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"loginName\" name=\"loginName\" placeholder=\"Name\">
\t\t\t\t</div>
\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t<input type=\"password\" class=\"form-control mb-3\" id=\"loginPassword\" name=\"loginPassword\" placeholder=\"Password\">
\t\t\t\t</div>
\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\">LOGIN</button>
\t\t\t\t</div>
\t\t\t</form>
\t\t</div>
\t</div>
</div></div>";
// line 194
$this->displayBlock('body', $context, $blocks);
echo "<footer>
<div class=\"newsletter\">
\t<div class=\"container\">
\t\t<div class=\"row\">
\t\t\t<div class=\"col-md-9 ml-auto bg-primary py-5 newsletter-block\">
\t\t\t\t<h3 class=\"text-white\">Contactez-nous</h3>
\t\t\t\t<form action=\"#\">
\t\t\t\t\t<div class=\"input-wrapper\">
\t\t\t\t\t\t<input type=\"email\" class=\"form-control border-0\" id=\"newsletter\" name=\"newsletter\" placeholder=\"Entrez votre email...\">
\t\t\t\t\t\t<button type=\"submit\" value=\"send\" class=\"btn btn-primary\">Contacter</button>
\t\t\t\t\t</div>
\t\t\t\t</form>
\t\t\t</div>
\t\t</div>
\t</div>
</div>
<!-- footer content -->
<div class=\"footer bg-footer section border-bottom\">
\t<div class=\"container\">
\t\t<div class=\"row\">
\t\t\t<div
\t\t\t\tclass=\"col-lg-4 col-sm-8 mb-5 mb-lg-0\">
\t\t\t\t<!-- logo -->
\t\t\t\t<a class=\"logo-footer\" href=\"index.html\"><img class=\"img-fluid mb-4\" src=\"/images/background/crsat-new-sm2.png\" alt=\"logo\"></a>
\t\t\t\t<ul class=\"list-unstyled\">
\t\t\t\t\t<li class=\"mb-2\">IGC, Boulevard du 30 juin, N°106</li>
\t\t\t\t\t<li class=\"mb-2\">243 82 11 38 261</li>
\t\t\t\t\t";
// line 222
echo "\t\t\t\t\t<li class=\"mb-2\">contact@crsat.cd</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t\t<!-- company -->
\t\t\t<div class=\"col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0\">
\t\t\t\t<h4 class=\"text-white mb-5\">CRSAT</h4>
\t\t\t\t<ul class=\"list-unstyled\">
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\"";
// line 230
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
echo " \">About Us</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\" ";
// line 233
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("project");
echo " \">Projets</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\" ";
// line 236
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("services");
echo " \">Services</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\" ";
// line 239
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
echo " \">Contact</a>
\t\t\t\t\t</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t\t<!-- links -->
\t\t\t<div class=\"col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0\">
\t\t\t\t<h4 class=\"text-white mb-5\">LINKS</h4>
\t\t\t\t<ul class=\"list-unstyled\">
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\"";
// line 248
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("news");
echo "\">Nouvelle</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\" ";
// line 251
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("agenda");
echo "\">Agenda</a>
\t\t\t\t\t</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t</div>
</div>
<!-- copyright -->
<div class=\"copyright py-4 bg-footer\">
\t<div class=\"container\">
\t\t<div class=\"row\">
\t\t\t<div class=\"col-sm-7 text-sm-left text-center\">
\t\t\t\t<p class=\"mb-0\">Copyright ©
\t\t\t\t\t<script>
\t\t\t\t\t\tvar CurrentYear = new Date().getFullYear()
document.write(CurrentYear)
\t\t\t\t\t</script>
\t\t\t\t\t, designed & developed by
\t\t\t\t\t<a href=\"https://cd.linkedin.com/in/clement-kanku-54243a169\" class=\"text-muted\">Clément Kanku</a>
\t\t\t\t</p>
\t\t\t</div>
\t\t</div>
\t</div>
</div></footer>";
// line 274
$this->displayBlock('metaScript', $context, $blocks);
// line 289
echo "</body></html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 6
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"));
echo "Crsat
\t\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 19
public function block_metaStyleLink($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", "metaStyleLink"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metaStyleLink"));
// line 20
echo "\t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/bootstrap/bootstrap.min.css\"> <link rel=\"stylesheet\" href=\"/assets/plugins/slick/slick.css\">
\t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/themify-icons/themify-icons.css\">
\t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/animate/animate.css\">
\t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/aos/aos.css\">
\t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/venobox/venobox.css\">
\t\t\t<link href=\"/assets/css/style.css\" rel=\"stylesheet\">
\t\t\t<link rel=\"shortcut icon\" href=\"/assets/images/favicon.png\" type=\"image/x-icon\">
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 30
public function block_stylesheets($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", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 31
echo "\t\t\t";
echo twig_escape_filter($this->env, $this->env->getFunction('encore_entry_link_tags')->getCallable()("app"), "html", null, true);
echo "
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 34
public function block_javascripts($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", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 35
echo "\t\t\t";
echo twig_escape_filter($this->env, $this->env->getFunction('encore_entry_script_tags')->getCallable()("app"), "html", null, true);
echo "
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 40
public function block_metaPreloader($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", "metaPreloader"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metaPreloader"));
// line 41
echo "\t\t\t<div class=\"preloader\">
\t\t\t\t<img src=\"/images/background/crsat-new-sm2.png\" alt=\"preloader\">
\t\t\t</div>
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 194
public function block_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", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 274
public function block_metaScript($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", "metaScript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metaScript"));
// line 275
echo "<script src=\"/assets/plugins/jQuery/jquery.min.js\"></script>
<script src=\"/assets/plugins/bootstrap/bootstrap.min.js\"></script>
<script src=\"/assets/plugins/slick/slick.min.js\"></script>
<script src=\"/assets/plugins/aos/aos.js\"></script>
<script src=\"/assets/plugins/venobox/venobox.min.js\"></script>
<script src=\"/assets/plugins/filterizr/jquery.filterizr.min.js\"></script>
<script src=\"https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU\"></script>
<script src=\"plugins/google-map/gmap.js\"></script>
<script src=\"/assets/js/script.js\"></script>
";
// line 289
echo "<!-- Vendor JS Files --><script src=\"/assets/vendor/bootstrap/js/bootstrap.bundle.min.js\"> </script>";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 596 => 289, 583 => 275, 573 => 274, 555 => 194, 542 => 41, 532 => 40, 519 => 35, 509 => 34, 496 => 31, 486 => 30, 469 => 20, 459 => 19, 439 => 6, 428 => 289, 426 => 274, 400 => 251, 394 => 248, 382 => 239, 376 => 236, 370 => 233, 364 => 230, 354 => 222, 324 => 194, 259 => 131, 253 => 128, 246 => 127, 244 => 126, 239 => 124, 233 => 123, 226 => 119, 220 => 116, 209 => 110, 204 => 108, 198 => 107, 193 => 105, 187 => 104, 179 => 99, 173 => 96, 167 => 93, 161 => 92, 156 => 90, 150 => 89, 138 => 80, 124 => 69, 118 => 66, 95 => 45, 93 => 40, 88 => 37, 86 => 34, 83 => 33, 81 => 30, 77 => 28, 75 => 19, 70 => 16, 68 => 15, 63 => 11, 59 => 8, 57 => 6, 50 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
\t<head>
\t\t<meta charset=\"UTF-8\">
\t\t<title>
\t\t\t{% block title %}Crsat
\t\t\t{% endblock %}
\t\t</title>
\t\t<link rel=\"icon\" href=\"data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>\">
\t\t{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
\t\t<!-- Mobile Specific Metas ================================================== -->
\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"description\" content=\"Construction Html5 Template\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0\">
\t\t{# <meta name=\"author\" content=\"Themefisher\"> #}
\t\t{# <meta name=\"generator\" content=\"Themefisher Educenter HTML Template v1.0\"> #}
\t\t<!-- ** Plugins Needed for the Project ** -->
\t\t<!-- Bootstrap -->
\t\t\t{% block metaStyleLink %}
\t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/bootstrap/bootstrap.min.css\"> <link rel=\"stylesheet\" href=\"/assets/plugins/slick/slick.css\">
\t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/themify-icons/themify-icons.css\">
\t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/animate/animate.css\">
\t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/aos/aos.css\">
\t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/venobox/venobox.css\">
\t\t\t<link href=\"/assets/css/style.css\" rel=\"stylesheet\">
\t\t\t<link rel=\"shortcut icon\" href=\"/assets/images/favicon.png\" type=\"image/x-icon\">
\t\t{% endblock %}
\t\t\t<link rel=\"icon\" href=\"/assets/images/favicon1.png\" type=\"image/x-icon\">
\t\t{% block stylesheets %}
\t\t\t{{ encore_entry_link_tags('app') }}
\t\t{% endblock %}
\t\t{% block javascripts %}
\t\t\t{{ encore_entry_script_tags('app') }}
\t\t{% endblock %}
\t</head>
\t<body>
\t\t<!-- preloader start -->
\t\t{% block metaPreloader %}
\t\t\t<div class=\"preloader\">
\t\t\t\t<img src=\"/images/background/crsat-new-sm2.png\" alt=\"preloader\">
\t\t\t</div>
\t\t{% endblock %}
\t\t<!-- preloader end -->
\t\t<!-- header -->
\t\t<header class=\"fixed-top header\">
\t\t\t<div class=\"top-header py-2 bg-white\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row no-gutters\">
\t\t\t\t\t\t<div class=\"col-lg-4 text-center text-lg-left\">
\t\t\t\t\t\t\t<a class=\"text-color mr-3\" href=\"tel:+243821138261\">
\t\t\t\t\t\t\t\t<strong>TELEPHONE</strong>
\t\t\t\t\t\t\t\t+243 82 11 38 261</a>
\t\t\t\t\t\t\t<ul class=\"list-inline d-inline\">
\t\t\t\t\t\t\t\t<li class=\"list-inline-item mx-0\">
\t\t\t\t\t\t\t\t\t<a class=\"d-inline-block p-2 text-color\" href=\"#\">
\t\t\t\t\t\t\t\t\t\t<i class=\"ti-facebook\"></i>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-lg-8 text-center text-lg-right\">
\t\t\t\t\t\t\t<ul class=\"list-inline\">
\t\t\t\t\t\t\t\t<li class=\"list-inline-item\">
\t\t\t\t\t\t\t\t\t<a class=\"text-uppercase text-color p-sm-2 py-2 px-0 d-inline-block\" href=\"{{ path('news')}} \">Nouvelle</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"list-inline-item\">
\t\t\t\t\t\t\t\t\t<a class=\"text-uppercase text-color p-sm-2 py-2 px-0 d-inline-block\" href=\"{{ path('project') }}\">Projets</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!-- navbar -->
\t\t\t<div class=\"navigation w-100 border-top\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<nav class=\"navbar navbar-expand-lg navbar-dark p-0\">
\t\t\t\t\t\t<a class=\"navbar-brand\" href=\"{{ path('home') }} \">
\t\t\t\t\t\t\t<img src=\"/images/background/crsat-new-sm2.png\" alt=\"logo\">
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<button class=\"navbar-toggler rounded-0\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navigation\" aria-controls=\"navigation\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
\t\t\t\t\t\t\t<span class=\"navbar-toggler-icon\"></span>
\t\t\t\t\t\t</button>
\t\t\t\t\t\t<div class=\"collapse navbar-collapse\" id=\"navigation\">
\t\t\t\t\t\t\t<ul class=\"navbar-nav ml-auto text-center\">
\t\t\t\t\t\t\t\t<li class=\"nav-item @@home {% if current_menu is defined and current_menu == 'home' %}active{% endif %}\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"{{ path('home') }}\">Accueil</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"nav-item dropdown view {% if current_menu is defined and current_menu == 'about' %}active{% endif %}\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link dropdown-toggle\" href=\"{{ path('about') }}\" id=\"aboutDropdown\" role=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">C R S A T</a>
\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu\" aria-labelledby=\"aboutDropdown\">
\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"{{ path('about') }}\">À propos de CRSAT</a>
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"{{ path('hame.chart') }}\">Organigramme</a>
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"nav-item @@courses {% if current_menu is defined and current_menu == 'services'%}active {% endif %}\">
\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"{{ path('services')}} \">SERVICES</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"nav-item @@events {% if current_menu is defined and current_menu == 'agenda'%}active{% endif %}\">
\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"{{ path('agenda')}} \">AGENDA</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"nav-item dropdown view {% if current_menu is defined and current_menu == 'search' %}active {% endif %}\">
\t\t\t\t\t\t\t\t<a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"navbarDropdown\" role=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
\t\t\t\t\t\t\t\t\tRECHERCHE
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu\" aria-labelledby=\"navbarDropdown\">
\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"{{ path('project') }}\">Projets</a>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"{{ path('news')}}\">Nouvelle</a>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"nav-item @@contact {% if current_menu is defined and current_menu == 'contact'%}active{% endif %} \">
\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"{{ path('contact') }}\">CONTACT</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t{% if app.user %}
\t\t\t\t\t\t\t\t<li class=\"nav-item @@contact {% if current_menu is defined and current_menu == 'contact'%}active{% endif %} \">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"{{ path('logout') }}\">SE DECONNECTER</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t</ul>
\t\t\t\t\t</div>
\t\t\t\t</nav>
\t\t\t</div>
\t\t</div>
\t</body>
</html></header><!-- /header --><!-- Modal --><div class=\"modal fade\" id=\"signupModal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\">
<div class=\"modal-dialog modal-lg\" role=\"document\">
\t<div class=\"modal-content rounded-0 border-0 p-4\">
\t\t<div class=\"modal-header border-0\">
\t\t\t<h3>Register</h3>
\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t</button>
\t\t</div>
\t\t<div class=\"modal-body\">
\t\t\t<div class=\"login\">
\t\t\t\t<form action=\"#\" class=\"row\">
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"signupPhone\" name=\"signupPhone\" placeholder=\"Phone\">
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"signupName\" name=\"signupName\" placeholder=\"Name\">
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<input type=\"email\" class=\"form-control mb-3\" id=\"signupEmail\" name=\"signupEmail\" placeholder=\"Email\">
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<input type=\"password\" class=\"form-control mb-3\" id=\"signupPassword\" name=\"signupPassword\" placeholder=\"Password\">
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\">SIGN UP</button>
\t\t\t\t\t</div>
\t\t\t\t</form>
\t\t\t</div>
\t\t</div>
\t</div>
</div></div><!-- Modal --><div class=\"modal fade\" id=\"loginModal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\">
<div class=\"modal-dialog modal-lg\" role=\"document\">
\t<div class=\"modal-content rounded-0 border-0 p-4\">
\t\t<div class=\"modal-header border-0\">
\t\t\t<h3>Login</h3>
\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t</button>
\t\t</div>
\t\t<div class=\"modal-body\">
\t\t\t<form action=\"#\" class=\"row\">
\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"loginPhone\" name=\"loginPhone\" placeholder=\"Phone\">
\t\t\t\t</div>
\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"loginName\" name=\"loginName\" placeholder=\"Name\">
\t\t\t\t</div>
\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t<input type=\"password\" class=\"form-control mb-3\" id=\"loginPassword\" name=\"loginPassword\" placeholder=\"Password\">
\t\t\t\t</div>
\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\">LOGIN</button>
\t\t\t\t</div>
\t\t\t</form>
\t\t</div>
\t</div>
</div></div>{% block body %}{% endblock %}<footer>
<div class=\"newsletter\">
\t<div class=\"container\">
\t\t<div class=\"row\">
\t\t\t<div class=\"col-md-9 ml-auto bg-primary py-5 newsletter-block\">
\t\t\t\t<h3 class=\"text-white\">Contactez-nous</h3>
\t\t\t\t<form action=\"#\">
\t\t\t\t\t<div class=\"input-wrapper\">
\t\t\t\t\t\t<input type=\"email\" class=\"form-control border-0\" id=\"newsletter\" name=\"newsletter\" placeholder=\"Entrez votre email...\">
\t\t\t\t\t\t<button type=\"submit\" value=\"send\" class=\"btn btn-primary\">Contacter</button>
\t\t\t\t\t</div>
\t\t\t\t</form>
\t\t\t</div>
\t\t</div>
\t</div>
</div>
<!-- footer content -->
<div class=\"footer bg-footer section border-bottom\">
\t<div class=\"container\">
\t\t<div class=\"row\">
\t\t\t<div
\t\t\t\tclass=\"col-lg-4 col-sm-8 mb-5 mb-lg-0\">
\t\t\t\t<!-- logo -->
\t\t\t\t<a class=\"logo-footer\" href=\"index.html\"><img class=\"img-fluid mb-4\" src=\"/images/background/crsat-new-sm2.png\" alt=\"logo\"></a>
\t\t\t\t<ul class=\"list-unstyled\">
\t\t\t\t\t<li class=\"mb-2\">IGC, Boulevard du 30 juin, N°106</li>
\t\t\t\t\t<li class=\"mb-2\">243 82 11 38 261</li>
\t\t\t\t\t{# <li class=\"mb-2\">+1 (2) 345 6789</li> #}
\t\t\t\t\t<li class=\"mb-2\">contact@crsat.cd</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t\t<!-- company -->
\t\t\t<div class=\"col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0\">
\t\t\t\t<h4 class=\"text-white mb-5\">CRSAT</h4>
\t\t\t\t<ul class=\"list-unstyled\">
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\"{{ path('about') }} \">About Us</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\" {{ path('project') }} \">Projets</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\" {{ path('services') }} \">Services</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\" {{ path('contact') }} \">Contact</a>
\t\t\t\t\t</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t\t<!-- links -->
\t\t\t<div class=\"col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0\">
\t\t\t\t<h4 class=\"text-white mb-5\">LINKS</h4>
\t\t\t\t<ul class=\"list-unstyled\">
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\"{{ path('news') }}\">Nouvelle</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"mb-3\">
\t\t\t\t\t\t<a class=\"text-color\" href=\" {{ path('agenda') }}\">Agenda</a>
\t\t\t\t\t</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t</div>
</div>
<!-- copyright -->
<div class=\"copyright py-4 bg-footer\">
\t<div class=\"container\">
\t\t<div class=\"row\">
\t\t\t<div class=\"col-sm-7 text-sm-left text-center\">
\t\t\t\t<p class=\"mb-0\">Copyright ©
\t\t\t\t\t<script>
\t\t\t\t\t\tvar CurrentYear = new Date().getFullYear()
document.write(CurrentYear)
\t\t\t\t\t</script>
\t\t\t\t\t, designed & developed by
\t\t\t\t\t<a href=\"https://cd.linkedin.com/in/clement-kanku-54243a169\" class=\"text-muted\">Clément Kanku</a>
\t\t\t\t</p>
\t\t\t</div>
\t\t</div>
\t</div>
</div></footer>{% block metaScript %}
<script src=\"/assets/plugins/jQuery/jquery.min.js\"></script>
<script src=\"/assets/plugins/bootstrap/bootstrap.min.js\"></script>
<script src=\"/assets/plugins/slick/slick.min.js\"></script>
<script src=\"/assets/plugins/aos/aos.js\"></script>
<script src=\"/assets/plugins/venobox/venobox.min.js\"></script>
<script src=\"/assets/plugins/filterizr/jquery.filterizr.min.js\"></script>
<script src=\"https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU\"></script>
<script src=\"plugins/google-map/gmap.js\"></script>
<script src=\"/assets/js/script.js\"></script>
{# <script src=\"https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js\" integrity=\"sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk\" crossorigin=\"anonymous\"></script> #}
{# <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.min.js\" integrity=\"sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK\" crossorigin=\"anonymous\"></script> #}
{# <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa\" crossorigin=\"anonymous\"></script> #}
<!-- Vendor JS Files --><script src=\"/assets/vendor/bootstrap/js/bootstrap.bundle.min.js\"> </script>{% endblock %}</body></html>
", "base.html.twig", "/home/crsatcd/public_html/templates/base.html.twig");
}
}