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