{% extends "base.html" %} {% block title %}Ручная проверка — {{ item.filename }}{% endblock %} {% block content %}
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 }} |
{{ f }}{{ item.auto_summary }}
{% endif %}{{ preview }}
{% else %}
Превью недоступно.
{% endif %}