{% if comments or free_comments %}
{% comment %}TODO: this needs to be rewriten!{% endcomment %}
Posted by
{% if c.user.username %} {{ c.user.username }}
{% else %}{{ c.user_name }} {% 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 }} |
Posted by
{% if c.person_name %}{{ c.person_name}}{% 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 }} |