{% extends "base.html" %} {% block title %}Derniers mails Outlook - GMAO Collège{% endblock %} {% block content %}
Compte: {{ account.email }} {% if account.last_connected_at %} | Dernière synchronisation: {{ account.last_connected_at|datetime_fmt }} {% endif %}
| Expéditeur | Sujet | Date | Statut | Pièces jointes | Actions | |
|---|---|---|---|---|---|---|
|
{{ mail.sender|truncate(30, true) }}
{% if mail.sender_email %}
{{ mail.sender_email }} {% endif %} |
{% if mail.is_read %} {{ mail.subject|truncate(60, true) }} {% else %} {{ mail.subject|truncate(60, true) }} {% endif %} | {{ mail.received_at|datetime_fmt }} | {% if mail.importance == 'high' %} Urgent {% elif mail.importance == 'low' %} Faible {% else %} Normal {% endif %} | {% if mail.has_attachments %} {{ mail.attachment_count }} {% else %} - {% endif %} |
{% if account.last_connected_at %} Aucun mail n'a été synchronisé depuis la dernière connexion. {% else %} Le compte n'a jamais été synchronisé. {% endif %}