{% comment %} {% endcomment %} {% load comment_actions %} {% for comment in comments %}
{% if comment == edit_comment %} {% else %}
{{ comment.poster }} {{ comment.created|date:"M j, Y" }}
{{ comment.text|urlize|linebreaks }}
{% comment_actions comment %}
{% endif %}
{% endfor %}