Skip to content

Commit

Permalink
feat(cb2-9260): add in content for handlebars file
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrown authored and nbrown committed Oct 27, 2023
1 parent 718ebe0 commit fcc65a4
Showing 1 changed file with 100 additions and 1 deletion.
101 changes: 100 additions & 1 deletion src/main/resources/views/CommercialVehicles/IVA30_Fail.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,105 @@
</head>

<body>
<h1> Hello! </h1>
<!-- first box -->
<div>
<h1> RE EXAMINATION </h1>
<p> This notification indicates the items of non-compliance being the reason(s)
why an Individual Approval Certificate (IAC) has not been issued. An application
for re-examination can be made up to 6 calendar months following the issue date
of the first "Notification of Refusal" in respect of the original application.
In any other case, a new application and a full fee must be submitted.</p>
<p> When modification/rectification has been completed, or additional evidence of
compliance obtained, an application for a re-examination (verbally or in writing)
should be made, in the case of an M1 or N1 vehicle class listed below, to attend at the test
station that issued this notification and in respect of any other class or category, to
the test station of your choice. To obtain a re-examination appointment please contact (0300) 200 1188 </p>

<ul>
<li>Amateur Built Vehicle</li>
<li>Rebuilt Vehicle</li>
<li>Motor Ambulance</li>
<li>Motor Caravan</li>
<li>Vehicle manufactured using parts of a registered vehicle</li>
</ul>

<ul>
<li>Disabled Person's Vehicle</li>
<li>Hearse</li>
<li>Armoured Vehicle</li>
<li>Vehicle manufactured in very low volume</li>
</ul>

<p>Where a "Notification of Refusal" is issued, a further examination (a retest) will be carried
out without further payment if:</p>

<ul>
<li>the vehicle is submitted for the examination at the place where it was previously examined, and</li>
<li>the vehicle is submitted for examination before the end of the fifth day on which DVSA is accepting
vehicles for inspection following the day of the original examination, and</li>
<li>in the case of any vehicle category, the application is due to a failure to provide sufficient
documentary evidence before the examination to demonstrate compliance, or</li>
<li>in the case of an M1 or N1 category vehicle only, failure is due to one or more of the following
items (subject to a maximum of six items)</li>
</ul>

<ul>
<li>Item 3 Fuel tanks/rear protective devices - fuel filer arrangements only;</li>
<li>Item 4 Rear registration plate space - all requirements;</li>
<li>Item 7 Audible warning - operation of audible warning device;</li>
<li>Item 8 Indirect vision - all except field of view;</li>
<li>Item 9 Braking - warning lamps only;</li>
<li>Item 10 EMC - markings only;</li>
<li>Item 12 Interior fittings - no more than 3 separate examples of failure to comply;</li>
<li>Item 13 Anti-theft &amp; immobiliser - all requirements;</li>
<li>Item 16 Exterior projects - no more than 3 separate examples of failure to comply;</li>
<li>Item 17 Speedometer - illumination only;</li>
<li>Item 18 Plates - all requirements;</li>
<li>Item 20-30 Lighting - all except angle of visibility and position;</li>
<li>Item 31 Seat belts - child restraint warning label only;</li>
<li>Item 33 Controls - no more than 3 separate examples of failure to comply;</li>
<li>Item 34 Defrost/demist all requirements;</li>
<li>Item 35 Wash/wipe - all requirements;</li>
<li>Item 36 Heating - all requirements;</li>
<li>Item 37 Wheel guards - all requirements;</li>
<li>Item 45 Safety glass - approval marking only;</li>
<li>Item 46 Tyres - approval marking, one example only;</li>

</ul>
</div>
<!-- second box -->
<div>
<h1>USE OF THE VEHICLE</h1>
<p>It is an offence to use a vehicle that requires type approval without an Individual Approval
Certificate confirming compliance with the type approval requirements, except for the purposes of:</p>
<ul>
<li>submitting it, by previous arrangement, for an approval examination;</li>
<li>bringing it away from such an examination;</li>
<li>delivering it, by previous arrangement, to a place where relevant work is to be done on it following
receipt of a refusal to issue an Individual Approval Certificate;</li>
</ul>
<p>You may have been notified of defects in addition to those appertaining to the approval requirements.
Even in the above circumstances you may be committing an offence if you use the vehicle, and it does
not comply with the various regulations relating to its construction and use.</p>
</div>

<!-- third box -->
<div>
<h1>YOUR RIGHT TO APPEAL</h1>
<p>If you do not agree with the refusal to issue an Individual Approval Certificate, you may appeal. If you
wish to appeal against all or any of the grounds for refusal you must complete form IVA17 which is
available from the test location or from the gov.uk website www.gov.uk/vehicleapproval. The form, together
with the appropriate fee, must be received at the Vehicle Approvals Section, DVSA, Ellipse, Padley
Road, Swansea, SA1 8AN within 14 days of the date the original notification of refusal was issued.</p>
<p>It is important that no modification/rectification work carried out on the vehicle before the appeal
test as this may affect the outcome of the appeal.</p>
</div>

<!-- footer -->
<div>
<h1> IVA 30E (DVSA 0211) </h1>
<h2> Version 2.3 (30/11/2022) </h2>
</div>

</body>
</html>

0 comments on commit fcc65a4

Please sign in to comment.