{% 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 %}
| 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 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