{% load i18n %} {% load comment_tags %}
{% csrf_token %} {# render info inputs #} {% include 'comment/object_info.html' with object_info=object_info %} {# parent_id #} {# main form #}
{% if request.user.is_authenticated %}
{# ALLOW_SPOILER#} {% get_settings 'COMMENT_ALLOW_SPOILER' as COMMENT_ALLOW_SPOILER %} {% if COMMENT_ALLOW_SPOILER %} {% endif %}
{% else %}
{% endif %}