{% extends 'base.html' %} {% block title %}Edytuj listę{% endblock %} {% block content %}
| Nazwa produktu | Notatka | Ilość | Aktualny stan | Akcja | Usuń |
|---|---|---|---|---|---|
| {{ item.name }} |
{% if item.note %}
Notatka: {{ item.note }}
{% endif %}
{% if item.not_purchased_reason %}
Powód: {{ item.not_purchased_reason }}
{% endif %}
|
{% if item.purchased %} ✔️ Kupiony {% elif item.not_purchased %} ⚠️ Nie kupiony {% else %} Nieoznaczony {% endif %} | |||
| Brak produktów. | |||||