-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication-inspection-passed-b.html
138 lines (135 loc) · 5.58 KB
/
application-inspection-passed-b.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>INSPECTION & COMPLIANCE FORM - ANIMALS</title>
<link rel="stylesheet" href="application-inspection-passed-b.css">
</head>
<body>
<h1>INSPECTION & COMPLIANCE FORM - ANIMALS</h1>
<h2>TORRES STRAIT INSPECTION LIVE ANIMALS</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>Animal name</th>
<th>MICROCHIP NO. at inspection</th>
<th>Port of departure</th>
<th>Final destination</th>
</tr>
</thead>
<tbody>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Questions</th>
<th style="width: 3%; text-align: center;">Yes</th>
<th style="width: 3%; text-align: center;">No</th>
<th style="width: 10%; text-align: center;">N/A</th>
</tr>
</thead>
<tbody>
<tr>
<td style="vertical-align: top;">(1) Does the animal have a Permit to move goods present?</td>
<td> </td>
<td> </td>
<td><strong>Doesn’t need NA</strong></td>
</tr>
<tr>
<td style="vertical-align: top;">(2) Is the permit valid (dates, origin/destination)?</td>
<td> </td>
<td> </td>
<td><strong>Doesn’t need NA</strong></td>
</tr>
<tr>
<td style="vertical-align: top;">(3) Does the animal presented for inspection match the description on the permit?</td>
<td> </td>
<td> </td>
<td><strong>Doesn’t need NA</strong></td>
</tr>
<tr>
<td style="vertical-align: top;">(4) Has the cat or dog been treated for fleas and ticks within 5 days of movement? <span style="color: red;">Please circle treatment product from the approved list below</span></td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="4" style="padding: 0;">
<table style="margin: 0;" class="bordered-inside">
<tbody>
<tr>
<th>Fidos flea and tick rinse</th>
<th>Nexgard</th>
<th>Bravecto</th>
<th>Frontline spray</th>
<th>Frontline spot on</th>
<th>Advantix</th>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="vertical-align: top;">(5) Is the cat or dog free of fleas and ticks (i.e. no fleas or ticks seen on inspection)?</td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="vertical-align: top;">(6) Does the animal appear healthy (bright and alert) with no open wounds or sores?</td>
<td> </td>
<td> </td>
<td><strong>Doesn’t need NA</strong></td>
</tr>
</tbody>
</table>
<p style="font-weight: bold;"><span style="color: green;">YES</span> to all? <span style="text-decoration: underline; color: green;">PASSED</span> – Then the animal passes inspection and 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 the NAQS Veterinary Officer Michele Byers, Tom De Ridder, Madusha Weeratunga</p>
<table>
<tbody>
<tr>
<th style="width: 50%;"><span style="color: green;">PASSED</span></th>
<td style="width: 50%;"></td>
</tr>
<tr>
<th><span style="color: red;">BIOSECURITY CONCERN</span> <span style="font-weight: normal; font-style: italic;">(provide details)</span></th>
<td></td>
</tr>
</tbody>
</table>
<p><span style="text-decoration: underline;">Further details MUST be recorded in the case of the goods not passing inspection.</span> For example:</p>
<ul>
<li>Reasons animal didn’t pass (e.g. ticks found, permit invalid, animal on permit doesn’t match animal presented for inspection etc.)</li>
<li>Any compliance actions taken, including relevant reference numbers.</li>
</ul>
<div class="bordered-box">Further comments or details:<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>