{% extends "base.html" %} {% block title %}{{ session.title }} — Claude Code Cost Explorer{% endblock %} {% block breadcrumb %} / All Days / {{ session.date }} / {{ session.title }} {% endblock %} {% block content %} ← Back to {{ session.date }}
{{ item.get("text","")[:600] }}{% if item.get("text","")|length > 600 %}…{% endif %}
{% elif item.get("type") == "tool_reference" %}{{ block.get("input", {}) | tojson(indent=2) }}
{{ item.get("text","")[:600] }}{% if item.get("text","")|length > 600 %}…{% endif %}
{% elif item.get("type") == "tool_reference" %}