{% extends "base.html" %} {% block title %}Interprétations ENT - GMAO Collège{% endblock %} {% block content %}
Messages ENT analysés automatiquement par Hermes
| Date | Expéditeur | Sujet | Type | Action | Description | Confiance | Statut | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ interp.message.date.strftime('%d/%m/%Y %H:%M') if interp.message.date else '-' }} | {{ interp.message.sender_name or 'Inconnu' }} | {{ interp.message.subject[:50] }}{% if interp.message.subject|length > 50 %}...{% endif %} | {{ interp.analysis_type }} | {{ interp.analysis_action }} | {{ interp.suggested_description[:100] if interp.suggested_description else '-' }}{% if interp.suggested_description and interp.suggested_description|length > 100 %}...{% endif %} |
|
{{ interp.status }} |
{% if interp.status == 'pending' %}
|