{% extends "base.html" %} {% block content %}

Products

Add New Product {% for product in products %} {% endfor %}
Index Name Category Image Actions
{{ product.id }} {{ product.name }} {{ product.category.name }} {% if product.photo_back %} {{ product.name }} {% else %} No Image {% endif %} Edit Delete
{% endblock %}