{# Adapter exports the active profile offers, straight from the
plugin registry: a new exporter appears here by declaring
itself, with no template change. #}
{% for opt in export_options %}
{{ opt.label }}
{% endfor %}
{% block content %}
{% if datasets is defined %}
{% include "datasets_list.html" %}
{% else %}
{% include "index.html" %}
{% endif %}
{% endblock %}