{% for entry_comments in entries_comments %}

{{ entry_comments.0.title }}

Posted {{ entry_comments.0.added_on|date:"D N jS \a\t P" }}

{{ entry_comments.0.body }}

Comments

{% for comment in entry_comments.1 %}

{{ comment.comment }}

Posted {{ comment.added_on|date:"D N jS \a\t P" }}

{% endfor %} {% endfor %}