{% 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 %} {% else %} {% endif %} {% else %} {% endif %} {{ n.text|truncatechars:220 }} {{ n.title }} {{ n.text|linebreaksbr }} {% if n.file and n.is_video %} Seu navegador não suporta vídeo HTML5. {% elif n.file %} {% endif %} {% endwith %} {% endwith %} {% empty %} Sem notícias por enquanto. {% endfor %}
{{ n.text|truncatechars:220 }}
{{ n.text|linebreaksbr }}