{% extends "base.html" %} {% block page_title %}{{object.name}}{% endblock %} {% block title %}{{object.name}}{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Browsing {{object_list.count}} games

{% if request.user.is_authenticated %}
  {% endif %}
{% for game in object_list %} {% include "games/_game_card.html" %} {% endfor %}
{% include "games/_pagination.html" %} {% endblock %}