<?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;
/* frontend/layout.html.twig */
class __TwigTemplate_1191f00cf885bab901f7c8c43b949612 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'stylesheetspecific' => [$this, 'block_stylesheetspecific'],
'body_class' => [$this, 'block_body_class'],
'body' => [$this, 'block_body'],
'highlighted' => [$this, 'block_highlighted'],
'header_nav_item_about_active_class' => [$this, 'block_header_nav_item_about_active_class'],
'header_nav_item_document_active_class' => [$this, 'block_header_nav_item_document_active_class'],
'header_nav_item_document_public_active_class' => [$this, 'block_header_nav_item_document_public_active_class'],
'header_nav_item_document_private_active_class' => [$this, 'block_header_nav_item_document_private_active_class'],
'header_nav_item_board_active_class' => [$this, 'block_header_nav_item_board_active_class'],
'header_nav_item_announcement_active_class' => [$this, 'block_header_nav_item_announcement_active_class'],
'header_nav_item_event_active_class' => [$this, 'block_header_nav_item_event_active_class'],
'header_nav_item_faq_active_class' => [$this, 'block_header_nav_item_faq_active_class'],
'header_nav_item_contact_active_class' => [$this, 'block_header_nav_item_contact_active_class'],
'header_nav_item_login_active_class' => [$this, 'block_header_nav_item_login_active_class'],
'content' => [$this, 'block_content'],
'javascripts' => [$this, 'block_javascripts'],
'javascriptspecific' => [$this, 'block_javascriptspecific'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
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", "frontend/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "frontend/layout.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "frontend/layout.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
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 4
echo "
<!-- Bootstrap v4.5.0 CSS via CDN -->
<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">
<!-- Plugins required on all pages NOTE: Additional non-required plugins are loaded ondemand as of AppStrap 2.5 -->
<!-- Theme style -->
<link href=\"";
// line 11
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/frontend/assets/css/theme-style.min.css"), "html", null, true);
echo "\" rel=\"stylesheet\">
<!--Your custom colour override-->
<link href=\"#\" id=\"colour-scheme\" rel=\"stylesheet\">
<!-- Your custom override -->
<link href=\"";
// line 17
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/frontend/assets/css/custom-style.css"), "html", null, true);
echo "\" rel=\"stylesheet\">
<!-- Optional: ICON SETS -->
<!-- Iconset: Font Awesome 5.12.0 via CDN -->
<link href=\"https://use.fontawesome.com/releases/v5.12.0/css/all.css\" rel=\"stylesheet\">
<!-- Iconset: flag icons - http://lipis.github.io/flag-icon-css/ -->
<link href=\"assets/plugins/flag-icon-css/css/flag-icon.min.css\" rel=\"stylesheet\">
<!-- Iconset: ionicons - http://ionicons.com/ -->
<link href=\"http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css\" rel=\"stylesheet\">
<!-- Iconset: Linearicons - https://linearicons.com/free -->
<link href=\"https://cdn.linearicons.com/free/1.0.0/icon-font.min.css\" rel=\"stylesheet\">
<!-- Iconset: Lineawesome - https://icons8.com/articles/line-awesome -->
<link href=\"https://maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome.min.css\" rel=\"stylesheet\">
<!-- Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Rambla:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:100,400,700' rel='stylesheet' type='text/css'>
";
// line 38
$this->displayBlock('stylesheetspecific', $context, $blocks);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function block_stylesheetspecific($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", "stylesheetspecific"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheetspecific"));
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 41
public function block_body_class($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_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_class"));
echo "page header-below header-dark header-compact-sticky navbar-layout-default";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 43
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 44
echo "
<a href=\"#content\" id=\"top\" class=\"sr-only\">Skip to content</a>
<!-- ======== @Region: #highlighted ======== -->
";
// line 48
$this->displayBlock('highlighted', $context, $blocks);
// line 49
echo "
<!-- ======== @Region: #header ======== -->
<div id=\"header\">
<div data-toggle=\"sticky\">
<!--Header search region - hidden by default -->
";
// line 66
echo "
<!--Header & Branding region-->
<div class=\"header\">
<!-- all direct children of the .header-inner element will be vertically aligned with each other you can override all the behaviours using the flexbox utilities (flexbox.html) All elements with .header-brand & .header-block-flex wrappers will automatically be aligned inline & vertically using flexbox, this can be overridden using the flexbox utilities (flexbox.htm) Use .header-block to stack elements within on small screen & \"float\" on larger screens use .order-first or/and .order-last classes to make an element show first or last within .header-inner or .headr-block elements -->
<div class=\"header-inner container\">
<!--branding/logo -->
<div class=\"header-brand\">
<a class=\"header-brand-text\" href=\"";
// line 73
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homefrontend");
echo "\" title=\"Home\">
<h1 class=\"h2\">
<span class=\"header-brand-text-alt\">";
// line 75
echo twig_escape_filter($this->env, (isset($context["empresa_nombre"]) || array_key_exists("empresa_nombre", $context) ? $context["empresa_nombre"] : (function () { throw new RuntimeError('Variable "empresa_nombre" does not exist.', 75, $this->source); })()), "html", null, true);
echo "</span>
</h1>
</a>
";
// line 82
echo " </div>
<!-- other header content -->
<div class=\"header-block order-12\">
<!--Search trigger -->
";
// line 92
echo "
<!-- mobile collapse menu button - data-toggle=\"collapse\" = default BS menu - data-toggle=\"off-canvas\" = Off-cavnas Menu - data-toggle=\"overlay\" = Overlay Menu -->
<a href=\"#top\" class=\"btn btn-link btn-icon text-white header-btn float-right d-lg-none\"
data-toggle=\"off-canvas\" data-target=\".navbar-main\"
data-settings='{\"cloneTarget\":true, \"targetClassExtras\": \"navbar-offcanvas\"}'> <i
class=\"fa fa-bars\"></i> </a>
</div>
<div class=\"navbar navbar-expand-md navbar-static-top\">
<!--everything within this div is collapsed on mobile-->
<div class=\"navbar-main collapse\">
<!--main navigation-->
<ul class=\"nav navbar-nav navbar-dark navbar-nav-stretch float-lg-right dropdown-effect-fade\">
<!-- pages -->
";
// line 114
echo " <li class=\"nav-item ";
$this->displayBlock('header_nav_item_about_active_class', $context, $blocks);
echo "\">
<a href=\"";
// line 115
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homefrontend");
echo "#about\" class=\"nav-link\">
About
</a>
</li>
<!-- Documents -->
<li class=\"nav-item dropdown ";
// line 121
$this->displayBlock('header_nav_item_document_active_class', $context, $blocks);
echo "\">
<a href=\"#\" class=\"nav-link dropdown-toggle\" id=\"pages-drop\" data-toggle=\"dropdown\"
data-hover=\"dropdown\">Documents</a>
<!-- Menu -->
<div class=\"dropdown-menu\">
<a href=\"";
// line 126
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("documentspublicfrontend");
echo "\"
class=\"dropdown-item ";
// line 127
$this->displayBlock('header_nav_item_document_public_active_class', $context, $blocks);
echo "\">Public</a>
<a href=\"";
// line 128
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("documentsprivatefrontend");
echo "\"
class=\"dropdown-item ";
// line 129
$this->displayBlock('header_nav_item_document_private_active_class', $context, $blocks);
echo "\">Private</a>
</div>
</li>
<li class=\"nav-item ";
// line 133
$this->displayBlock('header_nav_item_board_active_class', $context, $blocks);
echo "\">
<a href=\"";
// line 134
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homefrontend");
echo "#board\" class=\"nav-link\">
Board
</a>
</li>
<li class=\"nav-item ";
// line 139
$this->displayBlock('header_nav_item_announcement_active_class', $context, $blocks);
echo "\">
<a href=\"";
// line 140
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("listadoblog");
echo "\" class=\"nav-link\">
Announcements
</a>
</li>
<li class=\"nav-item ";
// line 145
$this->displayBlock('header_nav_item_event_active_class', $context, $blocks);
echo "\">
<a href=\"";
// line 146
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("eventsfrontend");
echo "\" class=\"nav-link\">
Events
</a>
</li>
<li class=\"nav-item ";
// line 151
$this->displayBlock('header_nav_item_faq_active_class', $context, $blocks);
echo "\">
<a href=\"";
// line 152
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homefrontend");
echo "#faq\" class=\"nav-link\">
FAQ
</a>
</li>
<li class=\"nav-item ";
// line 157
$this->displayBlock('header_nav_item_contact_active_class', $context, $blocks);
echo "\">
<a href=\"";
// line 158
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contacto");
echo "\" class=\"nav-link\">
Contact
</a>
</li>
";
// line 163
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.', 163, $this->source); })()), "user", [], "any", false, false, false, 163) == null)) {
// line 164
echo " <li class=\"nav-item ";
$this->displayBlock('header_nav_item_login_active_class', $context, $blocks);
echo "\">
<a href=\"";
// line 165
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("loginfrontend");
echo "\" class=\"nav-link\">
Log in
</a>
</li>
";
} else {
// line 170
echo " <li class=\"nav-item dropdown dropdowns-no-carets dropdown-persist\">
<a href=\"#\" class=\"nav-link dropdown-toggle\" id=\"account-drop\"
data-toggle=\"dropdown\" data-hover=\"dropdown\">
<i class=\"fa fa-user mr-2\"></i>My Account</a>
<!-- Dropdown Menu -->
<div class=\"dropdown-menu dropdown-menu-right\">
<a href=\"";
// line 176
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("perfilAdmin");
echo "\" class=\"dropdown-item\" target=\"_blank\">My Profile</a>
<a href=\"";
// line 177
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("home");
echo "\" class=\"dropdown-item\" target=\"_blank\">Admin</a>
<a href=\"";
// line 178
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("logout");
echo "\" class=\"dropdown-item\">Logout</a>
</div>
</li>
";
}
// line 182
echo "
</ul>
</div>
<!--/.navbar-collapse -->
</div>
</div>
</div>
</div>
</div>
";
// line 193
$this->displayBlock('content', $context, $blocks);
// line 194
echo "
<!-- Footer -->
";
// line 196
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::mostrarFooter"));
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 48
public function block_highlighted($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", "highlighted"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "highlighted"));
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 114
public function block_header_nav_item_about_active_class($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", "header_nav_item_about_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_about_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 121
public function block_header_nav_item_document_active_class($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", "header_nav_item_document_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_document_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 127
public function block_header_nav_item_document_public_active_class($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", "header_nav_item_document_public_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_document_public_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 129
public function block_header_nav_item_document_private_active_class($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", "header_nav_item_document_private_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_document_private_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 133
public function block_header_nav_item_board_active_class($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", "header_nav_item_board_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_board_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 139
public function block_header_nav_item_announcement_active_class($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", "header_nav_item_announcement_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_announcement_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 145
public function block_header_nav_item_event_active_class($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", "header_nav_item_event_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_event_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 151
public function block_header_nav_item_faq_active_class($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", "header_nav_item_faq_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_faq_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 157
public function block_header_nav_item_contact_active_class($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", "header_nav_item_contact_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_contact_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 164
public function block_header_nav_item_login_active_class($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", "header_nav_item_login_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_login_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 193
public function block_content($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", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 201
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 202
echo "
<!--Plugin: Retina.js (high def image replacement) - @see: http://retinajs.com/-->
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/retina.js/1.3.0/retina.min.js\"></script>
<!--jQuery 3.3.1 via CDN -->
";
// line 210
echo "
<!-- metronic utils -->
<script src=\"";
// line 212
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/frontend/js/vendors.bundle.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
<script src=\"";
// line 213
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/frontend/js/scripts.bundle.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
<!-- Popper 1.16.0 via CDN, needed for Bootstrap Tooltips & Popovers -->
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js\"></script>
<!-- Bootstrap v4.5.0 JS via CDN -->
<script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js\"></script>
<!-- JS plugins required on all pages NOTE: Additional non-required plugins are loaded ondemand as of AppStrap 2.5 To disable this and load plugin assets manually simple add data-plugins-manual=true to the body tag -->
<!--Custom scripts & AppStrap API integration -->
<script src=\"";
// line 225
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/frontend/assets/js/custom-script.js"), "html", null, true);
echo "\"></script>
<!--AppStrap scripts mainly used to trigger libraries/plugins -->
<script>
var direccion_url = \"";
// line 228
echo twig_escape_filter($this->env, (isset($context["direccion_url"]) || array_key_exists("direccion_url", $context) ? $context["direccion_url"] : (function () { throw new RuntimeError('Variable "direccion_url" does not exist.', 228, $this->source); })()), "html", null, true);
echo "\";
</script>
<script src=\"";
// line 230
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/frontend/assets/js/script.js"), "html", null, true);
echo "\"></script>
";
// line 232
$this->displayBlock('javascriptspecific', $context, $blocks);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function block_javascriptspecific($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", "javascriptspecific"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascriptspecific"));
// line 233
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "frontend/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 709 => 233, 690 => 232, 685 => 230, 680 => 228, 674 => 225, 659 => 213, 655 => 212, 651 => 210, 644 => 202, 634 => 201, 615 => 193, 597 => 164, 579 => 157, 561 => 151, 543 => 145, 525 => 139, 507 => 133, 489 => 129, 471 => 127, 453 => 121, 435 => 114, 416 => 48, 402 => 196, 398 => 194, 396 => 193, 383 => 182, 376 => 178, 372 => 177, 368 => 176, 360 => 170, 352 => 165, 347 => 164, 345 => 163, 337 => 158, 333 => 157, 325 => 152, 321 => 151, 313 => 146, 309 => 145, 301 => 140, 297 => 139, 289 => 134, 285 => 133, 278 => 129, 274 => 128, 270 => 127, 266 => 126, 258 => 121, 249 => 115, 244 => 114, 227 => 92, 220 => 82, 214 => 75, 209 => 73, 200 => 66, 192 => 49, 190 => 48, 184 => 44, 174 => 43, 155 => 41, 127 => 38, 103 => 17, 94 => 11, 85 => 4, 75 => 3, 52 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block stylesheets %}
<!-- Bootstrap v4.5.0 CSS via CDN -->
<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">
<!-- Plugins required on all pages NOTE: Additional non-required plugins are loaded ondemand as of AppStrap 2.5 -->
<!-- Theme style -->
<link href=\"{{ asset('bundles/frontend/assets/css/theme-style.min.css') }}\" rel=\"stylesheet\">
<!--Your custom colour override-->
<link href=\"#\" id=\"colour-scheme\" rel=\"stylesheet\">
<!-- Your custom override -->
<link href=\"{{ asset('bundles/frontend/assets/css/custom-style.css') }}\" rel=\"stylesheet\">
<!-- Optional: ICON SETS -->
<!-- Iconset: Font Awesome 5.12.0 via CDN -->
<link href=\"https://use.fontawesome.com/releases/v5.12.0/css/all.css\" rel=\"stylesheet\">
<!-- Iconset: flag icons - http://lipis.github.io/flag-icon-css/ -->
<link href=\"assets/plugins/flag-icon-css/css/flag-icon.min.css\" rel=\"stylesheet\">
<!-- Iconset: ionicons - http://ionicons.com/ -->
<link href=\"http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css\" rel=\"stylesheet\">
<!-- Iconset: Linearicons - https://linearicons.com/free -->
<link href=\"https://cdn.linearicons.com/free/1.0.0/icon-font.min.css\" rel=\"stylesheet\">
<!-- Iconset: Lineawesome - https://icons8.com/articles/line-awesome -->
<link href=\"https://maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome.min.css\" rel=\"stylesheet\">
<!-- Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Rambla:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:100,400,700' rel='stylesheet' type='text/css'>
{% block stylesheetspecific %} {% endblock %}
{% endblock %}
{% block body_class %}page header-below header-dark header-compact-sticky navbar-layout-default{% endblock %}
{% block body %}
<a href=\"#content\" id=\"top\" class=\"sr-only\">Skip to content</a>
<!-- ======== @Region: #highlighted ======== -->
{% block highlighted %} {% endblock %}
<!-- ======== @Region: #header ======== -->
<div id=\"header\">
<div data-toggle=\"sticky\">
<!--Header search region - hidden by default -->
{#
<div class=\"header-search collapse\" id=\"search\">
<form class=\"search-form container\">
<input type=\"text\" name=\"search\" class=\"form-control search\" value=\"\" placeholder=\"Search\">
<button type=\"button\" class=\"btn btn-link\"><span class=\"sr-only\">Search </span><i
class=\"fa fa-search fa-flip-horizontal search-icon\"></i></button>
<button type=\"button\" class=\"btn btn-link close-btn\" data-toggle=\"search-form-close\"><span
class=\"sr-only\">Close </span><i class=\"fa fa-times search-icon\"></i></button>
</form>
</div>
#}
<!--Header & Branding region-->
<div class=\"header\">
<!-- all direct children of the .header-inner element will be vertically aligned with each other you can override all the behaviours using the flexbox utilities (flexbox.html) All elements with .header-brand & .header-block-flex wrappers will automatically be aligned inline & vertically using flexbox, this can be overridden using the flexbox utilities (flexbox.htm) Use .header-block to stack elements within on small screen & \"float\" on larger screens use .order-first or/and .order-last classes to make an element show first or last within .header-inner or .headr-block elements -->
<div class=\"header-inner container\">
<!--branding/logo -->
<div class=\"header-brand\">
<a class=\"header-brand-text\" href=\"{{ url('homefrontend') }}\" title=\"Home\">
<h1 class=\"h2\">
<span class=\"header-brand-text-alt\">{{ empresa_nombre }}</span>
</h1>
</a>
{#
<div class=\"header-divider d-none d-lg-block\"></div>
<div class=\"header-slogan d-none d-lg-block\">Serenity Awaits!</div>
#}
</div>
<!-- other header content -->
<div class=\"header-block order-12\">
<!--Search trigger -->
{#
<a href=\"#search\" class=\"btn btn-icon btn-link text-white header-btn float-right order-11\"
data-toggle=\"search-form\" data-target=\".header-search\"><i
class=\"fa fa-search fa-flip-horizontal search-icon\"></i></a>
#}
<!-- mobile collapse menu button - data-toggle=\"collapse\" = default BS menu - data-toggle=\"off-canvas\" = Off-cavnas Menu - data-toggle=\"overlay\" = Overlay Menu -->
<a href=\"#top\" class=\"btn btn-link btn-icon text-white header-btn float-right d-lg-none\"
data-toggle=\"off-canvas\" data-target=\".navbar-main\"
data-settings='{\"cloneTarget\":true, \"targetClassExtras\": \"navbar-offcanvas\"}'> <i
class=\"fa fa-bars\"></i> </a>
</div>
<div class=\"navbar navbar-expand-md navbar-static-top\">
<!--everything within this div is collapsed on mobile-->
<div class=\"navbar-main collapse\">
<!--main navigation-->
<ul class=\"nav navbar-nav navbar-dark navbar-nav-stretch float-lg-right dropdown-effect-fade\">
<!-- pages -->
{#
<li class=\"nav-item {% block header_nav_item_home_active_class %}{% endblock %}\">
<a href=\"{{ url('homefrontend') }}\" class=\"nav-link\">
Home
</a>
</li>
#}
<li class=\"nav-item {% block header_nav_item_about_active_class %}{% endblock %}\">
<a href=\"{{ url('homefrontend') }}#about\" class=\"nav-link\">
About
</a>
</li>
<!-- Documents -->
<li class=\"nav-item dropdown {% block header_nav_item_document_active_class %}{% endblock %}\">
<a href=\"#\" class=\"nav-link dropdown-toggle\" id=\"pages-drop\" data-toggle=\"dropdown\"
data-hover=\"dropdown\">Documents</a>
<!-- Menu -->
<div class=\"dropdown-menu\">
<a href=\"{{ url('documentspublicfrontend') }}\"
class=\"dropdown-item {% block header_nav_item_document_public_active_class %}{% endblock %}\">Public</a>
<a href=\"{{ url('documentsprivatefrontend') }}\"
class=\"dropdown-item {% block header_nav_item_document_private_active_class %}{% endblock %}\">Private</a>
</div>
</li>
<li class=\"nav-item {% block header_nav_item_board_active_class %}{% endblock %}\">
<a href=\"{{ url('homefrontend') }}#board\" class=\"nav-link\">
Board
</a>
</li>
<li class=\"nav-item {% block header_nav_item_announcement_active_class %}{% endblock %}\">
<a href=\"{{ url('listadoblog') }}\" class=\"nav-link\">
Announcements
</a>
</li>
<li class=\"nav-item {% block header_nav_item_event_active_class %}{% endblock %}\">
<a href=\"{{url('eventsfrontend')}}\" class=\"nav-link\">
Events
</a>
</li>
<li class=\"nav-item {% block header_nav_item_faq_active_class %}{% endblock %}\">
<a href=\"{{ url('homefrontend') }}#faq\" class=\"nav-link\">
FAQ
</a>
</li>
<li class=\"nav-item {% block header_nav_item_contact_active_class %}{% endblock %}\">
<a href=\"{{ url('contacto') }}\" class=\"nav-link\">
Contact
</a>
</li>
{% if app.user == null %}
<li class=\"nav-item {% block header_nav_item_login_active_class %}{% endblock %}\">
<a href=\"{{ url('loginfrontend') }}\" class=\"nav-link\">
Log in
</a>
</li>
{% else %}
<li class=\"nav-item dropdown dropdowns-no-carets dropdown-persist\">
<a href=\"#\" class=\"nav-link dropdown-toggle\" id=\"account-drop\"
data-toggle=\"dropdown\" data-hover=\"dropdown\">
<i class=\"fa fa-user mr-2\"></i>My Account</a>
<!-- Dropdown Menu -->
<div class=\"dropdown-menu dropdown-menu-right\">
<a href=\"{{ url('perfilAdmin') }}\" class=\"dropdown-item\" target=\"_blank\">My Profile</a>
<a href=\"{{ url('home') }}\" class=\"dropdown-item\" target=\"_blank\">Admin</a>
<a href=\"{{ url('logout') }}\" class=\"dropdown-item\">Logout</a>
</div>
</li>
{% endif %}
</ul>
</div>
<!--/.navbar-collapse -->
</div>
</div>
</div>
</div>
</div>
{% block content %} {% endblock %}
<!-- Footer -->
{{ render(controller('App\\\\Controller\\\\DefaultController::mostrarFooter')) }}
{% endblock %}
{% block javascripts %}
<!--Plugin: Retina.js (high def image replacement) - @see: http://retinajs.com/-->
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/retina.js/1.3.0/retina.min.js\"></script>
<!--jQuery 3.3.1 via CDN -->
{#
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js\"></script>
#}
<!-- metronic utils -->
<script src=\"{{ asset('bundles/frontend/js/vendors.bundle.js') }}\" type=\"text/javascript\"></script>
<script src=\"{{ asset('bundles/frontend/js/scripts.bundle.js') }}\" type=\"text/javascript\"></script>
<!-- Popper 1.16.0 via CDN, needed for Bootstrap Tooltips & Popovers -->
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js\"></script>
<!-- Bootstrap v4.5.0 JS via CDN -->
<script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js\"></script>
<!-- JS plugins required on all pages NOTE: Additional non-required plugins are loaded ondemand as of AppStrap 2.5 To disable this and load plugin assets manually simple add data-plugins-manual=true to the body tag -->
<!--Custom scripts & AppStrap API integration -->
<script src=\"{{ asset('bundles/frontend/assets/js/custom-script.js') }}\"></script>
<!--AppStrap scripts mainly used to trigger libraries/plugins -->
<script>
var direccion_url = \"{{ direccion_url }}\";
</script>
<script src=\"{{ asset('bundles/frontend/assets/js/script.js') }}\"></script>
{% block javascriptspecific %}
{% endblock %}
{% endblock %}
", "frontend/layout.html.twig", "/var/www/condominio/indianlakevillage1/templates/frontend/layout.html.twig");
}
}