{% extends "layout.html" %} {% block content %}
File | Platform | {% if page.has_checksum_files %}Checksum | {% endif %}
---|---|---|
{{ file.name }} | {% for platform in platforms %} {% if platform %} {{ platform }}{% if not loop.first %}, {% endif %} {% endif %} {% endfor %} | {% if page.has_checksum_files %} {% if file.checksum_file %} {% set checksum = page.release.artifacts.files[file.checksum_file] %}checksum | {% endif %} {% endif %}