diff --git a/templs/alias-list.html.ep b/templs/alias-list.html.ep
index 0eeb893..54b08ea 100644
--- a/templs/alias-list.html.ep
+++ b/templs/alias-list.html.ep
@@ -58,8 +58,9 @@
% }
% if ($domain_id) {
+ % my $domain_name = $u->domain_profile($domain_id)->{name};
- Aliases
+ Aliases <%= $domain_name %>
diff --git a/templs/user-list.html.ep b/templs/user-list.html.ep
index 383bf5e..f9ec725 100644
--- a/templs/user-list.html.ep
+++ b/templs/user-list.html.ep
@@ -11,11 +11,10 @@
% my $domain_id = $req->param('domain_id');
-
-
% if ($domain_id) {
+ % my $domain_name = $u->domain_profile($domain_id)->{name};
- Accounts
+ Accounts <%= $domain_name %>