From 680a7b89e24f078f073dbe6db673dc9ad8cfc16a Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 15 Feb 2023 18:30:45 +0100 Subject: [PATCH] change base of template --- .../templates/inventory/erasure.html | 501 +++++++++++++++--- 1 file changed, 426 insertions(+), 75 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/erasure.html b/ereuse_devicehub/templates/inventory/erasure.html index 57fa5139..0ae4ca27 100644 --- a/ereuse_devicehub/templates/inventory/erasure.html +++ b/ereuse_devicehub/templates/inventory/erasure.html @@ -1,80 +1,431 @@ -{% extends "documents/layout.html" %} -{% block body %} -
-

Summary

- - - - - - - - - - - {% for erasure in erasures %} - - - - - - - {% endfor %} - -
S/N Data StorageType of erasureResultDate
- {{ erasure.device.serial_number.upper() }} - - {{ erasure.type }} - - {{ erasure.severity }} - - {{ erasure.date_str }} -
-
-
-

Details

- {% for erasure in erasures %} -
-

{{ erasure.device.__format__('t') }}

-
-
Data storage:
-
{{ erasure.device.__format__('ts') }}
+ + +Data Sanitization Certificate + + + + + + + +
+
+
+
+

2022-12-26 16:51:32 (+0100), USODY DRIVE ERASURE 2022

+
-
-

Glossary

-
-
Erase Basic
-
- A software-based fast non-100%-secured way of erasing data storage, - using shred. -
-
Erase Sectors
-
- A secured-way of erasing data storages, checking sector-by-sector - the erasure, using badblocks. -
-
+
+ +
+
+
-
- Click here to download the PDF. +
+
- + +
+
+

Data Sanitization Certificate

-{% endblock %} +
+ +
+
+ Entity Information +
+
+ Name: +
+
+ ACME +
+
+
+
+ Location: +
+
+ Paseo de Gracia, 2, 08007 Barcelona, España +
+
+
+
+ + +
+
+ Responsible Sanitization Entity +
+
+ Name: +
+
+ Your company +
+
+
+
+ Responsible Person +
+
+ John Data +
+
+
+
+ Location: +
+
+ Madrid, Gran Via 8, 28040 Madrid, España +
+
+
+
+ + +
+
+ Summary +
+
+ N° of devices: +
+
+ 16 +
+
+
+
+ N° of data storage unit(s): +
+
+ 16 +
+
+
+
+ Sanitization result: +
+
+ Failed +
+
+
+
+ + +
+
+ Report Details +
+
+ Report UUID: +
+
+ 8bcef704-ba04-4320-8056-c8a5c401dbe3 +
+
+
+
+ Report Date: +
+
+ 2022-12-26 11:26:24 +
+
+
+
+ Software Version: +
+
+ Usody Drive Erasure 2022.03.0 +
+
+
+
+ + +
+
+

+ I hereby declare that the data erasure process has been carried + out in accordance with the instructions received. +

+
+
+ + +
+
+ Data Responsable +
+
+ Data Supervisor +
+
+
+ +

+ +
+
+
+

Devices Summary

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SN DeviceSN StorageTag CustomerMethodResultDate
S1...S2...ACME1BasicFailed2022-12-20 11:26:24
S1...1927E18B43F4ACME1BasicFailed2022-12-20 11:26:24
+
+
+
+

+
+
+
+

1927E18B43F4

+
+
+
+
+ Result +
+
+ Failed +
+
+
+
+ Storage Drive +
+
+
+
+
+
+ Manufacturer: +
+
+ Crucial +
+
+
+
+ Model: +
+
+ CT240BX500ssd1 +
+
+
+
+ SN: +
+
+ 1927E18B43F4 +
+
+
+
+ Storage Medium: +
+
+ SSD +
+
+
+
+ Connector: +
+
+ SAS +
+
+
+
+ Size: +
+
+ 240GB +
+
+
+
+
+
+ Method +
+
+
+
+
+
+ Name: +
+
+ Baseline +
+
+
+
+ Standard: +
+
+ NIST SP-800-88 +
+
+
+
+ Removal process: +
+
+ Overwriting +
+
+
+
+ Program: +
+
+ Shred +
+
+
+
+ Verification status: +
+
+ No +
+
+
+
+ Detected bad sectors: +
+
+ - +
+
+
+
+ Hidden areas: +
+
+ No +
+
+
+
+ Warnings: +
+
+ No +
+
+
+
+ Overwriting steps +
+
+ 1 (0) +
+
+
+
+ Step: +
+
+ 1 +
+
+
+
+ Date Init: +
+
+ 2022-12-20 11:00:24 +
+
+
+
+ Date End: +
+
+ 2022-12-20 11:26:24 +
+
+
+
+ Duration: +
+
+ 0:26:00 +
+
+
+
+
+ + \ No newline at end of file