{% extends "auctions/htmx_table_view.html" %} {% load querystring_replace from django_tables2 %} {% load render_table from django_tables2 %} {% load crispy_forms_tags %} {% block title %}Auctions{% endblock %} {% block htmx_table_filter_form %} {{ block.super }}
{% if nearby_filter_active and not nearby_filter_auto_removed %} Only showing nearby auctions. Show all {% elif nearby_filter_auto_removed %} {{ nearby_filter_auto_removed }} {% endif %}
{% endblock %} {% block htmx_table %} {{ block.super }} Auctions you've joined will always show up here. Other auctions will only be listed here if they: {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %}