{{!-- ═══════════════════════════════════════════════════════════════════ TEMPLATE: nc-raised-auditor Audience: the AUDITOR (the user who raised it). Confirmation copy. No attachments by default. Context variables: nc_id, company_name, audit_type, audit_date, auditor_name, findings_count, year, entries: [{ index, nc_type, ncr_statement_html, criteria_clause_html, corrective_action }] ═══════════════════════════════════════════════════════════════════ --}} NC Submitted — Confirmation
{{> nc-email-header subtitle="Submission Confirmation"}} {{!-- Findings table (same as client template) --}} {{#if entries.length}} {{/if}} {{> nc-email-footer year=year}}

NC Submitted Successfully

This is your confirmation copy

Dear {{auditor_name}},

The Non-Conformance record below has been raised and the client has been notified with the corrective-action documents. No further action is required from you at this stage.

NC ID #{{nc_id}}
Company {{company_name}}
Audit Type {{audit_type}}
Audit Date {{audit_date}}
Findings Raised {{findings_count}}

Findings

{{#each entries}} {{/each}}
# Type NCR Statement Clause Corrective Action
{{index}}. {{nc_type}} {{{ncr_statement_html}}} {{{criteria_clause_html}}} {{corrective_action}}