2019-04-15 12:34:33 +00:00
|
|
|
<!DOCTYPE html>
|
2019-11-07 10:19:05 +00:00
|
|
|
<html v-bind:lang="locale">
|
2019-04-15 12:34:33 +00:00
|
|
|
<body>
|
|
|
|
<section class="container" id="report">
|
|
|
|
<section class="main">
|
|
|
|
<!-- Report start -->
|
|
|
|
<section class="text">{{zone.agencyName}}</section>
|
|
|
|
<section class="text">{{zone.id}}</section>
|
2019-11-04 12:55:20 +00:00
|
|
|
<section class="text">{{zone.plateNumber}} {{zone.time | date('%H:%M')}}</section>
|
2019-04-15 12:34:33 +00:00
|
|
|
<section></section>
|
|
|
|
<!-- Report end -->
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|