{% include 'discussion/_post_detail.html' %}
{{ post.comment_set.all.count|default:"No" }} repl{{ post.comment_set.all.count|pluralize:"y,ies" }}
{% extends "discussion/base.html" %} {% load discussiontags %} {% block forum_content %}
Replies:
{% for comment in post.comment_set.all %} {% include 'discussion/_comment_detail.html' %} {% endfor %} {% endif %}