{{ --$def with (lk, dst, name, names, err, nta_disabled) }}

{{== langkeys.get('DNSSEC_ERROR_NAME', name) }}

{{== langkeys.get('DNSSEC_ERROR_NAME_LONG', name) }}

{{== langkeys.get('DNSSEC_ERROR_REASON') }}

{{== langkeys.get('DNSSEC_ERROR_SERVER', err.auth_server) }}

{{== langkeys.get('DNSSEC_ERROR_ERROR' , err.err_msg) }}

{{== langkeys.get('DNSSEC_ERROR_RECORD', err.fail_type, err.fail_dname) }}

{{ if not nta_disabled then }}

{{== langkeys.get('DNSSEC_ERROR_SET_NTA_DESCRIPTION') }}

{{== langkeys.get('DNSSEC_ERROR_NOT_IF_NOT_TRUSTED') }}

{{ for _,name in ipairs(names) do }}

{{== langkeys.get('DNSSEC_ERROR_SET_NTA', name) }}

{{ end }} {{ end }}