{% if not post.password_required %} {% if not is_user_logged_in %}

, {{ fn('pll_e', 'чтобы оставлять комментарии') }}

{% endif %} {% if top_level_comments %}
{% for comment in top_level_comments %} {% include 'blog/comments/comment-single.twig' with { comment: comment, depth: 1 } %} {% endfor %}
{% endif %} {% if is_user_logged_in %}
{{ fn('comment_form', comment_form_args) }}
{% endif %} {% endif %}