@if (! post_password_required())
@if (have_comments())

{!! /* translators: %1$s is replaced with the number of comments and %2$s with the post title */ sprintf(_nx('%1$s response to “%2$s”', '%1$s responses to “%2$s”', get_comments_number(), 'comments title', 'sage'), get_comments_number() === 1 ? _x('One', 'comments title', 'sage') : number_format_i18n(get_comments_number()), '' . get_the_title() . '') !!}

    {!! wp_list_comments(['style' => 'ol', 'short_ping' => true]) !!}
@if (get_comment_pages_count() > 1 && get_option('page_comments')) @endif @endif @if (! comments_open() && get_comments_number() != '0' && post_type_supports(get_post_type(), 'comments')) {!! __('Comments are closed.', 'sage') !!} @endif @php(comment_form())
@endif