toodego: add alternative attribut name for silo street name (#88758) #555

Merged
fpeters merged 1 commits from wip/88758-toodego-silo-attribute-name into main 2024-03-29 08:29:35 +01:00
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@
</div>
<div class="tile-content">
<div class="adresse">
{{ silo.properties.voie }} {% if silo.properties.observation and silo.properties.observation != 'None' %}({{ silo.properties.observation }}){% endif %}<br>
{% firstof silo.properties.adresse silo.properties.voie %}
{% if silo.properties.observation_localisante %}({{ silo.properties.observation_localisante }}){% endif %}
{% if silo.properties.observation and silo.properties.observation != 'None' %}({{ silo.properties.observation }}){% endif %}
<br>
{{ silo.properties.commune }}
</div>
</div>