{% load static %} {% load wagtailcore_tags wagtailimages_tags %} {% block content %} {% load static wagtailimages_tags %}
{% if value.slides|length > 1 %}
{% for slide in value.slides %} {% endfor %}
Slide 1 de {{ value.slides|length }}{% if value.slides.0.title %}: {{ value.slides.0.title }}{% endif %}
{% endif %}
{% endblock %}