@if (post_password_required())

{{ __('Sadržaj je zaštićen lozinkom. Unesite lozinku za pregled komentara.', 'elit-gastro') }}

@else
@if (have_comments())
{{ __('Komentari', 'elit-gastro') }}

{!! sprintf( _nx('1 komentar', '%1$s komentara', get_comments_number(), 'comments title', 'elit-gastro'), number_format_i18n(get_comments_number()) ) !!}

    @php(wp_list_comments(['style' => 'ol', 'short_ping' => true, 'avatar_size' => 56]))
@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'))

{{ __('Komentari su zatvoreni.', 'elit-gastro') }}

@endif @if (comments_open())
@php(comment_form([ 'title_reply' => __('Ostavi komentar', 'elit-gastro'), 'title_reply_to' => __('Odgovori korisniku %s', 'elit-gastro'), 'cancel_reply_link' => __('Odustani', 'elit-gastro'), 'label_submit' => __('Pošalji komentar', 'elit-gastro'), 'comment_notes_before' => '', 'class_submit' => 'btn btn-ink', ]))
@endif
@endif