diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep
index 07ff161..7dce308 100644
--- a/templates/_checked_in.html.ep
+++ b/templates/_checked_in.html.ep
@@ -46,7 +46,7 @@
% }
% if (my $wr = $journey->{wagonorder}) {
-
+
%= $wr->direction == 100 ? '→' : '←';
% for my $wagon ($wr->wagons) {
% if (not ($wagon->is_locomotive or $wagon->is_powercar)) {