{% extends "couchpotato/base.html" %} {% block couchpotato_content %} {% if couchpotato['success'] %} {% set info = couchpotato['movie']['library']['info'] %}
Year: | {{info['year']}} |
Rating: | {{info['rating']['imdb'][0]}}/10 ({{info['rating']['imdb'][1]}} votes) |
Genres: | {% for genre in info['genres'] %} {{genre}} {%if not loop.last%}|{%endif%} {% endfor %} |
DVD: | {{info['release_date']['dvd']|time}} |
Theater: | {{info['released']}} |
Writers: | {%for writer in info['writers']%} {{writer}}{%if not loop.last%},{%endif%} {%endfor%} |
Directors: | {%for director in info['directors']%} {{director}}{%if not loop.last%},{%endif%} {%endfor%} |
Actors: | {%for actor in info['actors']%} {{actor}}{%if not loop.last%},{%endif%} {%endfor%} |
Runtime: | {{info['runtime']}} |
Profile: | {% if profiles %} {% else %} {{couchpotato['movie']['profile']['label']}} {% endif %} |
Plot:
{{info['plot']}}
An error ocurred