{% extends "mobile/base.html" %} {% block left_button %} {% endblock %} {% block header %}
{% if item.action == 'watching' %} Watching: {% elif item.action == 'rating' %} {{ item.rating|title }}d: {% elif item.action == 'scrobble' %} Watched: {% elif item.action == 'checkin' %} Checkin: {% elif item.action == 'seen' %} Marked as Watched: {% elif item.action == 'collection' %} Added to collection: {% elif item.action == 'watchlist' %} Added to watch list: {% elif item.action == 'shout' %} Shouted about: {% elif item.action == 'created' %} Created: {% elif item.action == 'item_added' %} Added item: {% endif %}
{% if item.type == 'show' %} {{ item.show.title }} {% elif item.type == 'episode' %} {{ item.show.title }} {{ item.episode.season }}x{{ item.episode.number }} - {{ item.episode.title }} {% elif item.type == 'movie' %} {{ item.movie.title }} ({{ item.movie.year }}) {% else %} {{ item.type }} {% endif %}