{% extends "base.html" %} {% block page_title %}{{object}}{% endblock %} {% block title %}{{object}}{% endblock %} {% block content %} {% for collection in object_list %} {% endfor %}
# Name Games Rating
{{collection.id}} {{collection.name}} {{collection.games.count}} {{collection.rating_avg}}/100
{% endblock %}