{% extends "base.html" %} {% block title %}Import — alembic{% endblock %} {% block content %} {% if request.query_params.get('started') %}
Import started in the background. Check Jobs for progress and the result. If the pipeline is busy it will show as skipped there.
{% endif %}
{% for name in contents %} {% else %} {% endfor %}
Name
{{ name }}

Nothing waiting. Drop a file above to get started.

{% endblock %}