{% extends "base.html" %} {% block page_title %}{{object.name}} | Developer{% endblock %} {% block title %}Developer: {{object.name}}{% endblock %} {% block content %}

Browsing {{object_list.count}} games

{% for game in object_list %} {% include "games/_game_card.html" %} {% endfor %}
{% include "games/_pagination.html" %} {% endblock %}