Viajes con tiempos de salida faltantes
Cantidad: {{results|length}}
Nombre de Ruta
Codigo
Hacia
Activo
{%for trip, route_short_name in results%} {% if not trip['active']%}
{%else%}
{%endif%}
{{route_short_name}}
{{trip.card_code}}
{{trip.trip_headsign}}
{%if trip['active']%}
{%else%}
{%endif%}
{%endfor%}