diff --git a/vrobbler/templates/videogames/videogame_list.html b/vrobbler/templates/videogames/videogame_list.html new file mode 100644 index 0000000..d3103df --- /dev/null +++ b/vrobbler/templates/videogames/videogame_list.html @@ -0,0 +1,28 @@ +{% extends "base_list.html" %} + +{% block lists %} +
+
+
+ + + + + + + + + + {% for obj in object_list %} + + + + + + {% endfor %} + +
NameScrobblesAll time
{{obj}}{{obj.scrobble_set.count}}
+
+
+
+{% endblock %}