{% extends "base.html" %} {% block title %}Import Result - Illustrations DB{% endblock %} {% block content %}

Import {{ "Preview" if dry_run else "Result" }}

{% if report.errors and report.errors|length %}

Errors

{{ report.errors|join("\n") }}
{% endif %}
Run again Done
{% endblock %}