{% import "macros/scmutils.html" as utils with context %}
{% if list_title %}

{{list_title}}

{% endif %}
{% for ref in refs %}

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

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