{% load daad_tags %}
{% for comment in comments %}

{{ comment.user.get_academic_name }}, on {{ comment.date_added }}

{{ comment.text | safe }}

{% endfor %}