{% extends "base_list.html" %} {% block title %}Moods{% endblock %} {% block head_extra %} {% endblock %} {% block lists %}
{% for mood in object_list %} {% if request.user.is_authenticated %} {% endif %} {% endfor %}
Title Scrobbles Start
{{mood}}{{mood.scrobble_count}} Scrobble
{% endblock %}