{% extends "base.html" %} {% block title %}Import — alembic{% endblock %} {% block content %} {% if request.query_params.get('run_id') %}
Import started (run #{{ request.query_params.get('run_id') }}). Check Jobs for progress.
{% endif %}
{% for name in contents %} {% else %} {% endfor %}
Name
{{ name }}

Nothing waiting. Drop a file above to get started.

{% endblock %}