{% include 'webapp/_pwa_head.html' %} {% block extra_head %}{% endblock %}
LIVE NOW

{{ t('room_code') }}
{{ t('room_password') }}
{% if session.get('user_id') %} {% else %} {{ t('login') }} {% endif %}
{% if session.get('user_id') and ticker_matches is defined and ticker_matches %}
RESULTS
{% for m in ticker_matches %}
{{ m.title[:24] }} · {{ m.game.name if m.game else '' }} {% if m.status == 'live' %} LIVE {% elif m.status == 'finished' %} FINISHED {% else %} {{ m.starts_at.strftime('%H:%M') if m.starts_at else '' }} {% endif %}
{% endfor %} {% for m in ticker_matches %}
{{ m.title[:24] }} · {{ m.game.name if m.game else '' }} {% if m.status == 'live' %} LIVE {% elif m.status == 'finished' %} FINISHED {% else %} {{ m.starts_at.strftime('%H:%M') if m.starts_at else '' }} {% endif %}
{% endfor %}
{% endif %} {% if session.get('user_id') %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %} {% block extra_scripts %}{% endblock %} {% include 'webapp/_pwa.html' %}