diff --git a/portal/templates/files.html b/portal/templates/files.html
index 4dc23e6..936d4de 100644
--- a/portal/templates/files.html
+++ b/portal/templates/files.html
@@ -25,18 +25,21 @@
Uploaded ({{ files|length }})
{% if files %}
-
+
{% for f in files %}
- -
- {% if f.img %}
-
- {% else %}
- file
- {% endif %}
- {{ f.name }}
- {{ (f.size/1024)|round(1) }} KB
- 👁
- ↓
+ -
+
+ {% if f.img %}
+

+ {% else %}
+
file
+ {% endif %}
+
{{ (f.size/1024)|round(1) }} KB
+
+
👁
+
↓
+
+ {{ f.name }}
{% endfor %}