{% extends 'layout/master.html' %} Signature Form {% block addcss %} {% endblock addcss %} {% block layout %}
{% comment %}
{% endcomment %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Logo

{% 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}})

{% csrf_token %} {% if question_data %} {% for q in question_data %}

{{ forloop.counter }}. {{ q.question }}

{% endfor %} {% endif %}

Enter Your Name

Sign Here

×
{% endblock layout %}