{% extends "viewpoint/viewpoint_base.html" %} {% load comments %} {% block content %} {% get_comment_list for object as comment_list %} {% for comment in comment_list %} Link to this comment {{comment}} {% endfor %} {% endblock %}