{% load static %} Privacy Settings

Privacy Settings

Jurisdiction: {{ jurisdiction }}  |  Policy version: {{ privacy_version }}

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
My Consent Preferences
{% for item in consent_status %} {% endfor %}
Consent Type Status Date Action
{{ item.label }} {% if item.is_required %} Required {% endif %} {% if item.is_granted %} Granted {% else %} Not granted {% endif %} {% if item.granted_at %}{{ item.granted_at|date:"d M Y" }} {% elif item.withdrawn_at %}Withdrawn {{ item.withdrawn_at|date:"d M Y" }} {% else %}—{% endif %} {% if item.can_withdraw and item.is_granted %}
{% csrf_token %}
{% elif not item.is_granted %} Grant {% else %} Cannot withdraw {% endif %}
Submit a Data Rights Request

Under {{ jurisdiction }} law you have rights over your personal data. We will respond within the legally required timeframe.

{% csrf_token %}
My Data Requests
{% if dsr_list %} {% for dsr in dsr_list %} {% endfor %}
Ref Type Status Deadline
DSR-{{ dsr.pk|stringformat:"06d" }} {{ dsr.get_request_type_display }} {% if dsr.status == 'completed' %} Done {% elif dsr.status == 'rejected' %} Rejected {% elif dsr.is_overdue %} Overdue {% else %} {{ dsr.get_status_display }} {% endif %} {% if dsr.status in 'completed,rejected,withdrawn' %} Done {% elif dsr.is_overdue %} Overdue {% else %} {{ dsr.effective_deadline|date:"d M Y" }} {% endif %}
{% else %}
No data requests submitted yet.
{% endif %}
{% if access_log %}
Sensitive Data Access Log Last 20 accesses
{% for log in access_log %} {% endfor %}
Model Field Action When
{{ log.model_label }} {{ log.field_name }} {{ log.get_action_display }} {{ log.accessed_at|date:"d M Y, H:i" }}
{% endif %}
Your rights under {{ jurisdiction }} law: All consent decisions are logged with a timestamp and IP address. Data requests are processed within legally mandated timeframes. For urgent matters contact your platform's privacy team. All processing is governed by the platform Privacy Policy version {{ privacy_version }}.