{% extends "rookscore/base.html" %} {% block body %}

Games Page

{% if games_list %} {% for game in games_list %} {% with game_scores=game.scores.all %} {% include "rookscore/single_game_summary.html" %} {% endwith %} {% endfor %} {% else %}

No games are available.

{% endif %} {% endblock %}