{% extends "wp_importer/base.html" %} {% load i18n %} {% block body %}

{% trans "get your wordpress stuff on tendenci!" %}

{% trans "1. download xml file of blog from wordpress" %}

{% trans "2. upload here" %}

{% trans "3. enjoy your posts!" %}

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