{% extends "traktplus/trakt-base.html" %} {% block trakt_title %}{{ title }}{% endblock %} {% block trakt_content %} {% if show %}
Classification: | {{ show.certification }} |
Airs: | {{ show.air_day }}s at {{ show.air_time }} on {{ show.network }} |
Premiered: | {{ show.first_aired }} |
Runtime: | {{ show.runtime }}m |
Genres: | {% for genre in show.genres %}{{ genre }} {% endfor %} |
{{ show.overview|truncate(400, false) }} {% if show.overview|count > 400 %} [+] {% endif %}
Watchers: | {{ show.stats.watchers }} |
Plays: | {{ show.stats.plays }} |
Scrobbles: | {{ show.stats.scrobbles }} |
Checkins: | {{ show.stats.checkins }} |
In collection: | {{ show.stats.collection }} |
Votes: | {{ show.ratings.votes }} |
Percentage: | {{ show.ratings.percentage }} |
Loved: | {{ show.ratings.loved }} |
Hated: | {{ show.ratings.hated }} |