{% macro renderParent(parent, depth = 1) %}
{{ 'ratmd.bloghub::lang.frontend.comments.replyto' | trans({ 'name': parent.display_name }) }}

{{ parent.content | raw }}

{% if parent.parent %} {{ _self.renderParent(parent.parent, depth + 1) }} {% endif %}
{% endmacro %}
{{ comment.display_name }}
{{ comment.display_name }} {% if comment.status == 'approved' %}  •  {% elseif comment.status == 'pending' %}  •  {{ 'ratmd.bloghub::lang.frontend.comments.awaiting_moderation' | trans }} {% endif %}
{% if not showCommentsHierarchical and comment.parent %} {{ _self.renderParent(comment.parent) }} {% endif %} {{ comment.comment_content | raw }}
{% if not skip_footer|default(false) %} {% endif %}