{% extends "base.html" %} {% block title %}Line Items{% endblock %} {% block content %}
Analyze extracted purchase lines, prices, and ratings
| 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 %}Enter one or more filters and run a search to view detailed line-item results.
{% elif rows %} {% for row in rows %}No line items found for the current filters.
{% endif %}No line items are waiting for quality review.
{% endif %}