comments
{% for comment in question.faqcomment_set.all %}
{{comment.comment}}
posted by {% if comment.user%}{{comment.user}}{% else %}anonymous{% endif %} {{comment.post_time|timesince}} ago
{% endfor %}
{% if add_new_comment_allowed %}
{% if category_enabled %}
{% endif %}