{% load humanize %} {% if post.status != 'D' %}
... ...
{{ comment.user.get_full_name }}
{{ comment }}
... {{ comment.excerpt }} ...
{{ comment.date_created|naturaltime }}
{{ comment.user.get_full_name }}
{{ comment }}
{{ comment.date_created|naturaltime }}