{% extends "base.html" %} {% block title %}Export Data — {{ service_name }}{% endblock %} {% block stylesheets %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
{{ service_name }} can export the data for all objects you have READ permissions for, either as a PDF document or as an archive containing a machine-readable JSON file with all relevant information and the files uploaded for these objects.