{% extends "website/base/base.html" %} {% load tags_conteudos %} {% block principal %} {% get_seccao seccao=seccao as seccao_bd %}
{% for noticia in object_list %} {% with conteudo=noticia %} {% block noticia %} {% include "website/base/noticia_listagem.html" %} {% endblock noticia %} {% endwith %} {% if not forloop.last %}
{% endif %} {% endfor %}
{% with js_callback_name="change_page" %} {% include "website/base/pagination.html" %} {% endwith %}
{% endblock principal %}