{% load combo gnm l10n assets %} {% with commerce=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 %} {% placeholder "galerie" name="Galerie photos" render=False %}
{% else %}
{% endif %}

{{commerce.properties.nom}}
{{commerce.properties.categorie}}

Grand Lyon
{% include "combo/dashboard_cell_icons.html" %} {% if is_place_page %}
{% include "combo/json/includes/share.html" with place=commerce url=cell|place_page_url %} {% placeholder "infos-pratiques" %}
{% include "combo/json/includes/adresse.html" with place=commerce %} {% if commerce.properties.telephone %}

Téléphone

{{commerce.properties.telephone}}
Appeler
{% endif %} {% include "combo/json/includes/horaires.html" with place=commerce %}
{% gnm_place_map commerce.geometry.coordinates.1 commerce.geometry.coordinates.0 %} {% placeholder "galerie" %}
{% else %}
{% if commerce.properties.openinghoursspecification or commerce.properties.openinghours %} {{commerce.properties|as_opening_hours_badge}} {% endif %}

{% for service in commerce.properties.services_proposes %} {% if service == "livraison-a-domicile" %}Livraison domicile {% elif service == "point-de-retrait" %}Livraison en point de retrait {% elif service == "clic-and-collect" %}Cliquez et retirer sur le lieu du commerce (Clic and Collect) {% elif service == "call-and-collect" %} Appelez et retirer sur le lieu du commerce (Call and Collect) {% endif %} {% if not forloop.last %}
{% endif %} {%endfor %}

{% localize off %} M’y rendre {% endlocalize %} {% if commerce.properties.telephone %} Appeler {% endif %} d’infos
{% endif %}
{% endwith %}