diff --git a/src/registrar/templates/application_status.html b/src/registrar/templates/application_status.html index 2b9e60570..80fe1a850 100644 --- a/src/registrar/templates/application_status.html +++ b/src/registrar/templates/application_status.html @@ -5,171 +5,94 @@ {% block content %}
-
- +
+

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

+
+
+

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

+
+
+
+

Last updated: {{domainapplication.updated_at|date:"F j, Y"}}
+ Request #: {{domainapplication.id}}

+

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

+

+

+
-

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

+
+

Summary of your domain request

-
-
-

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


-

Last updated: {{domainapplication.updated_at|date:"F j, Y"}}
- Request #: {{domainapplication.id}}

+ {% include "includes/summary_item.html" with title='Type of organization' value=domainapplication.get_organization_type_display %} -

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

- -

- -
- -
-

Summary of your domain request

- -{% include "includes/summary_item.html" with title='Type of organization' value=domainapplication.get_organization_type_display %} - -{% if domainapplication.tribe_name %} - {% include "includes/summary_item.html" with title='Tribal government' value=domainapplication.tribe_name%} - {% if domainapplication.federally_recognized_tribe %} -

Federally-recognized tribe

- {% endif %} - {% if domainapplication.state_recognized_tribe %} -

State-recognized tribe

- {% endif %} -{% endif %} - -{% if domainapplication.get_federal_type_display %} - {% include "includes/summary_item.html" with title='Federal government branch' value=domainapplication.get_federal_type_display %} -{% endif %} - -{% if domainapplication.is_election_board %} - {% include "includes/summary_item.html" with title='Election office' value=domainapplication.is_election_board %} -{% endif %} - -{% if domainapplication.organization_name %} - {% include "includes/summary_item.html" with title='Organization address' value=domainapplication address='true' %} -{% endif %} - -{% if domainapplication.type_of_work %} - {% include "includes/summary_item.html" with title='Type of work' value=domainapplication.type_of_work %} -{% endif %} - -{% if domainapplication.more_organization_information %} - {% include "includes/summary_item.html" with title='Further information about the government organization' value=domainapplication.more_organization_information %} -{% endif %} - -{% if domainapplication.authorizing_official %} - {% include "includes/summary_item.html" with title='Authorizing official' value=domainapplication.authorizing_official contact='true' %} -{% endif %} - -{% if domainapplication.current_websites.all %} - {% include "includes/summary_item.html" with title='Current website for your organization' value=domainapplication.current_websites.all list='true' %} -{% endif %} - -{% if domainapplication.purpose %} - {% include "includes/summary_item.html" with title='Purpose of your domain' value=domainapplication.purpose %} -{% endif %} - -{% if domainapplication.submitter %} - {% include "includes/summary_item.html" with title='Your contact information' value=domainapplication.submitter contact='true'%} -{% endif %} - - {% include "includes/summary_item.html" with title='Other employees from your organization' value=domainapplication.other_contacts.all contact='true' list='true' %} - - {% include "includes/summary_item.html" with title='Anything else we should know' value=domainapplication.anything_else|default:"No" %} - ----- -{% for k,v in domainapplication.get_context_data %} -{{k}}- {{v}} -{% endfor %} ----- - - -
-
-

Type of organization

-

{{ domainapplication.get_organization_type_display }}

- {% if domainapplication.tribe_name %} -

{{ domainapplication.tribe_name }}

- {% endif %} - {% if domainapplication.federally_recognized_tribe %} -

Federally-recognized tribe

- {% endif %} - {% if domainapplication.state_recognized_tribe %} -

State-recognized tribe

- {% endif %} - {% if domainapplication.get_federal_type_display %} -


Federal government branch
- {{ domainapplication.get_federal_type_display }}

- {% endif %} - {% if domainapplication.is_election_board %} -


Election Office
{{ domainapplication.is_election_board}}

- {% endif %} - {% if domainapplication.organization_name %} -


Organization address
- {% include "includes/organization_address.html" with organization=domainapplication %}

+ {% if domainapplication.tribe_name %} + {% include "includes/summary_item.html" with title='Tribal government' value=domainapplication.tribe_name%} + {% if domainapplication.federally_recognized_tribe %} +

Federally-recognized tribe

{% endif %} - {% if domainapplication.type_of_work %} -

{{domainapplication.type_of_work}}

- {% endif %} - {% if domainapplication.more_organization_information %} -

{{domainapplication.more_organization_information}}

- {% endif %} - {% if domainapplication.authorizing_official %} -


Authorizing Official
- {% include "includes/contact.html" with contact=domainapplication.authorizing_official %}

- {% endif %} -


Organization website
    - {% for site in domainapplication.current_websites.all %} -
  • {{ site.website }}
  • - {% empty %} -
  • None
  • - {% endfor %}

- {% if domainapplication.requested_domain.name %} -


.gov domain
    -
  • {{ domainapplication.requested_domain.name|default:"Incomplete" }}
  • -
-
    - {% for site in domainapplication.alternative_domains.all %} -
  • {{ site.website }}
  • - {% endfor %} -

- {% endif %} - {% if domainapplication.purpose %} -


Purpose of your domain
- {{ domainapplication.purpose }}

+ + {% if domainapplication.state_recognized_tribe %} +

State-recognized tribe

{% endif %} - {% if domainapplication.submitter %} -


Your contact information
-
- {% include "includes/contact.html" with contact=domainapplication.submitter %} -
{% endif %} - {% for other in domainapplication.other_contacts.all %} -
- {% include "includes/contact.html" with contact=other %} -
- {% empty %} - None - {% endfor %}

-


Anything else we should know?

- {{ domainapplication.anything_else|default:"No" }} -
- + + {% if domainapplication.get_federal_type_display %} + {% include "includes/summary_item.html" with title='Federal government branch' value=domainapplication.get_federal_type_display %} + {% endif %} + + {% if domainapplication.is_election_board %} + {% include "includes/summary_item.html" with title='Election office' value=domainapplication.is_election_board %} + {% endif %} + + {% if domainapplication.organization_name %} + {% include "includes/summary_item.html" with title='Organization address' value=domainapplication address='true' %} + {% endif %} + + {% if domainapplication.type_of_work %} + {% include "includes/summary_item.html" with title='Type of work' value=domainapplication.type_of_work %} + {% endif %} + + {% if domainapplication.more_organization_information %} + {% include "includes/summary_item.html" with title='Further information about the government organization' value=domainapplication.more_organization_information %} + {% endif %} + + {% if domainapplication.authorizing_official %} + {% include "includes/summary_item.html" with title='Authorizing official' value=domainapplication.authorizing_official contact='true' %} + {% endif %} + + {% if domainapplication.current_websites.all %} + {% include "includes/summary_item.html" with title='Current website for your organization' value=domainapplication.current_websites.all list='true' %} + {% endif %} + + {% if domainapplication.purpose %} + {% include "includes/summary_item.html" with title='Purpose of your domain' value=domainapplication.purpose %} + {% endif %} + + {% if domainapplication.submitter %} + {% include "includes/summary_item.html" with title='Your contact information' value=domainapplication.submitter contact='true'%} + {% endif %} + + {% include "includes/summary_item.html" with title='Other employees from your organization' value=domainapplication.other_contacts.all contact='true' list='true' %} + + {% include "includes/summary_item.html" with title='Anything else we should know' value=domainapplication.anything_else|default:"No" %} + +
{% endblock %}