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

{{bibliotheque.properties.nom}}

Grand Lyon
{% include "combo/dashboard_cell_icons.html" %} {% if is_place_page %}
Adresse
M'y rendre {% if bibliotheque.properties.adresse %}{{bibliotheque.properties.adresse}}
{% endif %} {{bibliotheque.properties.codepostal}} {{bibliotheque.properties.commune}}
{% if bibliotheque.properties.telephone %}
{{bibliotheque.properties.telephone}} Appeler
{% endif %} {% if bibliotheque.properties.ouverture %}

{{ bibliotheque.properties.ouverture|linebreaks }}

{% endif %}
{% else %}
{% localize off %} M'y rendre {% endlocalize %} d'infos
{% endif %}
{% endwith %}