{% for comment in first_comments %} {% include 'discussion/_comment_detail.html' %} {% endfor %} {% if hidden_count %}
Show {{ hidden_count }} hidden repl{{ hidden_count|pluralize:"y,ies"}}
{% endif %} {% for comment in last_comments %} {% include 'discussion/_comment_detail.html' %} {% endfor %}