File Information
File ID{{ file.id }}
Filename{{ file.original_filename }}
Size{{ (file.file_size / 1024) | round(1) }} KB
MIME Type{{ file.mime_type or 'unknown' }}
Created{{ file.created_at.strftime('%Y-%m-%d %H:%M') if file.created_at else 'N/A' }}
{% if file.detected_language %}
Language{{ file.detected_language }}
{% endif %}
{% if pipeline_info %}
Pipeline{{ pipeline_info.name }}
{% endif %}
{% if file.document_title %}
Document Title{{ file.document_title }}
{% endif %}
{% if multi_user_enabled %}
{{ _("file.owner_label") }}
{{ owner_display or _("file.owner_unowned") }}
{% endif %}
Document not found.