{% extends "base_template.html" %} {% block content %}
{% if user.is_authenticated %}
  • Hello, {{ user.username }}
  • Logout {% else %} Register Login {% endif %}

    Daftar Product

    Add


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


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