salix/print/report/rpt-zone/index.html

15 lines
519 B
HTML
Raw Normal View History

2019-04-15 12:34:33 +00:00
<!DOCTYPE html>
<html lang="es">
<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}} {{zoneTime(zone.time)}}</section>
<section></section>
<!-- Report end -->
</section>
</section>
</body>
</html>