{% extends "admin/layout.html" %} {% block title %}{{ _("Importing...") }}{% endblock %} {% block contents %}
{% trans %} The importer converts now all the collected and selected data for Zine and inserts it into the database. This can take some time. Don't hit cancel! {% endtrans %}
{%- for event in live_log %}{{ event }}{%- endfor %}{% trans %} Imported data successfully. {% endtrans %}
{% endblock %}