| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {namespace v=FluidTYPO3\Vhs\ViewHelpers}
- {namespace ot=Opentalent\OtTemplating\ViewHelpers}
- <f:comment><!-- Special layout for the Members page --></f:comment>
- <f:layout name="Legal" />
- <section class="t-container st-effect-3">
- <div class="wrapper">
- <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
- <f:render partial="Modern/Header" arguments="{_all}" />
- <section class="page-section-ptb data-table mb-50 mt-50">
- <div class="container">
- <div class="row">
- <div class="col-lg-12 col-md-12">
- <div class="ot-legal">
- <h2>Mentions légales</h2>
- <section>
- <p>
- <f:translate key="site-published-for"/>: <strong>{settings.structureName}</strong><br>
- <f:translate key="by-society"/> <strong>Opentalent</strong> <f:translate key="within-collection"/> <strong>Opentalent</strong>
- </p>
- <ot:organizations.getById as="organization" organizationId="{settings.organizationId}">
- <f:if condition="{organization.publicationDirectors}">
- <p>
- <f:translate key="director-of-publication"/>: {organization.publicationDirectors}
- </p>
- </f:if>
- </ot:organizations.getById>
- </section>
- <h4><f:translate key="hosting-provider"/></h4>
- <section>
- <div>
- <div>OVH</div>
- <div>2 rue Kellermann</div>
- <div>59100 Roubaix</div>
- <div>France</div>
- <div><b><a href="https://www.ovh.com/" target="_blank" class="moz-txt-link-abbreviated">www.ovh.com/</a></b></div>
- </div>
- </section>
- <h4><f:translate key="copyright"/></h4>
- <section>
- <p>
- <f:translate key="copyright-section-1"/>
- </p>
- <p>
- <f:translate key="copyright-section-2"/>
- </p>
- <p>
- <f:translate key="copyright-section-3"/>
- </p>
- <p>
- <f:translate key="copyright-section-4"/>
- </p>
- <p>
- <f:translate key="copyright-section-5"/>
- </p>
- </section>
- <h4><f:translate key="in-case-of-problem"/>:</h4>
- <section>
- <div>
- <div>Opentalent</div>
- <div><f:translate key="capitalized-llc"/> 46050,00 €</div>
- <div>SIRET n° 504 653 122 000 60 | <f:translate key="vat"/> n° FR62504653122</div>
- <div><f:translate key="offices"/> : 265, rue de la Grange - 74950 SCIONZIER</div>
- <div><f:translate key="phone"/> : 04.85.30.04.03</div>
- <div>
- <a href="https://logiciels.opentalent.fr/politique-de-confidentialite-et-protection-des-donnees-personnelles/" target="_blank">
- <f:translate key="see-ot-legal-mentions-here"/>
- </a>
- </div>
- </div>
- </section>
- </div>
- </div>
- </div>
- </div>
- </section>
- <f:comment><!-- Render the footer defined in partial/footer.html--></f:comment>
- <f:render partial="Modern/Footer" />
- </div>
- </section>
|