{% extends "website/base/base_paroquias.html" %} {% load tags_conteudos %} {% load thumbnail %} {% block head %} {% endblock head %} {% block principal %} {% if object.conteudos_fotogaleriaimagem_fotogaleria_imagem.all|length > 1 %} {% endif %}
{% with fotos=object.conteudos_fotogaleriaimagem_fotogaleria_imagem.all %}
{% for foto in fotos %} {% with x=MEDIA_ROOT|add:foto.imagem %} {% thumbnail x "565x378" crop="center" as im %} {% endthumbnail %} {% endwith %} {% endfor %}
{{ object.titulo }}
{% if object.conteudos_fotogaleriaimagem_fotogaleria_imagem.all|length > 1 %} {% endif %}
{% endwith %}
{% for fotogaleria in object_list %} {% if not forloop.counter|divisibleby:2 %}
{% endif %}
{% with x=MEDIA_ROOT|add:fotogaleria.capa %} {% thumbnail x "68x68" crop="center" as im %}
{% endthumbnail %} {% endwith %}
{% if fotogaleria.resumo %}by {{ fotogaleria.resumo }}
{% endif %}
{% if forloop.counter|divisibleby:2 or forloop.last %}
{% endif %} {% endfor %}
{% with js_callback_name="change_page" %} {% include "website/base/pagination.html" %} {% endwith %}
{% endblock principal %}