{% load urlreplace %} {% for obj in object_list %} {% if request.user.is_authenticated %} {% endif %} {% endfor %}
Title Scrobbles Start
{{obj}}{{obj.scrobble_count}} Scrobble

{% if page_obj.has_previous %} prev {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }} {% if page_obj.has_next %} next {% endif %}