{# T36.2 — sandbox diff view under the T28 admin layout. #} {# Two-column compare: original LLM call on the left, experiment on the #} {# right, with a token / cost / latency strip on top. The layout already #} {# loads Tailwind + marked + DOMPurify + ``llm_chat_view.js``, so the #} {# inline CDN tags this template used to carry are gone. #} {% extends "admin_layout.html" %} {% block page_title %}Sandbox diff · {{ experiment.prompt_name }}{% endblock %} {% block breadcrumb %} Admin / Experiments / {{ experiment.id }} {% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{{ experiment.prompt_name }}
·
Created:
{{ experiment.created_at }}
·
{% if experiment.error_message %}
FAILED
{% else %}
ok
{% endif %}
{{ original.call_id }}
{% endif %}
No source LLM call (from-scratch experiment, or source row was deleted).
{% else %}
{% if original.scan_id %}
Scan {{ original.scan_id }} ·
{% endif %}
Model {{ original.model }}
{{ experiment.id }}
Model {{ experiment.model }}