{% extends "base_anonymous.html" %} {% block title %}Trust center – {{ page.overview.name }}{% endblock %} {% block content %}

{{ page.overview.name }}

Overview

{{ page.overview.description }}

Operated by
{{ page.overview.operator_name }} {{ page.overview.operator_label }}
Hosted in
{{ page.overview.region }}
Security contact
{{ page.overview.security_contact_email }} {{ page.overview.operator_label }}

This page is generated from the application's design and the platform's published controls; it was last updated on {{ page.overview.generated_at }}.

{% if page.overview.platform_stale %}

Platform information as of {{ page.overview.platform_published_at }}

{% endif %}

Data we process

{% if page.data_rows %} {% for c in page.data_rows %} {% endfor %}
CategoryWhat it coversHow it is handled
{{ c.label }} {{ c.definition }} {{ c.level }} {{ c.handling }}
{% else %}

No classified data categories are processed.

{% endif %}
    {% for n in page.negative_claims %}
  • {{ n.statement }}
  • {% endfor %}

How it is protected

{% for c in page.controls %}

{{ c.title }}

{{ c.statement }}

Annex A {{ c.annex_a }} {{ c.label }}

{% endfor %}

Cryptography policy

{% for term, text in page.policy %}
{{ term }}
{{ text }}
{% endfor %}

Subprocessors

{% for s in page.subprocessors %} {% endfor %}
PurposeProvider
{{ s.purpose }} {{ s.name }} {% if s.stale %}as of {{ page.overview.platform_published_at }}{% endif %}

Operator responsibilities

{% if page.obligations %}

The operator is responsible for:

    {% for o in page.obligations %}
  • {{ o.label }}{% if o.because %} (because the application processes: {{ o.because|join:", " }}){% endif %}
  • {% endfor %}
{% else %}

No additional operator responsibilities arise from the data this application processes.

{% endif %}
{% endblock %}