Job Description: {{ workorder.job_description }}
Estimate Date: {{ workorder.estimate_date }}
Estimate Time: {{ workorder.estimate_time }}
Appointment Date: {{ workorder.appointment_date }}
Appointment Time: {{ workorder.appointment_time }}
{% if perms.crm.change_workorder %} {% url 'work-order-update' workorder.lead.id workorder.id as update_workorder %} {% include 'includes/blue_buttons.html' with url=update_workorder text='Update Work Order' %} {% endif %}