{{ classification }}

Compliance Assessment Report

Instance: {{ instance.get('id','N/A') }}  |  Canvas: {{ instance.get('canvas_type','N/A') }}  |  Stage: {{ instance.get('current_stage','N/A') }}  |  Generated: {{ generated_at }}

Table of Contents

    {% for sec in sections %}
  1. {{ sec.section_name }}
  2. {% endfor %}
{% for sec in sections %}

{{ loop.index }}. {{ sec.section_name }}

{% if sec.content and sec.content.strip() %}
{{ sec.content | replace('\n','
') }}
{% else %}

No source material available.

{% endif %}
{{ sec.chunk_count }} source(s)
{% endfor %}
{{ classification }}