📚
Leerdoelen Tracker
{{ org_name }}
{% with messages = get_flashed_messages(with_categories=true) %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endwith %}
{% if entra_configured %}
Inloggen met Microsoft
{% endif %}
{% if entra_configured and google_configured %}
of
{% endif %}
{% if google_configured %}
Inloggen met Google
{% endif %}
{% if not entra_configured and not google_configured %}
SSO login niet geconfigureerd
Stel MICROSOFT_CLIENT_ID of GOOGLE_CLIENT_ID
in de .env in om SSO login te activeren.
{% endif %}
{% if entra_configured or google_configured %}
Log in met uw school account
{% endif %}