{% block head %}{% endblock %}
{% if current_user %}
DIS
IPL
2026
☰
🏠 Home
📘 Guide
📅 Matches
🃏 Pool
🏆 Board
📈 Analytics
📊 My Stats
{% if admin_login_configured %} {% if staff_session %}
⚙️ Admin
{% else %}
🔐 Admin
{% endif %} {% endif %}
{{ '%.0f'|format(current_user.points) }} pts
{% endif %}
{% for cat, msg in get_flashed_messages(with_categories=True) %}
{% if cat == 'success' %}✅{% elif cat == 'danger' %}❌{% elif cat == 'warning' %}⚠️{% else %}ℹ️{% endif %} {{ msg }}
{% endfor %}
{% block content %}{% endblock %} {% block scripts %}{% endblock %}