{{ comment.user.get_full_name|title }}
posted: {{ comment.date_statistic_created }}
{% if comment.user == request.user %}
{% if comment_edit_url_name %}
{% grouping_url comment_edit_url_name object_pk=model.pk pk=comment.pk as comment_edit_url %}
{% endif %}
{% if comment_delete_url_name %}
{% grouping_url comment_delete_url_name object_pk=model.pk pk=comment.pk as comment_delete_url %}
{% endif %}
{% include 'spire/element/dropdown_table_element.html' with dropdown_icon='fas fa-ellipsis-h' edit_url=comment_edit_url delete_url=comment_delete_url %}
{% endif %}
{{ comment.information | linebreaksbr }}