{% extends "base.html" %} {% block title %}{{ file.path.split('/')[-1] }} - Filenthropist{% endblock %} {% block content %}
{{ file.path }}
{{ advisory.message }}
{% if advisory.legal_basis %}Grondslag: {{ advisory.legal_basis }}
{% endif %}| Grootte | {{ file.size }} bytes |
| Aangemaakt | {{ file.created_at }} |
| Gewijzigd | {{ file.modified_at }} |
| Gescand | {{ file.scanned_at }} |
| Hash | {{ file.hash[:16] }}... |
| Extractie | {{ file.extraction_method }}{% if file.ocr_confidence %} (OCR-betrouwbaarheid: {{ "%.0f"|format(file.ocr_confidence * 100) }}%){% endif %} |
{{ file.text_preview }}
Beoordeeld op: {{ file.decision_at }}
{{ file.user_notes }}