{% extends "base.html" %} {% block title %}Blancco Reports - PXE Server Manager{% endblock %} {% block content %}

Blancco Erasure Reports

{{ reports|length }} report{{ 's' if reports|length != 1 }}
Drive Erasure Certificates
{% if reports %} {% for r in reports %} {% endfor %}
Serial Model Date Result Actions
{% if r.serial %}{{ r.serial }}{% else %}-{% endif %} {{ r.model or '-' }} {{ r.modified | timestamp_fmt }} {% if r.state == 'Successful' %}Successful {% elif r.state == 'Failed' %}Failed {% elif r.state %}{{ r.state }} {% else %}-{% endif %} {% if r.filename.lower().endswith('.xml') %} View {% endif %} Download
{% else %}

No erasure reports yet.

Reports will appear here after Blancco Drive Eraser completes a wipe.

{% endif %}
Report Storage

Blancco Drive Eraser saves erasure certificates to the network share \\172.16.9.1\blancco-reports.

Reports are generated automatically after each drive wipe and contain proof of erasure for compliance and audit purposes.

{% endblock %} {% block extra_scripts %} {% endblock %}