{% extends "base.html" %} {% block title %}{{ call.client_name }} — Pilot Call Detail{% endblock %} {% block meta_description %}Detailed tax relief pilot call record with transcript, extracted intake fields, urgency rules, completion score, and integration readiness.{% endblock %} {% block content %}
Pilot call review

{{ call.client_name }}

{{ call.phone }}{% if call.email %} · {{ call.email }}{% endif %}

{{ call.completion_score }}%complete
Transcript

Conversation feed

{{ call.transcript|linebreaks }}
Schema

Extracted intake fields

{% for label, value in intake_fields %}
{{ label }} {% if value %}{{ value }}{% else %}Missing{% endif %}
{% endfor %}
{% endblock %}