{% extends 'marketing/base.html' %} {% block title %}{{ title or 'Paiement annulé — DictIA' }}{% endblock %} {% block description %}Paiement annulé. Aucun montant n'a été prélevé. Vous pouvez reprendre votre inscription à tout moment.{% endblock %} {% block content %} {# ===== HERO ===== #}

PAIEMENT ANNULÉ

Aucun problème — aucun montant prélevé.

Vous avez fermé la page de paiement avant de finaliser. Aucune carte n'a été débitée. Vous pouvez reprendre votre inscription à tout moment.

{# ===== INFO + NEXT STEPS ===== #}

Que faire ensuite

Pourquoi avoir hésité ?

Si vous avez une question sur les forfaits, la conformité Loi 25 ou la mise en service, notre équipe peut vous accompagner sans pression commerciale.

Écrivez-nous à info@dictia.ca ou appelez le (581) 996-8471. Réponse sous 2 jours ouvrables.

{% from 'macros/button.html' import button %} {{ button('Revoir les tarifs', href='/tarifs', variant='primary', size='lg') }} {{ button('Retour à l\'accueil', href='/', variant='ghost', size='lg') }}
{% endblock %}