{% blocktrans with commit.hexsha as hash %}Commit {{ hash }}{% endblocktrans %}<br/>
{% blocktrans with commit.hexsha as hash %}Commit {{ hash }}{% endblocktrans %}<br/>
{% blocktrans with commit.author.name as author and commit.authored_date|gitdate as date %}Authored by {{ author }} on {{ date }}{% endblocktrans %}
{% blocktrans with commit.author.name as author and commit.authored_date|date:"DATETIME_FORMAT" as date %}Authored by {{ author }} on {{ date }}{% endblocktrans %}