{% load molly_utils %} {% load i18n %} {% if entity.metadata.real_time_information %}
{% if entity.metadata.real_time_information.pip_info %} {% else %} {% endif %} {% if entity.metadata.real_time_information.services %}
{% for service in entity.metadata.real_time_information.services %} {# Translators: Next as in next service #} {% endfor %}
{% if service.route %}{% endif %} {% if service.journey %}{% endif %} {{ service.service }} {% if service.journey %}{% endif %} {% if service.route %}{% endif %} {{ service.destination }} {{ service.next }}
{% trans "Next" %}: {% if service.following %}{{ service.following|join:", " }}{% else %}{% trans "No further info" %}{% endif %}
{% endif %}
{% endif %}