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 'Add new document' %} + +
+ +
{% trans 'Documents' %} +
+ + + + + + + + + + + + {% for a in object.get_user_documents %} + + + + + + + + {% endfor %} + +
+ {% trans 'Key' %} + + {% trans 'Value' %} + + {% trans 'Created on' %} + + +
{{ a.key }} + {{ a.value }} + {{ a.created }} + + +
+
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 %}