{% extends 'base.html' %} {% load export_tags %} {% block title %} | Export{% endblock %} {% block main %} {% include 'export_header.html' %}

{{ export.name }}

Select the format you want to access:

KML {{ export.urlhash }}.kml
GeoJSON {{ export.urlhash }}.json
{% endblock %}