{% block status %}ready{% endblock %}price data: {{ price_source }} · synced {{ synced_ago }}{% if unsynced_games %}
no prices: {{ unsynced_games|join(', ') }}
{% endif %}AGPL-3.0
{# Shared helpers first: the per-screen scripts in the block below call into
them. Both are loaded here rather than from inside a screen's own markup, so
that every page script runs against a fully parsed document and no screen
depends on where in the body its script happened to be written.
A Jinja comment, not an HTML one: Jinja parses its tags inside HTML
comments too, so naming a block in one opens a block. #}
{% block scripts %}{% endblock %}