{% extends 'email/base.html.twig' %} {% block title %}Quote Request Received - KitsCo{% endblock %} {% block content %}
Thank you, {{ customer.name }}. We've received your quote request and will respond shortly.
Our team is reviewing your request and will prepare a detailed quotation for you.
| Request Date | {{ 'now'|date('F d, Y') }} |
| Contact Name | {{ customer.name }} |
| Organization | {{ customer.organization }} |
| {{ customer.contactEmail }} |
| Product | Qty |
|---|---|
|
{{ item.product.name }}
{% if item.product.sku %} SKU: {{ item.product.sku }}{% endif %} |
{{ item.quantity }} |
{{ notes }}
Need this quote urgently? Contact our sales team directly.
Email: sales@kits.co.tz
{% if company.phone is defined and company.phone %}
Phone: {{ company.phone }}
{% endif %}