{% if commits %} {% for date, commit in commits %}
{{ date | date("F j, Y") }}
{% endfor %} {% else %}

{{ 'commit.list.no_more'|t }}

{% endif %} {% if page != 'searchcommits' %}
{% if pager.current < pager.last - 1 %} {{ 'commit.list.older_next'|t }} {% endif %}
{% endif %}