{% extends "base.html" %} {% block title %}{{ game.name }} - Record Chart | Satta King UK Bazar{% endblock %} {% block description %}View detailed record chart for {{ game.name }} with historical results and timing information at {{ game.time }}.{% endblock %} {% block content %}

{{ game.name }} - Record Chart

Game Time: {{ game.time }}
{% if game.status == 'live' %} LIVE {% elif game.status == 'next' %} UPCOMING {% elif game.status == 'completed' %} COMPLETED {% else %} REST {% endif %}
Yesterday's Result
{{ game.yesterday_result }}
Today's Result
{{ game.today_result }}

Historical Record Chart

Date Result Time Status
July 31, 2025 {{ game.today_result }} {{ game.time }} {% if game.status == 'live' %} Live {% elif game.status == 'completed' %} Completed {% else %} Pending {% endif %}
July 30, 2025 {{ game.yesterday_result }} {{ game.time }} Completed

Game Statistics

Total Games
31
This Month
31

Timing Information

Game Time: {{ game.time }}

Status: {% if game.status == 'live' %} Currently Live {% elif game.status == 'next' %} Next in Queue {% elif game.status == 'completed' %} Completed for Today {% else %} Rest Period {% endif %}

Last Updated: {{ current_date }} IST

{% endblock %} {% block extra_scripts %} {% endblock %}