Legal.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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>2IOpenService</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>VIA NUMERICA</div>
  32. <div>Technopole d'Archamps</div>
  33. <div>231, rue Douglas Engelbert</div>
  34. <div>74160 ARCHAMPS</div>
  35. <div>Tel : +33 (0) 458 02 01 13</div>
  36. <div><b><a href="http://www.via-numerica.net" target="_blank" class="moz-txt-link-abbreviated">www.via-numerica.net</a></b></div>
  37. </div>
  38. </section>
  39. <h4><f:translate key="copyright"/></h4>
  40. <section>
  41. <p>
  42. <f:translate key="copyright-section-1"/>
  43. </p>
  44. <p>
  45. <f:translate key="copyright-section-2"/>
  46. </p>
  47. <p>
  48. <f:translate key="copyright-section-3"/>
  49. </p>
  50. <p>
  51. <f:translate key="copyright-section-4"/>
  52. </p>
  53. <p>
  54. <f:translate key="copyright-section-5"/>
  55. </p>
  56. </section>
  57. <h4><f:translate key="in-case-of-problem"/>:</h4>
  58. <section>
  59. <div>
  60. <div>2IOpenService</div>
  61. <div><f:translate key="capitalized-llc"/> 46050,00 €</div>
  62. <div>SIRET n° 504 653 122 000 52 | <f:translate key="vat"/> n° FR62504653122</div>
  63. <div><f:translate key="offices"/> : 217, Rue Raoul Follereau - 74300 Cluses</div>
  64. <div><f:translate key="phone"/> : 09 72 12 60 17</div>
  65. <div>
  66. <a href="https://www.opentalent.fr/politique/" target="_blank">
  67. <f:translate key="see-ot-legal-mentions-here"/>
  68. </a>
  69. </div>
  70. </div>
  71. </section>
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. </section>
  77. <f:comment><!-- Render the footer defined in partial/footer.html--></f:comment>
  78. <f:render partial="Modern/Footer" />
  79. </div>
  80. </section>