{% extends 'luxuryadmin/base.html' %} {% load staticfiles %} {% load thumbnail %} {% load icanhaz %} {% load widget_tweaks %} {% block js %} {{ block.super }} {% endblock %} {% block admin_content %} {% icanhaz "productImageRow" %}

{% if product %}Edit item - [{{ product }}]{% else %}Add new item{% endif %}

{% include 'luxuryadmin/forms/product.html' with form=form_new_product %}

Add Images

{% include 'luxuryadmin/snippets/images.html' %}
Image Main Order Delete
{% endblock %}