{% trans %}Items in this collection{% endtrans %}.
{{ data['uri_field'] }} | {% endif %}id | {% if data['title_field'] %}{{ data['title_field'] }} | {% endif %} {% for k, v in data['features'][0]['properties'].items() %} {# start with id & title then take first 5 columns for table #} {% if loop.index < 5 and k not in [data['id_field'], data['title_field'], data['uri_field'], 'extent'] %}{{ k }} | {% endif %} {% endfor %}
---|---|---|---|
{{ft['properties'][data.get('uri_field')]}} | {% endif %}{{ ft.id | string | truncate( 12 ) }} | {% if data['title_field'] %}{{ ft['properties'][data['title_field']] | string | truncate( 35 ) }} | {% endif %} {% for k, v in ft['properties'].items() %} {% if loop.index < 5 and k not in [data['id_field'], data['title_field'], data['uri_field'], 'extent'] %}{{ v | string | truncate( 35 ) }} | {% endif %} {% endfor %}
{% trans %}No items{% endtrans %}