{% extends "base.html" %} {% block title %}Ручная проверка — {{ item.filename }}{% endblock %} {% block content %}
← Назад к очереди

{{ item.filename }}

ID: {{ item.document_id }}

Реквизиты договора

Тип{{ item.contract_type or '—' }}
Сторона А{{ item.party_a or '—' }}
Сторона Б{{ item.party_b or '—' }}
Сумма{% if item.total_amount %}{{ item.total_amount }} {{ item.currency or '' }}{% else %}—{% endif %}
Срок{{ item.start_date or '—' }} — {{ item.end_date or '—' }}
Неустойка{{ item.has_penalty_clause | yn }}
Расторжение{{ item.has_termination_clause | yn }}
Арбитраж{{ item.has_arbitration | yn }}
Уверенность{{ (item.confidence_score * 100)|round(1) }}%
Пресскрин{{ item.prescreened_at | dt }}
{% if item.auto_findings %}

Находки

{% endif %} {% if item.auto_summary %}

Авто-сводка

{{ item.auto_summary }}

{% endif %}

Превью текста

{% if preview %}
{{ preview }}
{% else %}

Превью недоступно.

{% endif %}

Действия

Отправить документ на полный анализ ИИ.

{% endblock %}