diff --git a/src/registrar/templates/application_status.html b/src/registrar/templates/application_status.html index edf6b5dfd..94cbca895 100644 --- a/src/registrar/templates/application_status.html +++ b/src/registrar/templates/application_status.html @@ -9,6 +9,24 @@

Domain request for {{ domainapplication.requested_domain.name }}

+
+
+

+ Status: +

+ {% if domainapplication.status == 'approved' %} Approved + {% elif domainapplication.status == 'investigating' %} In Review + {% elif domainapplication.status == 'submitted' %} Submitted + {% else %}ERROR Please contact technical support/dev + {% endif %} +
+ +

{% include "includes/domain_application.html" %}

withdraw