diff --git a/vrobbler/templates/scrobbles/_top_charts.html b/vrobbler/templates/scrobbles/_top_charts.html index 15dbf00..1d2d7b6 100644 --- a/vrobbler/templates/scrobbles/_top_charts.html +++ b/vrobbler/templates/scrobbles/_top_charts.html @@ -390,6 +390,100 @@ {% endif %} +
+
#4 {{shows.3.name}} ({{shows.3.num_scrobbles}})
+ {% if shows.3.cover_image %} + + {% else %} + + {% endif %} +
+
+
#5 {{shows.4.name}} ({{shows.4.num_scrobbles}})
+ {% if shows.4.cover_image %} + + {% else %} + + {% endif %} +
+ + + {% endif %} + {% if shows.5 %} +
+
+
+
#6 {{shows.5.name}}
+ {% if shows.5.cover_image %} + + {% else %} + + {% endif %} +
+
+
#7 {{shows.6.name}}
+ {% if shows.6.cover_image %} + + {% else %} + + {% endif %} +
+
+
#8 {{shows.7.name}}
+ {% if shows.7.cover_image %} + + {% else %} + + {% endif %} +
+
+
#9 {{shows.8.name}}
+ {% if shows.8.cover_image %} + + {% else %} + + {% endif %} +
+
+
#10 {{shows.9.name}}
+ {% if shows.9.cover_image %} + + {% else %} + + {% endif %} +
+
+
#11 {{shows.10.name}}
+ {% if shows.10.cover_image %} + + {% else %} + + {% endif %} +
+
+
#12 {{shows.11.name}}
+ {% if shows.11.cover_image %} + + {% else %} + + {% endif %} +
+
+
#13 {{shows.12.name}}
+ {% if shows.12.cover_image %} + + {% else %} + + {% endif %} +
+
+
#14 {{shows.13.name}}
+ {% if shows.13.cover_image %} + + {% else %} + + {% endif %} +
{% endif %} @@ -446,6 +540,100 @@ {% endif %} +
+
#4 {{channels.3.name}} ({{channels.3.num_scrobbles}})
+ {% if channels.3.cover_image %} + + {% else %} + + {% endif %} +
+
+
#5 {{channels.4.name}} ({{channels.4.num_scrobbles}})
+ {% if channels.4.cover_image %} + + {% else %} + + {% endif %} +
+ + + {% endif %} + {% if channels.5 %} +
+
+
+
#6 {{channels.5.name}}
+ {% if channels.5.cover_image %} + + {% else %} + + {% endif %} +
+
+
#7 {{channels.6.name}}
+ {% if channels.6.cover_image %} + + {% else %} + + {% endif %} +
+
+
#8 {{channels.7.name}}
+ {% if channels.7.cover_image %} + + {% else %} + + {% endif %} +
+
+
#9 {{channels.8.name}}
+ {% if channels.8.cover_image %} + + {% else %} + + {% endif %} +
+
+
#10 {{channels.9.name}}
+ {% if channels.9.cover_image %} + + {% else %} + + {% endif %} +
+
+
#11 {{channels.10.name}}
+ {% if channels.10.cover_image %} + + {% else %} + + {% endif %} +
+
+
#12 {{channels.11.name}}
+ {% if channels.11.cover_image %} + + {% else %} + + {% endif %} +
+
+
#13 {{channels.12.name}}
+ {% if channels.12.cover_image %} + + {% else %} + + {% endif %} +
+
+
#14 {{channels.13.name}}
+ {% if channels.13.cover_image %} + + {% else %} + + {% endif %} +
{% endif %}