salix/print/templates/reports/zone/zone.html

15 lines
536 B
HTML
Raw Normal View History

2019-04-15 12:34:33 +00:00
<!DOCTYPE html>
<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>