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

{% translate "Upload a CSV with headers: product_key, name, description, product_type, is_active, is_currency, created_at, metadata. Rows with existing product_key are updated; others are created. Offers are not imported." %}

{% csrf_token %}
{% translate "Back to list" %}
{% endblock %}