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

16 lines
482 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>
2019-11-11 10:04:49 +00:00
<table class="grid">
<tbody>
<tr>
<td>
<div class="text">{{zone.agencyName}}</div>
<div class="text">{{zone.id}}</div>
<div class="text">{{zone.plateNumber}} {{zone.time | date('%H:%M')}}</div>
</td>
</tr>
</tbody>
</table>
2019-04-15 12:34:33 +00:00
</body>
</html>