Compare commits

..

1 Commits

Author SHA1 Message Date
Frédéric Péters e298e75d8e toodego: add alternative attribut name for silo street name (#88758)
gitea/publik-base-theme/pipeline/head This commit looks good Details
2024-03-28 10:20:44 +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">
{% firstof silo.properties.nomvoie 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>