diff --git a/vrobbler/templates/scrobbles/_last_scrobbles.html b/vrobbler/templates/scrobbles/_last_scrobbles.html index 1af4f51..d452c92 100644 --- a/vrobbler/templates/scrobbles/_last_scrobbles.html +++ b/vrobbler/templates/scrobbles/_last_scrobbles.html @@ -13,8 +13,18 @@ {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %} - No tracks today +

No tracks today

{% endif %} + +

Food

+ {% if Food %} + {% with scrobbles=Food count=Food_count time=Food_time %} + {% include "scrobbles/_scrobble_table.html" %} + {% endwith %} + {% else %} +

No food today

+ {% endif %} +