{% load i18n zinnia_tags %} {% load url from future %} {% for entry in entries %} {{ entry.title }} {% trans "on" %} {{ entry.creation_date|date:"DATE_FORMAT" }} {{ entry.html_content|truncatewords_html:20|safe }} {% trans "Preview" %} {% empty %} {% trans "No draft entries." %} {% endfor %} {% if entries %} {% trans "View all draft entries" %} {% endif %}