{% if comments or free_comments %}
Posted by {{ c.user }} on {{ c.submit_date|date:"F j, Y" }} at {{ c.submit_date|date:"H:i T" }} |
{% if c.headline %}
{{ c.headline|escape|wordwrap:80 }}
{% endif %} {{ c.comment|escape|wordwrap:80 }} |
{% endfor %}
{% for c in free_comments %}
Posted by
{% if c.user %}{{ c.user }}{% else %}anonymous{% endif %} on {{ c.submit_date|date:"F j, Y" }} at {{ c.submit_date|date:"H:i T" }} |
{% if c.headline %}
{{ c.headline|escape|wordwrap:80 }}
{% endif %} {{ c.comment|escape|wordwrap:80 }} |
{% endfor %}