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 %} {% endif %} {% if n_computers %} {% endif %}
SNs of sanitization server: {% for e in erasure_hosts %} {% if e.serial_number %} {{ e.serial_number.upper() }}{% if not loop.last %},{% endif %} {% endif %} {% endfor %}
N° of computers: {{ n_computers }}
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 %}

Summary

{% for erasure in erasures %} {% endfor %}
SN Storage SN Host Method Result Date
{{ 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 }}
{% for erasure in erasures %}

{{ erasure.device.serial_number.upper() }}

Data storage:
{{ erasure.device.__format__('ts') }}
{% if erasure.parent %}
Computer where was erase:
Title: {{ erasure.parent.__format__('ts') }}
DevicehubID: {{ erasure.parent.dhid }}
Hid: {{ erasure.parent.chid }}
Tags: {{ erasure.parent.tags }}
{% if erasure.device.parent %}
Computer where it resides:
Title: {{ erasure.device.parent.__format__('ts') }}
DevicehubID: {{ erasure.device.parent.dhid }}
Hid: {{ erasure.device.parent.chid }}
Tags: {{ erasure.device.parent.tags }}
{% endif %} {% endif %}
Erasure:
{{ erasure.__format__('ts') }}
{% if erasure.steps %}
Erasure steps:
    {% for step in erasure.steps %}
  1. {{ step.__format__('') }}
  2. {% endfor %}
{% endif %} {% if erasure.device.proofs %}
DLT Proofs:
    {% for proof in erasure.device.proofs %}
  1. {{ proof.type }}: {{ proof.timestamp }}
  2. {% endfor %}
{% endif %}
{% endfor %} {% endif %}