15 lines
536 B
HTML
15 lines
536 B
HTML
<!DOCTYPE html>
|
|
<html v-bind:lang="locale">
|
|
<body>
|
|
<section class="container" id="report">
|
|
<section class="main">
|
|
<!-- Report start -->
|
|
<section class="text">{{zone.agencyName}}</section>
|
|
<section class="text">{{zone.id}}</section>
|
|
<section class="text">{{zone.plateNumber}} {{zone.time | date('%H:%M')}}</section>
|
|
<section></section>
|
|
<!-- Report end -->
|
|
</section>
|
|
</section>
|
|
</body>
|
|
</html> |