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