{% extends "AppBundle::layout.html.twig" %} {% block body%}
Title {{poster.title}}
Release Date {{poster.year}}
Rating {{poster.imdb}}
Overview {{poster.description}}
Serie tv Details Imported check
Serie tv Keywords Imported check
{{poster.roles|length}} casts Imported check
Trailer video Imported check
{% for old_season in poster.seasons %} {% if season.position > old_season.position %}
{{old_season.episodes|length}} Episodes Imported in "{{old_season.title}}" check
{% endif %} {% endfor %}
{{ form_start(form) }} {{form_widget(form.id)}} Import "{{season.title}}" Episodes {{ form_end(form) }}
{% endblock%}