diff --git a/src/fidesops/ops/email_templates/templates/erasure_request_email_fulfillment.html b/src/fidesops/ops/email_templates/templates/erasure_request_email_fulfillment.html index 4a6d6febf..777491cd7 100644 --- a/src/fidesops/ops/email_templates/templates/erasure_request_email_fulfillment.html +++ b/src/fidesops/ops/email_templates/templates/erasure_request_email_fulfillment.html @@ -6,7 +6,10 @@
-

Please locate and erase the associated records from the following collections:

+

+ This is an automated email sent using Fides. A customer would like to exercise their data privacy right to be deleted. + Please locate and erase personally identifiable information for the data subject and records listed below: +

{% for collection_address, action_required in dataset_collection_action_required.items() -%}

{{ collection_address.collection }}

{% for action in action_required.action_needed -%} @@ -16,15 +19,21 @@
  • Field: {{ field }}, Values: {{ values|join(', ') }}
  • {%- endfor %} - {% if action.update -%}

    Erase the following fields:

    - - {%- endif %} - {%- endfor %} {%- endfor %} + {% if action.update -%} + + {% else %} +

    +

    +

    + {%- endif %} + {%- endfor %} {%- endfor %}
    \ No newline at end of file