{% extends 'revelar/base.html' %} {% block container %}

Fotos


{% for foto in fotos_todas %} {% if forloop.first %}
{% elif forloop.counter0|divisibleby:3 %}
{% endif %} {% if forloop.last %}
{% endif %} {% empty %}

Não há fotos cadastradas no momento.

{% endfor %}
{% endblock container %}