Viajes con tiempos de salida faltantes

{%for trip, route_short_name in results%} {% if not trip['active']%} {%else%} {%endif%} {%endfor%}
Nombre de Ruta Codigo Hacia Activo
{{route_short_name}} {{trip.card_code}} {{trip.trip_headsign}} {%if trip['active']%} {%else%} {%endif%}