{% for sube in subeler %}
{% set subeIndex = loop.index %}
{% set subeDil = sube.diller|first %}
{{ 'yol_tarifi'|trans({'%platform%': 'Google'}) }}
{% endif %}
{% if sube.yandexMapLink is not null %}
{{ 'yol_tarifi'|trans({'%platform%': 'Yandex'}) }}
{% endif %}
{% if sube.googleMapLink is not null %}
{% endfor %}
{% for hat in sube.lines %}
{% set hatDil = hat.diller|first %}
{% endfor %}
{{ hatDil.baslik|default }}
{% for telefon in hat.telefonlar %} {% endfor %} {% for mail in hat.mailler %} {% endfor %}
{{ sube.youtube|default|raw }}
{% for ulasim in sube.ulasimlar %}
{% endfor %}
{% for ulasim in sube.ulasimlar %}
{% set ulasimDil = ulasim.diller|first %}
{% endfor %}
 }})