diff --git a/modules/route/front/index/index.html b/modules/route/front/index/index.html
index 6d4bb202d0..361f7a6962 100644
--- a/modules/route/front/index/index.html
+++ b/modules/route/front/index/index.html
@@ -20,6 +20,8 @@
Date
m³
Description
+ Started
+ Finished
@@ -47,6 +49,8 @@
{{::route.created | dashIfEmpty | date:'dd/MM/yyyy'}}
{{::route.m3 | dashIfEmpty}}
{{::route.description | dashIfEmpty}}
+ {{::route.started | dashIfEmpty | date:'dd/MM/yyyy HH:mm'}}
+ {{::route.finished | dashIfEmpty | date:'dd/MM/yyyy HH:mm'}}
+ order="id, created DESC">
+ model="model"
+ class="travel-list">