{% extends "base.html" %} {% load i18n %} {% load static %} {% load currency_filters %} {% block title %}Set winners for {{ auction }}{% endblock %} {# Disable analytics and ads for this page to enable cross-origin isolation for SharedArrayBuffer #} {% block analytics %} {# Analytics disabled for voice recognition cross-origin isolation #} {% endblock %} {% block ads %} {# Ads disabled for voice recognition cross-origin isolation #} {% endblock %} {# Override CDN resources with self-hosted versions for cross-origin isolation #} {% block core_css %} {% endblock %} {% block core_js %} {# Self-hosted jQuery, Bootstrap for cross-origin isolation #} {# jQuery must be self-hosted to enable cross-origin isolation - will be added to download script #} {% endblock %} {% block extra_js %} {# Use self-hosted Vosklet instead of CDN for cross-origin isolation #} {% comment %} Voice input (microphone) isn't wired up for the native app WebView yet and isn't used on the web either (the button below is commented out), so skip loading the speech WASM in the mobile app. {% endcomment %} {% if not request.is_mobile_app %} {% endif %} {% endblock %} {% block content %} {% endblock %} {% block undiv_content %}