{% load static %}
Logo
{% if accepted_images %} {% for image in accepted_images %} {% if forloop.first or forloop.counter0|divisibleby:3 %} {% endif %} {% if forloop.counter|divisibleby:3 or forloop.last %} {% endif %} {% endfor %} {% endif %}



Excitech Australia Pty Ltd

30/10 Yato rd, Prestons, 2170

Mob: 0424 362 088

Email: jose@excitechaustralia.au




Date: {{job.created_at|date:"d-m-Y" }}

Job No.: {{job.id }}

{% if job.technician %}Technician: {{job.technician.userinfo.first_name|capfirst }} {{job.technician.userinfo.last_name|capfirst }}{% endif %}




{% for ans in answer %}

Que.{{forloop.counter}}: {{ ans.question.question }}

Ans. {%if ans.answer == 1 %}Yes {% else %}No{% endif %}

{% endfor %}

Images

Answer Image

Accepted By

Customer Signature

Technician Signature

{% if signature.accepted_by %}{{signature.accepted_by}}{% endif %}

{% if signature.signature %}Signature{% endif %}

{% if signature.signature_technician %}Signature_Technician{% endif %}