Data Sanitization Certificate
Entity Information
Name:
|
{{ customer_details and customer_details.company_name or ''}}
|
Location:
|
{{ customer_details and customer_details.location or '' }}
|
Responsible Sanitization Entity
Name:
|
{{ my_data and my_data.company_name or '' }}
|
Responsible Person
|
{{ my_data and my_data.responsable_person or '' }}
|
Location:
|
{{ my_data and my_data.location or '' }}
|
Summary
{% if erasure_hosts %}
SNs of sanitization server:
|
{% for e in erasure_hosts %}
{% if e.serial_number %}
{{ e.serial_number.upper() }}{% if not loop.last %},{% endif %}
{% endif %}
{% endfor %}
|
{% endif %}
{% if n_computers %}
N° of computers:
|
{{ n_computers }}
|
{% endif %}
N° of data storage unit(s):
|
{{ erasures | length }}
|
Sanitization result:
|
{{ result }}
|
Report Details
Report UUID:
|
{{ uuid_report }}
|
Report Date:
|
{{ date_report }}
|
Software Version:
|
{{ software }}
|
I hereby declare that the data erasure process has been carried
out in accordance with the instructions received.
Data Responsable
{{ my_data and my_data.responsable_person or '' }}
|
Data Supervisor
{{ my_data and my_data.supervisor_person or '' }}
|
{% if erasures %}
SN Storage |
SN Host |
Method |
Result |
Date |
{% for erasure in erasures %}
{{ erasure.device.serial_number and erasure.device.serial_number.upper() or '' }}
|
{{ erasure.parent.serial_number and erasure.parent.serial_number.upper() or '' }}
|
{{ erasure.get_public_name() }}
|
{{ erasure.severity.get_public_name() }}
|
{{ erasure.date_str }}
|
{% endfor %}
{% for erasure in erasures %}