{% extends "admin/layout.html" %} {% block title %}{{ _("Importing...") }}{% endblock %} {% block contents %}
{% trans %} The importer will download your data from Blogger.com This can take some time. Don't hit cancel! {% endtrans %}
{%- for event in live_log %}{{ event }}{%- endfor %}{% trans %} Data import completed successfully. You can review your import here: {% endtrans %}
{% endblock %}