{% extends "tv/base.html" %} {% block title %}{{ movie.title or movie.folder_name }} - VideoKonverter TV{% endblock %} {% block content %}
{% if movie.poster_url %} {% endif %}

{{ movie.title or movie.folder_name }}

{% if movie.year %}

{{ movie.year }}

{% endif %} {% if movie.genres %}

{{ movie.genres }}

{% endif %} {% if movie.overview %}

{{ movie.overview }}

{% endif %} {% if videos %} {% endif %}
{% if videos|length > 1 %}

Versionen

{% for v in videos %} {{ v.file_name }} {% if v.duration_sec %}{{ (v.duration_sec / 60)|round|int }} Min{% endif %} {% if v.width %} · {{ v.width }}x{{ v.height }}{% endif %} · {{ v.container|upper }} {% endfor %}
{% endif %}
{% endblock %}