{% load comments_xtd %}
{{ comment.submit_date|date:"F j, Y" }}  -  {{ comment.name }}{% if comment.user_url %}, {{ comment.user_url|urlizetrunc:28 }}{% endif %}
{% if comment.allow_thread %} {% endif %}
{{ comment.comment|render_markup_comment }}