{% set items = [ ('import', 'Import', '/app', pending or ''), ('inventory', 'Inventory', '/inventory', inventory_rows or ''), ('listings', 'Listings', '/listings', listed_count or ''), ('analytics', 'Analytics', '/analytics', ''), ('plugins', 'Plugins', '/plugins', '') ] %}
foilstack
v{{ version }}{% if git_sha %}
{{ git_sha }}
{% endif %}
{% for id, label, href, badge in items %}
{{ label }}
{% endfor %}
{{ inventory_count }} cards · {{ inventory_value }} at market
{{ host_label }}
{% if multi_user %}
{{ user.email }}
sign out
{% endif %}
github
Workflow
{% for id, label, href, badge in items %}
{{ label }}
{{ badge }}
{% endfor %}
Buy me a coffee
foilstack is free and always will be
{% block screen %}{% endblock %}
{% block status %}ready{% endblock %}
price data: {{ price_source }} · synced {{ synced_ago }}{% if unsynced_games %}
no prices: {{ unsynced_games|join(', ') }}
{% endif %}
AGPL-3.0