{{ title }}

{% csrf_token %}
{{ form.sku }} {{ form.sku.errors }}
{{ form.stock }} {{ form.stock.errors }}

Atributos

{% for attribute in attributes %} {% empty %} {% endfor %}
AtributoValores
{{ attribute.name }}
{% for value in attribute.values.all %} {% endfor %}
No hay atributos definidos.
{{ form.attribute_values.errors }}
{% if price_form %}

Precio inicial (opcional)

{{ price_form.price }} {{ price_form.price.errors }}
{{ price_form.tax }} {{ price_form.tax.errors }}
{{ price_form.non_field_errors }}
{% endif %} {{ form.non_field_errors }}