{{ 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 %}
{{ sec.section_name }}
{% 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 }}