diff --git a/backend/core/generators.py b/backend/core/generators.py index 65e72a380..0c83db1dd 100644 --- a/backend/core/generators.py +++ b/backend/core/generators.py @@ -273,7 +273,7 @@ def count_category_results(data): res_donut = InlineImage(doc, plot_donut(donut_data), width=Cm(15)) chart_spider = InlineImage(doc, spider_chart_buffer, width=Cm(15)) ac_chart = InlineImage(doc, hbar_buffer, width=Cm(15)) - + IGs = ", ".join(audit.get_selected_implementation_groups()) context = { "audit": audit, "date": now().strftime("%d/%m/%Y"), @@ -292,6 +292,7 @@ def count_category_results(data): "chart_controls": ac_chart, "p1_controls": p1_controls, "ac_count": ac_total, + "igs": IGs, } return context diff --git a/backend/core/templates/core/audit_report_template.docx b/backend/core/templates/core/audit_report_template.docx index 6edc4dba0..3efa9e628 100644 Binary files a/backend/core/templates/core/audit_report_template.docx and b/backend/core/templates/core/audit_report_template.docx differ