{% extends "profile.html" %} {% block modal %}
(Description)
| Bidder Name | Bidding Time | Bidding Price |
|---|---|---|
| Patrick Star | 2022-4-3 15:30:00 | 150 |
| SpongeBob SquarePants | 2022-4-2 10:00:00 | 100 |
Only show the bid button if the user login. The bidding price needs higher than before.
If the user enters the buyout price, the auction will be ended.
Will not show the bid button for who created the auction.)