{% extends "base.html" %} {% block title %}التقرير - {{ record.file_name }}{% endblock %} {% block content %}
{{ report.created_at.strftime('%Y-%m-%d %H:%M') }}
| اسم الشخص | {{ record.client.name }} |
|---|---|
| المحقق | {{ record.client.creator.name }} |
| تاريخ التحليل | {{ report.created_at.strftime('%Y-%m-%d %H:%M') }} |
| نوع التحليل | {% if report.report_type == 'ai' %} تحليل ذكي (AI) {% else %} تحليل محلي {% endif %} |
{{ record.analysis.summary }}
{{ record.analysis.keywords|join(', ') }}
{{ record.analysis.assessment }}
{{ record.text }}