{% load static %}
| 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 %} {% elif not item.is_granted %} Grant {% else %} Cannot withdraw {% endif %} |
Under {{ jurisdiction }} law you have rights over your personal data. We will respond within the legally required timeframe.
| 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 %} |
| Model | Field | Action | When |
|---|---|---|---|
| {{ log.model_label }} | {{ log.field_name }} | {{ log.get_action_display }} | {{ log.accessed_at|date:"d M Y, H:i" }} |