{% extends "base.html" %} {% from "_lifetime.html" import lifetime %} {% block title %}{{ name }} · marks · The Booth{% endblock %} {% block html_attrs %} data-booth="{{ name }}"{% endblock %} {% block content %} {# The marks page for a booth whose own index.html is served VERBATIM. That page cannot render the panel inline (it is returned untouched by design), so the injected chip links here instead. Same forms, same POST targets — only the redirect differs, so answering lands back here rather than on the report. #}