{% extends "trakt-base.html" %} {% block trakt_title %}{{ title }}{% endblock %} {% block trakt_content %} {% if watchlist %}

{{ user }}'s {{ type }} 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 %}