You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
973 B

  1. ::use 'design.mtt'::
  2. <div class="col-md-12">
  3. <div class="article text-center">
  4. <div class="alert alert-success" style="font-size: 1.6em;font-weight: bold;">
  5. <i class="fa fa-check" aria-hidden="true"></i> ::_("Your order has been recorded !")::
  6. </div>
  7. <hr/>
  8. <div style="margin:32px;">
  9. <p>
  10. <b>::_("You chose to pay by transfer"):: :</b>
  11. </p>
  12. <p>
  13. ::_("Please make a transfer of")::
  14. <b>::formatNum(amount):: ::currency()::</b>
  15. ::_("to the following bank account:")::<br/>
  16. ::_("IBAN:"):: <b>::user._amap.IBAN::</b>
  17. </p>
  18. <p>
  19. ::_("Mention this reference in the label of the transfer in order to facilitate its process:")::<br/>
  20. <span style="font-size:1.3em;margin:12px;">::code::</span>
  21. </p>
  22. <p>
  23. <a href="/contract" class="btn btn-default">
  24. <span class="glyphicon glyphicon-chevron-right"></span> ::_("Check my orders")::</a>
  25. </p>
  26. </div>
  27. </div>
  28. </div>
  29. ::end::