{% for comment in comments %} {{ comment.user.get_full_name }}
{{ comment.timestamp|date:"DATETIME_FORMAT" }} {{ comment.comment }} {% endfor %}