diff --git a/src/includes/entrepreneur/profile/detail.pug b/src/includes/entrepreneur/profile/detail.pug
index 62957bf82a3653b065c72c7b805e568d347bd8d6..10bba7b53cf1c73b615f5dcacea4a4e86aaeed7c 100644
--- a/src/includes/entrepreneur/profile/detail.pug
+++ b/src/includes/entrepreneur/profile/detail.pug
@@ -23,8 +23,9 @@ div.block_list.flex
 
         sib-display#entrepreneur_info(
             bind-user
-            fields='account.picture, name, entrepreneurProfile.organisation.name, registeredOn'
+            fields='account.picture, name, username, entrepreneurProfile.organisation.name, registeredOn'
             widget-name='cs-display-property'
+            widget-username='cs-display-property'
             widget-account.picture='cs-profile-picture'
             widget-entrepreneurProfile.organisation.name='cs-display-property'
             widget-entrepreneurProfile.registeredOn='cs-display-property'
diff --git a/src/includes/entrepreneur/profile/view.pug b/src/includes/entrepreneur/profile/view.pug
index c5cf079ce790c02a6aaa3571662d30bf2584ac12..1823a8d8e64717e45248078be0d98e9a97beb344 100644
--- a/src/includes/entrepreneur/profile/view.pug
+++ b/src/includes/entrepreneur/profile/view.pug
@@ -14,9 +14,10 @@ div.block_list.flex
     div.profile_information.block_log.w_75
         sib-display.user_info(
             bind-resources
-            fields='account.picture, name, mentorProfile.headline, mentorProfile.city, mentorProfile.country.name, registered_on'
+            fields='account.picture, name, username, mentorProfile.headline, mentorProfile.city, mentorProfile.country.name, registered_on'
             widget-account.picture='cs-profile-picture'
             widget-name='cs-display-property'
+            widget-username='cs-display-property'
             widget-mentorProfile.headline='cs-display-property'
             widget-mentorProfile.city='cs-display-property'
             widget-mentorProfile.country.name='cs-display-property'
diff --git a/src/includes/mentor/profile/detail.pug b/src/includes/mentor/profile/detail.pug
index 9cc61b3d4ec05d1ce31fc40a48a858b106bf652c..77ef21209d25ccf6ef0a3d8e85f5132b6449dbe1 100644
--- a/src/includes/mentor/profile/detail.pug
+++ b/src/includes/mentor/profile/detail.pug
@@ -27,9 +27,10 @@ div.block_list.flex
 
         sib-display#mentor_info(
             bind-user
-            fields='account.picture, name, mentorProfile.organisation.name, mentorProfile.headline, mentorProfile.city, mentorProfile.country.name, registered_on'
+            fields='account.picture, name, username, mentorProfile.organisation.name, mentorProfile.headline, mentorProfile.city, mentorProfile.country.name, registered_on'
             widget-account.picture='cs-profile-picture'
             widget-name='cs-display-property'
+            widget-username='cs-display-property'
             widget-mentorProfile.organisation.name='cs-display-property'
             widget-mentorProfile.headline='cs-display-property'
             widget-mentorProfile.city='cs-display-property'
diff --git a/src/includes/mentor/profile/view.pug b/src/includes/mentor/profile/view.pug
index 2e34e3d6e84f557b373fde1f01e5824d24318f69..f8d5fd2bf1e59457bb79ae5d5f253400d68b965c 100644
--- a/src/includes/mentor/profile/view.pug
+++ b/src/includes/mentor/profile/view.pug
@@ -14,9 +14,10 @@ div.block_list.flex
     div.profile_information.block_log
         sib-display.user_info(
             bind-resources
-            fields='account.picture, name, mentorProfile.headline, mentorProfile.city, mentorProfile.country.name, registered_on'
+            fields='account.picture, name, username, mentorProfile.headline, mentorProfile.city, mentorProfile.country.name, registered_on'
             widget-account.picture='cs-profile-picture'
             widget-name='cs-display-property'
+            widget-username='cs-display-property'
             widget-mentorProfile.headline='cs-display-property'
             widget-mentorProfile.city='cs-display-property'
             widget-mentorProfile.country.name='cs-display-property'
diff --git a/src/includes/public/profile/view.pug b/src/includes/public/profile/view.pug
index d1c4f57b2bdeb340ab2efdcf05bbfb6f7ea14c74..03bb1b32963c23c6231599e57b459bed0eba6762 100644
--- a/src/includes/public/profile/view.pug
+++ b/src/includes/public/profile/view.pug
@@ -14,9 +14,10 @@ div.block_list.flex
     div.profile_information.block_log
         sib-display.user_info(
             bind-resources
-            fields='account.picture, name, mentorProfile.headline, mentorProfile.city, mentorProfile.country.name, registered_on'
+            fields='account.picture, name, username, mentorProfile.headline, mentorProfile.city, mentorProfile.country.name, registered_on'
             widget-account.picture='cs-profile-picture'
             widget-name='cs-display-property'
+            widget-username='cs-display-property'
             widget-mentorProfile.headline='cs-display-property'
             widget-mentorProfile.city='cs-display-property'
             widget-mentorProfile.country.name='cs-display-property'