{% load custom_filters %} {% load html_components %} {% if comments %} {% for comment in comments %}
{{comment.sender|name_link}} on {{comment.date_created|date:"DATE_FORMAT"}}:
{{comment.message}} {% endfor %} {% if commentBox %}
{% comment_box id %} {% endif %} {% elif commentBox %}
{% comment_box id %} {% endif %}