{% load i18n staticfiles %} {% if entries %}
{% for entry in entries %}
{{ entry.creation_date|date:"SHORT_DATE_FORMAT" }}

{{ entry.title }}

{{ entry.excerpt|safe|linebreaks|truncatewords_html:30 }} {% endfor %}
{% endif %}