🌱 Edit Product

Cancel
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{% if category == 'success' %}✅{% elif category == 'danger' %}❌{% else %}⚠️{% endif %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Product Details

Modify the information for {{ product.name }}

{% if not product.is_unit_based %}
{% endif %}