{% extends 'base.html' %} {% block content %}
| 📅 Date | 🏭 Farm | ⚖️ Weight | 💲 Price/kg | 💰 Total |
|---|---|---|---|---|
| {{ p.date|date_format }} | {% if p.farm %} {{ p.farm.name }} {% else %} - {% endif %} | {{ p.weight_kg|kg }} | {{ p.price_per_kg|currency }} | {{ p.total_amount|currency }} |
| 📊 Total | {{ total_weight|kg }} | {{ total|currency }} | ||
No purchases found for the selected period.