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.

34 lines
753 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 cash at the product distribution"):: :</b>
  11. </p>
  12. <p>
  13. ::_("Please prepare the following amount for the distribution :"):: : <b>::formatNum(amount):: ::currency()::</b>
  14. </p>
  15. <p>
  16. <a href="/contract" class="btn btn-default">
  17. <span class="glyphicon glyphicon-chevron-right"></span> ::_("Check my orders")::</a>
  18. </p>
  19. </div>
  20. </div>
  21. </div>
  22. ::end::