15 lines
519 B
HTML
15 lines
519 B
HTML
<!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> |