{% extends "django_kie/base.html" %} {% load partials static %} {% block content %} {% partialdef result inline %} {% if status == "missing" %}
{{ uploaded_file.document_type.name }}
{% if status == "success" %}| Field | Value |
|---|---|
| {{ document_record.json_path }} | {{ document_record.value }} |
{{ error }}
{% elif status == "timeout" %}Timeout
{% elif status == "missing" %}{% now "H:i:s" %} Waiting for the extraction to complete...
{% endif %}