{% extends 'base.html' %} {% block title %}{{ list.title }}{% endblock %} {% block content %}

{{ list.title }}

← Powrót do list
Udostępnij link: {{ request.url_root }}share/{{ list.share_token }}
0%
{% set receipt_pattern = 'list_' ~ list.id %} {% if receipt_files %}
📸 Paragony dodane do tej listy
{% for file in receipt_files %}
{% endfor %}
{% else %}

Brak wgranych paragonów do tej listy.

{% endif %}
{% endblock %}