{% extends "website/base/base.html" %} {% load tags_conteudos %} {% block coluna_direita %} {% if seccao.0 == '169' %}
{% endif %} {% include "website/base/coluna_direita.html" %} {% endblock coluna_direita %} {% block principal %} {% get_seccao seccao=seccao as seccao_bd %}
{% for noticia in object_list %} {% with conteudo=noticia %} {% block noticia %}
{{ conteudo.titulo }}
{{ conteudo.resumo|safe|default:"" }}
{{ conteudo.noticia|safe|default:"" }}
{% endblock noticia %} {% endwith %} {% endfor %}
{% with js_callback_name="change_page" %} {% include "website/base/pagination.html" %} {% endwith %}
{% endblock principal %}