{% for commit in commits %}
  • {{ commit.author.name }}
    {{ commit.subject }} {% if commit.body %} {% endif %}

    {{ commit.author.name }} {{ 'REPOSITORY_COMMIT_AUTHORED_ON'|trans }} {{ commit.commitedAt|date(commit_list_date_format) }}

    {{ commit.shortHash }}
  • {% endfor %}