<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* base.html.twig */
class __TwigTemplate_dbc1e72fa84d0733fc71c1ee7cd2ce9e extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\"/>
<title>";
// line 5
$this->displayBlock('title', $context, $blocks);
echo "</title>
";
// line 8
echo " ";
$this->displayBlock('stylesheets', $context, $blocks);
// line 13
echo " <link rel=\"icon\" type=\"image/x-icon\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.ico"), "html", null, true);
echo "\"/>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" href=\"";
// line 16
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon-32x32.png"), "html", null, true);
echo "\" sizes=\"32x32\">
<link rel=\"icon\" type=\"image/png\" href=\"";
// line 17
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon-16x16.png"), "html", null, true);
echo "\" sizes=\"16x16\">
<link rel=\"manifest\" href=\"";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("manifest.json"), "html", null, true);
echo "\">
<link rel=\"mask-icon\" href=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("safari-pinned-tab.svg"), "html", null, true);
echo "\">
<meta name=\"theme-color\" content=\"#ffffff\">
";
// line 22
echo "</head>
<body class=\"";
// line 23
echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_join_filter(((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, true, false, 23), "roles", [], "any", true, true, false, 23)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, true, false, 23), "roles", [], "any", false, false, false, 23), [])) : ([])), " ")), "html", null, true);
echo "\">
<header>
<div class=\"head-bg\">
<img class=\"logo\" alt=\"prothelis - protecting life\"
src=\"";
// line 27
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/layout/prothelis_logo_claim-1x.png"), "html", null, true);
echo "\"
srcset=\"";
// line 28
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/layout/prothelis_logo_claim-1x.png"), "html", null, true);
echo " 1x, ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/layout/prothelis_logo_claim-2x.png"), "html", null, true);
echo " 2x\">
<nav class=\"menu-wrapper\">
";
// line 30
if ((((array_key_exists("blank", $context)) ? (_twig_default_filter((isset($context["blank"]) || array_key_exists("blank", $context) ? $context["blank"] : (function () { throw new RuntimeError('Variable "blank" does not exist.', 30, $this->source); })()), false)) : (false)) != true)) {
// line 31
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_account");
echo "\" class=\"link-white\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("account.customer"), "html", null, true);
echo "</a>
";
// line 32
if (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN") || $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_SUPPORT"))) {
echo " | <a href=\"/account/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 32, $this->source); })()), "request", [], "any", false, false, false, 32), "attributes", [], "any", false, false, false, 32), "get", [0 => "_locale"], "method", false, false, false, 32), "html", null, true);
echo "/admin\" class=\"link-white\">Admin</a>";
}
// line 33
echo " ";
if (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN") || $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_SUPPORT"))) {
echo " | <a href=\"/account/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 33, $this->source); })()), "request", [], "any", false, false, false, 33), "attributes", [], "any", false, false, false, 33), "get", [0 => "_locale"], "method", false, false, false, 33), "html", null, true);
echo "/admin/trackerdetail\" class=\"link-white\">Tracker</a>";
}
// line 34
echo " ";
if (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_TECHGUY") || $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_SUPPORT"))) {
echo " | <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("tech_root");
echo "\" class=\"link-white\">Tech Data</a>";
}
// line 35
echo " ";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_RENTING_PARTNER")) {
echo " | <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("renting_dashboard");
echo "\" class=\"link-white\">Renting</a>";
}
// line 36
echo " |
";
}
// line 38
echo " <span class=\"dropdown\" style=\"top: 3px;\">
";
// line 39
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["locales"]) || array_key_exists("locales", $context) ? $context["locales"] : (function () { throw new RuntimeError('Variable "locales" does not exist.', 39, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["locale"]) {
// line 40
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 40, $this->source); })()), "request", [], "any", false, false, false, 40), "attributes", [], "any", false, false, false, 40), "get", [0 => "_locale"], "method", false, false, false, 40) == twig_get_attribute($this->env, $this->source, $context["locale"], "id", [], "any", false, false, false, 40))) {
// line 41
echo " <a href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"flag-18 flag-icon-background flag-icon-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["locale"], "flag", [], "any", false, false, false, 41), "html", null, true);
echo "\"></span></a>
";
}
// line 43
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['locale'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 44
echo " <ul class=\"dropdown-menu\">
";
// line 45
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["locales"]) || array_key_exists("locales", $context) ? $context["locales"] : (function () { throw new RuntimeError('Variable "locales" does not exist.', 45, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["locale"]) {
// line 46
echo " <li ";
if ((twig_get_attribute($this->env, $this->source, $context["locale"], "id", [], "any", false, false, false, 46) == twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 46, $this->source); })()), "request", [], "any", false, false, false, 46), "attributes", [], "any", false, false, false, 46), "get", [0 => "_locale"], "method", false, false, false, 46))) {
echo "class=\"active\"";
}
echo ">
";
// line 47
if ((twig_get_attribute($this->env, $this->source, $context["locale"], "id", [], "any", false, false, false, 47) == twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 47, $this->source); })()), "request", [], "any", false, false, false, 47), "attributes", [], "any", false, false, false, 47), "get", [0 => "_locale"], "method", false, false, false, 47))) {
// line 48
echo " <a><span class=\"flag-18 flag-icon-background flag-icon-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["locale"], "flag", [], "any", false, false, false, 48), "html", null, true);
echo "\"></span> ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["locale"], "name", [], "any", false, false, false, 48), "html", null, true);
echo "</a>
";
} else {
// line 50
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 50, $this->source); })()), "request", [], "any", false, false, false, 50), "get", [0 => "_route"], "method", false, false, false, 50), twig_array_merge(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 50, $this->source); })()), "request", [], "any", false, false, false, 50), "get", [0 => "_route_params"], "method", false, false, false, 50), ["_locale" => twig_get_attribute($this->env, $this->source, $context["locale"], "id", [], "any", false, false, false, 50)])), "html", null, true);
echo "\" class=\"language\" rel=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["locale"], "id", [], "any", false, false, false, 50), "html", null, true);
echo "\"><span class=\"flag-18 flag-icon-background flag-icon-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["locale"], "flag", [], "any", false, false, false, 50), "html", null, true);
echo "\"></span> ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["locale"], "name", [], "any", false, false, false, 50), "html", null, true);
echo "</a>
";
}
// line 52
echo " </li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['locale'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 54
echo " </ul>
</span>
</nav>
</div>
</header>
<section class=\"container\">
<section class=\"row\">
<article class=\"col col-md-10 col-md-offset-1\">
";
// line 62
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_FULLY")) {
// line 73
echo " ";
}
// line 74
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 74, $this->source); })()), "session", [], "any", false, false, false, 74), "flashBag", [], "any", false, false, false, 74), "get", [0 => "success"], "method", false, false, false, 74));
foreach ($context['_seq'] as $context["_key"] => $context["msg"]) {
// line 75
echo " <div class=\"alert alert-success\">
";
// line 76
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["msg"]);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['msg'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 79
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 79, $this->source); })()), "session", [], "any", false, false, false, 79), "flashBag", [], "any", false, false, false, 79), "get", [0 => "warning"], "method", false, false, false, 79));
foreach ($context['_seq'] as $context["_key"] => $context["msg"]) {
// line 80
echo " <div class=\"alert alert-warning\">
";
// line 81
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["msg"]);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['msg'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 84
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 84, $this->source); })()), "session", [], "any", false, false, false, 84), "flashBag", [], "any", false, false, false, 84), "get", [0 => "error"], "method", false, false, false, 84));
foreach ($context['_seq'] as $context["_key"] => $context["msg"]) {
// line 85
echo " <div class=\"alert alert-danger\">
";
// line 86
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["msg"]);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['msg'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 89
echo " </article>
</section>
<section class=\"row\">
<article class=\"col col-md-12 col-md-offset-0\">
";
// line 93
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 93, $this->source); })()), "session", [], "any", false, false, false, 93), "flashBag", [], "any", false, false, false, 93), "get", [0 => "success_renting"], "method", false, false, false, 93));
foreach ($context['_seq'] as $context["_key"] => $context["msg"]) {
// line 94
echo " <div class=\"alert alert-success\">
";
// line 95
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["msg"]);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['msg'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 98
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 98, $this->source); })()), "session", [], "any", false, false, false, 98), "flashBag", [], "any", false, false, false, 98), "get", [0 => "error"], "method", false, false, false, 98));
foreach ($context['_seq'] as $context["_key"] => $context["msg"]) {
// line 99
echo " <div class=\"alert alert-danger\">
";
// line 100
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["msg"]);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['msg'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 103
echo " </article>
</section>
</section>
<section style=\"clear:both; height: 100%; padding-bottom:180px;\">
";
// line 107
$this->displayBlock('body', $context, $blocks);
// line 108
echo "</section>
<footer class=\"foot-bg\">
<div class=\"footer-wrapper\">
";
// line 111
if (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 111, $this->source); })()), "user", [], "any", false, false, false, 111)) {
echo "<a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("security_logout");
echo "\" class=\"menuitem\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("misc.logout"), "html", null, true);
echo "</a>
";
// line 112
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_PREVIOUS_ADMIN")) {
// line 113
echo " | <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_account", ["_switch_user" => "_exit"]);
echo "\" class=\"menuitem\">Exit impersonation</a>
";
}
// line 115
echo " <br />";
}
// line 116
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("service_tos");
echo "\" class=\"menuitem\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("misc.tos"), "html", null, true);
echo "</a> |
<a href=\"";
// line 117
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("service_privacy");
echo "\" class=\"menuitem\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("misc.privacy"), "html", null, true);
echo "</a> |
<a href=\"";
// line 118
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("service_legal");
echo "\" class=\"menuitem\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("misc.legal"), "html", null, true);
echo "</a>
</div>
</footer>
";
// line 121
$this->displayBlock('javascripts', $context, $blocks);
// line 127
if ((twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 127, $this->source); })()), "environment", [], "any", false, false, false, 127) == "prod")) {
// line 128
echo " ";
$this->loadTemplate("elements/google_analytics.html.twig", "base.html.twig", 128)->display($context);
}
// line 130
echo "</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 5
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Welcome!";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 8
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 9
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
echo "
";
// line 12
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 107
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 121
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 122
echo " ";
// line 124
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 462 => 124, 460 => 122, 450 => 121, 432 => 107, 422 => 12, 417 => 9, 407 => 8, 388 => 5, 376 => 130, 372 => 128, 370 => 127, 368 => 121, 360 => 118, 354 => 117, 347 => 116, 344 => 115, 338 => 113, 336 => 112, 328 => 111, 323 => 108, 321 => 107, 315 => 103, 306 => 100, 303 => 99, 298 => 98, 289 => 95, 286 => 94, 282 => 93, 276 => 89, 267 => 86, 264 => 85, 259 => 84, 250 => 81, 247 => 80, 242 => 79, 233 => 76, 230 => 75, 225 => 74, 222 => 73, 220 => 62, 210 => 54, 203 => 52, 191 => 50, 183 => 48, 181 => 47, 174 => 46, 170 => 45, 167 => 44, 161 => 43, 155 => 41, 152 => 40, 148 => 39, 145 => 38, 141 => 36, 134 => 35, 127 => 34, 120 => 33, 114 => 32, 107 => 31, 105 => 30, 98 => 28, 94 => 27, 87 => 23, 84 => 22, 79 => 19, 75 => 18, 71 => 17, 67 => 16, 60 => 13, 57 => 8, 53 => 5, 47 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\"/>
<title>{% block title %}Welcome!{% endblock %}</title>
{# <link rel=\"stylesheet\" href=\"{{ asset('vendor/bootstrap/dist/css/bootstrap.min.css') }}\">#}
{# <link rel=\"stylesheet\" href=\"{{ asset('vendor/flag-icon-css/css/flag-icon.min.css') }}\">#}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{# <link rel=\"stylesheet\" href=\"{{ asset('css/font.css') }}\">#}
{# <link rel=\"stylesheet\" href=\"{{ asset('css/base.css') }}\">#}
{% endblock %}
<link rel=\"icon\" type=\"image/x-icon\" href=\"{{ asset('favicon.ico') }}\"/>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" href=\"{{ asset('favicon-32x32.png') }}\" sizes=\"32x32\">
<link rel=\"icon\" type=\"image/png\" href=\"{{ asset('favicon-16x16.png') }}\" sizes=\"16x16\">
<link rel=\"manifest\" href=\"{{ asset('manifest.json') }}\">
<link rel=\"mask-icon\" href=\"{{ asset('safari-pinned-tab.svg') }}\">
<meta name=\"theme-color\" content=\"#ffffff\">
{# <script src=\"{{ asset('vendor/jquery/dist/jquery.min.js') }}\"></script>#}
</head>
<body class=\"{{ app.user.roles|default([])|join(' ')|lower }}\">
<header>
<div class=\"head-bg\">
<img class=\"logo\" alt=\"prothelis - protecting life\"
src=\"{{ asset('img/layout/prothelis_logo_claim-1x.png') }}\"
srcset=\"{{ asset('img/layout/prothelis_logo_claim-1x.png') }} 1x, {{ asset('img/layout/prothelis_logo_claim-2x.png') }} 2x\">
<nav class=\"menu-wrapper\">
{% if blank|default(false) != true %}
<a href=\"{{ path('user_account') }}\" class=\"link-white\">{{ 'account.customer'|trans }}</a>
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_SUPPORT') %} | <a href=\"/account/{{ app.request.attributes.get('_locale') }}/admin\" class=\"link-white\">Admin</a>{% endif %}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_SUPPORT') %} | <a href=\"/account/{{ app.request.attributes.get('_locale') }}/admin/trackerdetail\" class=\"link-white\">Tracker</a>{% endif %}
{% if is_granted('ROLE_TECHGUY') or is_granted('ROLE_SUPPORT') %} | <a href=\"{{ path('tech_root') }}\" class=\"link-white\">Tech Data</a>{% endif %}
{% if is_granted('ROLE_RENTING_PARTNER') %} | <a href=\"{{ path('renting_dashboard') }}\" class=\"link-white\">Renting</a>{% endif %}
|
{% endif %}
<span class=\"dropdown\" style=\"top: 3px;\">
{% for locale in locales %}
{% if app.request.attributes.get('_locale') == locale.id %}
<a href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"flag-18 flag-icon-background flag-icon-{{ locale.flag }}\"></span></a>
{% endif %}
{% endfor %}
<ul class=\"dropdown-menu\">
{% for locale in locales %}
<li {% if locale.id == app.request.attributes.get('_locale') %}class=\"active\"{% endif %}>
{% if locale.id == app.request.attributes.get('_locale') %}
<a><span class=\"flag-18 flag-icon-background flag-icon-{{ locale.flag }}\"></span> {{ locale.name }}</a>
{% else %}
<a href=\"{{ path(app.request.get('_route'), app.request.get('_route_params')|merge({ '_locale': locale.id })) }}\" class=\"language\" rel=\"{{ locale.id }}\"><span class=\"flag-18 flag-icon-background flag-icon-{{ locale.flag }}\"></span> {{ locale.name }}</a>
{% endif %}
</li>
{% endfor %}
</ul>
</span>
</nav>
</div>
</header>
<section class=\"container\">
<section class=\"row\">
<article class=\"col col-md-10 col-md-offset-1\">
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
{# <div class=\"alert alert-success\">#}
{# <p style=\"width: 100%; text-align: right;\">05.07.2021</p>#}
{# <br />#}
{# <strong>Geplante Wartungsarbeiten am 09.02.2023</strong><br />
Am Donnerstag, dem 09.02.2023, erwartet Sie eine kurze Unterbrechung unseres Services. Ab 15 Uhr werden wir unser System aktualisieren, um Ihnen weiterhin eine optimale Funktionalität und Sicherheit zu gewährleisten. Die Prothelis App und die my-prothelis.de Webseite werden für etwa 2 Stunden nicht verfügbar sein. Auch die Tracker werden in dieser Zeit nicht funktionieren. Bitte haben Sie Verständnis für die kurze Unterbrechung, wir arbeiten hart daran, Ihnen ein besseres Erlebnis zu bieten.
<br /><br />
<strong>Planned maintenance work on 09.02.2023</strong><br />
On Thursday, 09.02.2023, you can expect a short interruption of service. Starting at 3pm (CET), we will update our system to continue to provide you with optimal functionality and security. The Prothelis App and the my-prothelis.de website will be unavailable for approximately 2 hours. The trackers will also not work during this time. Please understand the short interruption, we are working hard to provide you with a better experience.
#}
{# </div>#}
{% endif %}
{% for msg in app.session.flashBag.get('success') %}
<div class=\"alert alert-success\">
{{ msg|trans|raw }}
</div>
{% endfor %}
{% for msg in app.session.flashBag.get('warning') %}
<div class=\"alert alert-warning\">
{{ msg|trans|raw }}
</div>
{% endfor %}
{% for msg in app.session.flashBag.get('error') %}
<div class=\"alert alert-danger\">
{{ msg|trans|raw }}
</div>
{% endfor %}
</article>
</section>
<section class=\"row\">
<article class=\"col col-md-12 col-md-offset-0\">
{% for msg in app.session.flashBag.get('success_renting') %}
<div class=\"alert alert-success\">
{{ msg|trans|raw }}
</div>
{% endfor %}
{% for msg in app.session.flashBag.get('error') %}
<div class=\"alert alert-danger\">
{{ msg|trans|raw }}
</div>
{% endfor %}
</article>
</section>
</section>
<section style=\"clear:both; height: 100%; padding-bottom:180px;\">
{% block body %}{% endblock %}
</section>
<footer class=\"foot-bg\">
<div class=\"footer-wrapper\">
{% if app.user %}<a href=\"{{ path('security_logout') }}\" class=\"menuitem\">{{ 'misc.logout'|trans }}</a>
{% if is_granted('ROLE_PREVIOUS_ADMIN') %}
| <a href=\"{{ path('user_account', {'_switch_user': '_exit'}) }}\" class=\"menuitem\">Exit impersonation</a>
{% endif %}
<br />{% endif %}
<a href=\"{{ path('service_tos') }}\" class=\"menuitem\">{{ 'misc.tos'|trans }}</a> |
<a href=\"{{ path('service_privacy') }}\" class=\"menuitem\">{{ 'misc.privacy'|trans }}</a> |
<a href=\"{{ path('service_legal') }}\" class=\"menuitem\">{{ 'misc.legal'|trans }}</a>
</div>
</footer>
{% block javascripts %}
{#<script src=\"{{ asset('vendor/jquery/dist/jquery.min.js') }}\"></script>#}
{# <script src=\"{{ asset('vendor/bootstrap/dist/js/bootstrap.min.js') }}\"></script>#}
{{ encore_entry_script_tags('app') }}
{# <script src=\"{{ asset('js/base.js') }}\"></script>#}
{% endblock %}
{% if app.environment == 'prod' %}
{% include 'elements/google_analytics.html.twig' %}
{% endif %}
</body>
</html>
", "base.html.twig", "/var/www/html/account_dev/templates/base.html.twig");
}
}