{% extends 'spire/item/item.html' %} {% load humanize core_tags %} {% block item_content_gutter %}{% endblock %} {% block item_padding %}pb-1 pt-1{% endblock %} {% block item_title_col %} d-none {% endblock %} {% block item_row_content %}
{{ comment.user.get_full_name|title }} - {{ comment.created_datetime|naturaltime }} {% if comment.is_edited %}(edited){% endif %}
{{ comment.information | linebreaksbr }}
{#
#} {# {% if not is_child %}#} {# {% with comment.children.active.prefetch_user as children_list %}#} {# {% if children_list %}#} {#
#} {# {% for comment in children_list %}#} {# {% include 'spire/comment/item/comment_item.html' with is_child=True %}#} {# {% endfor %}#} {#
#} {# {% endif %}#} {# {% endwith %}#} {# {% endif %}#} {#
#} {% endblock %} {% block item_button %} {% include 'spire/comment/item/comment_item_ellipsis.html' %} {% endblock %}