{% extends "base.html" %} {% block title %}Comptes Outlook{% endblock %} {% block content %}
| Statut | Dernière connexion | Actions | |
|---|---|---|---|
| {{ account.email }} | {% if account.connection_status == 'active' %} Actif {% elif account.connection_status == 'pending' %} En attente {% else %} {{ account.connection_status or 'Inconnu' }} {% endif %} | {{ account.last_connected_at|datetime_fmt if account.last_connected_at else '-' }} | Emails |