{% load dialogos_tags %}
{% comments post as comments %} {% for comment in comments %}
{{ comment.comment|escape|urlize|safe }} — {{ comment.submit_date|timesince }} ago
{% endfor %} {% comment_form post as comment_form %}
{% csrf_token %}
{{ comment_form.comment }}