Postęp
{% if has_cel and not zbiorka.ukryj_kwote and zbiorka.pokaz_postep_finanse %}
Finanse: {{ zbiorka.stan|round(2) }} / {{ zbiorka.cel|round(2) }} PLN
{% endif %}
{% if has_items and zbiorka.pokaz_postep_pozycje %}
Pozycje: {{ kupione_cnt }}/{{ total_cnt }}
{% endif %}
{% if has_items and not zbiorka.ukryj_kwote and (suma_all or 0) > 0 and zbiorka.pokaz_postep_kwotowo %}
Zakupy (kwotowo): {{ (suma_kupione or 0)|round(2) }} / {{ (suma_all or 0)|round(2) }} PLN
{% endif %}
{# Pasek: Finanse #}
{% if zbiorka.pokaz_postep_finanse %}
Finanse
{% if zbiorka.ukryj_kwote %}—{% else %}{{ progress|round(1) }}%{% endif %}
{% endif %}
{# Pasek: Zakupy sztukami #}
{% if has_items and zbiorka.pokaz_postep_pozycje %}
Zakupy (liczba pozycji)
{{ items_pct|round(1) }}%
{% endif %}
{# Pasek: Zakupy kwotowo #}
{% if has_items and not zbiorka.ukryj_kwote and (suma_all or 0) > 0 and zbiorka.pokaz_postep_kwotowo %}
Zakupy (kwotowo)
{{ suma_pct|round(1) }}%
{% endif %}