{% extends "base.html" %} {{ form.media }} {% load crispy_forms_tags %} {% block extra_js %} {% endblock %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}

{% if new %}
This will create a club auction that other people can add lots to. If you are trying to sell a single lot, you should create a new lot instead.

{% endif %} {% if show_club_tip %} {% endif %} {% crispy form form.helper %} {% endblock %}