{% extends 'base.html' %} {% block content %}

Edytuj listę: {{ list.title }}

Zmień ustawienia, kategorię, ważność i udostępnianie listy.

← Powrót

{{ list.created_at.strftime('%Y-%m-%d') }}

❌ Anuluj
{% for username in all_usernames %}{% endfor %}
{% for u in permitted_users %} {% endfor %} {% if not permitted_users or permitted_users|length == 0 %} Brak dodanych uprawnień. {% endif %}
Kliknij token, aby odebrać dostęp. Możesz wpisać kilka loginów oddzielonych przecinkiem.
{% if receipts %}
Paragony przypisane do tej listy
{% for r in receipts %}
📄 {{ r.filename }}
📅 {{ r.uploaded_at.strftime('%Y-%m-%d %H:%M') }}
💾 {% if r.filesize and r.filesize >= 1024 * 1024 %} {{ (r.filesize / 1024 / 1024) | round(2) }} MB {% elif r.filesize %} {{ (r.filesize / 1024) | round(1) }} kB {% else %} Brak danych {% endif %}
{% endfor %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}