| Client: {{order_item.order.invoice.customer}} |
Date: {{installation_start_date}} |
| Address:
{% if address_type == 'different' %}
{% if street %} {{street}}, {% endif%}
{% if suburb %} {{suburb}}, {% endif%}
{% if state %} {{state}}, {% endif%}
{% if country %} {{country}}, {% endif%}
{% if postcode %} {{postcode}} {% endif%}
{% else %}
{% if order_item.order.invoice.customer.street %} {{order_item.order.invoice.customer.street}}, {% endif%}
{% if order_item.order.invoice.customer.city %} {{order_item.order.invoice.customer.city}}, {% endif%}
{% if order_item.order.invoice.customer.state %} {{order_item.order.invoice.customer.state}}, {% endif%}
{% if order_item.order.invoice.customer.country %} {{order_item.order.invoice.customer.country}}, {% endif%}
{% if order_item.order.invoice.customer.post_code %} {{order_item.order.invoice.customer.post_code}} {% endif%}
{% endif %}
|
| Contact Name: {{order_item.order.invoice.customer}} |
Phone Number: {{order_item.order.invoice.customer.phone1}} |
| Business Hours: {{ business_hours_from_time }} - {{ business_hours_to_time }} |
| Technician: {{ technician.userinfo.first_name }} {{ technician.userinfo.last_name }} |
| Forklift Available: {% if forklift_available == 1 %}
Yes
{% else %}
No
{% endif %} |
Size: {{Size}} |