{% extends "website/base/base.html" %} {% load tags_conteudos %} {% block principal %}
Arquidiocese de Braga / Pesquisa
Pesquisa
Faça a sua pesquisa e tenha acesso ao que pretende.
Filtre as suas opções para ter acesso a um conteúdo mais restrito
Pesquisa
Pesquisa Livre
{{ form.models }}
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z
{% if query %}
{% if page.has_previous or page.has_next %}
{% load mkrange %} {% mkrange page.number|add:-5|min_value:1 page.number 1 as before_paginate %} {% with steps=before_paginate|length|multiply:-1|add:10 %} {% mkrange page.number|add:1 page.number|add:steps|max_value:paginator.num_pages|add:1 1 as after_paginate %} {% endwith %}
{% endif %} {% endif %}
{% endblock principal %} {% comment %} {% extends "website/instituicoes/instituicoes.html" %} {% load tags_conteudos %} {% load thumbnail %} {% block coluna_direita %}
{% include "website/base/coluna_direita.html" %} {% endblock coluna_direita %} {% block before_titulo %}
{% with x=MEDIA_ROOT|add:arciprestado_object.logo %} {% thumbnail x "477" crop="center" format="PNG" as im %}
{% endthumbnail %} {% endwith %}
{% endblock before_titulo %} {% block listagem_title %}/ Arciprestados / Arciprestado de {{ arciprestado_object.arciprestado }} / Instituições {% endblock listagem_title %} {% block listagem_title_3 %} Paróquias {% endblock listagem_title_3 %} {% block pesquisa %} {% include "website/instituicoes/pesquisa_instituicoes.html" %} {% endblock pesquisa %} {% block registos %} {% for paroquia in object_list %}
{{ paroquia.nome }}
{% with x=MEDIA_ROOT|add:paroquia.foto %} {% thumbnail x "200" crop="center" as im %}
{% endthumbnail %} {% endwith %}
{% endfor %} {% endblock registos %} {% endcomment %}