{% set page_group = "users" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}
Back to List
{{ quote.status }}
{# Left column — submission data #}

Quote #{{ quote.id }} — {{ quote.ownerFirstName }} {{ quote.ownerLastName }}

Owner Information

Name{{ quote.ownerFirstName }} {{ quote.ownerLastName }}
{% if quote.corporationName %}
Corporation{{ quote.corporationName }}
{% endif %} {% if quote.storeCount %}
Stores{{ quote.storeCount }}
{% endif %} {% if quote.ownerAddress %}
Address{{ quote.ownerAddress }}{% if quote.ownerCity %}, {{ quote.ownerCity }}{% endif %}{% if quote.ownerState %}, {{ quote.ownerState }}{% endif %} {{ quote.ownerZip }}
{% endif %} {% if quote.ownerPhone %}{% endif %} {% if quote.ownerEmail %}{% endif %} {% if quote.referredBy %}
Referred By{{ quote.referredBy }}
{% endif %}

Store Information

{% if quote.storeName %}
Store Name{{ quote.storeName }}
{% endif %} {% if quote.storePhone %}
Store Phone{{ quote.storePhone }}
{% endif %} {% if quote.storeNumber %}
Store #{{ quote.storeNumber }}
{% endif %} {% if quote.storeAddress %}
Address{{ quote.storeAddress }}{% if quote.storeCity %}, {{ quote.storeCity }}{% endif %}{% if quote.storeState %}, {{ quote.storeState }}{% endif %} {{ quote.storeZip }}
{% endif %} {% if quote.emailProvider %}
Email Provider{{ quote.emailProvider }}{% if quote.emailProviderOther %} ({{ quote.emailProviderOther }}){% endif %}
{% endif %} {% if quote.loyaltyProvider %}
Loyalty Provider{{ quote.loyaltyProvider }}{% if quote.loyaltyProviderOther %} ({{ quote.loyaltyProviderOther }}){% endif %}
{% endif %} {% if quote.marketingFirm %}
Marketing Firm{{ quote.marketingFirm }}
{% endif %}

Package & Configuration

Package {% if quote.basePackage == 'full' %}Full Package {% elseif quote.basePackage == 'qr_only' %}QR Code Only {% elseif quote.basePackage == 'kiosk' %}Kiosk Stand / Tablet Only {% else %}{{ quote.basePackage }}{% endif %}
{% if quote.labelPrinter %}
Label Printer{{ quote.labelPrinter }}
{% endif %} {% if quote.ethernetLength %}
Ethernet Cable{{ quote.ethernetLength }}
{% endif %} {% if quote.networkSwitch %}
Network Switch{{ quote.networkSwitch }}
{% endif %} {% if quote.dlScanning %}
DL Scanning{{ quote.dlScanning }}
{% endif %} {% if quote.digitalSign %}
Digital Signage{{ quote.digitalSign }}
{% endif %} {% if quote.tvSize %}
TV Size{{ quote.tvSize }}"
{% endif %} {% if quote.tvCount %}
TV Count{{ quote.tvCount }}
{% endif %} {% if quote.tvMount %}
TV Mount{{ quote.tvMount }}
{% endif %} {% if quote.standColor %}
Stand Color{{ quote.standColor }}
{% endif %}
{# Right column — price, notes, actions #}
{# Price card #}
Estimated Price
${{ quote.estimatedPrice|number_format(2) }}
Submitted {{ quote.createdAt|date('M j, Y g:i A') }}
{% if quote.ipAddress %}
IP: {{ quote.ipAddress }}
{% endif %}
{# Setup Store button #} {% if quote.status == 'won' %} {% endif %} {# Internal Notes #}
Internal Notes
{% if quote.internalNotes %} {% for note in quote.internalNotes|split('\n---\n') %}
{{ note }}
{% endfor %} {% else %}

No notes yet.

{% endif %}
{% include 'components/footer.html' %}