Pages required:
- Individual order page for the user creating the order. Able to see order status and information.
- Individual order page for marketplace. Allows potential order fillers to view the details of the order.
Use if current_user == order.orderer to display different order info on the same page.
Pages required:
Use
if current_user == order.ordererto display different order info on the same page.