{% if site_content.posts.comments %} {% if site_content.posts.comment_set.count %}
Comments: {% for comment in site_content.posts.comment_set.all %}

{{ comment.user }}

{{ comment.comment }}

{% endfor %} {% endif %}


Add comment:
{% csrf_token %} {{ site_content.form.non_field_errors }} {{ site_content.form.user.errors }}

Nick: {{ site_content.form.user }}

{{ site_content.form.comment.errors }}

Comment: {{ site_content.form.comment }}

1 {{ site_content.form.one }} 2 {{ site_content.form.two }} 3 {{ site_content.form.three }} 4 {{ site_content.form.four }}

{% if site_content.form.spam %} {% endif %}

AntiSpam protection: check {{ site_content.form.humanity }}

{% endif %}