{% load gravatar %} {% load myfilter %}
    {{comments|gen_comment_block:request}}

{%csrf_token%}

{{contexts.comment_form.comment.errors|first}}

{% if user.is_authenticated %} {% else %}

{{contexts.comment_form.author.errors|first}}

{{contexts.comment_form.url.errors|first}}

{% endif %}

{{contexts.frequency_comment}}