{% extends 'marketing/base.html' %} {% block title %}Finaliser votre inscription DictIA{% endblock %} {% block description %}Finalisez votre inscription DictIA — consentements Loi 25 requis pour créer votre compte.{% endblock %} {% block content %}

Finaliser votre inscription

Vous vous inscrivez via {{ provider_display or provider | capitalize }}. Avant de créer votre compte DictIA, nous devons obtenir vos consentements conformément à la {{ "Loi 25" | safe }} du Québec.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {# Pre-filled email from OAuth provider — display only, not editable #}

Compte fédéré :

{{ userinfo.email }}

{% if userinfo.name %}

{{ userinfo.name }}

{% endif %}
{# 4 SEPARATE consent checkboxes — Loi 25 art. 14 (consent must be granular, free, informed) #}
{{ "Consentements — Loi 25" | safe }} {% if errors.consent_cgu %}{% endif %} {% if errors.consent_confidentialite %}{% endif %}

Vous voulez utiliser un autre courriel ? Inscription manuelle

{% endblock %}