{% extends "base.html" %} {% block title %}ENT{% endblock %} {% block content %}

Intégration ENT77

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% if credentials %}
Identifiants ENT configurés pour {{ credentials.ent_username }}
Modifier les identifiants
{% else %}
Entrez vos identifiants ENT77 pour activer l'intégration
Connexion ENT77
{% endif %}
{% endblock %}