{% load combo gnm l10n assets %} {% with autopartage=json.features.0 is_place_page=page|is_place_page place_page=cell|place_page %} {% get_tile_picture_size page as size %}
{% if is_place_page %} {% placeholder "infos-pratiques" name="Infos pratiques" render=False %}
{% else %}
{% endif %}

Station {{autopartage.properties.typeautopartage}} {{autopartage.properties.adresse|cut:'LPA'}}

{% with autopartage.properties.typeautopartage|slugify as autopartage_type %} {% with "logo:"|add:autopartage_type as asset_name %} {{ autopartage.properties.typeautopartage }} {% endwith %} {% endwith %}
{% include "combo/dashboard_cell_icons.html" %} {% if is_place_page %}
{% include "combo/json/includes/share.html" with place=autopartage url=cell|place_page_url %} {% placeholder "infos-pratiques" %}
{% localize off %} M’y rendre {% endlocalize %}
{% gnm_place_map autopartage.geometry.coordinates.1 autopartage.geometry.coordinates.0 %}
{% else %}
{{autopartage.properties.commune}}

{% if autopartage.properties.nbemplacements != '' %}{{autopartage.properties.nbemplacements}} emplacement{{autopartage.properties.nbemplacements|pluralize}}{% endif %} {% if autopartage.properties.localisation != '' %}
{{autopartage.properties.localisation|lower}}{% endif %} {% if autopartage.properties.typeautopartage != '' %}
Type {{autopartage.properties.typeautopartage}}{% endif %}

{% localize off %} M’y rendre {% endlocalize %} {# d’infos #}
{% endif %}
{% endwith %}