Dashboard
Today {{counts.today}} | This Week {{counts.week}} | This Month {{counts.month}} | This Year {{counts.year}} | All Time {{counts.alltime}}
{% else %}
{% include "scrobbles/_last_scrobbles.html" %}
{% extends "base.html" %}
{% load static %}
{% load humanize %}
{% load naturalduration %}
{% block head_extra %}
{% endblock %}
{% block content %}
Today {{counts.today}} | This Week {{counts.week}} | This Month {{counts.month}} | This Year {{counts.year}} | All Time {{counts.alltime}}
{% if not user.is_authenticated %}
Dashboard
{% endif %}
{% include "scrobbles/_last_scrobbles.html" %}