{% extends "traktplus/trakt-base.html" %} {% block trakt_title %}{{ user }}'s {{ title }}{% endblock %} {% block trakt_content %}
{% if profile.status == 'error' %}

{{ profile.message }}

{% else %}
{% if profile.watching %}
Currently watching: {% if profile.watching.type == 'movie' %} {{ profile.watching.movie.title }} ({{ profile.watching.movie.year }}) {% else %} {{ profile.watching.show.title }} {{ profile.watching.episode.season }}x{{ profile.watching.episode.number }} - {{ profile.watching.episode.title }} {% endif %}
{% endif %}
Movies: Collection: {{ profile.stats.movies.collection }} Watched: {{ profile.stats.movies.watched }}

Episodes: Collection: {{ profile.stats.episodes.collection }} Watched: {{ profile.stats.episodes.watched }}
Recently watched