{% extends 'base.html' %} {% block content %}
| ID | Image | Name | Price | Active | Created | Actions |
|---|---|---|---|---|---|---|
| {{ r.id }} |
{% if r.image_path %}
|
{{ r.name }} | ${{ '%.2f'|format(r.price) }} | {{ 'Yes' if r.is_active else 'No' }} | {{ r.created_at }} | Edit |