{% include "root_header.html" %} {% include "root_sidebar.html" %}
{{ film_title }}
{% for image_group in image_groups %}
{% for image in image_group %}
{% endfor %}
{% endfor %}
Upload image:

{% include "root_footer.html" %}