{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans "Setup Templates" %}

{% trans "Step 1: choose one source object type, select one or more Odoo records, and import them into Arthexis." %}

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