diff --git a/docs-web/src/main/webapp/src/partial/docs/user.html b/docs-web/src/main/webapp/src/partial/docs/user.html
index 7641b148..07a5261d 100644
--- a/docs-web/src/main/webapp/src/partial/docs/user.html
+++ b/docs-web/src/main/webapp/src/partial/docs/user.html
@@ -13,6 +13,7 @@
{{ user.username }}
+ It's you!
|
diff --git a/docs-web/src/main/webapp/src/partial/docs/user.profile.html b/docs-web/src/main/webapp/src/partial/docs/user.profile.html
index 111467a9..4b225d04 100644
--- a/docs-web/src/main/webapp/src/partial/docs/user.profile.html
+++ b/docs-web/src/main/webapp/src/partial/docs/user.profile.html
@@ -2,5 +2,27 @@
{{ user.username }} {{ user.email }}
-Documents created by {{ user.username }}
-TODO
\ No newline at end of file
+Quota used
+
+
+
+
+ {{ (user.storage_current / user.storage_quota * 100) }}% Used
+
+
+
+
+
+Related links
+
\ No newline at end of file