diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index a85dd54ec..87e12ea50 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -14,89 +14,82 @@

Start a new domain request

- -
-
-

Registered domains

- {% if domains %} - {% for domain in domains %} - {{ domain }} - {% endfor %} - {% else %} -

You don't have any registered domains yet

- {% endif %} -
-
- -
-
-

Active domain requests

- {% if domain_applications %} - - - - - - - - - - - - {% for application in domain_applications %} - - - - - - - {% endfor %} - -
Your domain applications
Domain nameDate createdStatusAction
- {{ application.requested_domain.name|default:"New domain request" }} - {{ application.created_at|date }}{{ application.status|title }} - - {% if application.status == "started" %} - - Edit {{application.requested_domain.name}} - - {% else %} - - Manage {{application.requested_domain.name}} - {% endif %} - -
- {% else %} -

You don't have any active domain requests right now

- {% endif %} -

Start a new domain request

-
-
- -
-
-

Archived domains

- {% if archived_domains %} - {% for domain in archived_domains %} +
+

Registered domains

+ {% if domains %} + {% for domain in domains %} {{ domain }} {% endfor %} - {% else %} -

You don't have any archived domains

- {% endif %} -
-
+ {% else %} +

You don't have any registered domains yet

+ {% endif %} + -
+
+

Active domain requests

+ {% if domain_applications %} + + + + + + + + + + + + {% for application in domain_applications %} + + + + + + + {% endfor %} + +
Your domain applications
Domain nameDate createdStatusAction
+ {{ application.requested_domain.name|default:"New domain request" }} + {{ application.created_at|date }}{{ application.status|title }} + + {% if application.status == "started" %} + + Edit {{application.requested_domain.name}} + + {% else %} + + Manage {{application.requested_domain.name}} + {% endif %} + +
+ {% else %} +

You don't have any active domain requests right now

+ {% endif %} +

Start a new domain request

+
+ +
+

Archived domains

+ {% if archived_domains %} + {% for domain in archived_domains %} + {{ domain }} + {% endfor %} + {% else %} +

You don't have any archived domains

+ {% endif %} +
+ +

Export domains

If you would like to analyze your list of domains further, you can download the list of domains and their statuses as csv file

Export domains as csv -
+