var/cache/dev/twig/31/31ddf78abced6367dcc8a20da9eafd0f.php line 45

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* Layouts/layout.html.twig */
  16. class __TwigTemplate_671be2980f69acaa9a174e994cb7ebd9 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'stylesheets' => [$this'block_stylesheets'],
  29.             'body' => [$this'block_body'],
  30.             'content' => [$this'block_content'],
  31.         ];
  32.     }
  33.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  34.     {
  35.         // line 1
  36.         return "base.html.twig";
  37.     }
  38.     protected function doDisplay(array $context, array $blocks = []): iterable
  39.     {
  40.         $macros $this->macros;
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Layouts/layout.html.twig"));
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Layouts/layout.html.twig"));
  45.         $this->parent $this->loadTemplate("base.html.twig""Layouts/layout.html.twig"1);
  46.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  49.         
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  51.     }
  52.     // line 3
  53.     /**
  54.      * @return iterable<null|scalar|\Stringable>
  55.      */
  56.     public function block_stylesheets(array $context, array $blocks = []): iterable
  57.     {
  58.         $macros $this->macros;
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  63.         // line 4
  64.         yield "
  65.     ";
  66.         // line 6
  67.         yield "    <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js\" integrity=\"sha512-3gJwYpMe3QewGELv8k/BX9vcqhryRdzRMxVfq6ngyWXwo03GFEzjsUm8Q7RZcHPHksttq7/GFoxjCVUjkjvPdw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
  68.     
  69.     ";
  70.         // line 9
  71.         yield "    <!--<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.14.1/css/ol.css\" type=\"text/css\">-->
  72.     <script src=\"https://cdn.jsdelivr.net/npm/ol@7.4.0/dist/ol.js\"></script>
  73.     <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/ol@v7.1.0/ol.css\" type=\"text/css\">
  74.     ";
  75.         // line 14
  76.         yield "    <link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css\">
  77.     <script src=\"https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.3/jquery-ui.min.js\"></script>
  78.     
  79.     ";
  80.         // line 18
  81.         yield "    <script src=\"https://cdn.jsdelivr.net/npm/d3@7\"></script>
  82.     ";
  83.         // line 21
  84.         yield "    <link href=\"https://cdn.jsdelivr.net/npm/tom-select@2.2.2/dist/css/tom-select.css\" rel=\"stylesheet\">
  85.     <script src=\"https://cdn.jsdelivr.net/npm/tom-select@2.2.2/dist/js/tom-select.complete.min.js\"></script>
  86.     ";
  87.         // line 25
  88.         yield "    <link href=\"https://cdn.datatables.net/v/dt/dt-1.13.5/datatables.min.css\" rel=\"stylesheet\">
  89.     <script src=\"https://cdn.datatables.net/v/dt/dt-1.13.5/datatables.min.js\"></script>
  90.     ";
  91.         // line 29
  92.         yield "    <script src=\"";
  93.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/olmap.js"), "html"nulltrue);
  94.         yield "\"></script>
  95.     ";
  96.         // line 30
  97.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'30$this->source); })()), "request", [], "any"falsefalsefalse30), "attributes", [], "any"falsefalsefalse30), "get", ["_route"], "method"falsefalsefalse30) == "explore_analytic")) {
  98.             // line 31
  99.             yield "        <script src=\"";
  100.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/map_explore.js"), "html"nulltrue);
  101.             yield "\"></script>    
  102.     ";
  103.         } else {
  104.             // line 33
  105.             yield "        <script src=\"";
  106.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/map.js"), "html"nulltrue);
  107.             yield "\"></script>
  108.     ";
  109.         }
  110.         // line 35
  111.         yield "
  112.     ";
  113.         // line 37
  114.         yield "    ";
  115.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "request", [], "any"falsefalsefalse37), "attributes", [], "any"falsefalsefalse37), "get", ["_route"], "method"falsefalsefalse37) != "explore_analytic")) {
  116.             yield "        
  117.         <script src=\"https://cdn.jsdelivr.net/npm/@turf/turf@7/turf.min.js\"></script>
  118.     ";
  119.         }
  120.         // line 40
  121.         yield "    
  122.     ";
  123.         // line 42
  124.         yield "    ";
  125.         // line 43
  126.         yield "
  127.     ";
  128.         // line 45
  129.         yield "    <script src=\"";
  130.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/stats.js"), "html"nulltrue);
  131.         yield "\"></script>
  132.     ";
  133.         // line 48
  134.         yield "    ";
  135.         // line 49
  136.         yield "
  137.     ";
  138.         // line 51
  139.         yield "    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  140.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  141.     <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap\" rel=\"stylesheet\">
  142.     ";
  143.         // line 56
  144.         yield "    <link href=\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined\" rel=\"stylesheet\" />
  145.     <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\" />
  146. ";
  147.         
  148.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  149.         
  150.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  151.         yield from [];
  152.     }
  153.     // line 62
  154.     /**
  155.      * @return iterable<null|scalar|\Stringable>
  156.      */
  157.     public function block_body(array $context, array $blocks = []): iterable
  158.     {
  159.         $macros $this->macros;
  160.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  161.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  162.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  164.         // line 63
  165.         yield "
  166.     ";
  167.         // line 64
  168.         if ((((((((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'64$this->source); })()), "request", [], "any"falsefalsefalse64), "attributes", [], "any"falsefalsefalse64), "get", ["_route"], "method"falsefalsefalse64) != "home") && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'64$this->source); })()), "request", [], "any"falsefalsefalse64), "attributes", [], "any"falsefalsefalse64), "get", ["_route"], "method"falsefalsefalse64) != "technology")) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'64$this->source); })()), "request", [], "any"falsefalsefalse64), "attributes", [], "any"falsefalsefalse64), "get", ["_route"], "method"falsefalsefalse64) != "interfaces")) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'64$this->source); })()), "request", [], "any"falsefalsefalse64), "attributes", [], "any"falsefalsefalse64), "get", ["_route"], "method"falsefalsefalse64) != "team")) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'64$this->source); })()), "request", [], "any"falsefalsefalse64), "attributes", [], "any"falsefalsefalse64), "get", ["_route"], "method"falsefalsefalse64) != "about")) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'64$this->source); })()), "request", [], "any"falsefalsefalse64), "attributes", [], "any"falsefalsefalse64), "get", ["_route"], "method"falsefalsefalse64) != "applications")) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'64$this->source); })()), "request", [], "any"falsefalsefalse64), "attributes", [], "any"falsefalsefalse64), "get", ["_route"], "method"falsefalsefalse64) != "view-application"))) {
  169.             // line 65
  170.             yield "        <div id=\"new_header\">
  171.             ";
  172.             // line 66
  173.             if ((((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'66$this->source); })()), "request", [], "any"falsefalsefalse66), "attributes", [], "any"falsefalsefalse66), "get", ["_route"], "method"falsefalsefalse66) == "app_project_index") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'66$this->source); })()), "request", [], "any"falsefalsefalse66), "attributes", [], "any"falsefalsefalse66), "get", ["_route"], "method"falsefalsefalse66) == "app_project_detail")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'66$this->source); })()), "request", [], "any"falsefalsefalse66), "attributes", [], "any"falsefalsefalse66), "get", ["_route"], "method"falsefalsefalse66) == "app_project_home"))) {
  174.                 // line 67
  175.                 yield "
  176.                 <a href=\"";
  177.                 // line 68
  178.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  179.                 yield "\" class=\"m-3 ms-0 hover\"><img src=\"";
  180.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/icon_planifica.png"), "html"nulltrue);
  181.                 yield "\" height=\"24px\" alt=\"logo Retabit\"/></a>
  182.                 
  183.             ";
  184.             } elseif ((((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,             // line 70
  185. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'70$this->source); })()), "request", [], "any"falsefalsefalse70), "attributes", [], "any"falsefalsefalse70), "get", ["_route"], "method"falsefalsefalse70) == "app_analytic") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'70$this->source); })()), "request", [], "any"falsefalsefalse70), "attributes", [], "any"falsefalsefalse70), "get", ["_route"], "method"falsefalsefalse70) == "explore_analytic")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'70$this->source); })()), "request", [], "any"falsefalsefalse70), "attributes", [], "any"falsefalsefalse70), "get", ["_route"], "method"falsefalsefalse70) == "app_analytic_home"))) {
  186.                 // line 71
  187.                 yield "                
  188.                 <a href=\"";
  189.                 // line 72
  190.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  191.                 yield "\" class=\"m-3 ms-0 hover\"><img src=\"";
  192.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/icon_explora.png"), "html"nulltrue);
  193.                 yield "\" height=\"24px\" alt=\"logo Retabit\"/></a>
  194.             
  195.             ";
  196.             } else {
  197.                 // line 75
  198.                 yield "            
  199.                 <a href=\"";
  200.                 // line 76
  201.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  202.                 yield "\" class=\"m-3 ms-0 hover\"><img src=\"";
  203.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/icon_explora.png"), "html"nulltrue);
  204.                 yield "\" height=\"24px\" alt=\"logo Retabit\"/></a>
  205.             
  206.             ";
  207.             }
  208.             // line 79
  209.             yield "            
  210.             <ul id=\"left_bar_list\">
  211.             <li id=\"new_header_map\" class=\"mb-2\"></li>
  212.             <li id=\"new_header_table\" class=\"mb-2\"></li>
  213.             <li id=\"new_header_card\" class=\"mb-2\"></li>
  214.             <li id=\"new_header_graf\" class=\"mb-2\"></li>
  215.             </ul>
  216.             
  217.             <div id=\"log_div\" class=\"dropup\">
  218.             
  219.                 ";
  220.             // line 91
  221.             if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_FULLY")) {
  222.                 // line 92
  223.                 yield "                    ";
  224.                 if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_SUPER_ADMIN")) {
  225.                     // line 93
  226.                     yield "                        
  227.                             <a class=\"btn btn-primary btn-round\"  role=\"button\" href=\"";
  228.                     // line 94
  229.                     yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dashboard");
  230.                     yield "\">
  231.                                 <span style=\" \">D</span>
  232.                             </a>
  233.                         
  234.                     ";
  235.                 }
  236.                 // line 99
  237.                 yield "                    <button type=\"button\" class=\"btn btn-primary btn-round dropdown-toggle btn-dashboard\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" style=\"\">                        
  238.                         <span class=\"material-symbols-outlined\" style=\"font-size: inherit;\" aria-hidden=\"true\">person</span>
  239.                     </button>
  240.                     <ul class=\"dropdown-menu\" style=\"z-index: 100; padding: 24px 24px;\">
  241.                         <!-- Dropdown menu links -->
  242.                         <div class=\"mb-3\">
  243.                             <p>";
  244.                 // line 105
  245.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "user", [], "any"falsefalsefalse105), "name", [], "any"falsefalsefalse105), "html"nulltrue);
  246.                 yield "</p>
  247.                             <small>";
  248.                 // line 106
  249.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'106$this->source); })()), "user", [], "any"falsefalsefalse106), "email", [], "any"falsefalsefalse106), "html"nulltrue);
  250.                 yield "</small>
  251.                         </div>
  252.                         <div class=\"d-flex justify-content-between\">
  253.                             
  254.                             <a href=\"";
  255.                 // line 111
  256.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile");
  257.                 yield "\"><span class=\"material-symbols-outlined\" aria-hidden=\"true\">app_registration</span> </a>
  258.                             <a href=\"";
  259.                 // line 112
  260.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
  261.                 yield "\"><span class=\"material-symbols-outlined\" aria-hidden=\"true\">logout</span></a>
  262.                         </div>
  263.                         
  264.                     </ul>
  265.                     
  266.                     
  267.                 ";
  268.             } elseif ((((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,             // line 118
  269. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'118$this->source); })()), "request", [], "any"falsefalsefalse118), "attributes", [], "any"falsefalsefalse118), "get", ["_route"], "method"falsefalsefalse118) == "app_project_index") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'118$this->source); })()), "request", [], "any"falsefalsefalse118), "attributes", [], "any"falsefalsefalse118), "get", ["_route"], "method"falsefalsefalse118) == "app_project_detail")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'118$this->source); })()), "request", [], "any"falsefalsefalse118), "attributes", [], "any"falsefalsefalse118), "get", ["_route"], "method"falsefalsefalse118) == "app_project_home"))) {
  270.                 // line 119
  271.                 yield "                    <a href=\"";
  272.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
  273.                 yield "\" class=\"hover\">Login</a>    
  274.                 ";
  275.             }
  276.             // line 120
  277.             yield 
  278.             </div>
  279.         </div>
  280.     ";
  281.         }
  282.         // line 124
  283.         yield "    
  284.     ";
  285.         // line 138
  286.         yield "
  287.     ";
  288.         // line 139
  289.         if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'139$this->source); })()), "request", [], "any"falsefalsefalse139), "attributes", [], "any"falsefalsefalse139), "get", ["_route"], "method"falsefalsefalse139) == "app_project_detail") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'139$this->source); })()), "request", [], "any"falsefalsefalse139), "attributes", [], "any"falsefalsefalse139), "get", ["_route"], "method"falsefalsefalse139) == "explore_analytic"))) {
  290.             // line 140
  291.             yield "        ";
  292.             $context["container_type"] = "container-fluid";
  293.             // line 141
  294.             yield "    ";
  295.         } else {
  296.             // line 142
  297.             yield "        ";
  298.             $context["container_type"] = "container";
  299.             // line 143
  300.             yield "    ";
  301.         }
  302.         // line 144
  303.         yield "
  304.     ";
  305.         // line 145
  306.         if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'145$this->source); })()), "request", [], "any"falsefalsefalse145), "attributes", [], "any"falsefalsefalse145), "get", ["_route"], "method"falsefalsefalse145) == "app_project") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'145$this->source); })()), "request", [], "any"falsefalsefalse145), "attributes", [], "any"falsefalsefalse145), "get", ["_route"], "method"falsefalsefalse145) == "app_project_detail"))) {
  307.             // line 146
  308.             yield "        ";
  309.             $context["project"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["project"]) || array_key_exists("project"$context) ? $context["project"] : (function () { throw new RuntimeError('Variable "project" does not exist.'146$this->source); })()), 0, [], "array"falsefalsefalse146);
  310.             // line 147
  311.             yield "    ";
  312.         }
  313.         // line 148
  314.         yield "    
  315.     <div id=\"big_container\" style=\"";
  316.         // line 149
  317.         if ((((((((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'149$this->source); })()), "request", [], "any"falsefalsefalse149), "attributes", [], "any"falsefalsefalse149), "get", ["_route"], "method"falsefalsefalse149) == "home") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'149$this->source); })()), "request", [], "any"falsefalsefalse149), "attributes", [], "any"falsefalsefalse149), "get", ["_route"], "method"falsefalsefalse149) == "technology")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'149$this->source); })()), "request", [], "any"falsefalsefalse149), "attributes", [], "any"falsefalsefalse149), "get", ["_route"], "method"falsefalsefalse149) == "interfaces")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'149$this->source); })()), "request", [], "any"falsefalsefalse149), "attributes", [], "any"falsefalsefalse149), "get", ["_route"], "method"falsefalsefalse149) == "applications")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'149$this->source); })()), "request", [], "any"falsefalsefalse149), "attributes", [], "any"falsefalsefalse149), "get", ["_route"], "method"falsefalsefalse149) == "team")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'149$this->source); })()), "request", [], "any"falsefalsefalse149), "attributes", [], "any"falsefalsefalse149), "get", ["_route"], "method"falsefalsefalse149) == "about")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'149$this->source); })()), "request", [], "any"falsefalsefalse149), "attributes", [], "any"falsefalsefalse149), "get", ["_route"], "method"falsefalsefalse149) == "view-application"))) {
  318.             yield "padding-left: 0;";
  319.         }
  320.         yield "\">
  321.         <div class=\"d-flex align-items-center justify-content-between border_bottom\" id=\"header_in_top\" style=\"height: 80px; ";
  322.         // line 151
  323.         if ((((((((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'151$this->source); })()), "request", [], "any"falsefalsefalse151), "attributes", [], "any"falsefalsefalse151), "get", ["_route"], "method"falsefalsefalse151) == "home") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'151$this->source); })()), "request", [], "any"falsefalsefalse151), "attributes", [], "any"falsefalsefalse151), "get", ["_route"], "method"falsefalsefalse151) == "technology")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'151$this->source); })()), "request", [], "any"falsefalsefalse151), "attributes", [], "any"falsefalsefalse151), "get", ["_route"], "method"falsefalsefalse151) == "interfaces")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'151$this->source); })()), "request", [], "any"falsefalsefalse151), "attributes", [], "any"falsefalsefalse151), "get", ["_route"], "method"falsefalsefalse151) == "applications")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'151$this->source); })()), "request", [], "any"falsefalsefalse151), "attributes", [], "any"falsefalsefalse151), "get", ["_route"], "method"falsefalsefalse151) == "team")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'151$this->source); })()), "request", [], "any"falsefalsefalse151), "attributes", [], "any"falsefalsefalse151), "get", ["_route"], "method"falsefalsefalse151) == "about")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'151$this->source); })()), "request", [], "any"falsefalsefalse151), "attributes", [], "any"falsefalsefalse151), "get", ["_route"], "method"falsefalsefalse151) == "view-application"))) {
  324.             yield "background: #171C33;";
  325.         }
  326.         yield "\">
  327.             ";
  328.         // line 153
  329.         if ((((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'153$this->source); })()), "request", [], "any"falsefalsefalse153), "attributes", [], "any"falsefalsefalse153), "get", ["_route"], "method"falsefalsefalse153) == "app_project_index") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'153$this->source); })()), "request", [], "any"falsefalsefalse153), "attributes", [], "any"falsefalsefalse153), "get", ["_route"], "method"falsefalsefalse153) == "app_project_detail")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'153$this->source); })()), "request", [], "any"falsefalsefalse153), "attributes", [], "any"falsefalsefalse153), "get", ["_route"], "method"falsefalsefalse153) == "app_project_home"))) {
  330.             // line 154
  331.             yield "
  332.                 <div style=\"display:flex; align-items:center;\">
  333.                     <a href=\"";
  334.             // line 156
  335.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_project_index");
  336.             yield "\" class=\"m-0 hover d-inline-block float-start\" style=\"font-weight:100; color: #212529; letter-spacing: 1px; font-size: 30px; text-decoration:none;\"><img src=\"";
  337.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/retabit_explora 1.png"), "html"nulltrue);
  338.             yield "\" class=\"ms-3\" height=\"29px\" alt=\"logo Retabit\" style=\"display: inline;\"/>";
  339.             yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Planifica", [], "messages");
  340.             yield "</a>
  341.                     
  342.                     ";
  343.             // line 158
  344.             if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'158$this->source); })()), "request", [], "any"falsefalsefalse158), "attributes", [], "any"falsefalsefalse158), "get", ["_route"], "method"falsefalsefalse158) == "app_project_detail") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'158$this->source); })()), "request", [], "any"falsefalsefalse158), "attributes", [], "any"falsefalsefalse158), "get", ["_route"], "method"falsefalsefalse158) == "app_project_home"))) {
  345.                 // line 159
  346.                 yield "                        <h2 class=\"float-start me-3 mb-0\"><span class=\"ms-3 me-3\">|</span><a href=\"";
  347.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_project_home", ["mun" => (isset($context["mun"]) || array_key_exists("mun"$context) ? $context["mun"] : (function () { throw new RuntimeError('Variable "mun" does not exist.'159$this->source); })())]), "html"nulltrue);
  348.                 yield "\" class=\"hover text-decoration-none hover_link\">";
  349.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["municipioname"]) || array_key_exists("municipioname"$context) ? $context["municipioname"] : (function () { throw new RuntimeError('Variable "municipioname" does not exist.'159$this->source); })()), "adminunitname", [], "any"falsefalsefalse159)), "html"nulltrue);
  350.                 yield "</a></h2>
  351.                     ";
  352.             }
  353.             // line 161
  354.             yield "                </div>
  355.                 
  356.                 ";
  357.             // line 164
  358.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'164$this->source); })()), "request", [], "any"falsefalsefalse164), "attributes", [], "any"falsefalsefalse164), "get", ["_route"], "method"falsefalsefalse164) == "app_project_detail")) {
  359.                 // line 165
  360.                 yield "                    ";
  361.                 yield Twig\Extension\CoreExtension::include($this->env$context"components/statsbar_project.html.twig");
  362.                 yield "
  363.                 ";
  364.             }
  365.             // line 167
  366.             yield "                
  367.             
  368.             ";
  369.         } elseif ((((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 169
  370. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'169$this->source); })()), "request", [], "any"falsefalsefalse169), "attributes", [], "any"falsefalsefalse169), "get", ["_route"], "method"falsefalsefalse169) == "app_analytic") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'169$this->source); })()), "request", [], "any"falsefalsefalse169), "attributes", [], "any"falsefalsefalse169), "get", ["_route"], "method"falsefalsefalse169) == "explore_analytic")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'169$this->source); })()), "request", [], "any"falsefalsefalse169), "attributes", [], "any"falsefalsefalse169), "get", ["_route"], "method"falsefalsefalse169) == "app_analytic_home"))) {
  371.             // line 170
  372.             yield "            
  373.                 <div style=\"display:flex; align-items:center;\">
  374.                     <a href=\"";
  375.             // line 172
  376.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_analytic_home");
  377.             yield "\" class=\"m-0 hover d-inline-block float-start\" style=\"font-weight:100; color: #212529; letter-spacing: 1px; font-size: 30px; text-decoration:none;\"><img src=\"";
  378.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/retabit_explora 1.png"), "html"nulltrue);
  379.             yield "\" class=\"ms-3\" height=\"29px\" alt=\"logo Retabit\" style=\"display: inline;\"/>";
  380.             yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Analiza", [], "messages");
  381.             yield "</a>
  382.                     ";
  383.             // line 173
  384.             if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'173$this->source); })()), "request", [], "any"falsefalsefalse173), "attributes", [], "any"falsefalsefalse173), "get", ["_route"], "method"falsefalsefalse173) == "app_analytic") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'173$this->source); })()), "request", [], "any"falsefalsefalse173), "attributes", [], "any"falsefalsefalse173), "get", ["_route"], "method"falsefalsefalse173) == "explore_analytic"))) {
  385.                 // line 174
  386.                 yield "                        <h2 class=\"float-start mb-0\"><span class=\"ms-3 me-3\">|</span><a href=\"";
  387.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_analytic", ["mun" => (isset($context["mun"]) || array_key_exists("mun"$context) ? $context["mun"] : (function () { throw new RuntimeError('Variable "mun" does not exist.'174$this->source); })())]), "html"nulltrue);
  388.                 yield "\" class=\"hover text-decoration-none hover_link\">";
  389.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["municipioname"]) || array_key_exists("municipioname"$context) ? $context["municipioname"] : (function () { throw new RuntimeError('Variable "municipioname" does not exist.'174$this->source); })()), "adminunitname", [], "any"falsefalsefalse174)), "html"nulltrue);
  390.                 yield "</a></h2>
  391.                     ";
  392.             }
  393.             // line 176
  394.             yield "                </div>
  395.                 ";
  396.             // line 178
  397.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'178$this->source); })()), "request", [], "any"falsefalsefalse178), "attributes", [], "any"falsefalsefalse178), "get", ["_route"], "method"falsefalsefalse178) == "explore_analytic")) {
  398.                 // line 179
  399.                 yield "                    ";
  400.                 yield Twig\Extension\CoreExtension::include($this->env$context"components/statsbar_analytic.html.twig");
  401.                 yield "
  402.                 ";
  403.             }
  404.             // line 181
  405.             yield "
  406.             ";
  407.         } elseif (((((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 182
  408. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'182$this->source); })()), "request", [], "any"falsefalsefalse182), "attributes", [], "any"falsefalsefalse182), "get", ["_route"], "method"falsefalsefalse182) == "dashboard") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'182$this->source); })()), "request", [], "any"falsefalsefalse182), "attributes", [], "any"falsefalsefalse182), "get", ["_route"], "method"falsefalsefalse182) == "users")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'182$this->source); })()), "request", [], "any"falsefalsefalse182), "attributes", [], "any"falsefalsefalse182), "get", ["_route"], "method"falsefalsefalse182) == "detail-user")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'182$this->source); })()), "request", [], "any"falsefalsefalse182), "attributes", [], "any"falsefalsefalse182), "get", ["_route"], "method"falsefalsefalse182) == "profile"))) {
  409.             yield 
  410.                 <div style=\"display:flex; align-items:center;\">
  411.                     <a href=\"";
  412.             // line 184
  413.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dashboard");
  414.             yield "\" class=\"m-0 hover d-inline-block float-start\" style=\"font-weight:100; color: #212529; letter-spacing: 1px; font-size: 30px; text-decoration:none;\"><img src=\"";
  415.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/retabit_explora 1.png"), "html"nulltrue);
  416.             yield "\" class=\"ms-3\" height=\"29px\" alt=\"logo Retabit\" style=\"display: inline;\"/>";
  417.             yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Dashboard", [], "messages");
  418.             yield "</a>
  419.                 </div>
  420.             ";
  421.         } elseif ((((((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 187
  422. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'187$this->source); })()), "request", [], "any"falsefalsefalse187), "attributes", [], "any"falsefalsefalse187), "get", ["_route"], "method"falsefalsefalse187) == "app_login") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'187$this->source); })()), "request", [], "any"falsefalsefalse187), "attributes", [], "any"falsefalsefalse187), "get", ["_route"], "method"falsefalsefalse187) == "register")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'187$this->source); })()), "request", [], "any"falsefalsefalse187), "attributes", [], "any"falsefalsefalse187), "get", ["_route"], "method"falsefalsefalse187) == "app_forgot_password_request")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'187$this->source); })()), "request", [], "any"falsefalsefalse187), "attributes", [], "any"falsefalsefalse187), "get", ["_route"], "method"falsefalsefalse187) == "app_reset_password")) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'187$this->source); })()), "request", [], "any"falsefalsefalse187), "attributes", [], "any"falsefalsefalse187), "get", ["_route"], "method"falsefalsefalse187) == "app_check_email"))) {
  423.             yield 
  424.                 <div style=\"display:flex; align-items:center;\">
  425.                     <a href=\"";
  426.             // line 189
  427.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  428.             yield "\" class=\"m-0 hover d-inline-block float-start\" style=\"font-weight:100; color: #212529; letter-spacing: 1px; font-size: 30px; text-decoration:none;\"><img src=\"";
  429.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/retabit_explora 1.png"), "html"nulltrue);
  430.             yield "\" class=\"ms-3\" height=\"29px\" alt=\"logo Retabit\" style=\"display: inline;\"/>
  431.                         ";
  432.             // line 190
  433.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'190$this->source); })()), "request", [], "any"falsefalsefalse190), "attributes", [], "any"falsefalsefalse190), "get", ["_route"], "method"falsefalsefalse190) == "app_login")) {
  434.                 // line 191
  435.                 yield "                            ";
  436.                 yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Login", [], "messages");
  437.                 // line 192
  438.                 yield "                        ";
  439.             } elseif ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'192$this->source); })()), "request", [], "any"falsefalsefalse192), "attributes", [], "any"falsefalsefalse192), "get", ["_route"], "method"falsefalsefalse192) == "register")) {
  440.                 // line 193
  441.                 yield "                            ";
  442.                 yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Register", [], "messages");
  443.                 // line 194
  444.                 yield "                        ";
  445.             } elseif ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'194$this->source); })()), "request", [], "any"falsefalsefalse194), "attributes", [], "any"falsefalsefalse194), "get", ["_route"], "method"falsefalsefalse194) == "app_forgot_password_request")) {
  446.                 // line 195
  447.                 yield "                            ";
  448.                 yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Reset Password", [], "messages");
  449.                 // line 196
  450.                 yield "                        ";
  451.             } elseif ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'196$this->source); })()), "request", [], "any"falsefalsefalse196), "attributes", [], "any"falsefalsefalse196), "get", ["_route"], "method"falsefalsefalse196) == "app_forgot_password_request")) {
  452.                 // line 197
  453.                 yield "                            ";
  454.                 yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Reset your password", [], "messages");
  455.                 // line 198
  456.                 yield "                        ";
  457.             } elseif ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'198$this->source); })()), "request", [], "any"falsefalsefalse198), "attributes", [], "any"falsefalsefalse198), "get", ["_route"], "method"falsefalsefalse198) == "app_check_email")) {
  458.                 // line 199
  459.                 yield "                            ";
  460.                 yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Reset your password", [], "messages");
  461.                 // line 200
  462.                 yield "                        ";
  463.             }
  464.             // line 201
  465.             yield "                    </a>
  466.                 </div>
  467.             ";
  468.         } else {
  469.             // line 205
  470.             yield "                <div class=\"container w-100 h-100 overflow-hidden\">
  471.                     <div class=\"d-flex w-100 h-100 align-items-center justify-content-between\">
  472.                         <div class=\"d-flex align-items-center\">
  473.                            <!-- <a href=\"";
  474.             // line 208
  475.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  476.             yield "\" class=\"m-3 hover\"><img src=\"";
  477.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/icon_explora.png"), "html"nulltrue);
  478.             yield "\" height=\"24px\" alt=\"logo Retabit\"/></a>-->
  479.                             <a href=\"";
  480.             // line 209
  481.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  482.             yield "\" class=\"mt-1 hover d-inline-block\"><img src=\"";
  483.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/logo-menu-white.png"), "html"nulltrue);
  484.             yield "\" class=\"\" height=\"29px\" alt=\"logo Retabit\"/></a>
  485.                         </div>
  486.                         <div class=\"d-flex justify-content-between align-items-center \">
  487.                             <div class=\"me-5\">
  488.                                 <a class=\"mx-3 item-navHeader ";
  489.             // line 214
  490.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'214$this->source); })()), "request", [], "any"falsefalsefalse214), "attributes", [], "any"falsefalsefalse214), "get", ["_route"], "method"falsefalsefalse214) == "technology")) {
  491.                 yield "active";
  492.             }
  493.             yield "\" href=\"";
  494.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("technology");
  495.             yield "\">";
  496.             yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("TECHNOLOGY", [], "messages");
  497.             yield "</a>
  498.                                 <a class=\"mx-3 item-navHeader ";
  499.             // line 215
  500.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'215$this->source); })()), "request", [], "any"falsefalsefalse215), "attributes", [], "any"falsefalsefalse215), "get", ["_route"], "method"falsefalsefalse215) == "interfaces")) {
  501.                 yield "active";
  502.             }
  503.             yield "\" href=\"";
  504.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("interfaces");
  505.             yield "\">";
  506.             yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("INTERFACES", [], "messages");
  507.             yield "</a>
  508.                                 <a class=\"mx-3 item-navHeader ";
  509.             // line 216
  510.             if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'216$this->source); })()), "request", [], "any"falsefalsefalse216), "attributes", [], "any"falsefalsefalse216), "get", ["_route"], "method"falsefalsefalse216) == "applications") || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'216$this->source); })()), "request", [], "any"falsefalsefalse216), "attributes", [], "any"falsefalsefalse216), "get", ["_route"], "method"falsefalsefalse216) == "view-application"))) {
  511.                 yield "active";
  512.             }
  513.             yield "\" href=\"";
  514.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("applications");
  515.             yield "\">";
  516.             yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("APPLICATIONS", [], "messages");
  517.             yield "</a>
  518.                                 <a class=\"mx-3 item-navHeader ";
  519.             // line 217
  520.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'217$this->source); })()), "request", [], "any"falsefalsefalse217), "attributes", [], "any"falsefalsefalse217), "get", ["_route"], "method"falsefalsefalse217) == "team")) {
  521.                 yield "active";
  522.             }
  523.             yield "\" href=\"";
  524.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("team");
  525.             yield "\">";
  526.             yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("TEAM", [], "messages");
  527.             yield "</a>
  528.                                 <a class=\"mx-3 item-navHeader ";
  529.             // line 218
  530.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'218$this->source); })()), "request", [], "any"falsefalsefalse218), "attributes", [], "any"falsefalsefalse218), "get", ["_route"], "method"falsefalsefalse218) == "about")) {
  531.                 yield "active";
  532.             }
  533.             yield "\" href=\"";
  534.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
  535.             yield "\">";
  536.             yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("ABOUT", [], "messages");
  537.             yield "</a>
  538.                             </div>
  539.                             <div class=\"me-3\">
  540.                                 <button class=\"btn btn-secondary dropdown-toggle\" type=\"button\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\">
  541.                                     ";
  542.             // line 223
  543.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::upper($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'223$this->source); })()), "request", [], "any"falsefalsefalse223), "get", ["_locale"], "method"falsefalsefalse223)), "html"nulltrue);
  544.             yield "
  545.                                 </button>
  546.                                 <ul class=\"dropdown-menu\">
  547.                                     <li><a class=\"dropdown-item\" href=\"";
  548.             // line 226
  549.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'226$this->source); })()), "request", [], "any"falsefalsefalse226), "get", ["_route"], "method"falsefalsefalse226), Twig\Extension\CoreExtension::merge(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'226$this->source); })()), "request", [], "any"falsefalsefalse226), "get", ["_route_params"], "method"falsefalsefalse226), ["_locale" => "en"])), "html"nulltrue);
  550.             yield "\">EN</a></li>
  551.                                     <li><a class=\"dropdown-item\" href=\"";
  552.             // line 227
  553.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'227$this->source); })()), "request", [], "any"falsefalsefalse227), "get", ["_route"], "method"falsefalsefalse227), Twig\Extension\CoreExtension::merge(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'227$this->source); })()), "request", [], "any"falsefalsefalse227), "get", ["_route_params"], "method"falsefalsefalse227), ["_locale" => "es"])), "html"nulltrue);
  554.             yield "\">ES</a></li>
  555.                                     <li><a class=\"dropdown-item\" href=\"";
  556.             // line 228
  557.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'228$this->source); })()), "request", [], "any"falsefalsefalse228), "get", ["_route"], "method"falsefalsefalse228), Twig\Extension\CoreExtension::merge(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'228$this->source); })()), "request", [], "any"falsefalsefalse228), "get", ["_route_params"], "method"falsefalsefalse228), ["_locale" => "ca"])), "html"nulltrue);
  558.             yield "\">CA</a></li>
  559.                                 </ul>
  560.                             </div>
  561.                         </div>
  562.                     </div>
  563.                     
  564.                 </div>
  565.             
  566.             ";
  567.         }
  568.         // line 239
  569.         yield "                
  570.         </div>
  571.         <div id=\"header_bar\" class=\"col-12 d-none\">
  572.             <div class=\"container-fluid\">
  573.                 <div class=\"row align-items-center justify-content-center\">
  574.                     <div class=\"col-12\">
  575.                         <p class=\"mt-1 mb-1\">
  576.                         ";
  577.         // line 246
  578.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'246$this->source); })()), "request", [], "any"falsefalsefalse246), "attributes", [], "any"falsefalsefalse246), "get", ["_route"], "method"falsefalsefalse246) == "home")) {
  579.             // line 247
  580.             yield "                            <a href=\"";
  581.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  582.             yield "\" class=\"hover\" > Inicio</a>
  583.                         ";
  584.         } elseif ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 248
  585. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'248$this->source); })()), "request", [], "any"falsefalsefalse248), "attributes", [], "any"falsefalsefalse248), "get", ["_route"], "method"falsefalsefalse248) == "app_analytic_home")) {
  586.             // line 249
  587.             yield "                            <a href=\"";
  588.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  589.             yield "\" class=\"hover\" > Inicio</a>
  590.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  591.                             <a href=\"";
  592.             // line 251
  593.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_analytic_home");
  594.             yield "\" class=\"hover\" > Analiza </a>
  595.                         ";
  596.         } elseif ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 252
  597. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'252$this->source); })()), "request", [], "any"falsefalsefalse252), "attributes", [], "any"falsefalsefalse252), "get", ["_route"], "method"falsefalsefalse252) == "app_analytic")) {
  598.             // line 253
  599.             yield "                            <a href=\"";
  600.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  601.             yield "\" class=\"hover\" > Inicio</a>
  602.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  603.                             <a href=\"";
  604.             // line 255
  605.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_analytic_home");
  606.             yield "\" class=\"hover\" > Analiza </a>
  607.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  608.                             <a href=\"";
  609.             // line 257
  610.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_analytic", ["mun" => (isset($context["mun"]) || array_key_exists("mun"$context) ? $context["mun"] : (function () { throw new RuntimeError('Variable "mun" does not exist.'257$this->source); })())]), "html"nulltrue);
  611.             yield "\" class=\"hover\" > ";
  612.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["municipioname"]) || array_key_exists("municipioname"$context) ? $context["municipioname"] : (function () { throw new RuntimeError('Variable "municipioname" does not exist.'257$this->source); })()), "adminunitname", [], "any"falsefalsefalse257)), "html"nulltrue);
  613.             yield "</a>
  614.                         ";
  615.         } elseif ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 258
  616. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'258$this->source); })()), "request", [], "any"falsefalsefalse258), "attributes", [], "any"falsefalsefalse258), "get", ["_route"], "method"falsefalsefalse258) == "explore_analytic")) {
  617.             // line 259
  618.             yield "                            <a href=\"";
  619.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  620.             yield "\" class=\"hover\" > Inicio</a>
  621.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  622.                             <a href=\"";
  623.             // line 261
  624.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_analytic_home");
  625.             yield "\" class=\"hover\" > Analiza </a>
  626.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  627.                             <a href=\"";
  628.             // line 263
  629.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_analytic", ["mun" => (isset($context["mun"]) || array_key_exists("mun"$context) ? $context["mun"] : (function () { throw new RuntimeError('Variable "mun" does not exist.'263$this->source); })())]), "html"nulltrue);
  630.             yield "\" class=\"hover\" > ";
  631.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["municipioname"]) || array_key_exists("municipioname"$context) ? $context["municipioname"] : (function () { throw new RuntimeError('Variable "municipioname" does not exist.'263$this->source); })()), "adminunitname", [], "any"falsefalsefalse263)), "html"nulltrue);
  632.             yield "</a>
  633.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  634.                             ";
  635.             // line 265
  636.             $context['_parent'] = $context;
  637.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["analytic_data"]) || array_key_exists("analytic_data"$context) ? $context["analytic_data"] : (function () { throw new RuntimeError('Variable "analytic_data" does not exist.'265$this->source); })()));
  638.             foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  639.                 // line 266
  640.                 yield "                                ";
  641.                 if ((CoreExtension::getAttribute($this->env$this->source$context["item"], "slug", [], "any"falsefalsefalse266) == (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'266$this->source); })()))) {
  642.                     // line 267
  643.                     yield "                                    ";
  644.                     $context["name_analytic"] = CoreExtension::getAttribute($this->env$this->source$context["item"], "name", [], "any"falsefalsefalse267);
  645.                     // line 268
  646.                     yield "                                    <a href=\"";
  647.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_analytic", ["mun" => (isset($context["mun"]) || array_key_exists("mun"$context) ? $context["mun"] : (function () { throw new RuntimeError('Variable "mun" does not exist.'268$this->source); })()), "slug" => (isset($context["slug"]) || array_key_exists("slug"$context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.'268$this->source); })())]), "html"nulltrue);
  648.                     yield "\" class=\"hover\" > ";
  649.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), (isset($context["name_analytic"]) || array_key_exists("name_analytic"$context) ? $context["name_analytic"] : (function () { throw new RuntimeError('Variable "name_analytic" does not exist.'268$this->source); })())), "html"nulltrue);
  650.                     yield "</a>
  651.                                 ";
  652.                 }
  653.                 // line 270
  654.                 yield "                            ";
  655.             }
  656.             $_parent $context['_parent'];
  657.             unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']);
  658.             $context array_intersect_key($context$_parent) + $_parent;
  659.             // line 271
  660.             yield "                        ";
  661.         } elseif ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'271$this->source); })()), "request", [], "any"falsefalsefalse271), "attributes", [], "any"falsefalsefalse271), "get", ["_route"], "method"falsefalsefalse271) == "app_project_index")) {
  662.             // line 272
  663.             yield "                            <a href=\"";
  664.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  665.             yield "\" class=\"hover\" > Inicio</a>
  666.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  667.                             <a href=\"";
  668.             // line 274
  669.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_project_index");
  670.             yield "\" class=\"hover\" > Planifica </a>
  671.                         ";
  672.         } elseif ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 275
  673. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'275$this->source); })()), "request", [], "any"falsefalsefalse275), "attributes", [], "any"falsefalsefalse275), "get", ["_route"], "method"falsefalsefalse275) == "app_project_home")) {
  674.             // line 276
  675.             yield "                            <a href=\"";
  676.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  677.             yield "\" class=\"hover\" > Inicio</a>
  678.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  679.                             <a href=\"";
  680.             // line 278
  681.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_project_index");
  682.             yield "\" class=\"hover\" > Planifica </a>
  683.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  684.                             <a href=\"";
  685.             // line 280
  686.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_project_home", ["mun" => (isset($context["mun"]) || array_key_exists("mun"$context) ? $context["mun"] : (function () { throw new RuntimeError('Variable "mun" does not exist.'280$this->source); })())]), "html"nulltrue);
  687.             yield "\" class=\"hover\" > ";
  688.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["municipioname"]) || array_key_exists("municipioname"$context) ? $context["municipioname"] : (function () { throw new RuntimeError('Variable "municipioname" does not exist.'280$this->source); })()), "adminunitname", [], "any"falsefalsefalse280)), "html"nulltrue);
  689.             yield "</a>
  690.                             ";
  691.             // line 282
  692.             yield "                        ";
  693.         } elseif ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'282$this->source); })()), "request", [], "any"falsefalsefalse282), "attributes", [], "any"falsefalsefalse282), "get", ["_route"], "method"falsefalsefalse282) == "app_project_detail")) {
  694.             // line 283
  695.             yield "                            <a href=\"";
  696.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  697.             yield "\" class=\"hover\" > Inicio</a>
  698.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  699.                             <a href=\"";
  700.             // line 285
  701.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_project_index");
  702.             yield "\" class=\"hover\" > Planifica </a>
  703.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  704.                             <a href=\"";
  705.             // line 287
  706.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_project_home", ["mun" => (isset($context["mun"]) || array_key_exists("mun"$context) ? $context["mun"] : (function () { throw new RuntimeError('Variable "mun" does not exist.'287$this->source); })())]), "html"nulltrue);
  707.             yield "\" class=\"hover\" > ";
  708.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["municipioname"]) || array_key_exists("municipioname"$context) ? $context["municipioname"] : (function () { throw new RuntimeError('Variable "municipioname" does not exist.'287$this->source); })()), "adminunitname", [], "any"falsefalsefalse287)), "html"nulltrue);
  709.             yield "</a>
  710.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  711.                             <a href=\"";
  712.             // line 289
  713.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_project_detail", ["mun" => (isset($context["mun"]) || array_key_exists("mun"$context) ? $context["mun"] : (function () { throw new RuntimeError('Variable "mun" does not exist.'289$this->source); })()), "id_project" => CoreExtension::getAttribute($this->env$this->source, (isset($context["project"]) || array_key_exists("project"$context) ? $context["project"] : (function () { throw new RuntimeError('Variable "project" does not exist.'289$this->source); })()), "id", [], "any"falsefalsefalse289)]), "html"nulltrue);
  714.             yield "\" class=\"hover\" > ";
  715.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["project"]) || array_key_exists("project"$context) ? $context["project"] : (function () { throw new RuntimeError('Variable "project" does not exist.'289$this->source); })()), "name", [], "any"falsefalsefalse289), "html"nulltrue);
  716.             yield "</a>
  717.                         ";
  718.         }
  719.         // line 291
  720.         yield "
  721.                         </p>
  722.                             
  723.                         
  724.                         
  725.                     </div>
  726.                 </div>
  727.             </div>
  728.         </div>
  729.         
  730.         ";
  731.         // line 301
  732.         yield from $this->unwrap()->yieldBlock('content'$context$blocks);
  733.         // line 302
  734.         yield "        
  735.     </div>
  736.     <footer>
  737.         <div class=\"container\">
  738.             <div class=\"row py-5\">
  739.                 <div class=\"col\">
  740.                     <div>
  741.                         <img src=\"";
  742.         // line 310
  743.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("custom/logo_retabit.png"), "html"nulltrue);
  744.         yield "\" alt=\"logo\"/>
  745.                         <h4 class=\"pt-4 pb-4\">Multi-dimensional data driven services to foster residential building retrofitting programmes in the implementation of SECAPs</h4>
  746.                     </div>
  747.                     <div class=\"ministerio\">
  748.                         <img src=\"https://retabit.es/wp-content/uploads/2022/03/logo-ministerio.png\" alt=\"logo ministerio\">
  749.                         <p>
  750.                             Proyecto PID2020-115936RB-C21 <br>
  751.                             Financiado por el Ministerio de Ciencia e Innovación
  752.                         </p>
  753.                     </div>
  754.                 </div>
  755.                 <div class=\"col offset-md-2\">
  756.                     <div class=\"row\">
  757.                         <div class=\"col\">
  758.                             <p>Legal information</p>
  759.                             <ul>
  760.                                 <li><a href=\"https://retabit.es/privacy-policy\">Privacy policy</a></li>
  761.                                 <li><a href=\"https://retabit.es/terms-and-conditions\">Terms &amp; conditions</a></li>
  762.                                 <li><a href=\"https://retabit.es/cookie-policy\">Cookies policy</a></li>
  763.                             </ul>
  764.                         </div>
  765.                         <div class=\"col\">
  766.                             <p>Follow us</p>
  767.                             <ul>
  768.                                 <li><a href=\"https://twitter.com/retabit_es\">Twitter</a></li>
  769.                                 <li><a href=\"https://www.linkedin.com/company/re-dwell\">LinkedIn</a></li>
  770.                             </ul>
  771.                         </div>
  772.                     </div>
  773.                     <div class=\"row pt-5 align-items-center\">
  774.                         <a class=\"d-inline w-auto\" href=\"https://www.salleurl.edu\"><img class=\"col-6 me-3\" style=\"width: auto;\" src=\"";
  775.         // line 345
  776.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/footer_salle.png"), "html"nulltrue);
  777.         yield "\"/></a>
  778.                         <a class=\"d-inline w-auto\" href=\"https://www.irec.cat/\"><img class=\"col-6\" style=\"width: auto;\" src=\"";
  779.         // line 346
  780.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/footer_irec.png"), "html"nulltrue);
  781.         yield "\"/></a>
  782.                         <p class=\"mt-5\">© Design and programming by <a href=\"https://www.salleurl.edu/en/research/groups-and-institutes/human-environment-research-group/architecture-representation-comp\">ARC Engineering and Architecture La Salle</a></p>
  783.                     </div>
  784.                 </div>
  785.             </div>
  786.         
  787.         </div>
  788.     </footer>
  789. ";
  790.         
  791.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  792.         
  793.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  794.         yield from [];
  795.     }
  796.     // line 301
  797.     /**
  798.      * @return iterable<null|scalar|\Stringable>
  799.      */
  800.     public function block_content(array $context, array $blocks = []): iterable
  801.     {
  802.         $macros $this->macros;
  803.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  804.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  805.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  806.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  807.         
  808.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  809.         
  810.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  811.         yield from [];
  812.     }
  813.     /**
  814.      * @codeCoverageIgnore
  815.      */
  816.     public function getTemplateName(): string
  817.     {
  818.         return "Layouts/layout.html.twig";
  819.     }
  820.     /**
  821.      * @codeCoverageIgnore
  822.      */
  823.     public function isTraitable(): bool
  824.     {
  825.         return false;
  826.     }
  827.     /**
  828.      * @codeCoverageIgnore
  829.      */
  830.     public function getDebugInfo(): array
  831.     {
  832.         return array (  847 => 301,  826 => 346,  822 => 345,  784 => 310,  774 => 302,  772 => 301,  760 => 291,  753 => 289,  746 => 287,  741 => 285,  735 => 283,  732 => 282,  726 => 280,  721 => 278,  715 => 276,  713 => 275,  709 => 274,  703 => 272,  700 => 271,  694 => 270,  686 => 268,  683 => 267,  680 => 266,  676 => 265,  669 => 263,  664 => 261,  658 => 259,  656 => 258,  650 => 257,  645 => 255,  639 => 253,  637 => 252,  633 => 251,  627 => 249,  625 => 248,  620 => 247,  618 => 246,  609 => 239,  595 => 228,  591 => 227,  587 => 226,  581 => 223,  567 => 218,  557 => 217,  547 => 216,  537 => 215,  527 => 214,  517 => 209,  511 => 208,  506 => 205,  500 => 201,  497 => 200,  494 => 199,  491 => 198,  488 => 197,  485 => 196,  482 => 195,  479 => 194,  476 => 193,  473 => 192,  470 => 191,  468 => 190,  462 => 189,  457 => 187,  447 => 184,  442 => 182,  439 => 181,  433 => 179,  431 => 178,  427 => 176,  419 => 174,  417 => 173,  409 => 172,  405 => 170,  403 => 169,  399 => 167,  393 => 165,  391 => 164,  386 => 161,  378 => 159,  376 => 158,  367 => 156,  363 => 154,  361 => 153,  354 => 151,  347 => 149,  344 => 148,  341 => 147,  338 => 146,  336 => 145,  333 => 144,  330 => 143,  327 => 142,  324 => 141,  321 => 140,  319 => 139,  316 => 138,  313 => 124,  307 => 120,  301 => 119,  299 => 118,  290 => 112,  286 => 111,  278 => 106,  274 => 105,  266 => 99,  258 => 94,  255 => 93,  252 => 92,  250 => 91,  236 => 79,  228 => 76,  225 => 75,  217 => 72,  214 => 71,  212 => 70,  205 => 68,  202 => 67,  200 => 66,  197 => 65,  195 => 64,  192 => 63,  179 => 62,  164 => 56,  158 => 51,  155 => 49,  153 => 48,  147 => 45,  144 => 43,  142 => 42,  139 => 40,  132 => 37,  129 => 35,  123 => 33,  117 => 31,  115 => 30,  110 => 29,  105 => 25,  100 => 21,  96 => 18,  91 => 14,  85 => 9,  81 => 6,  78 => 4,  65 => 3,  42 => 1,);
  833.     }
  834.     public function getSourceContext(): Source
  835.     {
  836.         return new Source("{% extends 'base.html.twig' %}
  837. {% block stylesheets %}
  838.     {# jquery #}
  839.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js\" integrity=\"sha512-3gJwYpMe3QewGELv8k/BX9vcqhryRdzRMxVfq6ngyWXwo03GFEzjsUm8Q7RZcHPHksttq7/GFoxjCVUjkjvPdw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
  840.     
  841.     {# OLMap #}
  842.     <!--<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.14.1/css/ol.css\" type=\"text/css\">-->
  843.     <script src=\"https://cdn.jsdelivr.net/npm/ol@7.4.0/dist/ol.js\"></script>
  844.     <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/ol@v7.1.0/ol.css\" type=\"text/css\">
  845.     {# jquery UI #}
  846.     <link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css\">
  847.     <script src=\"https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.3/jquery-ui.min.js\"></script>
  848.     
  849.     {# D3 #}
  850.     <script src=\"https://cdn.jsdelivr.net/npm/d3@7\"></script>
  851.     {# TomSelect #}
  852.     <link href=\"https://cdn.jsdelivr.net/npm/tom-select@2.2.2/dist/css/tom-select.css\" rel=\"stylesheet\">
  853.     <script src=\"https://cdn.jsdelivr.net/npm/tom-select@2.2.2/dist/js/tom-select.complete.min.js\"></script>
  854.     {# DataTables #}
  855.     <link href=\"https://cdn.datatables.net/v/dt/dt-1.13.5/datatables.min.css\" rel=\"stylesheet\">
  856.     <script src=\"https://cdn.datatables.net/v/dt/dt-1.13.5/datatables.min.js\"></script>
  857.     {# Maps #}
  858.     <script src=\"{{ asset('build/js/olmap.js') }}\"></script>
  859.     {% if app.request.attributes.get('_route') == 'explore_analytic' %}
  860.         <script src=\"{{ asset('build/js/map_explore.js') }}\"></script>    
  861.     {% else %}
  862.         <script src=\"{{ asset('build/js/map.js') }}\"></script>
  863.     {% endif %}
  864.     {# TURF JS #}
  865.     {% if app.request.attributes.get('_route') != 'explore_analytic' %}        
  866.         <script src=\"https://cdn.jsdelivr.net/npm/@turf/turf@7/turf.min.js\"></script>
  867.     {% endif %}
  868.     
  869.     {# <script src=\"{{ asset('build/js/map_img.js') }}\"></script> #}
  870.     {# <script src=\"{{ asset('build/js/map_tile.js') }}\"></script> #}
  871.     {# Stats #}
  872.     <script src=\"{{ asset('build/js/stats.js') }}\"></script>
  873.     {# Fontawesome #}
  874.     {# <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css\" integrity=\"sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" /> #}
  875.     {# Google Fonts Type #}
  876.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  877.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  878.     <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap\" rel=\"stylesheet\">
  879.     {# Google Fonts Iconography #}
  880.     <link href=\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined\" rel=\"stylesheet\" />
  881.     <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\" />
  882. {% endblock %}
  883. {% block body %}
  884.     {% if app.request.attributes.get('_route') != 'home' and app.request.attributes.get('_route') != 'technology' and app.request.attributes.get('_route') != 'interfaces' and app.request.attributes.get('_route') != 'team' and app.request.attributes.get('_route') != 'about' and app.request.attributes.get('_route') != 'applications' and app.request.attributes.get('_route') != 'view-application' %}
  885.         <div id=\"new_header\">
  886.             {% if app.request.attributes.get('_route') == 'app_project_index' or app.request.attributes.get('_route') == 'app_project_detail' or app.request.attributes.get('_route') == 'app_project_home'%}
  887.                 <a href=\"{{ path('home') }}\" class=\"m-3 ms-0 hover\"><img src=\"{{ asset('img/icon_planifica.png') }}\" height=\"24px\" alt=\"logo Retabit\"/></a>
  888.                 
  889.             {% elseif app.request.attributes.get('_route') == 'app_analytic' or app.request.attributes.get('_route') == 'explore_analytic' or app.request.attributes.get('_route') == 'app_analytic_home' %}
  890.                 
  891.                 <a href=\"{{ path('home') }}\" class=\"m-3 ms-0 hover\"><img src=\"{{ asset('img/icon_explora.png') }}\" height=\"24px\" alt=\"logo Retabit\"/></a>
  892.             
  893.             {% else %}
  894.             
  895.                 <a href=\"{{ path('home') }}\" class=\"m-3 ms-0 hover\"><img src=\"{{ asset('img/icon_explora.png') }}\" height=\"24px\" alt=\"logo Retabit\"/></a>
  896.             
  897.             {% endif %}
  898.             
  899.             <ul id=\"left_bar_list\">
  900.             <li id=\"new_header_map\" class=\"mb-2\"></li>
  901.             <li id=\"new_header_table\" class=\"mb-2\"></li>
  902.             <li id=\"new_header_card\" class=\"mb-2\"></li>
  903.             <li id=\"new_header_graf\" class=\"mb-2\"></li>
  904.             </ul>
  905.             
  906.             <div id=\"log_div\" class=\"dropup\">
  907.             
  908.                 {% if is_granted ('IS_AUTHENTICATED_FULLY') %}
  909.                     {% if is_granted ('ROLE_SUPER_ADMIN') %}
  910.                         
  911.                             <a class=\"btn btn-primary btn-round\"  role=\"button\" href=\"{{ path('dashboard') }}\">
  912.                                 <span style=\" \">D</span>
  913.                             </a>
  914.                         
  915.                     {% endif %}
  916.                     <button type=\"button\" class=\"btn btn-primary btn-round dropdown-toggle btn-dashboard\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" style=\"\">                        
  917.                         <span class=\"material-symbols-outlined\" style=\"font-size: inherit;\" aria-hidden=\"true\">person</span>
  918.                     </button>
  919.                     <ul class=\"dropdown-menu\" style=\"z-index: 100; padding: 24px 24px;\">
  920.                         <!-- Dropdown menu links -->
  921.                         <div class=\"mb-3\">
  922.                             <p>{{ app.user.name}}</p>
  923.                             <small>{{ app.user.email}}</small>
  924.                         </div>
  925.                         <div class=\"d-flex justify-content-between\">
  926.                             
  927.                             <a href=\"{{ path('profile') }}\"><span class=\"material-symbols-outlined\" aria-hidden=\"true\">app_registration</span> </a>
  928.                             <a href=\"{{ path('app_logout') }}\"><span class=\"material-symbols-outlined\" aria-hidden=\"true\">logout</span></a>
  929.                         </div>
  930.                         
  931.                     </ul>
  932.                     
  933.                     
  934.                 {% elseif app.request.attributes.get('_route') == 'app_project_index' or app.request.attributes.get('_route') == 'app_project_detail' or app.request.attributes.get('_route') == 'app_project_home' %}
  935.                     <a href=\"{{ path('app_login') }}\" class=\"hover\">Login</a>    
  936.                 {% endif %} 
  937.             </div>
  938.         </div>
  939.     {% endif %}
  940.     
  941.     {# <div class=\"container-fluid\" id=\"header\">
  942.         <div class=\"d-flex align-items-center justify-content-between\">
  943.             <a href=\"{{ path('home') }}\" class=\"m-3 ms-0 hover\"><img src=\"{{ asset('img/retabit_logo.svg') }}\" height=\"24px\" alt=\"logo Retabit\"/></a>
  944.             <div class=\"d-inline-block\">
  945.                 <a href=\"{{ path('home') }}\" class=\"hover\">Inicio</a>
  946.                 {% if is_granted('IS_AUTHENTICATED_FULLY') %}
  947.                     <a href=\"{{ path('app_logout') }}\">Logout</a>
  948.                 {% endif %}
  949.             </div>
  950.         </div>
  951.     </div> #}
  952.     {% if app.request.attributes.get('_route') == 'app_project_detail' or app.request.attributes.get('_route') == 'explore_analytic' %}
  953.         {% set container_type = 'container-fluid' %}
  954.     {% else %}
  955.         {% set container_type = 'container' %}
  956.     {% endif %}
  957.     {% if app.request.attributes.get('_route') == 'app_project' or app.request.attributes.get('_route') == 'app_project_detail' %}
  958.         {% set project = project[0] %}
  959.     {% endif %}
  960.     
  961.     <div id=\"big_container\" style=\"{% if app.request.attributes.get('_route') == 'home' or app.request.attributes.get('_route') == 'technology' or app.request.attributes.get('_route') == 'interfaces' or app.request.attributes.get('_route') == 'applications'  or app.request.attributes.get('_route') == 'team' or app.request.attributes.get('_route') == 'about' or app.request.attributes.get('_route') == 'view-application' %}padding-left: 0;{% endif %}\">
  962.         <div class=\"d-flex align-items-center justify-content-between border_bottom\" id=\"header_in_top\" style=\"height: 80px; {% if app.request.attributes.get('_route') == 'home' or app.request.attributes.get('_route') == 'technology' or app.request.attributes.get('_route') == 'interfaces' or app.request.attributes.get('_route') == 'applications' or app.request.attributes.get('_route') == 'team' or app.request.attributes.get('_route') == 'about' or app.request.attributes.get('_route') == 'view-application'%}background: #171C33;{% endif %}\">
  963.             {% if app.request.attributes.get('_route') == 'app_project_index' or app.request.attributes.get('_route') == 'app_project_detail' or app.request.attributes.get('_route') == 'app_project_home'%}
  964.                 <div style=\"display:flex; align-items:center;\">
  965.                     <a href=\"{{ path('app_project_index') }}\" class=\"m-0 hover d-inline-block float-start\" style=\"font-weight:100; color: #212529; letter-spacing: 1px; font-size: 30px; text-decoration:none;\"><img src=\"{{ asset('img/retabit_explora 1.png') }}\" class=\"ms-3\" height=\"29px\" alt=\"logo Retabit\" style=\"display: inline;\"/>{% trans %}Planifica{% endtrans %}</a>
  966.                     
  967.                     {% if app.request.attributes.get('_route') == 'app_project_detail' or app.request.attributes.get('_route') == 'app_project_home' %}
  968.                         <h2 class=\"float-start me-3 mb-0\"><span class=\"ms-3 me-3\">|</span><a href=\"{{ path('app_project_home',{'mun': mun}) }}\" class=\"hover text-decoration-none hover_link\">{{ municipioname.adminunitname|capitalize }}</a></h2>
  969.                     {% endif %}
  970.                 </div>
  971.                 
  972.                 {% if app.request.attributes.get('_route') == 'app_project_detail' %}
  973.                     {{include ('components/statsbar_project.html.twig')}}
  974.                 {% endif %}
  975.                 
  976.             
  977.             {% elseif app.request.attributes.get('_route') == 'app_analytic' or app.request.attributes.get('_route') == 'explore_analytic' or app.request.attributes.get('_route') == 'app_analytic_home' %}
  978.             
  979.                 <div style=\"display:flex; align-items:center;\">
  980.                     <a href=\"{{ path('app_analytic_home') }}\" class=\"m-0 hover d-inline-block float-start\" style=\"font-weight:100; color: #212529; letter-spacing: 1px; font-size: 30px; text-decoration:none;\"><img src=\"{{ asset('img/retabit_explora 1.png') }}\" class=\"ms-3\" height=\"29px\" alt=\"logo Retabit\" style=\"display: inline;\"/>{% trans %}Analiza{% endtrans %}</a>
  981.                     {% if app.request.attributes.get('_route') == 'app_analytic' or app.request.attributes.get('_route') == 'explore_analytic' %}
  982.                         <h2 class=\"float-start mb-0\"><span class=\"ms-3 me-3\">|</span><a href=\"{{ path('app_analytic',{'mun': mun}) }}\" class=\"hover text-decoration-none hover_link\">{{ municipioname.adminunitname|capitalize }}</a></h2>
  983.                     {% endif %}
  984.                 </div>
  985.                 {% if app.request.attributes.get('_route') == 'explore_analytic' %}
  986.                     {{include ('components/statsbar_analytic.html.twig')}}
  987.                 {% endif %}
  988.             {% elseif app.request.attributes.get('_route') == 'dashboard' or app.request.attributes.get('_route') == 'users' or app.request.attributes.get('_route') == 'detail-user' or app.request.attributes.get('_route') == 'profile'%} 
  989.                 <div style=\"display:flex; align-items:center;\">
  990.                     <a href=\"{{ path('dashboard') }}\" class=\"m-0 hover d-inline-block float-start\" style=\"font-weight:100; color: #212529; letter-spacing: 1px; font-size: 30px; text-decoration:none;\"><img src=\"{{ asset('img/retabit_explora 1.png') }}\" class=\"ms-3\" height=\"29px\" alt=\"logo Retabit\" style=\"display: inline;\"/>{% trans %}Dashboard{% endtrans %}</a>
  991.                 </div>
  992.             {% elseif app.request.attributes.get('_route') == 'app_login' or app.request.attributes.get('_route') == 'register' or  app.request.attributes.get('_route') == 'app_forgot_password_request' or  app.request.attributes.get('_route') == 'app_reset_password' or  app.request.attributes.get('_route') == 'app_check_email' %} 
  993.                 <div style=\"display:flex; align-items:center;\">
  994.                     <a href=\"{{ path('home') }}\" class=\"m-0 hover d-inline-block float-start\" style=\"font-weight:100; color: #212529; letter-spacing: 1px; font-size: 30px; text-decoration:none;\"><img src=\"{{ asset('img/retabit_explora 1.png') }}\" class=\"ms-3\" height=\"29px\" alt=\"logo Retabit\" style=\"display: inline;\"/>
  995.                         {% if app.request.attributes.get('_route') == 'app_login' %}
  996.                             {% trans %}Login{% endtrans %}
  997.                         {% elseif app.request.attributes.get('_route') == 'register' %}
  998.                             {% trans %}Register{% endtrans %}
  999.                         {% elseif app.request.attributes.get('_route') == 'app_forgot_password_request' %}
  1000.                             {% trans %}Reset Password{% endtrans %}
  1001.                         {% elseif app.request.attributes.get('_route') == 'app_forgot_password_request' %}
  1002.                             {% trans %}Reset your password{% endtrans %}
  1003.                         {% elseif app.request.attributes.get('_route') == 'app_check_email' %}
  1004.                             {% trans %}Reset your password{% endtrans %}
  1005.                         {% endif %}
  1006.                     </a>
  1007.                 </div>
  1008.             {% else %}
  1009.                 <div class=\"container w-100 h-100 overflow-hidden\">
  1010.                     <div class=\"d-flex w-100 h-100 align-items-center justify-content-between\">
  1011.                         <div class=\"d-flex align-items-center\">
  1012.                            <!-- <a href=\"{{ path('home') }}\" class=\"m-3 hover\"><img src=\"{{ asset('img/icon_explora.png') }}\" height=\"24px\" alt=\"logo Retabit\"/></a>-->
  1013.                             <a href=\"{{ path('home') }}\" class=\"mt-1 hover d-inline-block\"><img src=\"{{ asset('img/logo-menu-white.png') }}\" class=\"\" height=\"29px\" alt=\"logo Retabit\"/></a>
  1014.                         </div>
  1015.                         <div class=\"d-flex justify-content-between align-items-center \">
  1016.                             <div class=\"me-5\">
  1017.                                 <a class=\"mx-3 item-navHeader {% if app.request.attributes.get('_route') == 'technology' %}active{% endif %}\" href=\"{{ path('technology') }}\">{% trans %}TECHNOLOGY{% endtrans %}</a>
  1018.                                 <a class=\"mx-3 item-navHeader {% if app.request.attributes.get('_route') == 'interfaces' %}active{% endif %}\" href=\"{{ path('interfaces') }}\">{% trans %}INTERFACES{% endtrans %}</a>
  1019.                                 <a class=\"mx-3 item-navHeader {% if app.request.attributes.get('_route') == 'applications' or app.request.attributes.get('_route') == 'view-application'%}active{% endif %}\" href=\"{{ path('applications') }}\">{% trans %}APPLICATIONS{% endtrans %}</a>
  1020.                                 <a class=\"mx-3 item-navHeader {% if app.request.attributes.get('_route') == 'team' %}active{% endif %}\" href=\"{{ path('team') }}\">{% trans %}TEAM{% endtrans %}</a>
  1021.                                 <a class=\"mx-3 item-navHeader {% if app.request.attributes.get('_route') == 'about' %}active{% endif %}\" href=\"{{ path('about') }}\">{% trans %}ABOUT{% endtrans %}</a>
  1022.                             </div>
  1023.                             <div class=\"me-3\">
  1024.                                 <button class=\"btn btn-secondary dropdown-toggle\" type=\"button\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\">
  1025.                                     {{ app.request.get('_locale')|upper }}
  1026.                                 </button>
  1027.                                 <ul class=\"dropdown-menu\">
  1028.                                     <li><a class=\"dropdown-item\" href=\"{{ path(app.request.get('_route'), app.request.get('_route_params')|merge({'_locale': 'en'})) }}\">EN</a></li>
  1029.                                     <li><a class=\"dropdown-item\" href=\"{{ path(app.request.get('_route'), app.request.get('_route_params')|merge({'_locale': 'es'})) }}\">ES</a></li>
  1030.                                     <li><a class=\"dropdown-item\" href=\"{{ path(app.request.get('_route'), app.request.get('_route_params')|merge({'_locale': 'ca'})) }}\">CA</a></li>
  1031.                                 </ul>
  1032.                             </div>
  1033.                         </div>
  1034.                     </div>
  1035.                     
  1036.                 </div>
  1037.             
  1038.             {% endif %}
  1039.                 
  1040.         </div>
  1041.         <div id=\"header_bar\" class=\"col-12 d-none\">
  1042.             <div class=\"container-fluid\">
  1043.                 <div class=\"row align-items-center justify-content-center\">
  1044.                     <div class=\"col-12\">
  1045.                         <p class=\"mt-1 mb-1\">
  1046.                         {% if app.request.attributes.get('_route') == 'home' %}
  1047.                             <a href=\"{{ path('home') }}\" class=\"hover\" > Inicio</a>
  1048.                         {% elseif app.request.attributes.get('_route') == 'app_analytic_home' %}
  1049.                             <a href=\"{{ path('home') }}\" class=\"hover\" > Inicio</a>
  1050.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1051.                             <a href=\"{{ path('app_analytic_home') }}\" class=\"hover\" > Analiza </a>
  1052.                         {% elseif app.request.attributes.get('_route') == 'app_analytic' %}
  1053.                             <a href=\"{{ path('home') }}\" class=\"hover\" > Inicio</a>
  1054.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1055.                             <a href=\"{{ path('app_analytic_home') }}\" class=\"hover\" > Analiza </a>
  1056.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1057.                             <a href=\"{{ path('app_analytic', {'mun': mun }) }}\" class=\"hover\" > {{ municipioname.adminunitname|capitalize }}</a>
  1058.                         {% elseif app.request.attributes.get('_route') == 'explore_analytic' %}
  1059.                             <a href=\"{{ path('home') }}\" class=\"hover\" > Inicio</a>
  1060.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1061.                             <a href=\"{{ path('app_analytic_home') }}\" class=\"hover\" > Analiza </a>
  1062.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1063.                             <a href=\"{{ path('app_analytic', {'mun': mun }) }}\" class=\"hover\" > {{ municipioname.adminunitname|capitalize }}</a>
  1064.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1065.                             {% for item in analytic_data %}
  1066.                                 {% if item.slug == slug %}
  1067.                                     {% set name_analytic = item.name %}
  1068.                                     <a href=\"{{ path('app_analytic', {'mun': mun, 'slug': slug }) }}\" class=\"hover\" > {{ name_analytic|capitalize }}</a>
  1069.                                 {% endif %}
  1070.                             {% endfor %}
  1071.                         {% elseif app.request.attributes.get('_route') == 'app_project_index' %}
  1072.                             <a href=\"{{ path('home') }}\" class=\"hover\" > Inicio</a>
  1073.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1074.                             <a href=\"{{ path('app_project_index') }}\" class=\"hover\" > Planifica </a>
  1075.                         {% elseif app.request.attributes.get('_route') == 'app_project_home' %}
  1076.                             <a href=\"{{ path('home') }}\" class=\"hover\" > Inicio</a>
  1077.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1078.                             <a href=\"{{ path('app_project_index') }}\" class=\"hover\" > Planifica </a>
  1079.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1080.                             <a href=\"{{ path('app_project_home', {'mun': mun }) }}\" class=\"hover\" > {{ municipioname.adminunitname|capitalize }}</a>
  1081.                             {# {{dump(project)}} #}
  1082.                         {% elseif app.request.attributes.get('_route') == 'app_project_detail' %}
  1083.                             <a href=\"{{ path('home') }}\" class=\"hover\" > Inicio</a>
  1084.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1085.                             <a href=\"{{ path('app_project_index') }}\" class=\"hover\" > Planifica </a>
  1086.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1087.                             <a href=\"{{ path('app_project_home', {'mun': mun }) }}\" class=\"hover\" > {{ municipioname.adminunitname|capitalize }}</a>
  1088.                             <span class=\"material-symbols-outlined\">chevron_right</span>
  1089.                             <a href=\"{{ path('app_project_detail', {'mun': mun, 'id_project': project.id }) }}\" class=\"hover\" > {{ project.name }}</a>
  1090.                         {% endif %}
  1091.                         </p>
  1092.                             
  1093.                         
  1094.                         
  1095.                     </div>
  1096.                 </div>
  1097.             </div>
  1098.         </div>
  1099.         
  1100.         {% block content %}{% endblock %}
  1101.         
  1102.     </div>
  1103.     <footer>
  1104.         <div class=\"container\">
  1105.             <div class=\"row py-5\">
  1106.                 <div class=\"col\">
  1107.                     <div>
  1108.                         <img src=\"{{ asset('custom/logo_retabit.png') }}\" alt=\"logo\"/>
  1109.                         <h4 class=\"pt-4 pb-4\">Multi-dimensional data driven services to foster residential building retrofitting programmes in the implementation of SECAPs</h4>
  1110.                     </div>
  1111.                     <div class=\"ministerio\">
  1112.                         <img src=\"https://retabit.es/wp-content/uploads/2022/03/logo-ministerio.png\" alt=\"logo ministerio\">
  1113.                         <p>
  1114.                             Proyecto PID2020-115936RB-C21 <br>
  1115.                             Financiado por el Ministerio de Ciencia e Innovación
  1116.                         </p>
  1117.                     </div>
  1118.                 </div>
  1119.                 <div class=\"col offset-md-2\">
  1120.                     <div class=\"row\">
  1121.                         <div class=\"col\">
  1122.                             <p>Legal information</p>
  1123.                             <ul>
  1124.                                 <li><a href=\"https://retabit.es/privacy-policy\">Privacy policy</a></li>
  1125.                                 <li><a href=\"https://retabit.es/terms-and-conditions\">Terms &amp; conditions</a></li>
  1126.                                 <li><a href=\"https://retabit.es/cookie-policy\">Cookies policy</a></li>
  1127.                             </ul>
  1128.                         </div>
  1129.                         <div class=\"col\">
  1130.                             <p>Follow us</p>
  1131.                             <ul>
  1132.                                 <li><a href=\"https://twitter.com/retabit_es\">Twitter</a></li>
  1133.                                 <li><a href=\"https://www.linkedin.com/company/re-dwell\">LinkedIn</a></li>
  1134.                             </ul>
  1135.                         </div>
  1136.                     </div>
  1137.                     <div class=\"row pt-5 align-items-center\">
  1138.                         <a class=\"d-inline w-auto\" href=\"https://www.salleurl.edu\"><img class=\"col-6 me-3\" style=\"width: auto;\" src=\"{{ asset('img/footer_salle.png') }}\"/></a>
  1139.                         <a class=\"d-inline w-auto\" href=\"https://www.irec.cat/\"><img class=\"col-6\" style=\"width: auto;\" src=\"{{ asset('img/footer_irec.png') }}\"/></a>
  1140.                         <p class=\"mt-5\">© Design and programming by <a href=\"https://www.salleurl.edu/en/research/groups-and-institutes/human-environment-research-group/architecture-representation-comp\">ARC Engineering and Architecture La Salle</a></p>
  1141.                     </div>
  1142.                 </div>
  1143.             </div>
  1144.         
  1145.         </div>
  1146.     </footer>
  1147. {% endblock %}
  1148. ""Layouts/layout.html.twig""/mnt/www/retabit_platform/templates/Layouts/layout.html.twig");
  1149.     }
  1150. }