{% extends "django_kie/base.html" %} {% load partials static %} {% block content %} {% partialdef result inline %} {% if status == "missing" %}
{% else %}
{% endif %}

{{ uploaded_file.id }}

{{ uploaded_file.document_type.name }}

{% if status == "success" %} {% for document_record in uploaded_file.document_records.all %} {% endfor %}
Field Value
{{ document_record.json_path }} {{ document_record.value }}
{% elif status == "failure" %}

{{ error }}

{% elif status == "timeout" %}

Timeout

{% elif status == "missing" %}

{% now "H:i:s" %} Waiting for the extraction to complete...

{% endif %}
{% endpartialdef %} {% endblock %}