{% load tags_conteudos %} {% load thumbnail %} {% get_latest_contents content_type=2 elements=1 sections_parent="4" as galeria %} {% if galeria|length > 0 %} {% with fotos=galeria.0.conteudos_fotogaleriaimagem_fotogaleria_imagem.all %}
Fotogaleria
{% for foto in fotos %} {% with x=MEDIA_ROOT|add:foto.imagem %} {% thumbnail x "565x378" crop="center" as im %} {% endthumbnail %} {% endwith %} {% endfor %}
{{ galeria.0.titulo }}
{% endwith %} {% endif %}