var/cache/dev/twig/d7/d7a0fa3b6e6f583669cbf062d9692d44.php line 40

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* base.html.twig */
  14. class __TwigTemplate_ccb8fa21555e53eaf1e0817b79fb88f2 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'metaStyleLink' => [$this'block_metaStyleLink'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.             'metaPreloader' => [$this'block_metaPreloader'],
  29.             'body' => [$this'block_body'],
  30.             'metaScript' => [$this'block_metaScript'],
  31.         ];
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  40.         // line 1
  41.         echo "<!DOCTYPE html>
  42. <html>
  43. \t<head>
  44. \t\t<meta charset=\"UTF-8\">
  45. \t\t<title>
  46. \t\t\t";
  47.         // line 6
  48.         $this->displayBlock('title'$context$blocks);
  49.         // line 8
  50.         echo "\t\t</title>
  51. \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>\">
  52. \t\t";
  53.         // line 11
  54.         echo "\t\t<!-- Mobile Specific Metas ================================================== -->
  55. \t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"description\" content=\"Construction Html5 Template\">
  56. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0\">
  57. \t\t";
  58.         // line 15
  59.         echo "\t\t";
  60.         // line 16
  61.         echo "
  62. \t\t<!-- ** Plugins Needed for the Project ** -->
  63. \t\t<!-- Bootstrap -->
  64. \t\t\t";
  65.         // line 19
  66.         $this->displayBlock('metaStyleLink'$context$blocks);
  67.         // line 28
  68.         echo "\t\t\t<link rel=\"icon\" href=\"/assets/images/favicon1.png\" type=\"image/x-icon\">
  69. \t\t";
  70.         // line 30
  71.         $this->displayBlock('stylesheets'$context$blocks);
  72.         // line 33
  73.         echo "
  74. \t\t";
  75.         // line 34
  76.         $this->displayBlock('javascripts'$context$blocks);
  77.         // line 37
  78.         echo "\t</head>
  79. \t<body>
  80. \t\t<!-- preloader start -->
  81. \t\t";
  82.         // line 40
  83.         $this->displayBlock('metaPreloader'$context$blocks);
  84.         // line 45
  85.         echo "\t\t<!-- preloader end -->
  86. \t\t<!-- header -->
  87. \t\t<header class=\"fixed-top header\">
  88. \t\t\t<div class=\"top-header py-2 bg-white\">
  89. \t\t\t\t<div class=\"container\">
  90. \t\t\t\t\t<div class=\"row no-gutters\">
  91. \t\t\t\t\t\t<div class=\"col-lg-4 text-center text-lg-left\">
  92. \t\t\t\t\t\t\t<a class=\"text-color mr-3\" href=\"tel:+243821138261\">
  93. \t\t\t\t\t\t\t\t<strong>TELEPHONE</strong>
  94. \t\t\t\t\t\t\t\t+243 82 11 38 261</a>
  95. \t\t\t\t\t\t\t<ul class=\"list-inline d-inline\">
  96. \t\t\t\t\t\t\t\t<li class=\"list-inline-item mx-0\">
  97. \t\t\t\t\t\t\t\t\t<a class=\"d-inline-block p-2 text-color\" href=\"#\">
  98. \t\t\t\t\t\t\t\t\t\t<i class=\"ti-facebook\"></i>
  99. \t\t\t\t\t\t\t\t\t</a>
  100. \t\t\t\t\t\t\t\t</li>
  101. \t\t\t\t\t\t\t</ul>
  102. \t\t\t\t\t\t</div>
  103. \t\t\t\t\t\t<div class=\"col-lg-8 text-center text-lg-right\">
  104. \t\t\t\t\t\t\t<ul class=\"list-inline\">
  105. \t\t\t\t\t\t\t\t<li class=\"list-inline-item\">
  106. \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=\"";
  107.         // line 66
  108.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("news");
  109.         echo " \">Nouvelle</a>
  110. \t\t\t\t\t\t\t\t</li>
  111. \t\t\t\t\t\t\t\t<li class=\"list-inline-item\">
  112. \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=\"";
  113.         // line 69
  114.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("project");
  115.         echo "\">Projets</a>
  116. \t\t\t\t\t\t\t\t</li>
  117. \t\t\t\t\t\t\t</ul>
  118. \t\t\t\t\t\t</div>
  119. \t\t\t\t\t</div>
  120. \t\t\t\t</div>
  121. \t\t\t</div>
  122. \t\t\t<!-- navbar -->
  123. \t\t\t<div class=\"navigation w-100 border-top\">
  124. \t\t\t\t<div class=\"container\">
  125. \t\t\t\t\t<nav class=\"navbar navbar-expand-lg navbar-dark p-0\">
  126. \t\t\t\t\t\t<a class=\"navbar-brand\" href=\"";
  127.         // line 80
  128.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  129.         echo " \">
  130. \t\t\t\t\t\t\t<img src=\"/images/background/crsat-new-sm2.png\" alt=\"logo\">
  131. \t\t\t\t\t\t</a>
  132. \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\">
  133. \t\t\t\t\t\t\t<span class=\"navbar-toggler-icon\"></span>
  134. \t\t\t\t\t\t</button>
  135. \t\t\t\t\t\t<div class=\"collapse navbar-collapse\" id=\"navigation\">
  136. \t\t\t\t\t\t\t<ul class=\"navbar-nav ml-auto text-center\">
  137. \t\t\t\t\t\t\t\t<li class=\"nav-item @@home ";
  138.         // line 89
  139.         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"))) {
  140.             echo "active";
  141.         }
  142.         echo "\">
  143. \t\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"";
  144.         // line 90
  145.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  146.         echo "\">Accueil</a>
  147. \t\t\t\t\t\t\t\t</li>
  148. \t\t\t\t\t\t\t\t<li class=\"nav-item dropdown view ";
  149.         // line 92
  150.         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"))) {
  151.             echo "active";
  152.         }
  153.         echo "\">
  154. \t\t\t\t\t\t\t\t\t<a class=\"nav-link dropdown-toggle\" href=\"";
  155.         // line 93
  156.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
  157.         echo "\" id=\"aboutDropdown\" role=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">C R S A T</a>
  158. \t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu\" aria-labelledby=\"aboutDropdown\">
  159. \t\t\t\t\t\t\t\t\t\t<li>
  160. \t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"";
  161.         // line 96
  162.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
  163.         echo "\">À propos de CRSAT</a>
  164. \t\t\t\t\t\t\t\t\t\t</li>
  165. \t\t\t\t\t\t\t\t\t\t<li>
  166. \t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"";
  167.         // line 99
  168.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hame.chart");
  169.         echo "\">Organigramme</a>
  170. \t\t\t\t\t\t\t\t\t\t</li>
  171. \t\t\t\t\t\t\t\t\t</ul>
  172. \t\t\t\t\t\t\t\t</li>
  173. \t\t\t\t\t\t\t</li>
  174. \t\t\t\t\t\t\t<li class=\"nav-item @@courses ";
  175.         // line 104
  176.         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"))) {
  177.             echo "active ";
  178.         }
  179.         echo "\">
  180. \t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"";
  181.         // line 105
  182.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("services");
  183.         echo " \">SERVICES</a>
  184. \t\t\t\t\t\t\t</li>
  185. \t\t\t\t\t\t\t<li class=\"nav-item @@events ";
  186.         // line 107
  187.         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"))) {
  188.             echo "active";
  189.         }
  190.         echo "\">
  191. \t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"";
  192.         // line 108
  193.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("agenda");
  194.         echo " \">AGENDA</a>
  195. \t\t\t\t\t\t\t</li>
  196. \t\t\t\t\t\t\t<li class=\"nav-item dropdown view ";
  197.         // line 110
  198.         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"))) {
  199.             echo "active ";
  200.         }
  201.         echo "\">
  202. \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\">
  203. \t\t\t\t\t\t\t\t\tRECHERCHE
  204. \t\t\t\t\t\t\t\t</a>
  205. \t\t\t\t\t\t\t\t<ul class=\"dropdown-menu\" aria-labelledby=\"navbarDropdown\">
  206. \t\t\t\t\t\t\t\t\t<li>
  207. \t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"";
  208.         // line 116
  209.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("project");
  210.         echo "\">Projets</a>
  211. \t\t\t\t\t\t\t\t\t</li>
  212. \t\t\t\t\t\t\t\t\t<li>
  213. \t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"";
  214.         // line 119
  215.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("news");
  216.         echo "\">Nouvelle</a>
  217. \t\t\t\t\t\t\t\t\t</li>
  218. \t\t\t\t\t\t\t\t</ul>
  219. \t\t\t\t\t\t\t</li>
  220. \t\t\t\t\t\t\t<li class=\"nav-item @@contact ";
  221.         // line 123
  222.         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"))) {
  223.             echo "active";
  224.         }
  225.         echo " \">
  226. \t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"";
  227.         // line 124
  228.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  229.         echo "\">CONTACT</a>
  230. \t\t\t\t\t\t\t</li>
  231. \t\t\t\t\t\t\t";
  232.         // line 126
  233.         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"falsefalsefalse126)) {
  234.             // line 127
  235.             echo "\t\t\t\t\t\t\t\t<li class=\"nav-item @@contact ";
  236.             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"))) {
  237.                 echo "active";
  238.             }
  239.             echo " \">
  240. \t\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"";
  241.             // line 128
  242.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout");
  243.             echo "\">SE DECONNECTER</a>
  244. \t\t\t\t\t\t\t\t</li>
  245. \t\t\t\t\t\t\t";
  246.         }
  247.         // line 131
  248.         echo "\t\t\t\t\t\t</ul>
  249. \t\t\t\t\t</div>
  250. \t\t\t\t</nav>
  251. \t\t\t</div>
  252. \t\t</div>
  253. \t</body>
  254. </html></header><!-- /header --><!-- Modal --><div class=\"modal fade\" id=\"signupModal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\">
  255. <div class=\"modal-dialog modal-lg\" role=\"document\">
  256. \t<div class=\"modal-content rounded-0 border-0 p-4\">
  257. \t\t<div class=\"modal-header border-0\">
  258. \t\t\t<h3>Register</h3>
  259. \t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  260. \t\t\t\t<span aria-hidden=\"true\">&times;</span>
  261. \t\t\t</button>
  262. \t\t</div>
  263. \t\t<div class=\"modal-body\">
  264. \t\t\t<div class=\"login\">
  265. \t\t\t\t<form action=\"#\" class=\"row\">
  266. \t\t\t\t\t<div class=\"col-12\">
  267. \t\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"signupPhone\" name=\"signupPhone\" placeholder=\"Phone\">
  268. \t\t\t\t\t</div>
  269. \t\t\t\t\t<div class=\"col-12\">
  270. \t\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"signupName\" name=\"signupName\" placeholder=\"Name\">
  271. \t\t\t\t\t</div>
  272. \t\t\t\t\t<div class=\"col-12\">
  273. \t\t\t\t\t\t<input type=\"email\" class=\"form-control mb-3\" id=\"signupEmail\" name=\"signupEmail\" placeholder=\"Email\">
  274. \t\t\t\t\t</div>
  275. \t\t\t\t\t<div class=\"col-12\">
  276. \t\t\t\t\t\t<input type=\"password\" class=\"form-control mb-3\" id=\"signupPassword\" name=\"signupPassword\" placeholder=\"Password\">
  277. \t\t\t\t\t</div>
  278. \t\t\t\t\t<div class=\"col-12\">
  279. \t\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\">SIGN UP</button>
  280. \t\t\t\t\t</div>
  281. \t\t\t\t</form>
  282. \t\t\t</div>
  283. \t\t</div>
  284. \t</div>
  285. </div></div><!-- Modal --><div class=\"modal fade\" id=\"loginModal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\">
  286. <div class=\"modal-dialog modal-lg\" role=\"document\">
  287. \t<div class=\"modal-content rounded-0 border-0 p-4\">
  288. \t\t<div class=\"modal-header border-0\">
  289. \t\t\t<h3>Login</h3>
  290. \t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  291. \t\t\t\t<span aria-hidden=\"true\">&times;</span>
  292. \t\t\t</button>
  293. \t\t</div>
  294. \t\t<div class=\"modal-body\">
  295. \t\t\t<form action=\"#\" class=\"row\">
  296. \t\t\t\t<div class=\"col-12\">
  297. \t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"loginPhone\" name=\"loginPhone\" placeholder=\"Phone\">
  298. \t\t\t\t</div>
  299. \t\t\t\t<div class=\"col-12\">
  300. \t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"loginName\" name=\"loginName\" placeholder=\"Name\">
  301. \t\t\t\t</div>
  302. \t\t\t\t<div class=\"col-12\">
  303. \t\t\t\t\t<input type=\"password\" class=\"form-control mb-3\" id=\"loginPassword\" name=\"loginPassword\" placeholder=\"Password\">
  304. \t\t\t\t</div>
  305. \t\t\t\t<div class=\"col-12\">
  306. \t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\">LOGIN</button>
  307. \t\t\t\t</div>
  308. \t\t\t</form>
  309. \t\t</div>
  310. \t</div>
  311. </div></div>";
  312.         // line 194
  313.         $this->displayBlock('body'$context$blocks);
  314.         echo "<footer>
  315. <div class=\"newsletter\">
  316. \t<div class=\"container\">
  317. \t\t<div class=\"row\">
  318. \t\t\t<div class=\"col-md-9 ml-auto bg-primary py-5 newsletter-block\">
  319. \t\t\t\t<h3 class=\"text-white\">Contactez-nous</h3>
  320. \t\t\t\t<form action=\"#\">
  321. \t\t\t\t\t<div class=\"input-wrapper\">
  322. \t\t\t\t\t\t<input type=\"email\" class=\"form-control border-0\" id=\"newsletter\" name=\"newsletter\" placeholder=\"Entrez votre email...\">
  323. \t\t\t\t\t\t<button type=\"submit\" value=\"send\" class=\"btn btn-primary\">Contacter</button>
  324. \t\t\t\t\t</div>
  325. \t\t\t\t</form>
  326. \t\t\t</div>
  327. \t\t</div>
  328. \t</div>
  329. </div>
  330. <!-- footer content -->
  331. <div class=\"footer bg-footer section border-bottom\">
  332. \t<div class=\"container\">
  333. \t\t<div class=\"row\">
  334. \t\t\t<div
  335. \t\t\t\tclass=\"col-lg-4 col-sm-8 mb-5 mb-lg-0\">
  336. \t\t\t\t<!-- logo -->
  337. \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>
  338. \t\t\t\t<ul class=\"list-unstyled\">
  339. \t\t\t\t\t<li class=\"mb-2\">IGC, Boulevard du 30 juin, N°106</li>
  340. \t\t\t\t\t<li class=\"mb-2\">243 82 11 38 261</li>
  341. \t\t\t\t\t";
  342.         // line 222
  343.         echo "\t\t\t\t\t<li class=\"mb-2\">contact@crsat.cd</li>
  344. \t\t\t\t</ul>
  345. \t\t\t</div>
  346. \t\t\t<!-- company -->
  347. \t\t\t<div class=\"col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0\">
  348. \t\t\t\t<h4 class=\"text-white mb-5\">CRSAT</h4>
  349. \t\t\t\t<ul class=\"list-unstyled\">
  350. \t\t\t\t\t<li class=\"mb-3\">
  351. \t\t\t\t\t\t<a class=\"text-color\" href=\"";
  352.         // line 230
  353.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
  354.         echo " \">About Us</a>
  355. \t\t\t\t\t</li>
  356. \t\t\t\t\t<li class=\"mb-3\">
  357. \t\t\t\t\t\t<a class=\"text-color\" href=\" ";
  358.         // line 233
  359.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("project");
  360.         echo " \">Projets</a>
  361. \t\t\t\t\t</li>
  362. \t\t\t\t\t<li class=\"mb-3\">
  363. \t\t\t\t\t\t<a class=\"text-color\" href=\" ";
  364.         // line 236
  365.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("services");
  366.         echo " \">Services</a>
  367. \t\t\t\t\t</li>
  368. \t\t\t\t\t<li class=\"mb-3\">
  369. \t\t\t\t\t\t<a class=\"text-color\" href=\" ";
  370.         // line 239
  371.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  372.         echo " \">Contact</a>
  373. \t\t\t\t\t</li>
  374. \t\t\t\t</ul>
  375. \t\t\t</div>
  376. \t\t\t<!-- links -->
  377. \t\t\t<div class=\"col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0\">
  378. \t\t\t\t<h4 class=\"text-white mb-5\">LINKS</h4>
  379. \t\t\t\t<ul class=\"list-unstyled\">
  380. \t\t\t\t\t<li class=\"mb-3\">
  381. \t\t\t\t\t\t<a class=\"text-color\" href=\"";
  382.         // line 248
  383.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("news");
  384.         echo "\">Nouvelle</a>
  385. \t\t\t\t\t</li>
  386. \t\t\t\t\t<li class=\"mb-3\">
  387. \t\t\t\t\t\t<a class=\"text-color\" href=\" ";
  388.         // line 251
  389.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("agenda");
  390.         echo "\">Agenda</a>
  391. \t\t\t\t\t</li>
  392. \t\t\t\t</ul>
  393. \t\t\t</div>
  394. \t\t</div>
  395. \t</div>
  396. </div>
  397. <!-- copyright -->
  398. <div class=\"copyright py-4 bg-footer\">
  399. \t<div class=\"container\">
  400. \t\t<div class=\"row\">
  401. \t\t\t<div class=\"col-sm-7 text-sm-left text-center\">
  402. \t\t\t\t<p class=\"mb-0\">Copyright &copy;
  403. \t\t\t\t\t<script>
  404. \t\t\t\t\t\tvar CurrentYear = new Date().getFullYear()
  405. document.write(CurrentYear)
  406. \t\t\t\t\t</script>
  407. \t\t\t\t\t, designed & developed by
  408. \t\t\t\t\t<a href=\"https://cd.linkedin.com/in/clement-kanku-54243a169\" class=\"text-muted\">Clément Kanku</a>
  409. \t\t\t\t</p>
  410. \t\t\t</div>
  411. \t\t</div>
  412. \t</div>
  413. </div></footer>";
  414.         // line 274
  415.         $this->displayBlock('metaScript'$context$blocks);
  416.         // line 289
  417.         echo "</body></html>
  418. ";
  419.         
  420.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  421.         
  422.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  423.     }
  424.     // line 6
  425.     public function block_title($context, array $blocks = [])
  426.     {
  427.         $macros $this->macros;
  428.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  429.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  430.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  431.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  432.         echo "Crsat
  433. \t\t\t";
  434.         
  435.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  436.         
  437.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  438.     }
  439.     // line 19
  440.     public function block_metaStyleLink($context, array $blocks = [])
  441.     {
  442.         $macros $this->macros;
  443.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  444.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaStyleLink"));
  445.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  446.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaStyleLink"));
  447.         // line 20
  448.         echo "\t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/bootstrap/bootstrap.min.css\"> <link rel=\"stylesheet\" href=\"/assets/plugins/slick/slick.css\">
  449. \t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/themify-icons/themify-icons.css\">
  450. \t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/animate/animate.css\">
  451. \t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/aos/aos.css\">
  452. \t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/venobox/venobox.css\">
  453. \t\t\t<link href=\"/assets/css/style.css\" rel=\"stylesheet\">
  454. \t\t\t<link rel=\"shortcut icon\" href=\"/assets/images/favicon.png\" type=\"image/x-icon\">
  455. \t\t";
  456.         
  457.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  458.         
  459.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  460.     }
  461.     // line 30
  462.     public function block_stylesheets($context, array $blocks = [])
  463.     {
  464.         $macros $this->macros;
  465.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  466.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  467.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  468.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  469.         // line 31
  470.         echo "\t\t\t";
  471.         echo twig_escape_filter($this->env$this->env->getFunction('encore_entry_link_tags')->getCallable()("app"), "html"nulltrue);
  472.         echo "
  473. \t\t";
  474.         
  475.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  476.         
  477.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  478.     }
  479.     // line 34
  480.     public function block_javascripts($context, array $blocks = [])
  481.     {
  482.         $macros $this->macros;
  483.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  484.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  485.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  486.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  487.         // line 35
  488.         echo "\t\t\t";
  489.         echo twig_escape_filter($this->env$this->env->getFunction('encore_entry_script_tags')->getCallable()("app"), "html"nulltrue);
  490.         echo "
  491. \t\t";
  492.         
  493.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  494.         
  495.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  496.     }
  497.     // line 40
  498.     public function block_metaPreloader($context, array $blocks = [])
  499.     {
  500.         $macros $this->macros;
  501.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  502.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaPreloader"));
  503.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  504.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaPreloader"));
  505.         // line 41
  506.         echo "\t\t\t<div class=\"preloader\">
  507. \t\t\t\t<img src=\"/images/background/crsat-new-sm2.png\" alt=\"preloader\">
  508. \t\t\t</div>
  509. \t\t";
  510.         
  511.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  512.         
  513.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  514.     }
  515.     // line 194
  516.     public function block_body($context, array $blocks = [])
  517.     {
  518.         $macros $this->macros;
  519.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  520.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  521.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  522.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  523.         
  524.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  525.         
  526.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  527.     }
  528.     // line 274
  529.     public function block_metaScript($context, array $blocks = [])
  530.     {
  531.         $macros $this->macros;
  532.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  533.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaScript"));
  534.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  535.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaScript"));
  536.         // line 275
  537.         echo "<script src=\"/assets/plugins/jQuery/jquery.min.js\"></script>
  538. <script src=\"/assets/plugins/bootstrap/bootstrap.min.js\"></script>
  539. <script src=\"/assets/plugins/slick/slick.min.js\"></script>
  540. <script src=\"/assets/plugins/aos/aos.js\"></script>
  541. <script src=\"/assets/plugins/venobox/venobox.min.js\"></script>
  542. <script src=\"/assets/plugins/filterizr/jquery.filterizr.min.js\"></script>
  543. <script src=\"https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU\"></script>
  544. <script src=\"plugins/google-map/gmap.js\"></script>
  545. <script src=\"/assets/js/script.js\"></script>
  546. ";
  547.         // line 289
  548.         echo "<!-- Vendor JS Files --><script src=\"/assets/vendor/bootstrap/js/bootstrap.bundle.min.js\"> </script>";
  549.         
  550.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  551.         
  552.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  553.     }
  554.     public function getTemplateName()
  555.     {
  556.         return "base.html.twig";
  557.     }
  558.     public function isTraitable()
  559.     {
  560.         return false;
  561.     }
  562.     public function getDebugInfo()
  563.     {
  564.         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,);
  565.     }
  566.     public function getSourceContext()
  567.     {
  568.         return new Source("<!DOCTYPE html>
  569. <html>
  570. \t<head>
  571. \t\t<meta charset=\"UTF-8\">
  572. \t\t<title>
  573. \t\t\t{% block title %}Crsat
  574. \t\t\t{% endblock %}
  575. \t\t</title>
  576. \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>\">
  577. \t\t{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
  578. \t\t<!-- Mobile Specific Metas ================================================== -->
  579. \t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"description\" content=\"Construction Html5 Template\">
  580. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0\">
  581. \t\t{# <meta name=\"author\" content=\"Themefisher\"> #}
  582. \t\t{# <meta name=\"generator\" content=\"Themefisher Educenter HTML Template v1.0\"> #}
  583. \t\t<!-- ** Plugins Needed for the Project ** -->
  584. \t\t<!-- Bootstrap -->
  585. \t\t\t{% block metaStyleLink %}
  586. \t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/bootstrap/bootstrap.min.css\"> <link rel=\"stylesheet\" href=\"/assets/plugins/slick/slick.css\">
  587. \t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/themify-icons/themify-icons.css\">
  588. \t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/animate/animate.css\">
  589. \t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/aos/aos.css\">
  590. \t\t\t<link rel=\"stylesheet\" href=\"/assets/plugins/venobox/venobox.css\">
  591. \t\t\t<link href=\"/assets/css/style.css\" rel=\"stylesheet\">
  592. \t\t\t<link rel=\"shortcut icon\" href=\"/assets/images/favicon.png\" type=\"image/x-icon\">
  593. \t\t{% endblock %}
  594. \t\t\t<link rel=\"icon\" href=\"/assets/images/favicon1.png\" type=\"image/x-icon\">
  595. \t\t{% block stylesheets %}
  596. \t\t\t{{ encore_entry_link_tags('app') }}
  597. \t\t{% endblock %}
  598. \t\t{% block javascripts %}
  599. \t\t\t{{ encore_entry_script_tags('app') }}
  600. \t\t{% endblock %}
  601. \t</head>
  602. \t<body>
  603. \t\t<!-- preloader start -->
  604. \t\t{% block metaPreloader %}
  605. \t\t\t<div class=\"preloader\">
  606. \t\t\t\t<img src=\"/images/background/crsat-new-sm2.png\" alt=\"preloader\">
  607. \t\t\t</div>
  608. \t\t{% endblock %}
  609. \t\t<!-- preloader end -->
  610. \t\t<!-- header -->
  611. \t\t<header class=\"fixed-top header\">
  612. \t\t\t<div class=\"top-header py-2 bg-white\">
  613. \t\t\t\t<div class=\"container\">
  614. \t\t\t\t\t<div class=\"row no-gutters\">
  615. \t\t\t\t\t\t<div class=\"col-lg-4 text-center text-lg-left\">
  616. \t\t\t\t\t\t\t<a class=\"text-color mr-3\" href=\"tel:+243821138261\">
  617. \t\t\t\t\t\t\t\t<strong>TELEPHONE</strong>
  618. \t\t\t\t\t\t\t\t+243 82 11 38 261</a>
  619. \t\t\t\t\t\t\t<ul class=\"list-inline d-inline\">
  620. \t\t\t\t\t\t\t\t<li class=\"list-inline-item mx-0\">
  621. \t\t\t\t\t\t\t\t\t<a class=\"d-inline-block p-2 text-color\" href=\"#\">
  622. \t\t\t\t\t\t\t\t\t\t<i class=\"ti-facebook\"></i>
  623. \t\t\t\t\t\t\t\t\t</a>
  624. \t\t\t\t\t\t\t\t</li>
  625. \t\t\t\t\t\t\t</ul>
  626. \t\t\t\t\t\t</div>
  627. \t\t\t\t\t\t<div class=\"col-lg-8 text-center text-lg-right\">
  628. \t\t\t\t\t\t\t<ul class=\"list-inline\">
  629. \t\t\t\t\t\t\t\t<li class=\"list-inline-item\">
  630. \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>
  631. \t\t\t\t\t\t\t\t</li>
  632. \t\t\t\t\t\t\t\t<li class=\"list-inline-item\">
  633. \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>
  634. \t\t\t\t\t\t\t\t</li>
  635. \t\t\t\t\t\t\t</ul>
  636. \t\t\t\t\t\t</div>
  637. \t\t\t\t\t</div>
  638. \t\t\t\t</div>
  639. \t\t\t</div>
  640. \t\t\t<!-- navbar -->
  641. \t\t\t<div class=\"navigation w-100 border-top\">
  642. \t\t\t\t<div class=\"container\">
  643. \t\t\t\t\t<nav class=\"navbar navbar-expand-lg navbar-dark p-0\">
  644. \t\t\t\t\t\t<a class=\"navbar-brand\" href=\"{{ path('home') }} \">
  645. \t\t\t\t\t\t\t<img src=\"/images/background/crsat-new-sm2.png\" alt=\"logo\">
  646. \t\t\t\t\t\t</a>
  647. \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\">
  648. \t\t\t\t\t\t\t<span class=\"navbar-toggler-icon\"></span>
  649. \t\t\t\t\t\t</button>
  650. \t\t\t\t\t\t<div class=\"collapse navbar-collapse\" id=\"navigation\">
  651. \t\t\t\t\t\t\t<ul class=\"navbar-nav ml-auto text-center\">
  652. \t\t\t\t\t\t\t\t<li class=\"nav-item @@home {% if current_menu is defined and current_menu == 'home' %}active{% endif %}\">
  653. \t\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"{{ path('home') }}\">Accueil</a>
  654. \t\t\t\t\t\t\t\t</li>
  655. \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 %}\">
  656. \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>
  657. \t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu\" aria-labelledby=\"aboutDropdown\">
  658. \t\t\t\t\t\t\t\t\t\t<li>
  659. \t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"{{ path('about') }}\">À propos de CRSAT</a>
  660. \t\t\t\t\t\t\t\t\t\t</li>
  661. \t\t\t\t\t\t\t\t\t\t<li>
  662. \t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"{{ path('hame.chart') }}\">Organigramme</a>
  663. \t\t\t\t\t\t\t\t\t\t</li>
  664. \t\t\t\t\t\t\t\t\t</ul>
  665. \t\t\t\t\t\t\t\t</li>
  666. \t\t\t\t\t\t\t</li>
  667. \t\t\t\t\t\t\t<li class=\"nav-item @@courses {% if current_menu is defined and current_menu == 'services'%}active {% endif %}\">
  668. \t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"{{ path('services')}} \">SERVICES</a>
  669. \t\t\t\t\t\t\t</li>
  670. \t\t\t\t\t\t\t<li class=\"nav-item @@events {% if current_menu is defined and current_menu == 'agenda'%}active{% endif %}\">
  671. \t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"{{ path('agenda')}} \">AGENDA</a>
  672. \t\t\t\t\t\t\t</li>
  673. \t\t\t\t\t\t\t<li class=\"nav-item dropdown view {% if current_menu is defined and current_menu == 'search' %}active {% endif %}\">
  674. \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\">
  675. \t\t\t\t\t\t\t\t\tRECHERCHE
  676. \t\t\t\t\t\t\t\t</a>
  677. \t\t\t\t\t\t\t\t<ul class=\"dropdown-menu\" aria-labelledby=\"navbarDropdown\">
  678. \t\t\t\t\t\t\t\t\t<li>
  679. \t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"{{ path('project') }}\">Projets</a>
  680. \t\t\t\t\t\t\t\t\t</li>
  681. \t\t\t\t\t\t\t\t\t<li>
  682. \t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"{{ path('news')}}\">Nouvelle</a>
  683. \t\t\t\t\t\t\t\t\t</li>
  684. \t\t\t\t\t\t\t\t</ul>
  685. \t\t\t\t\t\t\t</li>
  686. \t\t\t\t\t\t\t<li class=\"nav-item @@contact {% if current_menu is defined and current_menu == 'contact'%}active{% endif %} \">
  687. \t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"{{ path('contact') }}\">CONTACT</a>
  688. \t\t\t\t\t\t\t</li>
  689. \t\t\t\t\t\t\t{% if app.user %}
  690. \t\t\t\t\t\t\t\t<li class=\"nav-item @@contact {% if current_menu is defined and current_menu == 'contact'%}active{% endif %} \">
  691. \t\t\t\t\t\t\t\t\t<a class=\"nav-link\" href=\"{{ path('logout') }}\">SE DECONNECTER</a>
  692. \t\t\t\t\t\t\t\t</li>
  693. \t\t\t\t\t\t\t{% endif %}
  694. \t\t\t\t\t\t</ul>
  695. \t\t\t\t\t</div>
  696. \t\t\t\t</nav>
  697. \t\t\t</div>
  698. \t\t</div>
  699. \t</body>
  700. </html></header><!-- /header --><!-- Modal --><div class=\"modal fade\" id=\"signupModal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\">
  701. <div class=\"modal-dialog modal-lg\" role=\"document\">
  702. \t<div class=\"modal-content rounded-0 border-0 p-4\">
  703. \t\t<div class=\"modal-header border-0\">
  704. \t\t\t<h3>Register</h3>
  705. \t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  706. \t\t\t\t<span aria-hidden=\"true\">&times;</span>
  707. \t\t\t</button>
  708. \t\t</div>
  709. \t\t<div class=\"modal-body\">
  710. \t\t\t<div class=\"login\">
  711. \t\t\t\t<form action=\"#\" class=\"row\">
  712. \t\t\t\t\t<div class=\"col-12\">
  713. \t\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"signupPhone\" name=\"signupPhone\" placeholder=\"Phone\">
  714. \t\t\t\t\t</div>
  715. \t\t\t\t\t<div class=\"col-12\">
  716. \t\t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"signupName\" name=\"signupName\" placeholder=\"Name\">
  717. \t\t\t\t\t</div>
  718. \t\t\t\t\t<div class=\"col-12\">
  719. \t\t\t\t\t\t<input type=\"email\" class=\"form-control mb-3\" id=\"signupEmail\" name=\"signupEmail\" placeholder=\"Email\">
  720. \t\t\t\t\t</div>
  721. \t\t\t\t\t<div class=\"col-12\">
  722. \t\t\t\t\t\t<input type=\"password\" class=\"form-control mb-3\" id=\"signupPassword\" name=\"signupPassword\" placeholder=\"Password\">
  723. \t\t\t\t\t</div>
  724. \t\t\t\t\t<div class=\"col-12\">
  725. \t\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\">SIGN UP</button>
  726. \t\t\t\t\t</div>
  727. \t\t\t\t</form>
  728. \t\t\t</div>
  729. \t\t</div>
  730. \t</div>
  731. </div></div><!-- Modal --><div class=\"modal fade\" id=\"loginModal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\">
  732. <div class=\"modal-dialog modal-lg\" role=\"document\">
  733. \t<div class=\"modal-content rounded-0 border-0 p-4\">
  734. \t\t<div class=\"modal-header border-0\">
  735. \t\t\t<h3>Login</h3>
  736. \t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
  737. \t\t\t\t<span aria-hidden=\"true\">&times;</span>
  738. \t\t\t</button>
  739. \t\t</div>
  740. \t\t<div class=\"modal-body\">
  741. \t\t\t<form action=\"#\" class=\"row\">
  742. \t\t\t\t<div class=\"col-12\">
  743. \t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"loginPhone\" name=\"loginPhone\" placeholder=\"Phone\">
  744. \t\t\t\t</div>
  745. \t\t\t\t<div class=\"col-12\">
  746. \t\t\t\t\t<input type=\"text\" class=\"form-control mb-3\" id=\"loginName\" name=\"loginName\" placeholder=\"Name\">
  747. \t\t\t\t</div>
  748. \t\t\t\t<div class=\"col-12\">
  749. \t\t\t\t\t<input type=\"password\" class=\"form-control mb-3\" id=\"loginPassword\" name=\"loginPassword\" placeholder=\"Password\">
  750. \t\t\t\t</div>
  751. \t\t\t\t<div class=\"col-12\">
  752. \t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\">LOGIN</button>
  753. \t\t\t\t</div>
  754. \t\t\t</form>
  755. \t\t</div>
  756. \t</div>
  757. </div></div>{% block body %}{% endblock %}<footer>
  758. <div class=\"newsletter\">
  759. \t<div class=\"container\">
  760. \t\t<div class=\"row\">
  761. \t\t\t<div class=\"col-md-9 ml-auto bg-primary py-5 newsletter-block\">
  762. \t\t\t\t<h3 class=\"text-white\">Contactez-nous</h3>
  763. \t\t\t\t<form action=\"#\">
  764. \t\t\t\t\t<div class=\"input-wrapper\">
  765. \t\t\t\t\t\t<input type=\"email\" class=\"form-control border-0\" id=\"newsletter\" name=\"newsletter\" placeholder=\"Entrez votre email...\">
  766. \t\t\t\t\t\t<button type=\"submit\" value=\"send\" class=\"btn btn-primary\">Contacter</button>
  767. \t\t\t\t\t</div>
  768. \t\t\t\t</form>
  769. \t\t\t</div>
  770. \t\t</div>
  771. \t</div>
  772. </div>
  773. <!-- footer content -->
  774. <div class=\"footer bg-footer section border-bottom\">
  775. \t<div class=\"container\">
  776. \t\t<div class=\"row\">
  777. \t\t\t<div
  778. \t\t\t\tclass=\"col-lg-4 col-sm-8 mb-5 mb-lg-0\">
  779. \t\t\t\t<!-- logo -->
  780. \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>
  781. \t\t\t\t<ul class=\"list-unstyled\">
  782. \t\t\t\t\t<li class=\"mb-2\">IGC, Boulevard du 30 juin, N°106</li>
  783. \t\t\t\t\t<li class=\"mb-2\">243 82 11 38 261</li>
  784. \t\t\t\t\t{# <li class=\"mb-2\">+1 (2) 345 6789</li> #}
  785. \t\t\t\t\t<li class=\"mb-2\">contact@crsat.cd</li>
  786. \t\t\t\t</ul>
  787. \t\t\t</div>
  788. \t\t\t<!-- company -->
  789. \t\t\t<div class=\"col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0\">
  790. \t\t\t\t<h4 class=\"text-white mb-5\">CRSAT</h4>
  791. \t\t\t\t<ul class=\"list-unstyled\">
  792. \t\t\t\t\t<li class=\"mb-3\">
  793. \t\t\t\t\t\t<a class=\"text-color\" href=\"{{ path('about') }} \">About Us</a>
  794. \t\t\t\t\t</li>
  795. \t\t\t\t\t<li class=\"mb-3\">
  796. \t\t\t\t\t\t<a class=\"text-color\" href=\" {{ path('project') }} \">Projets</a>
  797. \t\t\t\t\t</li>
  798. \t\t\t\t\t<li class=\"mb-3\">
  799. \t\t\t\t\t\t<a class=\"text-color\" href=\" {{ path('services') }} \">Services</a>
  800. \t\t\t\t\t</li>
  801. \t\t\t\t\t<li class=\"mb-3\">
  802. \t\t\t\t\t\t<a class=\"text-color\" href=\" {{ path('contact') }} \">Contact</a>
  803. \t\t\t\t\t</li>
  804. \t\t\t\t</ul>
  805. \t\t\t</div>
  806. \t\t\t<!-- links -->
  807. \t\t\t<div class=\"col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0\">
  808. \t\t\t\t<h4 class=\"text-white mb-5\">LINKS</h4>
  809. \t\t\t\t<ul class=\"list-unstyled\">
  810. \t\t\t\t\t<li class=\"mb-3\">
  811. \t\t\t\t\t\t<a class=\"text-color\" href=\"{{ path('news') }}\">Nouvelle</a>
  812. \t\t\t\t\t</li>
  813. \t\t\t\t\t<li class=\"mb-3\">
  814. \t\t\t\t\t\t<a class=\"text-color\" href=\" {{ path('agenda') }}\">Agenda</a>
  815. \t\t\t\t\t</li>
  816. \t\t\t\t</ul>
  817. \t\t\t</div>
  818. \t\t</div>
  819. \t</div>
  820. </div>
  821. <!-- copyright -->
  822. <div class=\"copyright py-4 bg-footer\">
  823. \t<div class=\"container\">
  824. \t\t<div class=\"row\">
  825. \t\t\t<div class=\"col-sm-7 text-sm-left text-center\">
  826. \t\t\t\t<p class=\"mb-0\">Copyright &copy;
  827. \t\t\t\t\t<script>
  828. \t\t\t\t\t\tvar CurrentYear = new Date().getFullYear()
  829. document.write(CurrentYear)
  830. \t\t\t\t\t</script>
  831. \t\t\t\t\t, designed & developed by
  832. \t\t\t\t\t<a href=\"https://cd.linkedin.com/in/clement-kanku-54243a169\" class=\"text-muted\">Clément Kanku</a>
  833. \t\t\t\t</p>
  834. \t\t\t</div>
  835. \t\t</div>
  836. \t</div>
  837. </div></footer>{% block metaScript %}
  838. <script src=\"/assets/plugins/jQuery/jquery.min.js\"></script>
  839. <script src=\"/assets/plugins/bootstrap/bootstrap.min.js\"></script>
  840. <script src=\"/assets/plugins/slick/slick.min.js\"></script>
  841. <script src=\"/assets/plugins/aos/aos.js\"></script>
  842. <script src=\"/assets/plugins/venobox/venobox.min.js\"></script>
  843. <script src=\"/assets/plugins/filterizr/jquery.filterizr.min.js\"></script>
  844. <script src=\"https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU\"></script>
  845. <script src=\"plugins/google-map/gmap.js\"></script>
  846. <script src=\"/assets/js/script.js\"></script>
  847. {# <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> #}
  848. {# <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> #}
  849. {# <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa\" crossorigin=\"anonymous\"></script> #}
  850. <!-- Vendor JS Files --><script src=\"/assets/vendor/bootstrap/js/bootstrap.bundle.min.js\"> </script>{% endblock %}</body></html>
  851. ""base.html.twig""/home/crsatcd/public_html/templates/base.html.twig");
  852.     }
  853. }