diff --git a/app/templates/views/manage-users.html b/app/templates/views/manage-users.html index 928423489..34dc100ab 100644 --- a/app/templates/views/manage-users.html +++ b/app/templates/views/manage-users.html @@ -40,6 +40,8 @@ Manage users – GOV.UK Notify {{ user.name }}  {%- if user.email_address == current_user.email_address -%} (you) + {% else %} + {{ user.email_address }} {% endif %}