{% extends "repo.html" %} {% import "utils.html" as utils %} {% block title %} {{repo.owner.canonical_name}}/{{repo.name}} {{tag.name}} - {{cfg("sr.ht", "site-name")}} git {% endblock %} {% block content %}

{{tag.name}} {{signature_time(tag.tagger) | date}}

{% if object_storage_enabled %} {% if any(artifacts) %}
{% for artifact in artifacts %}
{{ artifact.filename }} {{icon('caret-right')}}
{{artifact.checksum}} {% if repo.owner == current_user %} {{csrf_token()}} {% endif %}
{% endfor %}
{% endif %} {% if repo.owner == current_user %}
{{csrf_token()}}
{{valid.summary("file")}}
{% endif %} {% endif %}
{% if tag.message %}
{{strip_pgp_signature(tag.message)}}
{% endif %}
{% endblock %}