{% extends "base.html" %} {% block title %}Outlook - GMAO Collège{% endblock %} {% block content %}
Gestion des comptes Outlook et lecture des emails
| Statut | Dernière connexion | Actions | |
|---|---|---|---|
| {{ account.email }} | {% if account.is_active and account.connection_status == 'active' %} Actif {% elif account.connection_status == 'pending' %} En attente {% else %} Inactif {% endif %} | {% if account.last_connected_at %} {{ account.last_connected_at.strftime('%d/%m/%Y %H:%M') }} {% else %} Jamais {% endif %} |
Configurez votre premier compte Outlook pour commencer à synchroniser vos emails.
Configurer un compte{{ mail.sender|truncate(40, true) }}
{{ mail.body_preview|truncate(80, true) }} {% endfor %}