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

{% translate "Upload a CSV with headers: sku, name, price, currency, image, description, is_active, created_at, metadata, product_key, quantity, period_unit, period_value. Rows with existing sku are updated; others are created. If at least one product_key is present for an offer, its product links are replaced by the file (products not found in DB are skipped and reported)." %}

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