From 5dd4da2d5fb3eb3d3000b4ff80cbe2f81f447faa Mon Sep 17 00:00:00 2001 From: Neil Martinsen-Burrell Date: Fri, 27 Jan 2023 10:45:55 -0600 Subject: [PATCH] Add export domains section --- src/registrar/templates/home.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index aecab7fc5..0c8aa849d 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -64,6 +64,14 @@

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 + + + {% else %} {# not user.is_authenticated #} {# complete logged out page here #}