Comments

{% with model.active_comments as comment_list %} {% if has_comment_permission %} {% include 'django_spire/comment/card/comment_textarea_card.html' %} {% endif %} {% for comment in comment_list %} {% include 'django_spire/comment/item/comment_item.html' %} {% endfor %} {% if not comment_list and not has_comment_permission %} {% include 'django_spire/item/no_data_item.html' %} {% endif %} {% endwith %}