{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Report Verification - Gvelo Enterprise Platform{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Report Verification

Use this page to validate whether a Gvelo Enterprise Platform report export matches the server-side checksum and signature record.

{{ result.status|replace('_', ' ')|title }}

{{ result.message }}

{% if result.job %}
Verification ID
{{ result.job.verification_id }}
Export UID
{{ result.job.export_uid }}
Report
{{ result.job.export_scope }} / {{ result.job.export_format }}
Checksum
{{ result.job.checksum }}
Signature
{{ result.job.signature }}
Generated
{{ result.job.finished_at or result.job.created_at }}
{% endif %}

Back to Enterprise Reports

{% endblock %}