{% for c in latest_comments %}
{{ c.submit_date|date:"F jS" }} |
{% if c.user.username %}{{ c.user.username }}
{% else %}anonymous{% endif%} |
{{ c.content_type.name }} |
{% endfor %}
{% for c in latest_freecomments %}
{{ c.submit_date|date:"F jS" }} |
{% if c.person_name %}{{c.person_name}}{% else %}anonymous{% endif %}
|
{{ c.content_type.name }} |
{% endfor %}