{% extends "base.html" %} {% load i18n %} {% block title %}{{ flipbook.title }}{% endblock %} {% block main %}
{% for image in flipbook.get_folder_images %} {% cycle "col1" "col2" as column silent %} {% if column == "col1" %}
{% endif %}
{% if forloop.last or column == "col2" %}
{% endif %} {% endfor %}
{% endblock %}