{# Work — one screen, four tabs (043 §5, phase 3). The four tabs show live work, schedules, apps/artifacts, and classified activity. The tabs are panes in this one page, not four routes: work-now.js reveals the pane whose `data-pane` matches the active tab and hides the rest, so /work answers with the whole screen and the switch is client-side. Every word comes from webview/copy/en.py — no inline script on any 043 template (tests/unit/webview/test_no_new_inline_script.py): the words ride on the #work-now-copy / #worklog-copy data attributes and the modules read them off `dataset`. #} {% extends "shell.html" %} {% block body %}
{{ t('work.sub') }}
| {{ t('work.schedule.header_what') }} | {{ t('work.schedule.header_when') }} | {{ t('work.schedule.header_last') }} |
|---|
| {{ t('work.log.diagnostics') }} {{ t('work.log.diagnostics_why') }} |
{{ t('work.sources')|safe }}