{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}Submit deletion request{% endblock %} {% block content %}
| Team ID | {{ obj.team_id }} |
|---|---|
| Request type | {{ obj.get_request_type_display }} |
| Time range | {{ obj.start_time }} – {{ obj.end_time }} |
| Events |
|
| Properties |
{% if obj.properties %}
|
| Person UUIDs |
{% if obj.person_uuids %}
|
| Person distinct IDs |
{% if obj.person_distinct_ids %}
|
| Drop flags | profiles: {{ obj.person_drop_profiles|yesno:"yes,no" }}, events: {{ obj.person_drop_events|yesno:"yes,no" }}, recordings: {{ obj.person_drop_recordings|yesno:"yes,no" }} |
| Notes | {{ obj.notes }} |
| Created by | {{ obj.created_by|default:"—" }} |
| Created at | {{ obj.created_at }} |
Only event removal requests can be approved automatically. This is a {{ obj.get_request_type_display|lower }} request, so submitting sends it to the ClickHouse Team for manual approval.
{% endif %} {% endif %} {% endblock %}