diff --git a/web/templates/web/domains/case/import/fa/provide-report/report-info.html b/web/templates/web/domains/case/import/fa/provide-report/report-info.html
index e11dc4d2b..8eb7aa4d4 100644
--- a/web/templates/web/domains/case/import/fa/provide-report/report-info.html
+++ b/web/templates/web/domains/case/import/fa/provide-report/report-info.html
@@ -57,14 +57,7 @@
Complete Supplementary Reporting
{{ application_field(process.supplementary_info.completed_by, "Report Completed By") }}
{{ application_field(process.supplementary_info.completed_datetime.strftime('%d-%b-%Y'), "Date Reporting Completed") }}
- {% else %}
-
- You must provide the details of who you bought the items from and one or more firearms
- reports before you can complete reporting. Each report must include the means of transport,
- the date the firearms were received and the details of who you bought the items from.
- Once reporting has been completed you will still be able to access and update the reports from your application.
-
-
+ {% endif %}
{% call forms.form(action='', method='post', csrf_input=csrf_input) -%}
@@ -89,8 +82,10 @@
Complete Supplementary Reporting Information
-
- {% if not process.supplementary_info.reports.exists() %}
+ {% if not process.supplementary_info.reports.exists() and not contacts %}
+
+ If you are not importing any firearms against this import licence then please specify why in the text box and then confirm reporting complete.
+
{{ fields.field(form.no_report_reason) }}
{% endif %}
{%- endcall %}
@@ -98,6 +93,4 @@ Complete Supplementary Reporting Information
Confirm Reporting Complete
-
- {% endif %}
{% endblock %}