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