{% extends "default.html" %} {% set active_page = "setting" %} {% block title %}Alias Batch Import{% endblock %} {% block default_content %}
The import can take several minutes.
Please come back to this page to verify the import status.
If an alias already exists, it won't be imported.
Uploaded | Number Alias Imported | Status |
---|---|---|
{{ batch_import.created_at | dt }} | {{ batch_import.nb_alias() }} | {% if batch_import.processed %} Processed ✅ {% else %} Pending {% endif %} |