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

{% trans "Setup Templates ยท Step 2" %}

{% trans "Pick one or more templates (required), plus optional products and one salesperson, then create linked local objects you can edit later." %}

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