{% macro flash( app, type ) %}
{% for message in app.flashes(type) %}
<div class="alert alert-{{ type }} col-md-10 col-lg-8 mx-auto my-4">
{{ message|raw }}
</div>
{% endfor %}
{% endmacro %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="../assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="../assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>PrideFM: {{ block('title') }}</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
{% block stylesheets %}
{# {{ encore_entry_link_tags('app') }}#}
<link href="{{ asset('css/feStyles.css') }}" rel="stylesheet">
{% endblock stylesheets %}
<style id="progressStyles">
body::before {
content: '';
display: block;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 3px;
background: #0d6efd;
transform: scaleX(0.3);
transform-origin: 0 0;
will-change: transform;
z-index: 1000;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
{# <script async src="https://www.googletagmanager.com/gtag/js?id=G-"></script>#}
{# <script>#}
{# window.dataLayer = window.dataLayer || [];#}
{# function gtag(){dataLayer.push(arguments);}#}
{# gtag('js', new Date());#}
{# gtag('config', 'G-');#}
{# </script>#}
</head>
<body class="">
<div class="mobile-container">
{% import _self as helper %}
<div class="content">
<div class="app-head unlogged" >
<div class="col-12 header-row">
<a href="{{ path('feapp_home') }}">
<div class="mob-logo">
<img src="{{ asset('build/img/HrpSx2ZN.png') }}" >
<div class="mot">The Sounds of Pride in <span>{{ event.name }}</span></div>
</div>
{# {% if orders.invited|length>0 or orders.purchased|length>0 %}#}
{# <div class="col-50">#}
{# <div class="barcode-btn">#}
{# <a href="#" class="barcode-link" data-toggle="modal" data-target="#barcodeModal">#}
{# <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 22"><defs><style>.cls-1{fill:#fff;}</style></defs><rect class="cls-1" width="2" height="22"/><rect class="cls-1" x="4" width="2" height="19.5"/><rect class="cls-1" x="8" width="2" height="19.5"/><rect class="cls-1" x="12" width="2" height="19.5"/><rect class="cls-1" x="16" width="2" height="19.5"/><rect class="cls-1" x="20" width="2" height="19.5"/><rect class="cls-1" x="24" width="2" height="19.5"/><rect class="cls-1" x="28" width="2" height="19.5"/><rect class="cls-1" x="32" width="2" height="22"/><rect class="cls-1" x="4" width="2" height="19.5"/></svg>#}
{# </a>#}
{# </div>#}
{# </div>#}
{# {% endif %}#}
</a>
</div>
</div>
{{ helper.flash( app, 'danger' ) }}
{{ helper.flash( app, 'warning' ) }}
{{ helper.flash( app, 'success' ) }}
{{ helper.flash( app, 'info' ) }}
{%if onAir|length %}
<div class="on-air">
{% for event in onAir%}
<div class="event">
<div class="badge badge-pill badge-danger">On Air</div>
<div class="artist">{{event.artist.name}}</div> @ <a href="{{path('feapp_lineup_stage',{'id':event.stage.id})}}" class="stage">{{event.stage.name}}</a>
</div>
{% endfor %}
</div>
{%endif%}
{%if upcoming|length %}
<div class="upcoming">
{% for event in upcoming%}
<div class="event">
<div class="time">{{event.startAt|date('H:i')}} ({{event.startAt|elapsed}})</div>
<div class="artist">{{event.artist.name}}</div> @ <a href="{{path('feapp_lineup_stage',{'id':event.stage.id})}}" class="stage">{{event.stage.name}}</a>
</div>
{% endfor %}
</div>
{%endif%}
{% block body %}{% endblock %}
</div>
<footer>Provided by <a href="https://wisetiger.co.uk/">Wisetiger</a>. Powered by <a href="https://seehoo.co.uk/">Seehoo</a>
</footer>
</div>
{% block javascripts %}
<script>
let i, c, u, a, s, l, f, d, m;
i = 15e3;
c = 4e4;
u = "#0d6efd";
a = function (n) {
return "\n ".concat("body::before", " { \n transform: scaleX(0.99);\n transition-duration: ").concat(n, "ms;\n transition-timing-function: cubic-bezier(0,1,0.5,1);\n }\n")
};
s = function () {
return "\n ".concat("body::before", " {\n transform: scaleX(1);\n transition-duration: ").concat(300, "ms;\n animation: none;\n background-image: none;\n }\n")
};
l = function () {
return "\n ".concat("body::before", " {\n transform: scaleX(0);\n transition-duration: 0ms;\n animation: none;\n background-image: none;\n }\n")
};
f = function () {
return "\n @keyframes shimmer {\n from {\n left: -80%; \n width: 80%; \n }\n \n to {\n left: 110%; \n width: 10%;\n }\n }\n"
};
d = function (n) {
return "\n ".concat("body::before", " {\n transform: scaleX(1);\n transition-duration: 0ms;\n background: ").concat(n, ";\n animation: shimmer 2s infinite;\n }\n ")
};
m = function (n) {
document && document.hidden ? n() : requestAnimationFrame((function () {
n()
}
))
};
let g = function (n) {
const e = (n || {}).sheet;
if (e) {
let t = !1
, o = !1
, r = null
, g = null
, R = null;
return {
inProgress: function() {
return t
},
start: function () {
const n = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : i;
t || (t = !0,
m((function () {
e.insertRule(a(n), e.cssRules.length)
}
)),
g = setTimeout((function () {
t && (o = !0,
m((function () {
e.insertRule(f(), e.cssRules.length),
e.insertRule(d(u), e.cssRules.length)
}
)))
}
), i),
R = setTimeout((function () {
t && (t = !1,
o = !1,
m((function () {
e.insertRule(l(), e.cssRules.length)
}
)),
clearTimeout(r),
clearTimeout(g),
clearTimeout(R))
}
), c))
},
end: function () {
if (t) {
if (t = !1,
o)
return o = !1,
clearTimeout(r),
clearTimeout(R),
clearTimeout(g),
void m((function () {
e.insertRule(l(), e.cssRules.length)
}
));
m((function () {
e.insertRule(s(), e.cssRules.length)
}
)),
r = setTimeout((function () {
clearTimeout(r),
clearTimeout(R),
clearTimeout(g),
m((function () {
e.insertRule(l(), e.cssRules.length)
}
))
}
), 800)
}
},
reset: function () {
t = !1,
o = !1,
clearTimeout(r),
clearTimeout(g),
clearTimeout(R),
m((function () {
e.insertRule(l(), e.cssRules.length)
}
))
}
}
}
};
!function () {
const n = document.getElementById("progressStyles");
n && n.sheet && (window.seewhen_progress_bar = g(n),
window.seewhen_progress_bar && window.seewhen_progress_bar.start && window.seewhen_progress_bar.start())
}()
</script>
{# <script src="{{ asset('packages/ui.js') }}"></script>#}
{{ encore_entry_script_tags('app') }}
{% endblock javascripts %}
{% block modals %}
{% if orders.invited|length>0 or orders.purchased|length>0 %}
{% endif %}
{% endblock modals%}
</body>
</html>