{% 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 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 %}