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

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

← Powrót do list
✅ Otwórz tryb zakupowy / odznaczania produktów
{% 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 %}
💸 Łącznie wydano: 0.00 PLN
{% endif %}
{% if not list.is_archived %}
{% endif %} {% set receipt_pattern = 'list_' ~ list.id %}
📸 Paragony dodane do tej listy
{% if receipt_files %} {% for file in receipt_files %}
{% endfor %} {% else %} {% endif %}
{% block scripts %} {% endblock %} {% endblock %}