{% extends "base.html" %} {% block page_title %}Genres{% endblock %} {% block title %}All genres{% endblock %} {% block content %} {% for genre in object_list %} {% endfor %}
# Name Games Rating
{{genre.id}} {{genre.name}} {{genre.game_set.count}} {{genre.rating_avg}}/100
{% endblock %}