{% extends "wp_exporter/base.html" %} {% load styled_forms %} {% block content %}

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

Select the items you want to be exported.

{% csrf_token %}
{{ form|styled_form }}
{% endblock %}