{% extends "base.html" %} {% block title %}Turn Detail — {{ session.title }}{% endblock %} {% block breadcrumb %} All Days / {{ session.date }} / {{ session.title }} / Turn Detail {% endblock %} {% block content %} ← Back to {{ session.title }}
Model: {{ turn.model.replace("claude-","") }} | Time: {{ turn.timestamp[11:19] }} | Cost: {{ format_cost(turn.cost_usd) }}
{% if turn.user_prompt_full or turn.assistant_content %}