{% load custom_tags %}
Logo    

WORK ORDER

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}}
Product: {{ product }}
Technician: {{ technician.userinfo.first_name }} {{ technician.userinfo.last_name }}
{% if note_by_admin and note_by_admin != "None" and note_by_admin != "" %} {% endif %} {% if tech_assign_order_item.related_service_request_images %} {% endif %} {% with service_request_images=tech_assign_order_item.related_service_request_images %} {% if service_request_images %} {%if service_request_images != '' %} {% for image in service_request_images %} {% if image.service_request_image %} {% endif %} {% endfor %} {% endif %} {% endif %} {% endwith %}
Admin Note:
{{ note_by_admin|safe }}
Description:
{{ note_by_customer|safe }}
Service Request Images