{% load i18n %} {% if items %}
{% if item.date %}{{ item.date|date:"Y-m-d" }}{% endif %} {% if item.date and item.author %} | {% endif %} {% if item.author %}{% trans 'by' %} {{ item.author }}{% endif %}
{{ item.title }}
{{ item.description|safe|truncatewords:25 }}