{% load i18n zinnia_tags %} {% for comment in comments %} {{ comment.user_name }} {% with entry=comment.content_object %} {{ comment.user_name }} {% trans "in" %} {{ entry.title }} {% endwith %} {{ comment.comment|truncatewords:20|linebreaks }} {% trans "Edit" %} {% empty %} {% trans "No comments yet." %} {% endfor %} {% if comments %} {% trans "Manage the comments" %} {% endif %}