{% extends "base.html" %} {% block title %}{% endblock %} {% block content %} {% if now_playing_list %}

Now playing

{% for scrobble in now_playing_list %}
{{scrobble.video.title}} - {{scrobble.video}}
{{scrobble.timestamp|date:"D, M j Y"}} | IMDB

{% endfor %} {% endif %}

Last scrobbles

{% endblock %}