{% extends "base.html" %} {% block title %}Games Library{% endblock %} {% block content %} {% regroup object_list by game_system as game_system_list %} {% for system in game_system_list %}

{{system.grouper.name}}

{% endfor %} {% endblock %}