{% extends "base.html" %} {% block title %}Outlook Debug - GMAO Collège{% endblock %} {% block content %}

📧 Outlook Debug Interface

Interface de test - Tous les boutons et tokens sont visibles

Comptes Outlook (mode debug)
{% if accounts %}
{% for account in accounts %} {% endfor %}
ID Email Tenant ID Refresh Token (DEBUG) Statut Actif Créé le Actions
{{ account.id }} {{ account.email }} {{ account.tenant_id }} {{ account.refresh_token[:50] }}... {{ account.connection_status }} {{ account.is_active }} {{ account.created_at }}
{% else %}
Aucun compte configuré
Ajouter un premier compte
{% endif %}
{% endblock %}