diff --git a/device/templates/tabs/documents.html b/device/templates/tabs/documents.html
new file mode 100644
index 0000000..1679b62
--- /dev/null
+++ b/device/templates/tabs/documents.html
@@ -0,0 +1,49 @@
+
+{% load i18n %}
+
+
+
+
{% trans 'Documents' %}
+
+
+
+
+
+ {% trans 'Key' %}
+ |
+
+ {% trans 'Value' %}
+ |
+
+ {% trans 'Created on' %}
+ |
+
+ |
+
+ |
+
+
+
+ {% for a in object.get_user_documents %}
+
+ {{ a.key }}
+ |
+ {{ a.value }}
+ |
+ {{ a.created }}
+ |
+
+ |
+
+ |
+
+ {% endfor %}
+
+
+
diff --git a/device/templates/tabs/user_properties.html b/device/templates/tabs/user_properties.html
index 367aeda..4a9ffbc 100644
--- a/device/templates/tabs/user_properties.html
+++ b/device/templates/tabs/user_properties.html
@@ -19,7 +19,7 @@
{% trans 'Value' %} |
{% trans 'Created on' %} |
|
-
+
{% for a in object.get_user_properties %}