-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication-inspection-passed-a.html
106 lines (103 loc) · 3.84 KB
/
application-inspection-passed-a.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>INSPECTION & COMPLIANCE FORM</title>
<link rel="stylesheet" href="application-inspection-passed-a.css">
</head>
<body>
<h1>INSPECTION & COMPLIANCE FORM</h1>
<h2>TORRES STRAIT INSPECTION</h2>
<table>
<thead>
<tr>
<th>Date Inspected</th>
<th>Biosecurity Officer Name</th>
<th>Inspection Location</th>
</tr>
</thead>
<tbody>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Permit No.</th>
<th>Owner/Agent name</th>
<th>Port of departure</th>
<th>Final destination</th>
</tr>
</thead>
<tbody>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Questions</th>
<th align="center">Yes</th>
<th align="center">No</th>
</tr>
</thead>
<tbody>
<tr>
<td>Do the goods have a valid permit attached to them?</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Is the permit valid for the dates of movement, including port of departure and final destination details?</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Do the goods presented for inspection match the description on the permit e.g. quantity?</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Are the goods securely contained to prevent spillage and contain risk?</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Is the packaging free from contamination and/or insects e.g. ants?</td>
<td style="width: 3%;"> </td>
<td style="width: 3%;"> </td>
</tr>
</tbody>
</table>
<p style="font-weight: bold;"><span style="color: green;">YES</span> to all questions? <span style="text-decoration: underline; color: green;">PASSED</span> – Goods have passed inspection and the can be moved as detailed in the permit issued</p>
<p style="font-weight: bold;"><span style="color: red;">NO</span> to any? <span style="color: red; text-decoration: underline;">BIOSECURITY CONCERN</span> – Call NAQS Cairns – Help icon (with reference data to capture relevant phone numbers</p>
<table>
<tbody>
<tr>
<th style="width: 50%;">PASSED</th>
<td style="width: 50%;"></td>
</tr>
<tr>
<th>BIOSECURITY CONCERN <span style="font-weight: normal; font-style: italic;">(provide details)</span></th>
<td></td>
</tr>
</tbody>
</table>
<p>Further details MUST be recorded in the case of the goods not passing inspection. Forexample:</p>
<ul>
<li>Reasons samples did not pass, e.g. permit invalid, inadequate packaging, insect contamination, samples on permitdoes not match samples presented for inspection.</li>
<li>Any compliance actions taken, including relevant reference numbers.</li>
</ul>
<div class="bordered-box">Further comments or details:<br/><br/><br/><br/></div>
<p class="p1"><strong>Return completed form to:</strong> <a href="mailto:naqs@agriculture.gov.au" target="_blank">naqs@agriculture.gov.au</a></p>
</body>
</html>