{% extends 'base.html' %} {% block title %}Home – {{ app_brand }}{% endblock %} {% block head %} {% endblock %} {% block content %}
🏏
DIS IPL 2026
DIS IPL Match Predictions
🏆 {{ app_tagline }} 🏏
Team pool Match-day picks Live leaderboard
WHO ARE YOU?
{% if current_user %}
You’re signed in as
{{ current_user.display_name or current_user.username }}
Open app — today’s matches
Switch user? Select another teammate below.
{% endif %}

New teammate? Ask your admin to add you to the team roster.

{% if admin_login_configured %} 🔐 Admin login {% else %} Admin login is not enabled yet. {% endif %}

{% endblock %}