|
{% if d.rtstation.is_fuzzy %}~{% endif %}
{{ d.arrival |date:"H:i" }}
|
{{ d.stop_time |floatformat }}{% if d.2 %} мин{% endif %}
|
{% if d.rtstation.is_fuzzy and d.departure %}
~{% endif %}
{{ d.departure |date:"H:i" }}
|
{{ d.in_trip | default_if_none:"" }}
|
{% endfor %}