@php if (post_password_required()) { return; } @endphp
@if (have_comments())

{!! sprintf(_nx('One response to “%2$s”', '%1$s responses to “%2$s”', get_comments_number(), 'comments title', 'aldine'), 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.', 'aldine') }}
@endif @php(comment_form())