{% extends "base.html" %} {% load humanize %} {% block title %}{{ release.tag_name }} — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}
{{ release.name }}
{% if release.published_at %} Published {{ release.published_at|timesince }} ago {% else %} Created {{ release.created_at|timesince }} ago {% endif %} {% if release.checkin_uuid %} · {{ release.checkin_uuid|truncatechars:16 }} {% endif %}
| Name | Size | Downloads | |
|---|---|---|---|
| {{ asset.name }} | {{ asset.file_size_bytes|filesizeformat }} | {{ asset.download_count|intcomma }} | Download |
No assets attached to this release.