{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
| Software version | {{ object.software_version|linkify }} |
|---|---|
| File name | {{ object.file_name }} |
| Hashing algorithm | {{ object.get_hashing_algorithm_display|placeholder }} |
| Checksum | {{ object.checksum|placeholder }} |
| File size | {{ object.file_size|filesizeformat|placeholder }} |
| Download URL | {{ object.download_url|linkify|placeholder }} |
| Default image | {% checkmark object.default_image %} |