{% extends "auction/base.html" %} {% block content %}

Bids

{% if object_list %} {% else %}

You have no bids.

{% endif %} {% endblock %}