{% extends 'base.html.twig' %} {% block title %}{{ 'terms.title'|trans }}{% endblock %} {% block body %}

{{ 'terms.title'|trans }}

1. {{ 'terms.introduction.title'|trans }}

{{ 'terms.introduction.content'|trans }}

2. {{ 'terms.definitions.title'|trans }}

{{ 'terms.definitions.service'|trans }}
{{ 'terms.definitions.user'|trans }}
{{ 'terms.definitions.account'|trans }}

3. {{ 'terms.registration.title'|trans }}

{{ 'terms.registration.content1'|trans }}

{{ 'terms.registration.content2'|trans }}

4. {{ 'terms.rights.title'|trans }}

{{ 'terms.rights.content'|trans }}

  • {{ 'terms.rights.item1'|trans }}
  • {{ 'terms.rights.item2'|trans }}
  • {{ 'terms.rights.item3'|trans }}
  • {{ 'terms.rights.item4'|trans }}
  • {{ 'terms.rights.item5'|trans }}

5. {{ 'terms.data_protection.title'|trans }}

{{ 'terms.data_protection.content1'|trans }}

{{ 'terms.data_protection.content2'|trans }}

6. {{ 'terms.changes.title'|trans }}

{{ 'terms.changes.content'|trans }}

7. {{ 'terms.termination.title'|trans }}

{{ 'terms.termination.content'|trans }}

8. {{ 'terms.contact.title'|trans }}

{{ 'terms.contact.content'|trans }}

{{ 'terms.footer.last_update'|trans }} {{ "now"|date("d/m/Y") }}

{% endblock %}