Arciprestado de {{ website.websiteprofile.arciprestado }}
{% endif %}
{{ website }}
publicidade
{% if publicidade|length > 0 %}
{% endif %}
{% if website.websiteprofile.conteudo_slide %}
{% get_latest_contents website=website cod=website.websiteprofile.conteudo_slide.pk content_type=2 elements=1 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 %}
{% for foto in fotos %}
{% with x=MEDIA_ROOT|add:foto.imagem %}
{% thumbnail x "681x267" crop="center" as im %}