diff --git a/templates/admin/receipts.html b/templates/admin/receipts.html index a583ce2..736a512 100644 --- a/templates/admin/receipts.html +++ b/templates/admin/receipts.html @@ -4,7 +4,12 @@

📸 Wszystkie paragony

- ← Powrót do panelu +
+ + 🔄 Przelicz rozmiary plików + + ← Powrót do panelu +
@@ -30,13 +35,17 @@ {% endif %} 🔄 Obróć o 90° + ✂️ Przytnij ✏️ Zmień nazwę {% if not r.file_hash %} 🔐 Generuj hash {% endif %} - 🗑️ + 🗑️ Usuń ✏️ Edytuj listę #{{ r.list_id }} @@ -44,6 +53,7 @@
{% endfor %} + {% if not receipts %} @@ -53,4 +63,28 @@ {% endif %} + + + +{% block scripts %} + +{% endblock %} + {% endblock %} \ No newline at end of file