@version(2)

{{ $lang->comment }} {{ $oDocument->getCommentCount() }}

@if ($oDocument->getCommentCount()) @if ($oDocument->comment_page_navigation) @endif @endif @if ($grant->write_comment && $oDocument->isEnableComment())
{!! $oDocument->getCommentEditor() !!}
@if (!$is_logged) @else @endif @if (($module_info->secret ?? 'N') === 'Y') @endif
@if (isset($captcha) && $captcha && $captcha->isTargetAction('comment'))
{!! $captcha !!}
@endif
@endif