{% import "macros/scmutils.html" as utils with context %}
{% for tag in tags %}

{{tag.name}} {{tag.date | date}} .tar.gz {{icon("caret-right")}} browse {{icon("caret-right")}}

{% if tag.message %}
{{tag.message}}
{% endif %}
{% endfor %} {{ pagination() }}

Branches

{% for branch in branches %}
{{ branch.date | date }} {{branch.name}} {{ utils.commit_event(repo, branch, skip_body=True, skip_date=True, skip_refs=True) }}
{% endfor %}