{% import 'macro/accordion.html' as accordion %} {% if sidecar_enabled %} {{ accordion.header('Value', 'value', 'admin', expanded=open_value, icon='funds-line') }}

Fetch and cache the BrickLink market value for every set in your collection through the sidecar. Sets whose value is still fresh (within the cache TTL) are skipped, so this is safe to run again. It is the slow live path, so it runs one set at a time, politely.

Progress Loading...

{{ accordion.footer() }} {% endif %}