{% extends 'base.html.twig' %} {% block body %} {% for table in data %} {% endfor %}
Track Train type Train number Destination name Arrival Departure Delay
{{ table.Track }} {{ table.TrainType }} {{ table.TrainNumber }} {{ table.DestinationName }} {{ table.ScheduledArrival }} {{ table.ScheduledDeparture }} {{ table.DepartureDelay }}
{% endblock %} {% block javascripts %} {% endblock %}