{% extends "base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}Location{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {{form.media}} {% endblock %} {% block content %} {% include "preferences_ribbon.html" %}
Who can see this information

{% if auctiontos_update_message %} {% endif %} {% if club_membership_message %} {% endif %} {% crispy form form.helper %} {% endblock %}