{% extends "base.html" %} {% load export_tags %} {% block title %} | Extension: GeoKey Export{% endblock %} {% block main %}
{% include 'snippets/messages.html' %}
Extension

GeoKey Export

Export {{ export.name }}

Name{{export.name}}
Project{{export.project.name}}
Category{{export.category.name}}
Creator{{export.creator}}
Expiration date{{ export|expiry }}
Share link {% if export.is_expired %} The export is expired | Reactivate {% else %} {{export.urlhash}} {% endif %}

Be careful!

Delete export

If you delete the export there's no way back.

Delete this export
{% endblock %} {% block modals %} {% endblock %} {% block libraries %} {% endblock %}