privacy.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <template name="privacy">
  2. {{> alerts}}
  3. {{> header}}
  4. <h2>Privacy Policy</h2>
  5. <hr>
  6. <p class="flow-text">
  7. Your privacy is very important to us. Accordingly, we have developed this Policy in order for you to understand
  8. how we collect, use, communicate, disclose and make use of personal information. The following outlines our
  9. privacy policy.
  10. </p>
  11. <ul class="flow-text">
  12. <li>
  13. Before or at the time of collecting personal information, we will identify the purposes for which
  14. information is being collected.
  15. </li>
  16. <li>
  17. We will collect and use personal information solely with the objective of fulfilling those purposes
  18. specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned
  19. or as required by law.
  20. </li>
  21. <li>
  22. We will only retain personal information as long as necessary for the fulfillment of those purposes.
  23. </li>
  24. <li>
  25. We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or
  26. consent of the individual concerned.
  27. </li>
  28. <li>
  29. Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary
  30. for those purposes, should be accurate, complete, and up-to-date.
  31. </li>
  32. <li>
  33. We will protect personal information by reasonable security safeguards against loss or theft, as well as
  34. unauthorized access, disclosure, copying, use or modification.
  35. </li>
  36. <li>
  37. We will make readily available to customers information about our policies and practices relating to the
  38. management of personal information.
  39. </li>
  40. </ul>
  41. <p class="flow-text">
  42. We are committed to conducting our business in accordance with these principles in order to ensure that the
  43. confidentiality of personal information is protected and maintained.
  44. </p>
  45. </template>