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

{{list_title}}

{% endif %}
{% for ref in refs %}
{{ ref.date | date }} {{ref.name}} {{ utils.commit_event(repo, ref, skip_body=True, skip_date=True, skip_refs=True) }}
{% else %} {{empty_message}} {% endfor %} {{ pagination() }}