{% extends "base.html" %} {% block title %}{{ _('Export to %(scicat_name)s', scicat_name=config['SCICAT_NAME']) }} — {{ service_name }}{% endblock %} {% block content %}

{{ _('Export to %(scicat_name)s', scicat_name=config['SCICAT_NAME']) }}

{{ _('%(service_name)s can export the metadata of this object to %(scicat_name)s.', service_name=service_name, scicat_name=config['SCICAT_NAME']) }}

{{ _('To access your SciCat token, visit %(scicat_name)s', scicat_name=config['SCICAT_NAME'], scicat_frontend_url=config['SCICAT_FRONTEND_URL']) }}.

{{ scicat_api_token_form.hidden_tag() }}
{% if had_invalid_api_token %}
{{ _('The token you entered was invalid.') }}
{% endif %}
{{ _('Cancel') }}
{% endblock %}