{# The page the service worker shows when a navigation cannot reach the server. Deliberately standalone rather than extending base.html: base pulls in a dozen stylesheets and scripts, and the one thing this page must do is render from the cache with nothing else available. Everything it needs is inline. It also deliberately does NOT pretend to be the app. Showing a cached queue or library here would be worse than showing nothing -- operational data that is wrong reads as data that is right. #}
{{ _('Your device is offline, or the server is not answering.') }}
{{ _('Nothing is shown here on purpose: a queue or library served from a stale cache would look current and be wrong.') }}