{% include "root_header_begin.html" %} {% include "film/header_jquery.html" %} {% include "root_header_end.html" %} {% include "film/sidebar_start.html" %} {% include "film/sidebar_film_selected.html" %} {% include "film/sidebar_end.html" %}
{{ film_title }} - Summary

Title: {{ film_title }}

Genres: {{ film_genre_name_list }}

Rating: {{ film_rating }}

Overview: {{ film_overview }}

Cast: {{ film_cast_name_list }}

Crew: in progress

Path: {{ film_path }}

Re-Identify

Raw Poster Image

Raw Backdrop Image

{% for zp_image_type_id in render_templates_display_dict|sort %} {% for zp_icon_sub_type_id in render_templates_display_dict[zp_image_type_id]['icon_sub_type_list']|sort %}

Rendered {{ render_templates_display_dict[zp_image_type_id]['name'] }} Image - Sub Type ID {{ zp_icon_sub_type_id }}


Live Render

{% endfor %} {% endfor %}
{% include "root_footer.html" %}