{% include 'menu.css' %}
{% include 'menu.htm' %}
Cover

Cover


{{T('Play')}}
{{T('Show on IMDB')}}
{{T('Show on Wikipedia')}}
{{T('Search on Google')}}

{{T('History')}}:

{{T('Title')}}

{{T('Year')}}

{{T('Director')}}

{{T('Cast')}}

{{T('Runtime')}}

{{T('Dimension')}}

{{T('File size')}}

{% for director, movies, paths in zip(record.director_list, record.dirothermovies, record.path_to_dirothermovies) %} {% if director %}

{{T('Other movies of')}} {{director}} {{T('in collection')}}

{% endif %} {% endfor %} {% for actor, movies, paths in zip(record.actor_list, record.castothermovies, record.path_to_castothermovies) %} {% if movies %}

{{T('Other movies of')}} {{actor}} {{T('in collection')}}

{% endif %} {% endfor %}