{% extends "scitex_ui/standalone_shell.html" %} {% load static %} {% comment %} Board v3 now extends the scitex-ui workspace shell (operator-asked, TG msg 302 / 303 — wants Alt+I element-inspector + shared chrome parity with the legacy GraphView). All inline content is repacked into the shell's three blocks: extra_css holds the page-local styles, app_content holds the kanban + BLOCKING-YOU panel + detail modal, extra_js holds the page logic. Alt+I element-inspector wires up automatically via scitex-ui's context_processor (settings.py guards the install at scitex-ui ≥0.5.0). For older scitex-ui installs the inspector degrades silently; the board itself works either way. The favicon link is injected via extra_css (the shell template has no favicon block; extra_css renders inside ). {% endcomment %} {% block extra_css %} {% endblock extra_css %} {% block app_content %}

scitex-todo v{{ scitex_todo_version|default:"?" }}

LIVE
🙈 hide project (0)
No projects loaded yet.
👁 hidden (0)
No hidden cards.
loading…
v3 LIVE · real data · operator schema (ADR-0007) · GUI→code (ADR-0006)

💬 Comments

Posts to comments[]; visible to the owning agent.

+ Add Task

{% endblock app_content %} {% block extra_js %} {% endblock extra_js %}