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

{{ user }} hates {{ amount }} {{ type }}

{{ type }} {% if type == 'Movies' %} Shows {% else %} Movies {% endif %}
{% endif %} {% endblock %}