{% if features|length == 1 %}
{{ feature.locName|sn|e }}
{% else %}
{% for feat in features %}
{{ feat.locName|sn|e }}
{% endfor %}
{% endif %}
{{ feature.lodDesc|sn|e }}
{% for thing in things %}
{{thing.name|sn|e}} - {{thing.description|sn|e}}
{% endfor %}
{% for thing in things %}
Available observations
Complex time series
{% endfor %}