{% extends 'base.html' %}{% load static %} {% block title %}Debug — Unity Nation{% endblock %} {% block content %}
| Field | Value |
|---|---|
| ID | {{ product.id }} |
| Name | {{ product.name }} |
| Price | ${{ product.price }} |
| Merchant | {{ product.merchant.business_name }} |
No product data passed to this debug view.
{% endif %}