{% load combo gnm l10n %} {% with bibliotheque=json.features.0 is_place_page=page|is_place_page %} {% if is_place_page %} {% placeholder "infos-pratiques" name="Infos pratiques" render=False %} {% endif %}

{{bibliotheque.properties.nom}}

Grand Lyon
{% include "combo/dashboard_cell_icons.html" %} {% if is_place_page %}
{% if not page|is_empty_placeholder:"infos-pratiques" %}

Infos pratiques

{% placeholder "infos-pratiques" %}
{% endif %}
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 %}
{% else %}
{% localize off %} M'y rendre {% endlocalize %} d'infos
{% endif %}
{% endwith %}