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