{% extends "base.html" %} {% block title %}Line Item Summary{% endblock %} {% block content %}
Aggregate prices and ratings across extracted line items
| Item | Count | Avg Price | Min Price | Max Price | Rated Count | Avg Rating |
|---|---|---|---|---|---|---|
| {{ row.item }} | {{ row.count }} | {{ row.avg_price }} | {{ row.min_price }} | {{ row.max_price }} | {{ row.rated_count }} | {{ row.avg_rating }} |
No summary rows found for the current search.
{% endif %}