Legal.html 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  2. {namespace ot=Opentalent\OtTemplating\ViewHelpers}
  3. <f:comment><!-- Special layout for the Members page --></f:comment>
  4. <f:layout name="Legal" />
  5. <section class="t-container st-effect-3">
  6. <div class="wrapper">
  7. <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
  8. <f:render partial="Modern/Header" arguments="{_all}" />
  9. <section class="page-section-ptb data-table mb-50 mt-50">
  10. <div class="container">
  11. <div class="row">
  12. <div class="col-lg-12 col-md-12">
  13. <div class="ot-legal">
  14. <h2>Mentions légales</h2>
  15. <section>
  16. <p>
  17. <f:translate key="site-published-for"/>: <strong>{settings.structureName}</strong><br>
  18. <f:translate key="by-society"/> <strong>Opentalent</strong> <f:translate key="within-collection"/> <strong>Opentalent</strong>
  19. </p>
  20. <ot:organizations.getById as="organization" organizationId="{settings.organizationId}">
  21. <f:if condition="{organization.publicationDirectors}">
  22. <p>
  23. <f:translate key="director-of-publication"/>: {organization.publicationDirectors}
  24. </p>
  25. </f:if>
  26. </ot:organizations.getById>
  27. </section>
  28. <h4><f:translate key="hosting-provider"/></h4>
  29. <section>
  30. <div>
  31. <div>OVH</div>
  32. <div>2 rue Kellermann</div>
  33. <div>59100 Roubaix</div>
  34. <div>France</div>
  35. <div><b><a href="https://www.ovh.com/" target="_blank" class="moz-txt-link-abbreviated">www.ovh.com/</a></b></div>
  36. </div>
  37. </section>
  38. <h4><f:translate key="copyright"/></h4>
  39. <section>
  40. <p>
  41. <f:translate key="copyright-section-1"/>
  42. </p>
  43. <p>
  44. <f:translate key="copyright-section-2"/>
  45. </p>
  46. <p>
  47. <f:translate key="copyright-section-3"/>
  48. </p>
  49. <p>
  50. <f:translate key="copyright-section-4"/>
  51. </p>
  52. <p>
  53. <f:translate key="copyright-section-5"/>
  54. </p>
  55. </section>
  56. <h4><f:translate key="in-case-of-problem"/>:</h4>
  57. <section>
  58. <div>
  59. <div>Opentalent</div>
  60. <div><f:translate key="capitalized-llc"/> 46050,00 €</div>
  61. <div>SIRET n° 504 653 122 000 60 | <f:translate key="vat"/> n° FR62504653122</div>
  62. <div><f:translate key="offices"/> : 265, rue de la Grange - 74950 SCIONZIER</div>
  63. <div><f:translate key="phone"/> : 04.85.30.04.03</div>
  64. <div>
  65. <a href="https://logiciels.opentalent.fr/politique-de-confidentialite-et-protection-des-donnees-personnelles/" target="_blank">
  66. <f:translate key="see-ot-legal-mentions-here"/>
  67. </a>
  68. </div>
  69. </div>
  70. </section>
  71. </div>
  72. </div>
  73. </div>
  74. </div>
  75. </section>
  76. <f:comment><!-- Render the footer defined in partial/footer.html--></f:comment>
  77. <f:render partial="Modern/Footer" />
  78. </div>
  79. </section>