<?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;
/* baseVisa.html.twig */
class __TwigTemplate_b5e9d842ce9f89d222a3c875d5f2e84b 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'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
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", "baseVisa.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "baseVisa.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>";
// line 5
$this->displayBlock('title', $context, $blocks);
echo "</title>
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<script src=\"https://code.jquery.com/jquery-3.4.1.slim.min.js\" integrity=\"sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js\" integrity=\"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo\" crossorigin=\"anonymous\"></script>
<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css\" integrity=\"sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh\" crossorigin=\"anonymous\">
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js\" integrity=\"sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6\" crossorigin=\"anonymous\"></script>
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css\" integrity=\"sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" />
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\" rel=\"stylesheet\">
<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0\" />
<link rel=\"stylesheet\" href=\"";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/visa.css"), "html", null, true);
echo "\">
<!-- FOS JS Routing -->
<script type=\"text/javascript\" src=\"";
// line 20
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/fosjsrouting/js/router.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 21
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]);
echo "\"></script>
<script src=\"";
// line 22
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/main.js"), "html", null, true);
echo "\"></script>
";
// line 23
$this->displayBlock('stylesheets', $context, $blocks);
// line 25
echo " </head>
<body>
<header class=\"\">
<div class=\"bar\">
<div class=\"content_bar\">
<div class=\"right\"><a class=\"navbar-item\" href=\"";
// line 31
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index");
echo "\">
<img src=\"";
// line 32
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/logo-qebok.png"), "html", null, true);
echo "\" width=\"225\" height=\"42\" alt=\"Qebok\">
</a></div>
<div class=\"left\">
";
// line 37
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.', 37, $this->source); })()), "user", [], "any", false, false, false, 37)) {
// line 38
echo " <div style=\"display:flex\">
<a class=\"nav-link\" href=\"";
// line 39
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_profil_show");
echo "\"><i class=\"fa fa-user\"></i> ";
echo twig_escape_filter($this->env, 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.', 39, $this->source); })()), "user", [], "any", false, false, false, 39), "username", [], "any", false, false, false, 39), "html", null, true);
echo "</a>
<a class=\"nav-link\" style=\"margin-left:10px;\" href=\"";
// line 40
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_security_logout");
echo "\"><i class=\"fa fa-sign-out-alt\"></i></a>
</div>
";
} else {
// line 43
echo " <a class=\"nav-link\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_security_login");
echo "\">S'enregistrer<span class=\"material-symbols-outlined\">lock</span></a>
";
}
// line 45
echo " </div>
</div>
</div>
";
// line 101
echo "
</header>
<main>
";
// line 105
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(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.', 105, $this->source); })()), "session", [], "any", false, false, false, 105), "flashBag", [], "any", false, false, false, 105), "all", [], "any", false, false, false, 105));
foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
// line 106
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["messages"]);
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 107
echo " <div style=\"width: 80%;margin: 0 auto;padding: 20px 0;max-width: 1200px !important;\">
<div class=\"alert alert-";
// line 108
echo twig_escape_filter($this->env, $context["type"], "html", null, true);
echo "\">
";
// line 109
echo twig_escape_filter($this->env, $context["message"], "html", null, true);
echo "
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 113
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 114
echo " ";
$this->displayBlock('body', $context, $blocks);
// line 116
echo " </main>
<footer>
<BR><BR>
<div class=\"footer\">
";
// line 127
echo "
";
// line 135
echo "
<div class=\"row\" style=\"justify-content: center;\">
Copyright © 2020 by Oxalis - All rights reserved
</div>
</div>
</footer>
";
// line 147
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED")) {
// line 148
echo " ";
echo twig_include($this->env, $context, "modals.html.twig");
echo "
";
}
// line 150
echo " ";
$this->displayBlock('javascripts', $context, $blocks);
// line 153
echo "
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 5
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 "QUVEO";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 23
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 24
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 114
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"));
// line 115
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 150
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 151
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "baseVisa.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 295 => 151, 285 => 150, 275 => 115, 265 => 114, 255 => 24, 245 => 23, 226 => 5, 213 => 153, 210 => 150, 204 => 148, 202 => 147, 188 => 135, 185 => 127, 178 => 116, 175 => 114, 169 => 113, 159 => 109, 155 => 108, 152 => 107, 147 => 106, 143 => 105, 137 => 101, 131 => 45, 125 => 43, 119 => 40, 113 => 39, 110 => 38, 108 => 37, 100 => 32, 96 => 31, 88 => 25, 86 => 23, 82 => 22, 78 => 21, 74 => 20, 69 => 18, 53 => 5, 47 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>{% block title %}QUVEO{% endblock %}</title>
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<script src=\"https://code.jquery.com/jquery-3.4.1.slim.min.js\" integrity=\"sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js\" integrity=\"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo\" crossorigin=\"anonymous\"></script>
<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css\" integrity=\"sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh\" crossorigin=\"anonymous\">
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js\" integrity=\"sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6\" crossorigin=\"anonymous\"></script>
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css\" integrity=\"sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" />
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\" rel=\"stylesheet\">
<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0\" />
<link rel=\"stylesheet\" href=\"{{ asset('css/visa.css') }}\">
<!-- FOS JS Routing -->
<script type=\"text/javascript\" src=\"{{ asset('bundles/fosjsrouting/js/router.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}\"></script>
<script src=\"{{ asset('js/main.js') }}\"></script>
{% block stylesheets %}
{% endblock stylesheets %}
</head>
<body>
<header class=\"\">
<div class=\"bar\">
<div class=\"content_bar\">
<div class=\"right\"><a class=\"navbar-item\" href=\"{{ path('index') }}\">
<img src=\"{{ asset('img/logo-qebok.png') }}\" width=\"225\" height=\"42\" alt=\"Qebok\">
</a></div>
<div class=\"left\">
{% if app.user %}
<div style=\"display:flex\">
<a class=\"nav-link\" href=\"{{ path('user_profil_show') }}\"><i class=\"fa fa-user\"></i> {{ app.user.username }}</a>
<a class=\"nav-link\" style=\"margin-left:10px;\" href=\"{{ path('user_security_logout') }}\"><i class=\"fa fa-sign-out-alt\"></i></a>
</div>
{% else %}
<a class=\"nav-link\" href=\"{{ path('user_security_login') }}\">S'enregistrer<span class=\"material-symbols-outlined\">lock</span></a>
{% endif %}
</div>
</div>
</div>
{# <nav class=\"navbar navbar-expand-lg navbar-light bg-light\">#}
{# <a class=\"navbar-brand\" href=\"{{ path('index') }}\"><img src=\"{{ asset('img/logo-qebok.png') }}\"/><span>VISA</span></a>#}
{# <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">#}
{# <span class=\"navbar-toggler-icon\"></span>#}
{# </button>#}
{# <div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">#}
{# <ul class=\"navbar-nav mr-auto\">#}
{# #}{# <li class=\"nav-item\">#}
{# <a class=\"nav-link\" href=\"{{ path('homepage') }}\">Home <span class=\"sr-only\">(current)</span></a>#}
{# </li>#}
{# {% if is_granted('ROLE_ADMIN') %}#}
{# <li class=\"nav-item\">#}
{# <a class=\"nav-link\" href=\"{{ path('user_manage_index') }}\">Utilisateurs <span class=\"sr-only\">(current)</span></a>#}
{# </li>#}
{# <li class=\"nav-item\">#}
{# <a class=\"nav-link\" href=\"{{ path('workinprogress') }}\">WorkInProgress <span class=\"sr-only\">(current)</span></a>#}
{# </li>#}
{# {% endif %}#}
{# {% if is_granted('IS_AUTHENTICATED') %}#}
{# <li class=\"nav-item\">#}
{# <a class=\"nav-link\" href=\"{{ path('fiche_batiment_index') }}\">Fiches bâtiments <span class=\"sr-only\">(current)</span></a>#}
{# </li>#}
{# {% endif %}#}
{# <li class=\"nav-item\">#}
{# <a class=\"nav-link\" href=\"{{ path('apropos') }}\">A propos</a>#}
{# </li>#}
{# </ul>#}
{# <ul class=\"navbar-nav mr-0\">#}
{# {% if app.user %}#}
{# <li class=\"nav-item\">#}
{# <a class=\"nav-link\" href=\"{{ path('listePluvio') }}\">#}
{# Liste des calculs réalisés#}
{# </a>#}
{# </li>#}
{# <li class=\"nav-item\">#}
{# <a class=\"nav-link\" href=\"{{ path('user_profil_show') }}\">#}
{# <i class=\"fa fa-user\"></i> {{ app.user.username }}#}
{# </a>#}
{# </li>#}
{# <li class=\"nav-item\">#}
{# <a class=\"nav-link\" href=\"{{ path('user_security_logout') }}\"><i class=\"fa fa-sign-out-alt\"></i></a>#}
{# </li>#}
{# {% else %}#}
{# <li class=\"nav-item\">#}
{# <a class=\"nav-link\" href=\"{{ path('user_security_login') }}\">S'enregistrer<span class=\"material-symbols-outlined\">#}
{# lock</span></a>#}
{# <a class=\"nav-link\" href=\"{{ path('user_security_login') }}\">Connectez-vous pour enregistrer <i class=\"fa fa-lock\"></i></a>#}
{# </li>#}
{# {% endif %}#}
{# </ul>#}
{# </div>#}
{# </nav>#}
</header>
<main>
{% for type, messages in app.session.flashBag.all %}
{% for message in messages %}
<div style=\"width: 80%;margin: 0 auto;padding: 20px 0;max-width: 1200px !important;\">
<div class=\"alert alert-{{ type }}\">
{{ message }}
</div>
</div>
{% endfor %}
{% endfor %}
{% block body %}
{% endblock %}
</main>
<footer>
<BR><BR>
<div class=\"footer\">
{# <div class=\"row\">#}
{# <a href=\"#\"><i class=\"fa fa-facebook\"></i></a>#}
{# <a href=\"#\"><i class=\"fa fa-instagram\"></i></a>#}
{# <a href=\"#\"><i class=\"fa fa-youtube\"></i></a>#}
{# <a href=\"#\"><i class=\"fa fa-twitter\"></i></a>#}
{# </div>#}
{# <div class=\"row\">
<ul>
<li><a href=\"https://sobro.fr/\">Accueil</a></li>
<li><a href=\"https://sobro.fr/applis\">Applis</a></li>
<li><a href=\"https://sobro.fr/a-propos\">A propos</a></li>
</ul>
</div>#}
<div class=\"row\" style=\"justify-content: center;\">
Copyright © 2020 by Oxalis - All rights reserved
</div>
</div>
</footer>
{% if is_granted('IS_AUTHENTICATED') %}
{{ include('modals.html.twig') }}
{% endif %}
{% block javascripts %}
{% endblock javascripts %}
</body>
</html>
", "baseVisa.html.twig", "/srv/data/web/vhosts/app.qebok.fr/templates/baseVisa.html.twig");
}
}