{% if can_bid %}

Bid as {{ user.username }}

{{ form.as_p }}

{% else %} {% if user.is_anonymous %}

Please Login to bid.

{% else %}

You cannot bid on this auction.

{% endif %} {% endif %}