{% extends "base.html" %}
{{ form.media }}
{% load i18n %}
{% load crispy_forms_tags %}
{% block extra_js %}
{% endblock %}
{% block title %}Pickup location{% endblock %}
{% block content %}
{% if not auction.all_location_count %}Use this page to set your auction's location.{% endif %}
{% crispy form form.helper %}
{% endblock %}