diff --git a/templates/user/dashboard.html b/templates/user/dashboard.html index fbe6b01..01ebd36 100644 --- a/templates/user/dashboard.html +++ b/templates/user/dashboard.html @@ -21,25 +21,55 @@ Storage Files Index -
-
- - - -
+
+
+
+ + + +
+
+
+
+ {% for item in storage-files %} +
+

{{item.name | safe}}

+
+ + {{item.name}} + + {% if roles.administrator %} +
+ + +
+ {% endif %} +
+
+ {% endfor %}
- +

Archive