{% extends 'layout/master.html' %}

{% if technician_assigned_job.order_item.order.invoice.customer.first_name %} Name: {% else %} Company Name: {% endif %} : {% if technician_assigned_job.order_item.order.invoice.customer.first_name %} {{technician_assigned_job.order_item.order.invoice.customer.first_name}} {{technician_assigned_job.order_item.order.invoice.customer.last_name}} {% else %} {{technician_assigned_job.order_item.order.invoice.customer.company_name}} {% endif %}
Job ID: {{technician_assigned_job.order_item.id}}
Product: {{technician_assigned_job.order_item.product}}({{technician_assigned_job.order_item.serial_number}})