<?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_1f818de8510f415ff8105a867071eba929cb30496aae012b600401d85b84e646 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'],
'head' => [$this, 'block_head'],
'body' => [$this, 'block_body'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<title>";
// line 7
$this->displayBlock('title', $context, $blocks);
echo "</title>
<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css\" integrity=\"sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3\" crossorigin=\"anonymous\">
<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css\">
<link rel=\"stylesheet\" href=\"";
// line 11
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/base.css"), "html", null, true);
echo "?v=";
echo twig_escape_filter($this->env, twig_random($this->env), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 12
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/old/sweetalert.min.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css\"/>
";
// line 16
echo " <link rel=\"icon\" type=\"image/png\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/logos/favicon.png"), "html", null, true);
echo "\">
<link rel=\"manifest\" href=\"";
// line 17
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/favicon/manifest.json"), "html", null, true);
echo "\">
<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
<meta name=\"msapplication-TileImage\" content=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/logos/favicon.png"), "html", null, true);
echo "\">
<meta name=\"theme-color\" content=\"#ffffff\">
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/intlTelInput.min.js\"></script>
<script src=\"";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/app.js"), "html", null, true);
echo "\"></script>
<script src=\"https://code.jquery.com/jquery-3.6.0.min.js\" integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\" crossorigin=\"anonymous\"></script>
<script src=\"";
// line 25
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/sweetalert.min.js"), "html", null, true);
echo "\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js\" integrity=\"sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13\" crossorigin=\"anonymous\"></script>
";
// line 28
$this->displayBlock('head', $context, $blocks);
// line 29
echo " </head>
<body>
<div class=\"container-fluid bg-white p-3\" style=\"position: fixed; z-index: 1000;\">
<div class=\"row align-items-center\">
<div class=\"col-12 d-flex justify-content-center\" style=\"opacity: .5; gap: 16px;\">
<a href=\"https://www.facebook.com/DvoLaGuaira/\" target=\"_blank\" style=\"color: #000;\">
<i class=\"bi bi-facebook\"></i>
</a>
<a href=\"https://twitter.com/dvolaguaira\" target=\"_blank\" style=\"color: #000;\">
<i class=\"bi bi-twitter\"></i>
</a>
<a href=\"https://www.instagram.com/dvolaguaira/\" target=\"_blank\" style=\"color: #000;\">
<i class=\"bi bi-instagram\"></i>
</a>
<a href=\"https://www.youtube.com/channel/UCTJDweKxOef47mt3g1lea0g\" target=\"_blank\" style=\"color: #000;\">
<i class=\"bi bi-youtube\"></i>
</a>
</div>
</div>
</div>
<!-- TOP NAV -->
<div class=\"container-fluid top-bar mt-5\">
<div class=\"row align-items-center py-4 px-xl-5 px-3\">
<div class=\"col-3\">
<a href=\"/\">
<img width=\"72\" style=\"margin-top: -64px; position: absolute;\" src=\"";
// line 57
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/logos/logo-laguaira.png"), "html", null, true);
echo "\">
</a>
</div>
<div class=\"col-9 align-items-center d-flex justify-content-end\" id=\"access-btn\">
";
// line 61
if (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.', 61, $this->source); })()), "session", [], "any", false, false, false, 61), "get", [0 => "userId"], "method", false, false, false, 61)) {
// line 62
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("userProfile");
echo "\" class=\"d-none d-xl-block d-lg-block\">
<p class=\"clr-white link-top-bar me-4\"><i class=\"bi bi-person me-2\"></i>Mi cuenta</p>
</a>
";
} else {
// line 66
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("access");
echo "?format=1\" class=\"d-none d-xl-block d-lg-block\">
<p class=\"clr-white link-top-bar me-4\">Iniciar sesión</p>
</a>
<a href=\"";
// line 69
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("access");
echo "?format=2\" class=\"d-none d-xl-block d-lg-block\">
<button class=\"btn-md blue\">Registrarse</button>
</a>
";
}
// line 73
echo " <div class=\"d-lg-none d-xl-none\" style=\"cursor: pointer;\">
<h2><i class=\"bi bi-list text-white\" onclick=\"viewSidebar()\"></i></h2>
</div>
</div>
</div>
</div>
<!-- SIDE NAV -->
<div id=\"side-bar\" class=\"cnt-side-nav px-4 pt-3 d-lg-none d-xl-none\">
";
// line 82
if (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.', 82, $this->source); })()), "session", [], "any", false, false, false, 82), "get", [0 => "userId"], "method", false, false, false, 82)) {
// line 83
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("userProfile");
echo "\">
<p class=\"clr-black link-top-bar my-3\"><i class=\"bi bi-house-door me-2\"></i>Inicio</p>
</a>
<a href=\"";
// line 86
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("userProfile");
echo "\">
<p class=\"clr-black link-top-bar mb-3\"><i class=\"bi bi-person me-2\"></i>Mi cuenta</p>
</a>
<a href=\"";
// line 89
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout");
echo "\">
<p class=\"link-top-bar mb-3 text-danger\"><i class=\"bi bi-box-arrow-right me-2\"></i>Cerrar sesión</p>
</a>
";
} else {
// line 93
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("userProfile");
echo "\">
<p class=\"clr-black link-top-bar my-3\"><i class=\"bi bi-house-door me-2\"></i>Inicio</p>
</a>
<a href=\"";
// line 96
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("access");
echo "?format=1\">
<p class=\"clr-black link-top-bar mb-3\"><i class=\"bi bi-box-arrow-in-right me-2\"></i> Iniciar sesión</p>
</a>
<a href=\"";
// line 99
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("access");
echo "?format=2\">
<p class=\"clr-black link-top-bar mb-3\"><i class=\"bi bi-at me-2\"></i>Registrarse</p>
</a>
";
}
// line 103
echo " </div>
";
// line 105
$this->displayBlock('body', $context, $blocks);
// line 107
echo "
<!-- FOOTER -->
<div class=\"container-fluid mt-5 border-top footer\">
<div class=\"row px-5 py-5\">
<div class=\"col-xl-3 col-12 mb-xl-0 mb-3 d-flex justify-content-xl-center justify-content-start\">
<a href=\"/\">
<img width=\"72\" src=\"";
// line 114
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/logos/logo-laguaira.png"), "html", null, true);
echo "\">
</a>
</div>
<div class=\"col-xl-2 col-12 mt-xl-0 mt-3\">
<p class=\"mb-3\"><b>Web</b></p>
<a href=\"https://www.dvolaguaira.com/\" class=\"link-footer\"><p class=\"mb-2\">Home</p></a>
<a href=\"";
// line 121
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("events");
echo "\" class=\"link-footer\"><p class=\"mb-2\">Eventos</p></a>
<a href=\"";
// line 122
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("access");
echo "\" class=\"link-footer\"><p class=\"mb-2\">Iniciar sesión</p></a>
<a href=\"";
// line 123
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("access");
echo "?format=2\" class=\"link-footer\"><p class=\"mb-2\">Registrarse</p></a>
</div>
<div class=\"col-xl-3 col-12 mt-xl-0 mt-3\">
<p class=\"mb-3\"><b>Información</b></p>
<a href=\"";
// line 128
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("terms");
echo "\" class=\"link-footer\"><p class=\"mb-2\">Política de privacidad</p></a>
<a href=\"";
// line 129
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("terms");
echo "\" class=\"link-footer\"><p class=\"mb-2\">Política de cookies</p></a>
<a href=\"";
// line 130
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("terms");
echo "\" class=\"link-footer\"><p class=\"mb-2\">Términos y condiciones de uso</p></a>
</div>
<div class=\"col-xl-1 col-12 mt-xl-0 mt-3\">
<p class=\"mb-3\"><b>Síguenos</b></p>
<a href=\"https://www.facebook.com/DvoLaGuaira/\" target=\"_blank\" class=\"link-footer\"><p class=\"mb-2\">Facebook</p></a>
<a href=\"https://twitter.com/dvolaguaira\" target=\"_blank\" class=\"link-footer\"><p class=\"mb-2\">Twitter</p></a>
<a href=\"https://www.instagram.com/dvolaguaira/\" target=\"_blank\" class=\"link-footer\"><p class=\"mb-2\">Instagram</p></a>
<a href=\"https://www.youtube.com/channel/UCTJDweKxOef47mt3g1lea0g\" target=\"_blank\" class=\"link-footer\"><p class=\"mb-2\">Youtube</p></a>
</div>
<div class=\"col-xl-3 col-12 mt-xl-0 mt-3 d-flex justify-content-center\">
<a href=\"https://www.oaro.net/\" target=\"_blank\">
<img width=\"90\" height=\"120\" src=\"";
// line 143
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/logos/logo-oaro-black.png"), "html", null, true);
echo "\">
</a>
</div>
</div>
</div>
<script>
// Function to show and hide side bar
function viewSidebar() {
var sidebar = document.getElementById(\"side-bar\");
if(sidebar.style.right == '-300px'){
sidebar.style.right = '0px';
} else if(sidebar.style.right == '0px') {
sidebar.style.right = '-300px';
} else {
sidebar.style.right = '0px';
}
}
</script>
</body>
</html>";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 7
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "NFT Tickets | Deportivo La Guaira FC";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 28
public function block_head($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 105
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 106
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 366 => 106, 356 => 105, 338 => 28, 319 => 7, 282 => 143, 266 => 130, 262 => 129, 258 => 128, 250 => 123, 246 => 122, 242 => 121, 232 => 114, 223 => 107, 221 => 105, 217 => 103, 210 => 99, 204 => 96, 197 => 93, 190 => 89, 184 => 86, 177 => 83, 175 => 82, 164 => 73, 157 => 69, 150 => 66, 142 => 62, 140 => 61, 133 => 57, 103 => 29, 101 => 28, 95 => 25, 90 => 23, 83 => 19, 78 => 17, 73 => 16, 67 => 12, 61 => 11, 54 => 7, 46 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<title>{% block title %}NFT Tickets | Deportivo La Guaira FC{% endblock %}</title>
<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css\" integrity=\"sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3\" crossorigin=\"anonymous\">
<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css\">
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/base.css') }}?v={{ random() }}\">
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/old/sweetalert.min.css') }}\">
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css\"/>
{# Favicon #}
<link rel=\"icon\" type=\"image/png\" href=\"{{ asset('assets/images/logos/favicon.png') }}\">
<link rel=\"manifest\" href=\"{{ asset('assets/images/favicon/manifest.json') }}\">
<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
<meta name=\"msapplication-TileImage\" content=\"{{ asset('assets/images/logos/favicon.png') }}\">
<meta name=\"theme-color\" content=\"#ffffff\">
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/intlTelInput.min.js\"></script>
<script src=\"{{ asset('assets/js/app.js') }}\"></script>
<script src=\"https://code.jquery.com/jquery-3.6.0.min.js\" integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\" crossorigin=\"anonymous\"></script>
<script src=\"{{ asset('assets/js/sweetalert.min.js') }}\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js\" integrity=\"sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13\" crossorigin=\"anonymous\"></script>
{% block head %}{% endblock %}
</head>
<body>
<div class=\"container-fluid bg-white p-3\" style=\"position: fixed; z-index: 1000;\">
<div class=\"row align-items-center\">
<div class=\"col-12 d-flex justify-content-center\" style=\"opacity: .5; gap: 16px;\">
<a href=\"https://www.facebook.com/DvoLaGuaira/\" target=\"_blank\" style=\"color: #000;\">
<i class=\"bi bi-facebook\"></i>
</a>
<a href=\"https://twitter.com/dvolaguaira\" target=\"_blank\" style=\"color: #000;\">
<i class=\"bi bi-twitter\"></i>
</a>
<a href=\"https://www.instagram.com/dvolaguaira/\" target=\"_blank\" style=\"color: #000;\">
<i class=\"bi bi-instagram\"></i>
</a>
<a href=\"https://www.youtube.com/channel/UCTJDweKxOef47mt3g1lea0g\" target=\"_blank\" style=\"color: #000;\">
<i class=\"bi bi-youtube\"></i>
</a>
</div>
</div>
</div>
<!-- TOP NAV -->
<div class=\"container-fluid top-bar mt-5\">
<div class=\"row align-items-center py-4 px-xl-5 px-3\">
<div class=\"col-3\">
<a href=\"/\">
<img width=\"72\" style=\"margin-top: -64px; position: absolute;\" src=\"{{ asset('assets/images/logos/logo-laguaira.png') }}\">
</a>
</div>
<div class=\"col-9 align-items-center d-flex justify-content-end\" id=\"access-btn\">
{% if app.session.get('userId') %}
<a href=\"{{ path('userProfile') }}\" class=\"d-none d-xl-block d-lg-block\">
<p class=\"clr-white link-top-bar me-4\"><i class=\"bi bi-person me-2\"></i>Mi cuenta</p>
</a>
{% else %}
<a href=\"{{ path('access') }}?format=1\" class=\"d-none d-xl-block d-lg-block\">
<p class=\"clr-white link-top-bar me-4\">Iniciar sesión</p>
</a>
<a href=\"{{ path('access') }}?format=2\" class=\"d-none d-xl-block d-lg-block\">
<button class=\"btn-md blue\">Registrarse</button>
</a>
{% endif %}
<div class=\"d-lg-none d-xl-none\" style=\"cursor: pointer;\">
<h2><i class=\"bi bi-list text-white\" onclick=\"viewSidebar()\"></i></h2>
</div>
</div>
</div>
</div>
<!-- SIDE NAV -->
<div id=\"side-bar\" class=\"cnt-side-nav px-4 pt-3 d-lg-none d-xl-none\">
{% if app.session.get('userId') %}
<a href=\"{{ path('userProfile') }}\">
<p class=\"clr-black link-top-bar my-3\"><i class=\"bi bi-house-door me-2\"></i>Inicio</p>
</a>
<a href=\"{{ path('userProfile') }}\">
<p class=\"clr-black link-top-bar mb-3\"><i class=\"bi bi-person me-2\"></i>Mi cuenta</p>
</a>
<a href=\"{{ path('logout') }}\">
<p class=\"link-top-bar mb-3 text-danger\"><i class=\"bi bi-box-arrow-right me-2\"></i>Cerrar sesión</p>
</a>
{% else %}
<a href=\"{{ path('userProfile') }}\">
<p class=\"clr-black link-top-bar my-3\"><i class=\"bi bi-house-door me-2\"></i>Inicio</p>
</a>
<a href=\"{{ path('access') }}?format=1\">
<p class=\"clr-black link-top-bar mb-3\"><i class=\"bi bi-box-arrow-in-right me-2\"></i> Iniciar sesión</p>
</a>
<a href=\"{{ path('access') }}?format=2\">
<p class=\"clr-black link-top-bar mb-3\"><i class=\"bi bi-at me-2\"></i>Registrarse</p>
</a>
{% endif %}
</div>
{% block body %}
{% endblock %}
<!-- FOOTER -->
<div class=\"container-fluid mt-5 border-top footer\">
<div class=\"row px-5 py-5\">
<div class=\"col-xl-3 col-12 mb-xl-0 mb-3 d-flex justify-content-xl-center justify-content-start\">
<a href=\"/\">
<img width=\"72\" src=\"{{ asset('assets/images/logos/logo-laguaira.png') }}\">
</a>
</div>
<div class=\"col-xl-2 col-12 mt-xl-0 mt-3\">
<p class=\"mb-3\"><b>Web</b></p>
<a href=\"https://www.dvolaguaira.com/\" class=\"link-footer\"><p class=\"mb-2\">Home</p></a>
<a href=\"{{ path('events') }}\" class=\"link-footer\"><p class=\"mb-2\">Eventos</p></a>
<a href=\"{{ path('access') }}\" class=\"link-footer\"><p class=\"mb-2\">Iniciar sesión</p></a>
<a href=\"{{ path('access') }}?format=2\" class=\"link-footer\"><p class=\"mb-2\">Registrarse</p></a>
</div>
<div class=\"col-xl-3 col-12 mt-xl-0 mt-3\">
<p class=\"mb-3\"><b>Información</b></p>
<a href=\"{{ path('terms') }}\" class=\"link-footer\"><p class=\"mb-2\">Política de privacidad</p></a>
<a href=\"{{ path('terms') }}\" class=\"link-footer\"><p class=\"mb-2\">Política de cookies</p></a>
<a href=\"{{ path('terms') }}\" class=\"link-footer\"><p class=\"mb-2\">Términos y condiciones de uso</p></a>
</div>
<div class=\"col-xl-1 col-12 mt-xl-0 mt-3\">
<p class=\"mb-3\"><b>Síguenos</b></p>
<a href=\"https://www.facebook.com/DvoLaGuaira/\" target=\"_blank\" class=\"link-footer\"><p class=\"mb-2\">Facebook</p></a>
<a href=\"https://twitter.com/dvolaguaira\" target=\"_blank\" class=\"link-footer\"><p class=\"mb-2\">Twitter</p></a>
<a href=\"https://www.instagram.com/dvolaguaira/\" target=\"_blank\" class=\"link-footer\"><p class=\"mb-2\">Instagram</p></a>
<a href=\"https://www.youtube.com/channel/UCTJDweKxOef47mt3g1lea0g\" target=\"_blank\" class=\"link-footer\"><p class=\"mb-2\">Youtube</p></a>
</div>
<div class=\"col-xl-3 col-12 mt-xl-0 mt-3 d-flex justify-content-center\">
<a href=\"https://www.oaro.net/\" target=\"_blank\">
<img width=\"90\" height=\"120\" src=\"{{ asset('assets/images/logos/logo-oaro-black.png') }}\">
</a>
</div>
</div>
</div>
<script>
// Function to show and hide side bar
function viewSidebar() {
var sidebar = document.getElementById(\"side-bar\");
if(sidebar.style.right == '-300px'){
sidebar.style.right = '0px';
} else if(sidebar.style.right == '0px') {
sidebar.style.right = '-300px';
} else {
sidebar.style.right = '0px';
}
}
</script>
</body>
</html>", "base.html.twig", "/var/www/laguaira/templates/base.html.twig");
}
}