{{ 'REPOSITORY_FEED_RECENT_COMMITS'|trans }} {{ repository.name }} ({{ commitish.hash }}) {{ url('repository_tree', { repository: repository.name, commitish: commitish.hash }) }} {{ 'REPOSITORY_FEED_RECENT_COMMITS_SOURCE'|trans }} {% for commit in commits %} {{ commit.subject }} {{ commit.body }} {{ url('commit_show', { repository: repository.name, commitish: commit.hash }) }} {{ commit.author.email }} ({{ commit.author.name }}) {{ commit.commitedAt|date('r') }} {{ commit.hash }} {% endfor %}