{% load static %} {% load comment_tags %} {% render_comment_import %} {% get_settings 'LANGUAGE_CODE' as LANGUAGE_CODE %}
{# COMMENT MODAL #}
{# CREATE COMMENT FORM #} {% include 'comment/forms/comment_form_create.html' with settings=settings %} {# COMMENTS LIST #}
{% include 'comment/utils/comment_list_loader.html' %}
{% include 'comment/utils/SCRIPTS.html' %}