{% extends 'base.html' %} {% load static %} {% block content %}

Restock Products

{% for product in products %} {% endfor %}
Product action
{{ product }} Update
Back to Add Jersey
{% if messages %} {% endif %}
{% endblock %}