{% extends "traktplus/trakt-base.html" %} {% block trakt_title %} {{ user }}'s TV Show Progress {% endblock %} {% block trakt_content %} {% if progress %}
{{ type|title }} {% if type == 'watched' %} Collected {% else %} Watched {% endif %}
{% endif %} {% endblock %}