{% extends "base.html" %} {% block title %}التسجيل - {{ record.file_name }}{% endblock %} {% block content %}
الشخص: {{ record.client.name }}
التاريخ: {{ record.created_at.strftime('%Y-%m-%d %H:%M') }}
الحالة:
{% if record.processing_status == 'completed' %}
مكتمل
{% elif record.processing_status == 'processing' %}
جاري المعالجة
يرجى الانتظار...
{% elif record.processing_status == 'failed' %}
فشل
{% if record.error_message %}
{{ record.error_message }}
{% endif %}
{% else %}
قيد الانتظار
{% endif %}
{{ record.text }}
{{ record.analysis.summary }}
{% if record.analysis.keywords %}{% for keyword in record.analysis.keywords %} {{ keyword }} {% endfor %}
{% endif %}تقرير {{ record.report.report_type|upper }}
عرض التقرير تحميل Word {% if record.report.report_pdf %} تحميل PDF {% endif %}يرجى الانتظار... قد يستغرق هذا بضع دقائق