{% extends "admin/layout.html" %} {% block title %}{{ _("Import from WordPress") }}{% endblock %} {% block contents %}

{{ _("Import from WordPress") }}

{% trans %} This importer allows you to import posts and comments from your WordPress blog into your new Zine blog. Either upload your WordPress eXtended RSS (WXR) file created in the WordPress admin panel or give the importer the location of such a file on an external URL and it will import the posts, comments, custom fields, and categories into this blog. {% endtrans %}

{% call form(enctype='multipart/form-data') %}
{{ form.download_url.as_dd() }}
{{ _("Upload Dump") }}
{% endcall %} {% endblock %}