{% extends 'base.html' %} {% load commonmark %} {% load static %} {% load imageutils %} {% block title %} Merchandise To Order | {{ block.super }} {% endblock %} {% block content %}

Merchandise To Order

This is a list of merchandise to order from our supplier
This table shows all different merchandise that needs to be ordered

{% for key, val in merchandise.items %} {% endfor %}
Merchandise Type Quantity
{{ key }} {{ val }}