gamecollection_detail.html 191 B

12345678
  1. {% extends "base.html" %}
  2. {% block page_title %}{{object}}{% endblock %}
  3. {% block title %}{{object}}{% endblock %}
  4. {% block content %}
  5. {% include "games/_game_table.html" %}
  6. {% endblock %}