{% load tags_conteudos %} {% load thumbnail %} {% get_latest_contents content_type=3 elements=40 sections="18" as publicidade %}
{% if website.websiteprofile.arciprestado %}
{% endif %}
{% comment %} {% endcomment %} {% if website.websiteprofile.horarios_horario %} {% endif %} {% if website.websiteprofile.contactos_noticia %} {% endif %} {% if website.websiteprofile.coordenadas_latitude and website.websiteprofile.coordenadas_longitude %} {% endif %} {% if website.websiteprofile.youtube or website.websiteprofile.twitter or website.websiteprofile.facebook %}
{% endif %} {% if website.websiteprofile.youtube %} {% endif %} {% if website.websiteprofile.twitter %} {% endif %} {% if website.websiteprofile.facebook %} {% endif %}
{% if website.websiteprofile.arciprestado %}
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 %}
{% endwith %} {% endif %} {% endif %}