{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "New import — demo" %}{% endblock %} {% block content %}

{% trans "New demonstration import" %}

{% trans "Click “Start” to run a 5-stage import with a live progress preview." %}

{% csrf_token %} {{ form.as_p }}
{% endblock %}