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.

36 lines
1.3 KiB

  1. ::use 'design.mtt'::
  2. <div class="col-md-12"><h2>::_("Choose a type of contract:")::</h2></div>
  3. <div class="col-md-6">
  4. <div class="article">
  5. <div style="text-align:center;margin-bottom:12px;">
  6. <a href="/contract/insert/0" class="btn btn-default btn-lg">::raw _("Create a <b>CSA</b> contract")::</a>
  7. </div>
  8. <p>
  9. ::_("It is a contract with a duration of one year or for one season. Products are always the same at each delivery")::
  10. </p>
  11. <p>
  12. <i>::raw _("Example: there is a contract for vegetables that is 1 year long. Jean takes a basket that costs 10&euro; per delivery, and Brigitte takes a basket that costs 15&euro; per delivery.")::</i>
  13. </p>
  14. </div>
  15. </div>
  16. <div class="col-md-6">
  17. <div class="article">
  18. <div style="text-align:center;margin-bottom:12px;">
  19. <a href="/contract/insert/1" class="btn btn-default btn-lg">::raw _("Create a contract with <b>variable orders</b>")::</a>
  20. </div>
  21. <p>
  22. ::_("It is a contract in which members can change their orders at each delivery. There is a different order for each delivery.")::
  23. </p>
  24. <p>
  25. <i>::raw _("Example: Jean orders a basket that costs 10&euro; for the first delivery, then nothing for the second delivery, then a basket for 20&euro; etc.")::</i>
  26. </p>
  27. </div>
  28. </div>
  29. ::end::