{% extends "traktplus/trakt-base.html" %} {% block trakt_title %} {{ user }}'s {{ title }} {% endblock %} {% block trakt_content %} {% if watchlist %}
{{ type }} {% if type == 'Movies' %} Shows {% else %} Movies {% endif %}
{% if watchlist.0.empty %} {{ user }} has not added any {{ type|lower }} into their watchlist {% else %} {% endif %}
{% endif %} {% endblock %}