{% extends "base.html" %} {% block title %}Comptes Outlook - GMAO{% endblock %} {% block content %}
Statut : {% if account.connection_status == 'active' %} Actif {% elif account.connection_status == 'pending' %} En attente {% else %} {{ account.connection_status or 'Inconnu' }} {% endif %}
{% if account.last_connected_at %}Derniere connexion : {{ account.last_connected_at|datetime_fmt }}
{% endif %} {% if account.refresh_token %}Token present
{% else %}Aucun token
{% endif %}Aucun compte Outlook configure.