{% set page_group = "users" %} {% include 'components/head.html' %}
| Date | Name | Store | Package | Est. Price | Status | |
|---|---|---|---|---|---|---|
| {{ q.createdAt|date('M j, Y') }} | {{ q.ownerFirstName }} {{ q.ownerLastName }} | {{ q.storeName }} | {% if q.basePackage == 'full' %}Full {% elseif q.basePackage == 'qr_only' %}QR Only {% elseif q.basePackage == 'kiosk' %}Kiosk {% else %}{{ q.basePackage }}{% endif %} | {% if q.estimatedPrice %}${{ q.estimatedPrice|number_format(2) }}{% else %}—{% endif %} | {{ q.status }} | View {% if q.status == 'won' %} {% endif %} |
| No quote requests found. | ||||||