{% load i18n blog_tags %}

{% trans "Comments" %}

{% blog_comments_for blog_post %}
{% csrf_token %} {% if request.POST.replied_to %} {{ unposted_comment_form.as_table }} {% else %} {{ posted_comment_form.as_table }} {% endif %}