{% extends "coderedcms/blocks/base_block.html" %} {% load i18n wagtailcore_tags wagtailimages_tags %} {% block block_render %} {% with value=self.film_strip %}
{% for panel in value.film_panels.all %} {% image panel.background_image original as image %}
{% include_block panel.content %}
{% endfor %}
{% block film_strip_buttons %}
{% endblock film_strip_buttons %}
{% endwith %} {% endblock %}