diff --git a/pmaweb/templates/files/release_list.html b/pmaweb/templates/files/release_list.html index 1c6095d7..cf8d7fa3 100644 --- a/pmaweb/templates/files/release_list.html +++ b/pmaweb/templates/files/release_list.html @@ -6,14 +6,30 @@ - + + + + + + + {% for object in object_list %} - +{% with object.simpledownload as file %} + + + +{% endwith %} {% endfor %}
ReleaseDateQuick download
ReleaseDateQuick downloadSizeVerification
{{ object }} {{ object.date|date:"Y-m-d" }}{{ object.simpledownload.filename }}{{ file.filename }}{{ file.size | filesizeformat }} + {% if file.signed %} + [PGP] + {% endif %} + [SHA1] + [SHA256] +