{% extends "../frames/__account.html" %} {% load static %} {% load custom_filters %} {% block docTitle %}Mes cotisations{% endblock docTitle %} {% block navTitle %}Mes cotisations{% endblock navTitle %} {% block headLinks %} {% endblock headLinks %} {% block contents %}

Paiement d'un mois de cotisation

Mois concerne : {{cotisation.mois|month_name }} {{cotisation.annee }}

Montant : {{cotisation.montant|floatformat:0 }}

I - Procedure de paiement
  1. Assurez vous que votre compte Orange momey contient au minimum {{cotisation.montant|floatformat:0}}.
  2. Composez *144*3*2*{{cotisation.montant|floatformat:0}}# et finalisez pour generer le code OTP.
  3. Remplissez maintenant le formulaire avec le numéro de telephone utilise pour le paiement et le code OTP.
  4. Enfin, appuyez sur le bouton "payer maintenant" pour enregistrer votre paiement.
II - Formulaire de paiement
{% endblock contents %} {% block scripts %} {% endblock scripts %}