{{ classification }}
Standard Audit Report
Instance ID:
{{ instance.get('id','N/A') }} |
Canvas:
{{ instance.get('canvas_type','N/A') }} |
Status:
{{ instance.get('status','N/A') }} |
Generated:
{{ generated_at }}
Contents
{% for sec in sections %}
{{ sec.section_name }}
{% endfor %}
{% for sec in sections %}
{{ sec.section_name }}
{% if sec.content and sec.content.strip() %}
{{ sec.content | replace('\n','
') }}
{% else %}
No source material was available for this section.
{% endif %}
{{ sec.chunk_count }} source chunk(s) referenced
{% endfor %}
{{ classification }}