{% extends "layout.html" %} {% block title %}{{ project.label }} · {{ component.version }}{% endblock %} {% block head %} {% endblock %} {% block headline %}
This component comes with the following assets, i.e., downloadable files:
Asset type | Filename | {% if has_file_size_column %}Size | {% endif %} {% if has_checksums_column %}Checksums | {% endif %}|
---|---|---|---|---|
{{ asset.type }} |
{% if asset.filename|length > 30 %}
{{ asset.filename|truncate(25, leeway=5) }}
{% else %}
{{ asset.filename }}
{% endif %}
{{ asset.filename }}
|
{% if has_file_size_column %}
{{ asset.file_size|filesizeformat if asset.file_size }} | {% endif %} {% if has_checksums_column %}
{% for algo, checksum in asset.checksums.items() %}
{{ algo|upper }}
{% endfor %}
{{ algo|upper }}: {{ checksum }}
|
{% endif %}
⤓ Download |
Sorry, but this component doesn't have any assets. That is probably an error and not supposed to be that way :(
{% endif %}For your information, this component and its associated assets are sourced from here:
{{ row_th }} | {{ row_td }} |
---|