{{ fn('get_avatar', comment, 50) }}
{{ comment.comment_author }}
{{ fn('get_comment_date', 'd F Y', comment) }}

{{ comment.comment_content }}

{{ fn('comment_reply_link', { reply_text: fn('pll_e', 'Ответить'), depth: depth, max_depth: fn('get_option', 'thread_comments_depth'), before: '', after: '' }, comment.comment_ID, post.ID) }}
{% if comment.replies %} {% for reply in comment.replies %} {% include 'partials/comment.twig' with { comment: reply, depth: depth + 1 } %} {% endfor %} {% endif %}