{% extends "base.html" %} {% block title %}{{ _('Import Data') }} — {{ service_name }}{% endblock %} {% block content %}
{{ _('%(service_name)s can import objects from .eln files exported by other electronic lab notebooks.', service_name=service_name) }} {{ _('Read more.') }}
{% if pending_eln_imports %}{{ _('These files were uploaded before but were not imported completely. They will expire one day after being uploaded.')}}
{{ _('File Name') }} | {{ _('Uploaded at') }} | |
---|---|---|
{{ eln_import.file_name }} {% if eln_import.invalid_reason %} {% endif %} | {{ eln_import.upload_utc_datetime | babel_format_datetime }} |