{% load i18n objectapp_tags %} {% for gbobject in gbobjects %} {{ gbobject.title }} {% trans "on" %} {{ gbobject.creation_date|date:"DATE_FORMAT" }} {{ gbobject.html_content|truncatewords_html:20|safe }} {% trans "Preview" %} {% empty %} {% trans "No draft gbobjects." %} {% endfor %} {% if gbobjects %} {% trans "View all draft gbobjects" %} {% endif %}