{% load combo gnm l10n assets %} {% with toilette=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 %}

Toilette publique

Grand Lyon
{% include "combo/dashboard_cell_icons.html" %} {% if is_place_page %}
{% include "combo/json/includes/share.html" with place=toilette url=cell|place_page_url %}
{% if toilette.properties.adresse %}{{toilette.properties.adresse}}
{% endif %} {% if toilette.properties.infoloc %}{{toilette.properties.infoloc}}
{% endif %} {% if toilette.properties.commune %}{{toilette.properties.commune}}
{% endif %} {% if toilette.properties.acceshandi and toilette.properties.acceshandi == 'true' %}Accessible handicapés
{% endif %} {% if toilette.properties.payant and toilette.properties.payant == 'true' %}Payant
{% endif %} {% if toilette.properties.hommes and toilette.properties.hommes == 'true' %}Hommes
{% endif %} {% if toilette.properties.femmes and toilette.properties.femmes == 'true' %}Femmes
{% endif %} {% if toilette.properties.unisexe and toilette.properties.unisexe == 'true' %}Unisexe
{% endif %} {% if toilette.properties.enfants and toilette.properties.enfants == 'true' %}Enfants{% endif %} {% localize off %} M’y rendre {% endlocalize %} {% include "combo/json/includes/horaires.html" with place=toilette %}
{% gnm_place_map toilette.geometry.coordinates.1 toilette.geometry.coordinates.0 %}
{% else %} {% if toilette.properties.adresse %}{{toilette.properties.adresse}}
{% endif %} {% if toilette.properties.infoloc %}{{toilette.properties.infoloc}}
{% endif %} {% if toilette.properties.commune %}{{toilette.properties.commune}}
{% endif %}

{% if toilette.properties.acceshandi and toilette.properties.acceshandi == 'true' %} Accessible handicapés
{% endif %} {% if toilette.properties.payant and toilette.properties.payant == 'true' %} Payant
{% endif %} {% if toilette.properties.femmes and toilette.properties.femmes == 'true' %} Femmes
{% endif %} {% if toilette.properties.hommes and toilette.properties.hommes == 'true' %} Hommes
{% endif %} {% if toilette.properties.unisexe and toilette.properties.unisexe == 'true' %} Unisexe
{% endif %} {% if toilette.properties.enfants and toilette.properties.enfants == 'true' %} Enfants
{% endif %}

{% localize off %} M’y rendre {% endlocalize %} {% if toilette.properties.web and toilette.properties.web != 't' %} d’infos {% endif %}
{% endif %}
{% endwith %}