{% extends "main/layout2.html" %} {% block content %}
Order No. | User | User Email | Name | Description | Specification | Price | Total Pieces | Status | Change Status |
---|---|---|---|---|---|---|---|---|---|
{{ item.id }} | {{ item.user.username }} | {{ item.user.email}} | {{ item.item.title }} {{ item.item.labels }} | {{ item.item.description }} | {{ item.item.instructions }} | {{ item.item.price }} | {{ item.item.pieces }} pieces | {{ item.status }} |