{% load static %}

Últimas Notícias

Ver Mais
    {% for n in news_list|slice:":4" %} {% with pk=n.pk|stringformat:"s" %} {% with modal_id="news-modal-"|add:pk thumb_id="news-thumb-"|add:pk %}
  • {{ n.title }}
    {% if n.file %} {% if n.is_video %} {{ n.title }} {% else %} {{ n.title }} {% endif %} {% else %} {{ n.title }} {% endif %}

    {{ n.text|truncatechars:220 }}

  • {% endwith %} {% endwith %} {% empty %}
  • Sem notícias por enquanto.
  • {% endfor %}