{% extends "layouts/base.html" %} {% block title %} File tools ~ ATR {% endblock title %} {% block description %} Manage a file in the candidate draft using tools. {% endblock description %} {% block content %} ← Back to Compose release
Filename: {{ file_data.filename }}
Size: {{ format_file_size(file_data.bytes_size) }}
Uploaded: {{ file_data.uploaded.strftime("%Y-%m-%d %H:%M:%S UTC") }}
Generate an SHA256 or SHA512 hash file for this file.
Generate a CycloneDX Software Bill of Materials (SBOM) file for this artifact.
{% endif %} {% endblock content %}