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 @@
- -You don't have any registered domains yet
- {% endif %} -Domain name | -Date created | -Status | -Action | -
---|---|---|---|
- {{ 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 %} - - | -
You don't have any active domain requests right now
- {% endif %} - -You don't have any archived domains
- {% endif %} -You don't have any registered domains yet
+ {% endif %} + -Domain name | +Date created | +Status | +Action | +
---|---|---|---|
+ {{ 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 %} + + | +
You don't have any active domain requests right now
+ {% endif %} + +You don't have any archived domains
+ {% endif %} +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 -