{% if title %}
{{ title }}
{% endif %} {% for page in pages %}
{% for cell in page.cells %}
{% if cell.caption and captions != 'none' %}
{{ cell.caption }}
{% endif %}
{% endfor %}
{% if not loop.last %}
{% endif %} {% endfor %}