{% extends "base.html" %} {% block title %}{{ super() }} {{ data['title'] }} {% endblock %} {% block crumbs %}{{ super() }} / Collections {% for link in data['links'] %} {% if link.rel == 'collection' %} / {{ link['title'] }} {% endif %} {% endfor %} / Items {% endblock %} {% block extrahead %} {% endblock %} {% block body %}
id | {% for k, v in data['features'][0]['properties'].items() %} {% if loop.index < 5 %}{{ k }} | {% endif %} {% endfor %}
---|---|
{{ ft.id }} | {% for k, v in ft['properties'].items() %} {% if loop.index < 5 %}{{ v | urlize(20) }} | {% endif %} {% endfor %}
No items