|
|
{{::ticket.id}}
|
{{::ticket.ipt | dashIfEmpty}} |
{{::ticket.preparation | dashIfEmpty}} |
{{::ticket.state | dashIfEmpty}}
|
{{::ticket.liters | dashIfEmpty}} |
{{::ticket.lines | dashIfEmpty}} |
{{::ticket.totalWithVat | currency: 'EUR': 2}}
|
{{::ticket.futureId | dashIfEmpty}}
|
{{::ticket.futureIpt | dashIfEmpty}} |
{{::ticket.futureState | dashIfEmpty}}
|
{{::ticket.futureLiters | dashIfEmpty}} |
{{::ticket.futureZoneName | dashIfEmpty}} |
{{::ticket.notMovableLines | dashIfEmpty}} |
{{::ticket.futureLines | dashIfEmpty}} |
{{::(ticket.futureTotalWithVat ? ticket.futureTotalWithVat : 0) | currency: 'EUR': 2}}
|