{% extends "dashboard/base.html" %} {% block page_title %}{% if editing %}Edit Product{% else %}Add Product{% endif %}{% endblock %} {% block dashboard_content %}
{% csrf_token %}
Reference price only. You set the actual sale price when creating a sale.
{% if editing and product.images.all %}
{% for img in product.images.all %}
{% endfor %}
{% endif %}

Click to upload images (automatically compressed for fast loading)

{% if product and product.video %}

Current Video:

{% endif %} Optional 1-minute demo video. Played with interactive HTML5 video controls.
Cancel
{% endblock %} {% block extra_js %} {% endblock %}