{% extends 'base.html' %} {% block title %}Create Product{% endblock title %} {% block page_content %} {% include 'messages.html' %}
| # | Name | Sku code | Supplier | Manufacturer | Description | {% for product in products %}
|---|---|---|---|---|---|
| {{ product.num }}. | {{ product.name }} | {{ product.sku_code }} | {{ product.supplier }} | {{ product.manufacturer }} | {{ product.description }} |