{% extends 'revervation/base.twig' %} {% block title %}{{ 'rgpd.seo.title'|trans }}{% endblock %} {% block description %}{{ 'rgpd.seo.description'|trans }}{% endblock %} {% block breadcrumb_json %} ,{ "@type": "ListItem", "position": 1, "name": "{{ 'rgpd.breadcrumb'|trans }}", "item": "{{ url('reservation_rgpd') }}" } {% endblock %} {% block body %}
{# --- HEADER DYNAMIQUE --- #}

{{ 'rgpd.header.title'|trans }}

{{ 'rgpd.header.subtitle'|trans }}

{{ 'rgpd.header.update_label'|trans }}

{{ 'rgpd.header.update_date'|trans }}

{# --- GRILLE BENTO PRINCIPALE --- #}
{# 1. Introduction #}
{{ 'rgpd.bento.intro.badge'|trans }}

{{ 'rgpd.bento.intro.content'|trans|raw }}

{# 2. Encryption #}
🔑

{{ 'rgpd.bento.security.title'|trans }}

{{ 'rgpd.bento.security.desc'|trans }}

{# 3. Catégories #}

✍️

{{ 'rgpd.bento.cat1.title'|trans }}

{{ 'rgpd.bento.cat1.desc'|trans }}

🤖

{{ 'rgpd.bento.cat2.title'|trans }}

{{ 'rgpd.bento.cat2.desc'|trans }}

🌐

{{ 'rgpd.bento.cat3.title'|trans }}

{{ 'rgpd.bento.cat3.desc'|trans }}

{# 4. Pourquoi #}

{{ 'rgpd.bento.purpose.title'|trans }}

{% for i in 1..4 %}

{{ ('rgpd.bento.purpose.item' ~ i)|trans }}

{% endfor %}
{# 5. Droits #}

{{ 'rgpd.bento.rights.title'|trans }}

{{ 'rgpd.bento.rights.desc'|trans }}

{{ 'rgpd.bento.rights.contact_label'|trans }}

{{ 'contact.email'|trans }}

{# 6. Partage #}

{{ 'rgpd.bento.sharing.title'|trans }}

{{ 'rgpd.bento.sharing.desc'|trans }}

{{ 'rgpd.tags.logistics'|trans }} {{ 'rgpd.tags.payment'|trans }} {{ 'rgpd.tags.cloud'|trans }}
{# 7. Expertise Technique #}

{{ 'rgpd.bento.tech.badge'|trans }}

{{ 'rgpd.bento.tech.infra_label'|trans }} {{ 'rgpd.bento.tech.infra_val'|trans }}
{{ 'rgpd.bento.tech.ssl_label'|trans }} {{ 'rgpd.bento.tech.ssl_val'|trans }}
{{ 'rgpd.bento.tech.dpo_label'|trans }} {{ 'rgpd.bento.tech.dpo_val'|trans }}

{{ 'rgpd.bento.tech.contact'|trans }}

{# 8, 9, 10 - Footer Bento #}

{{ 'rgpd.bento.cookies.title'|trans }}

{{ 'rgpd.bento.cookies.desc'|trans }}

{{ 'rgpd.bento.retention.title'|trans }}

{{ 'rgpd.bento.retention.desc'|trans|raw }}

{{ 'rgpd.bento.office.title'|trans }}

{{ 'company.name'|trans }}

{{ 'company.address'|trans }}

{{ 'company.zip_city'|trans }}

{{ 'contact.email_alt'|trans }}

{# --- FOOTER LEGAL --- #}

{{ 'rgpd.footer.copy'|trans }}

{% endblock %}