{% load combo gnm l10n assets %} {% with bibliotheque=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 %} {% endif %}
{% include "combo/dashboard_cell_icons.html" %} {% if is_place_page %}
{% placeholder "infos-pratiques" %}
Adresse
{% localize off %} M'y rendre {% endlocalize %} {% if bibliotheque.properties.adresse %}{{bibliotheque.properties.adresse}}
{% endif %} {{bibliotheque.properties.codepostal}} {{bibliotheque.properties.commune}}
{% if bibliotheque.properties.telephone %}
Téléphone
{{bibliotheque.properties.telephone}} Appeler
{% endif %} {% if bibliotheque.properties.ouverture %}
Horaires
{{ bibliotheque.properties.ouverture|linebreaks }}
{% endif %}
{% gnm_place_map bibliotheque.geometry.coordinates.1 bibliotheque.geometry.coordinates.0 %}
{% else %}
{{bibliotheque.properties|as_opening_hours_badge}}
{% localize off %} M'y rendre {% endlocalize %} d'infos
{% endif %}
{% endwith %}