{% extends "base_template.html" %} {% block content %}

Daftar Product

Add


{% if search %} {% for product in search %} {% endfor %} {% else %} {% endif %}
Category Product Option
{{ product.category.category_text }} {{ product.product_text }} Edit
Data tidak ditemukan.


{% if products.has_other_pages %} {% endif %}
{% endblock %}