{% load i18n label comments click_to_call %}
{% get_comment_list for obj as comment_list %} {% for comment in comment_list %} {% if forloop.first %}

{% trans 'Comments' %}

{% endif %}
{{ comment.userinfo.name }} @ {{ comment.submit_date|date:"d/m/Y H:i" }} {% trans 'wrote' %}:

{{ comment.comment|safe }}

{% endfor %}
{% get_comment_form for obj as form %}

{% trans 'Add comment' %}

{% csrf_token %} {{ form.media }} {{ form.comment }}

{{ form.honeypot }}

{{ form.content_type }} {{ form.object_pk }} {{ form.timestamp }} {{ form.security_hash }}