{% extends "base.html" %} {% block title %}Boîte de réception ENT77 - GMAO{% endblock %} {% block content %}
| Date | Expéditeur | Objet | Type | Intervention | Actions | |
|---|---|---|---|---|---|---|
| {% if msg.is_unread %}•{% endif %} | {{ msg.date.strftime('%d/%m/%Y %H:%M') if msg.date else '—' }} |
{{ msg.sender_name[:50] }}{% if msg.sender_name|length > 50 %}…{% endif %}
{% if msg.is_forwarded and msg.original_sender %}
↳ {{ msg.original_sender[:50] }}{% if msg.original_sender|length > 50 %}…{% endif %} {% endif %} |
{{ msg.subject[:60] }}{% if msg.subject|length > 60 %}…{% endif %} {% if msg.has_attachment %}{% endif %} | {% if msg.is_forwarded %} Transféré {% else %} Direct {% endif %} | {% if msg.intervention_id %} #{{ msg.intervention_id }} {% else %} — {% endif %} |
Aucun message ENT77 récupéré pour le moment.
Cliquez sur « Vérifier maintenant » ou attendez la vérification automatique.