{% include 'discussion/_post_detail.html' %} {{ post.comment_set.all.count|default:"No" }} repl{{ post.comment_set.all.count|pluralize:"y,ies" }} Reply {% if post.comment_set.all.count > 0 %} Replies: {% for comment in post.comment_set.all %} {% include 'discussion/_comment_detail.html' %} {% endfor %} {% endif %} {% comment_form post %}
Replies:
{% for comment in post.comment_set.all %} {% include 'discussion/_comment_detail.html' %} {% endfor %} {% endif %}