diff --git a/html/template/rmo/district-compliance-complete.html b/html/template/rmo/district-compliance-complete.html
new file mode 100644
index 00000000..42141ad5
--- /dev/null
+++ b/html/template/rmo/district-compliance-complete.html
@@ -0,0 +1,274 @@
+{{ template "rmo/layout/base.html" . }}
+
+{{ define "title" }}Response Submitted{{ end }}
+{{ define "extraheader" }}
+
+{{ end }}
+{{ define "content" }}
+
+
+
+

+
{{ .District.Name }}
+
+ {{ .District.OfficePhone }}
+
+
+
+ {{ if .HasCompleteResponse }}
+
+
+
+
+
+
+
Thank you
+
+ Your response has been submitted successfully. We will review your
+ submission and contact you if further action is needed.
+
+
+
+ What you can expect:
+
+
+ - Our team will review your photos and information
+ - If we need to schedule a visit, we'll contact you first
+ -
+ You'll receive updates at the contact information you provided
+
+
+
+
+ {{ else if .HasUsefulInfo }}
+
+
+
+
+
+
+
Response Received
+
+ Thank you for your submission. We will review your information and let
+ you know if further action is needed.
+
+
+
+ Important notice:
+
+
+ You did not provide contact information. If further action is
+ needed, the District may need to use warrant authority to enter the
+ property. We prefer to coordinate access directly, and contact
+ information makes that much easier.
+
+
+
+
+ If you'd like to add contact information, please call our office.
+
+
+
+ {{ else }}
+
+
+
+
+
+
+
Response Received
+
+ Your response has been recorded, but it does not contain enough
+ information for us to resolve this matter.
+
+
+
+ Important:
+
+
+ This response is not likely to resolve the issue and may require
+ warrant entry on the property. If you want to help avoid that,
+ please provide contact information or other evidence.
+
+
+ You can still:
+
+
+ - Call our office to provide additional information
+ - Email photos showing current conditions
+ - Schedule a time for inspection
+
+
+
+ {{ end }}
+
+
+
+ {{ if .ReferenceNumber }}
+
+
+ Reference number: {{ .ReferenceNumber }}
+
+
+ {{ end }}
+
+
+
+
+
+{{ end }}
diff --git a/html/template/rmo/district-compliance-submit.html b/html/template/rmo/district-compliance-submit.html
index 79907989..2c838fb5 100644
--- a/html/template/rmo/district-compliance-submit.html
+++ b/html/template/rmo/district-compliance-submit.html
@@ -217,13 +217,14 @@
diff --git a/html/template/rmo/district-compliance.html b/html/template/rmo/district-compliance.html
index 18ffcfd5..462b53e4 100644
--- a/html/template/rmo/district-compliance.html
+++ b/html/template/rmo/district-compliance.html
@@ -5,6 +5,13 @@