{% extends "django_meta_whatsapp/base.html" %} {% block title %}Catalog Products{% endblock %} {% block page_title %}Catalog Products{% endblock %} {% block topbar_actions %} Sync from Meta Add Product {% endblock %} {% block content %}
| Image | Product Name | Price | Retailer ID | Status | Actions |
|---|---|---|---|---|---|
|
{% if product.image_url %}
|
{{ product.name }} | {{ product.price|default:"-" }} | {{ product.retailer_id }} | {% if product.is_active %} Active {% else %} Inactive {% endif %} | |
|
No products found. Sync from Meta |
|||||