This auction is not promoted
{% if not auction.created_by.userdata.is_trusted %}
{{ auction.untrusted_message|safe }}
{% else %}
It will appear in the list of auctions for you, for any users you manually add (based on email address), and for any users that have joined, but it won't be visible to anyone else unless you share the URL with them. Promoted auctions are also included in a weekly promotional email sent every Wednesday to nearby users.
{% endif %}
{% endif %}
{% if request.user.pk == auction.created_by.pk and auction.show_paypal_banner and auction.pk == request.user.userdata.last_auction_created.pk %}