diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html
index a1c34c43b..63b0b049d 100644
--- a/modules/ticket/front/index/index.html
+++ b/modules/ticket/front/index/index.html
@@ -1,187 +1,155 @@
-
-
-
-
-
-
-
-
-
-
- #ID
-
-
- Salesperson
-
-
- Date
-
-
- Hour
-
-
- Closure
-
-
- Alias
-
-
- Province
-
-
- State
-
-
- Zone
-
-
- Warehouse
-
-
- Total
-
-
-
-
-
-
-
-
-
- {{::ticket.id}}
-
-
- {{::ticket.userName | dashIfEmpty}}
-
-
-
-
- {{::ticket.shipped | date: 'dd/MM/yyyy'}}
-
-
- {{::ticket.shipped | date: 'HH:mm'}}
- {{::ticket.zoneLanding | date: 'HH:mm'}}
-
-
- {{::ticket.nickname}}
-
-
- {{::ticket.province}}
-
-
- {{::ticket.refFk}}
-
-
- {{ticket.state}}
-
-
-
-
- {{::ticket.zoneName | dashIfEmpty}}
-
-
- {{::ticket.warehouse}}
-
-
- {{::(ticket.totalWithVat ? ticket.totalWithVat : 0) | currency: 'EUR': 2}}
-
-
-
-
-