{% extends "sada/base.html" %} {% block content %} All Products
{{ product.description }}
Active: {{ product.active }}
Created at: {{ product.created_at }}
Updated at: {{ product.updated_at }}
Metadata: {{ product.metadata }}
Edit | Delete {% endblock %}