HEY, {{ (current_user.display_name or current_user.username)|upper }} π
{{ today|format_date_weekday }} Β·
{% if todays_matches %}
{% set n = todays_matches|length %}
{% if n == 1 %}
One match on todayβs card.
{% else %}
{{ n }} matches on todayβs card.
{% endif %}
{% else %}
No IPL fixtures today β next games are below.
{% endif %}
Winner: {% if pred.winner_correct %}β {% else %}β{% endif %}
{% if pred.motm_correct is not none %}MOTM: {% if pred.motm_correct %}β {% else %}β{% endif %}{% endif %}
{% endif %}
{% endif %}
{% if match.can_predict and not pred %}
π― Make Prediction
{% elif match.can_predict and pred and not pred.is_settled %}
βοΈ Edit Prediction
{% elif match.status in ('upcoming',) and not match.is_match_today %}
π Opens on {{ match.match_date|format_date }}
{% elif match.locked or match.status == 'locked' %}
{% if r.winner_correct %}β {% else %}β{% endif %} W
{% if r.motm_correct is not none %} {% if r.motm_correct %}β {% else %}β{% endif %} M{% endif %}