{% extends 'base.html' %} {% block header %}
{{ auction.description }}
{{ _("Starting Bid:") }} {{ auction.starting_bid|localcurrency }}
{{ _("Current Price:") }} {{ auction.current_price|localcurrency }}
{{ _("Starting Time:") }} {{ auction.created_at }}
{{ _("Closing Time:") }} {{ auction.closes_at }}