{% for comment in comment_list %}
{{ comment.created|date:"d M Y" }} {{ comment.author.nickname }}

{{ comment.title }}: {{ comment.text|linebreaksbr }}

{% empty %}
No comments
{% endfor %}