<?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;
/* front/layout/base.html.twig */
class __TwigTemplate_c91cf7724bcc18e59a2a1c2bf185ac1d18d8eaacf7255e657fb013b53913548c 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'],
'javascripts' => [$this, 'block_javascripts'],
'bodyCssClasses' => [$this, 'block_bodyCssClasses'],
'body' => [$this, 'block_body'],
'content' => [$this, 'block_content'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/layout/base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/layout/base.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>";
// line 5
$this->displayBlock('title', $context, $blocks);
echo "</title>
<!-- Required meta tags always come first -->
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
// line 11
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/apple-touch-icon.png"), "html", null, true);
echo "\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
// line 12
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/favicon-32x32.png"), "html", null, true);
echo "\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
// line 13
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/favicon-16x16.png"), "html", null, true);
echo "\">
";
// line 15
$this->displayBlock('stylesheets', $context, $blocks);
// line 18
echo " ";
$this->displayBlock('javascripts', $context, $blocks);
// line 30
echo "
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-W30R85L0MT\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-W30R85L0MT');
</script>
<script src=\"https://js.stripe.com/v3/\"></script>
<style>
/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
box-sizing: border-box;
height: 40px;
width: 100%;
padding: 10px 12px;
border: 1px solid transparent;
border-radius: 4px;
background-color: white;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.StripeElement--focus {
box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
border-color: #0A9B01;
}
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
</style>
<link rel=\"stylesheet\" href=\"//cdn.datatables.net/1.10.24/css/jquery.dataTables.min.css\">
</head>
<body class=\"";
// line 77
$this->displayBlock('bodyCssClasses', $context, $blocks);
echo "\">
<!-- Preloader -->
<div id=\"hellopreloader\">
<div class=\"preloader\">
<svg width=\"45\" height=\"45\" stroke=\"#fff\">
<g fill=\"none\" fill-rule=\"evenodd\" stroke-width=\"2\" transform=\"translate(1 1)\">
<circle cx=\"22\" cy=\"22\" r=\"6\" stroke=\"none\">
<animate attributeName=\"r\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"6;22\"/>
<animate attributeName=\"stroke-opacity\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"1;0\"/>
<animate attributeName=\"stroke-width\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"2;0\"/>
</circle>
<circle cx=\"22\" cy=\"22\" r=\"6\" stroke=\"none\">
<animate attributeName=\"r\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"6;22\"/>
<animate attributeName=\"stroke-opacity\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"1;0\"/>
<animate attributeName=\"stroke-width\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"2;0\"/>
</circle>
<circle cx=\"22\" cy=\"22\" r=\"8\">
<animate attributeName=\"r\" begin=\"0s\" calcMode=\"linear\" dur=\"1.5s\" repeatCount=\"indefinite\"
values=\"6;1;2;3;4;5;6\"/>
</circle>
</g>
</svg>
<div class=\"text\">Loading ...</div>
</div>
</div>
<!-- ... end Preloader -->
";
// line 110
$this->displayBlock('body', $context, $blocks);
// line 124
echo "</body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "BikingMan";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 15
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 16
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 18
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 19
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
echo "
<script>
\$(document).ready(function () {
";
// line 22
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(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.', 22, $this->source); })()), "flashes", [], "method", false, false, false, 22));
foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
// line 23
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["messages"]);
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 24
echo " \$.SwalFlashAlert( \"";
echo twig_escape_filter($this->env, $context["type"], "html", null, true);
echo "\", \"";
echo twig_escape_filter($this->env, $context["message"], "html", null, true);
echo "\");
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 26
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 27
echo " });
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 77
public function block_bodyCssClasses($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyCssClasses"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyCssClasses"));
echo "page-has-left-panels ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 110
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 111
echo "
";
// line 112
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.', 112, $this->source); })()), "user", [], "any", false, false, false, 112)) {
// line 113
echo " ";
if (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN") || $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ORGANIZER"))) {
// line 114
echo " ";
$this->loadTemplate("front/layout/base.html.twig", "front/layout/base.html.twig", 114, "746841141")->display($context);
// line 115
echo " ";
} else {
// line 116
echo " ";
$this->loadTemplate("front/layout/base.html.twig", "front/layout/base.html.twig", 116, "796017599")->display($context);
// line 117
echo " ";
}
// line 118
echo " ";
}
// line 119
echo "
";
// line 120
$this->loadTemplate("front/layout/base.html.twig", "front/layout/base.html.twig", 120, "761819334")->display($context);
// line 121
echo "
";
// line 122
$this->displayBlock('content', $context, $blocks);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "front/layout/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 338 => 122, 335 => 121, 333 => 120, 330 => 119, 327 => 118, 324 => 117, 321 => 116, 318 => 115, 315 => 114, 312 => 113, 310 => 112, 307 => 111, 297 => 110, 278 => 77, 266 => 27, 260 => 26, 249 => 24, 244 => 23, 240 => 22, 233 => 19, 223 => 18, 210 => 16, 200 => 15, 181 => 5, 169 => 124, 167 => 110, 131 => 77, 82 => 30, 79 => 18, 77 => 15, 72 => 13, 68 => 12, 64 => 11, 55 => 5, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>{% block title %}BikingMan{% endblock %}</title>
<!-- Required meta tags always come first -->
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('build/images/apple-touch-icon.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('build/images/favicon-32x32.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('build/images/favicon-16x16.png') }}\">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
<script>
\$(document).ready(function () {
{% for type, messages in app.flashes() %}
{% for message in messages %}
\$.SwalFlashAlert( \"{{ type }}\", \"{{ message }}\");
{% endfor %}
{% endfor %}
});
</script>
{% endblock %}
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-W30R85L0MT\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-W30R85L0MT');
</script>
<script src=\"https://js.stripe.com/v3/\"></script>
<style>
/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
box-sizing: border-box;
height: 40px;
width: 100%;
padding: 10px 12px;
border: 1px solid transparent;
border-radius: 4px;
background-color: white;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.StripeElement--focus {
box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
border-color: #0A9B01;
}
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
</style>
<link rel=\"stylesheet\" href=\"//cdn.datatables.net/1.10.24/css/jquery.dataTables.min.css\">
</head>
<body class=\"{% block bodyCssClasses %}page-has-left-panels {% endblock %}\">
<!-- Preloader -->
<div id=\"hellopreloader\">
<div class=\"preloader\">
<svg width=\"45\" height=\"45\" stroke=\"#fff\">
<g fill=\"none\" fill-rule=\"evenodd\" stroke-width=\"2\" transform=\"translate(1 1)\">
<circle cx=\"22\" cy=\"22\" r=\"6\" stroke=\"none\">
<animate attributeName=\"r\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"6;22\"/>
<animate attributeName=\"stroke-opacity\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"1;0\"/>
<animate attributeName=\"stroke-width\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"2;0\"/>
</circle>
<circle cx=\"22\" cy=\"22\" r=\"6\" stroke=\"none\">
<animate attributeName=\"r\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"6;22\"/>
<animate attributeName=\"stroke-opacity\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"1;0\"/>
<animate attributeName=\"stroke-width\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"2;0\"/>
</circle>
<circle cx=\"22\" cy=\"22\" r=\"8\">
<animate attributeName=\"r\" begin=\"0s\" calcMode=\"linear\" dur=\"1.5s\" repeatCount=\"indefinite\"
values=\"6;1;2;3;4;5;6\"/>
</circle>
</g>
</svg>
<div class=\"text\">Loading ...</div>
</div>
</div>
<!-- ... end Preloader -->
{% block body %}
{% if app.user %}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_ORGANIZER') %}
{% embed 'back/layout/section/fixed-sidebar-left.html.twig' %}{% endembed %}
{% else %}
{% embed 'front/layout/section/fixed-sidebar-left.html.twig' %}{% endembed %}
{% endif %}
{% endif %}
{% embed 'front/layout/section/header.html.twig' %}{% endembed %}
{% block content %}{% endblock %}
{% endblock %}
</body>
</html>
", "front/layout/base.html.twig", "/srv/www/bm_dev_new/templates/front/layout/base.html.twig");
}
}
/* front/layout/base.html.twig */
class __TwigTemplate_c91cf7724bcc18e59a2a1c2bf185ac1d18d8eaacf7255e657fb013b53913548c___746841141 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 114
return "back/layout/section/fixed-sidebar-left.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/layout/base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/layout/base.html.twig"));
$this->parent = $this->loadTemplate("back/layout/section/fixed-sidebar-left.html.twig", "front/layout/base.html.twig", 114);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "front/layout/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 530 => 114, 338 => 122, 335 => 121, 333 => 120, 330 => 119, 327 => 118, 324 => 117, 321 => 116, 318 => 115, 315 => 114, 312 => 113, 310 => 112, 307 => 111, 297 => 110, 278 => 77, 266 => 27, 260 => 26, 249 => 24, 244 => 23, 240 => 22, 233 => 19, 223 => 18, 210 => 16, 200 => 15, 181 => 5, 169 => 124, 167 => 110, 131 => 77, 82 => 30, 79 => 18, 77 => 15, 72 => 13, 68 => 12, 64 => 11, 55 => 5, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>{% block title %}BikingMan{% endblock %}</title>
<!-- Required meta tags always come first -->
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('build/images/apple-touch-icon.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('build/images/favicon-32x32.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('build/images/favicon-16x16.png') }}\">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
<script>
\$(document).ready(function () {
{% for type, messages in app.flashes() %}
{% for message in messages %}
\$.SwalFlashAlert( \"{{ type }}\", \"{{ message }}\");
{% endfor %}
{% endfor %}
});
</script>
{% endblock %}
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-W30R85L0MT\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-W30R85L0MT');
</script>
<script src=\"https://js.stripe.com/v3/\"></script>
<style>
/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
box-sizing: border-box;
height: 40px;
width: 100%;
padding: 10px 12px;
border: 1px solid transparent;
border-radius: 4px;
background-color: white;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.StripeElement--focus {
box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
border-color: #0A9B01;
}
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
</style>
<link rel=\"stylesheet\" href=\"//cdn.datatables.net/1.10.24/css/jquery.dataTables.min.css\">
</head>
<body class=\"{% block bodyCssClasses %}page-has-left-panels {% endblock %}\">
<!-- Preloader -->
<div id=\"hellopreloader\">
<div class=\"preloader\">
<svg width=\"45\" height=\"45\" stroke=\"#fff\">
<g fill=\"none\" fill-rule=\"evenodd\" stroke-width=\"2\" transform=\"translate(1 1)\">
<circle cx=\"22\" cy=\"22\" r=\"6\" stroke=\"none\">
<animate attributeName=\"r\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"6;22\"/>
<animate attributeName=\"stroke-opacity\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"1;0\"/>
<animate attributeName=\"stroke-width\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"2;0\"/>
</circle>
<circle cx=\"22\" cy=\"22\" r=\"6\" stroke=\"none\">
<animate attributeName=\"r\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"6;22\"/>
<animate attributeName=\"stroke-opacity\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"1;0\"/>
<animate attributeName=\"stroke-width\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"2;0\"/>
</circle>
<circle cx=\"22\" cy=\"22\" r=\"8\">
<animate attributeName=\"r\" begin=\"0s\" calcMode=\"linear\" dur=\"1.5s\" repeatCount=\"indefinite\"
values=\"6;1;2;3;4;5;6\"/>
</circle>
</g>
</svg>
<div class=\"text\">Loading ...</div>
</div>
</div>
<!-- ... end Preloader -->
{% block body %}
{% if app.user %}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_ORGANIZER') %}
{% embed 'back/layout/section/fixed-sidebar-left.html.twig' %}{% endembed %}
{% else %}
{% embed 'front/layout/section/fixed-sidebar-left.html.twig' %}{% endembed %}
{% endif %}
{% endif %}
{% embed 'front/layout/section/header.html.twig' %}{% endembed %}
{% block content %}{% endblock %}
{% endblock %}
</body>
</html>
", "front/layout/base.html.twig", "/srv/www/bm_dev_new/templates/front/layout/base.html.twig");
}
}
/* front/layout/base.html.twig */
class __TwigTemplate_c91cf7724bcc18e59a2a1c2bf185ac1d18d8eaacf7255e657fb013b53913548c___796017599 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 116
return "front/layout/section/fixed-sidebar-left.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/layout/base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/layout/base.html.twig"));
$this->parent = $this->loadTemplate("front/layout/section/fixed-sidebar-left.html.twig", "front/layout/base.html.twig", 116);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "front/layout/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 718 => 116, 530 => 114, 338 => 122, 335 => 121, 333 => 120, 330 => 119, 327 => 118, 324 => 117, 321 => 116, 318 => 115, 315 => 114, 312 => 113, 310 => 112, 307 => 111, 297 => 110, 278 => 77, 266 => 27, 260 => 26, 249 => 24, 244 => 23, 240 => 22, 233 => 19, 223 => 18, 210 => 16, 200 => 15, 181 => 5, 169 => 124, 167 => 110, 131 => 77, 82 => 30, 79 => 18, 77 => 15, 72 => 13, 68 => 12, 64 => 11, 55 => 5, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>{% block title %}BikingMan{% endblock %}</title>
<!-- Required meta tags always come first -->
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('build/images/apple-touch-icon.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('build/images/favicon-32x32.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('build/images/favicon-16x16.png') }}\">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
<script>
\$(document).ready(function () {
{% for type, messages in app.flashes() %}
{% for message in messages %}
\$.SwalFlashAlert( \"{{ type }}\", \"{{ message }}\");
{% endfor %}
{% endfor %}
});
</script>
{% endblock %}
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-W30R85L0MT\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-W30R85L0MT');
</script>
<script src=\"https://js.stripe.com/v3/\"></script>
<style>
/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
box-sizing: border-box;
height: 40px;
width: 100%;
padding: 10px 12px;
border: 1px solid transparent;
border-radius: 4px;
background-color: white;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.StripeElement--focus {
box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
border-color: #0A9B01;
}
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
</style>
<link rel=\"stylesheet\" href=\"//cdn.datatables.net/1.10.24/css/jquery.dataTables.min.css\">
</head>
<body class=\"{% block bodyCssClasses %}page-has-left-panels {% endblock %}\">
<!-- Preloader -->
<div id=\"hellopreloader\">
<div class=\"preloader\">
<svg width=\"45\" height=\"45\" stroke=\"#fff\">
<g fill=\"none\" fill-rule=\"evenodd\" stroke-width=\"2\" transform=\"translate(1 1)\">
<circle cx=\"22\" cy=\"22\" r=\"6\" stroke=\"none\">
<animate attributeName=\"r\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"6;22\"/>
<animate attributeName=\"stroke-opacity\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"1;0\"/>
<animate attributeName=\"stroke-width\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"2;0\"/>
</circle>
<circle cx=\"22\" cy=\"22\" r=\"6\" stroke=\"none\">
<animate attributeName=\"r\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"6;22\"/>
<animate attributeName=\"stroke-opacity\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"1;0\"/>
<animate attributeName=\"stroke-width\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"2;0\"/>
</circle>
<circle cx=\"22\" cy=\"22\" r=\"8\">
<animate attributeName=\"r\" begin=\"0s\" calcMode=\"linear\" dur=\"1.5s\" repeatCount=\"indefinite\"
values=\"6;1;2;3;4;5;6\"/>
</circle>
</g>
</svg>
<div class=\"text\">Loading ...</div>
</div>
</div>
<!-- ... end Preloader -->
{% block body %}
{% if app.user %}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_ORGANIZER') %}
{% embed 'back/layout/section/fixed-sidebar-left.html.twig' %}{% endembed %}
{% else %}
{% embed 'front/layout/section/fixed-sidebar-left.html.twig' %}{% endembed %}
{% endif %}
{% endif %}
{% embed 'front/layout/section/header.html.twig' %}{% endembed %}
{% block content %}{% endblock %}
{% endblock %}
</body>
</html>
", "front/layout/base.html.twig", "/srv/www/bm_dev_new/templates/front/layout/base.html.twig");
}
}
/* front/layout/base.html.twig */
class __TwigTemplate_c91cf7724bcc18e59a2a1c2bf185ac1d18d8eaacf7255e657fb013b53913548c___761819334 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 120
return "front/layout/section/header.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/layout/base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/layout/base.html.twig"));
$this->parent = $this->loadTemplate("front/layout/section/header.html.twig", "front/layout/base.html.twig", 120);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "front/layout/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 906 => 120, 718 => 116, 530 => 114, 338 => 122, 335 => 121, 333 => 120, 330 => 119, 327 => 118, 324 => 117, 321 => 116, 318 => 115, 315 => 114, 312 => 113, 310 => 112, 307 => 111, 297 => 110, 278 => 77, 266 => 27, 260 => 26, 249 => 24, 244 => 23, 240 => 22, 233 => 19, 223 => 18, 210 => 16, 200 => 15, 181 => 5, 169 => 124, 167 => 110, 131 => 77, 82 => 30, 79 => 18, 77 => 15, 72 => 13, 68 => 12, 64 => 11, 55 => 5, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>{% block title %}BikingMan{% endblock %}</title>
<!-- Required meta tags always come first -->
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('build/images/apple-touch-icon.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('build/images/favicon-32x32.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('build/images/favicon-16x16.png') }}\">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
<script>
\$(document).ready(function () {
{% for type, messages in app.flashes() %}
{% for message in messages %}
\$.SwalFlashAlert( \"{{ type }}\", \"{{ message }}\");
{% endfor %}
{% endfor %}
});
</script>
{% endblock %}
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-W30R85L0MT\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-W30R85L0MT');
</script>
<script src=\"https://js.stripe.com/v3/\"></script>
<style>
/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
box-sizing: border-box;
height: 40px;
width: 100%;
padding: 10px 12px;
border: 1px solid transparent;
border-radius: 4px;
background-color: white;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.StripeElement--focus {
box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
border-color: #0A9B01;
}
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
</style>
<link rel=\"stylesheet\" href=\"//cdn.datatables.net/1.10.24/css/jquery.dataTables.min.css\">
</head>
<body class=\"{% block bodyCssClasses %}page-has-left-panels {% endblock %}\">
<!-- Preloader -->
<div id=\"hellopreloader\">
<div class=\"preloader\">
<svg width=\"45\" height=\"45\" stroke=\"#fff\">
<g fill=\"none\" fill-rule=\"evenodd\" stroke-width=\"2\" transform=\"translate(1 1)\">
<circle cx=\"22\" cy=\"22\" r=\"6\" stroke=\"none\">
<animate attributeName=\"r\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"6;22\"/>
<animate attributeName=\"stroke-opacity\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"1;0\"/>
<animate attributeName=\"stroke-width\" begin=\"1.5s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"2;0\"/>
</circle>
<circle cx=\"22\" cy=\"22\" r=\"6\" stroke=\"none\">
<animate attributeName=\"r\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"6;22\"/>
<animate attributeName=\"stroke-opacity\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\"
repeatCount=\"indefinite\" values=\"1;0\"/>
<animate attributeName=\"stroke-width\" begin=\"3s\" calcMode=\"linear\" dur=\"3s\" repeatCount=\"indefinite\"
values=\"2;0\"/>
</circle>
<circle cx=\"22\" cy=\"22\" r=\"8\">
<animate attributeName=\"r\" begin=\"0s\" calcMode=\"linear\" dur=\"1.5s\" repeatCount=\"indefinite\"
values=\"6;1;2;3;4;5;6\"/>
</circle>
</g>
</svg>
<div class=\"text\">Loading ...</div>
</div>
</div>
<!-- ... end Preloader -->
{% block body %}
{% if app.user %}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_ORGANIZER') %}
{% embed 'back/layout/section/fixed-sidebar-left.html.twig' %}{% endembed %}
{% else %}
{% embed 'front/layout/section/fixed-sidebar-left.html.twig' %}{% endembed %}
{% endif %}
{% endif %}
{% embed 'front/layout/section/header.html.twig' %}{% endembed %}
{% block content %}{% endblock %}
{% endblock %}
</body>
</html>
", "front/layout/base.html.twig", "/srv/www/bm_dev_new/templates/front/layout/base.html.twig");
}
}