{% load combo gnm l10n %} {% with station=json.features.0 is_place_page=page|is_place_page %}

Station de taxi {{station.properties.adresse}}

Grand Lyon
{% if is_place_page %}
Adresse
{% localize off %} M'y rendre {% endlocalize %} {{station.properties.adresse}}
{{station.properties.commune}}
{{station.properties.nbemplacements}} emplacement{{station.properties.nbemplacements|pluralize}}
{% else %}
{% localize off %} M'y rendre {% endlocalize %} d'infos
{% endif %}
{% endwith %}