{% extends "base_list.html" %} {% load urlreplace %} {% block title %}Albums{% endblock %} {% block lists %}
{% if view == 'grid' %} View as List {% else %} View as Grid {% endif %}
{% if page_obj.has_previous %} prev {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }} {% if page_obj.has_next %} next {% endif %}
Scrobbles | Name | Publisher |
---|---|---|
{{game.scrobbles.count}} | {{game}} | {{game.publisher}} |