{% extends "base.html" %} {% block title %}Boîte de réception ENT77 - GMAO{% endblock %} {% block content %}

Boîte de réception ENT77

{{ manual_form.hidden_tag() }}
{% if config %}
Intervalle {{ config.check_interval_minutes }} min
Horaires {{ config.work_start_hour }}h–{{ config.work_end_hour }}h
Statut {% if config.is_enabled %}✅ Actif{% else %}⏸️ Désactivé{% endif %}
Auto-création {% if config.auto_create_intervention %}🟢 Oui{% else %}🔴 Non{% endif %}
{% endif %} {% if messages %}
Dernier message importé : "{{ messages[0].subject[:80] }}{% if messages[0].subject|length > 80 %}...{% endif %}"
{% endif %} {% if messages %}
{% for msg in messages %} {% endfor %}
Date Expéditeur Objet Type Intervention Actions
{% if msg.is_unread %}{% endif %} {{ msg.date|datetime_fmt 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 %}
{% if msg.intervention_id %}
{% endif %}
{% else %}

Aucun message ENT77 récupéré pour le moment.

Cliquez sur « Vérifier maintenant » ou attendez la vérification automatique.

{% endif %}
{% endblock %}