{% load i18n %} {% for linkback in linkbacks %} {% with linkback.content_object as nodetype %} {{ linkback.user_name }} {% trans "made a linkback on" %} {{ nodetype.title }} {% endwith %} {{ linkback.comment|truncatewords:20|linebreaks }} {% trans "Edit" %} {% empty %} {% trans "No linkbacks yet." %} {% endfor %}