{% import "macros/scmutils.html" as utils with context %}
{% for commit in commits %}
{{ utils.commit_event(repo, commit, full=True) }}
{% endfor %}
{% if next_page_url %} Next {{icon("caret-right")}} {% endif %}