@if (post_password_required())
{{ __('Sadržaj je zaštićen lozinkom. Unesite lozinku za pregled komentara.', 'elit-gastro') }}
{{ __('Komentari su zatvoreni.', '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())