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

Lista: {{ list.title }} {% if list.is_archived %} (Archiwalna) {% endif %}

← Powrót do list
{% if list.is_public %} 🔗 Udostępnij link: {% else %} 🙈 Lista jest ukryta przed gośćmi {% endif %}
{{ request.url_root }}share/{{ list.share_token }}
📊 Postęp listy — {{ purchased_count }}/{{ total_count }} kupionych ({{ percent|round(0) }}%)
{{ percent|round(0) }}%
{% if total_expense > 0 %}
💸 Łącznie wydano: {{ '%.2f'|format(total_expense) }} PLN
{% else %} {% endif %} {% if not list.is_archived %}
{% endif %} {% 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 %} {% block scripts %} {% endblock %} {% endblock %}