Legal.html 4.3 KB

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