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