{% extends "/base.html" %} {% set active_page = "projects" %} {% set active_project = "all" %} {% import "projects/_helpers.html" as helper %} {% block content %} {{ helper.render_loading(text=loading_text) }}
{{ _('You can export and download') }} {{ _('all the available') }} {{ _('Tasks and Task Runs (the submitted answers by the users) in CSV or JSON formats.') }}
{{ _('IMPORTANT') }} {{ _('This export option stills in beta mode and may fail in the CKAN server. If you get an error, please send an e-mail to info@pybossa.com') }}
{% if current_user.ckan_api %} {{_('Tasks')}} {{_('Task Runs')}} {% else %}{{ _("You don't have a Datahub.io API key in your") }} {{BRAND}} {{ _('account. Please,') }} {{ _('create an account') }} {{ _('and copy/paste the API key in your profile in order to use this exporter') }}.
{% endif %}